CoolFace
Datasetpublic

Karavet/ARPA-Armenian-Paraphrase-Corpus

Dataset Description We provide sentential paraphrase detection train, test datasets as well as BERT-based models for the Armenian language. Dataset Summary The sentences in the dataset are taken from Hetq and Panarmenian news articles. To generate paraphrase for the sentences, we used back translation from Armenian to English. We repeated the step twice, after which the generated paraphrases were manually reviewed. Invalid sentences were filtered out, while the… See the full description on the dataset page: https://huggingface.co/datasets/Karavet/ARPA-Armenian-Paraphrase-Corpus.

sourceHugging Faceupdated 4y agoView on Hugging Face
3likes282downloads
Dataset Card

Table of Contents

Dataset Description

We provide sentential paraphrase detection train, test datasets as well as BERT-based models for the Armenian language.

Dataset Summary

The sentences in the dataset are taken from Hetq and Panarmenian news articles. To generate paraphrase for the sentences, we used back translation from Armenian to English. We repeated the step twice, after which the generated paraphrases were manually reviewed. Invalid sentences were filtered out, while the rest were labelled as either paraphrase, near paraphrase or non-paraphrase. Test examples were reviewed by 3 different annotators. In addition, to increase the number of non-paraphrase pairs, we padded the dataset with automatically generated negative examples, including pairs of consecutive sentences and random pairs.

Dataset Structure

Each row consists of 2 sentences and their label. This sentences were labelled as either paraphrase, near paraphrase or non-paraphrase (with 1, 0, -1 labels respectively). The sentences are divided into train and test sets.

Number of examplesTotalParaphraseNon-paraphrase (near paraphrase)
Train423313392683 (211)
Test16821021448 (213)

Dataset Evaluation

We finetuned Multilingual BERT on several training sets, including the proposed ARPA dataset, and evaluated their performance on our test set. During training and evaluation, near paraphrase and non-paraphrase pairs were combined into one class. The results are provided below:

BERT ModelTrain setF1Acc.
Multilingual BERTARPA train set84.2778.06
Multilingual BERTParaphraser.ru train set machine-translated into Armenian83.8177.09
Multilingual BERTMRPC train set machine-translated into Armenian80.0769.87
Multilingual BERTAll of the above combined8477.6
Additional Information

The model trained on ARPA is available for use, and can be downloaded using this link.

For more details about the models and dataset construction, refer to the paper.