merionum commited on
Commit
72b5ea5
1 Parent(s): 7f8d1ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -1
README.md CHANGED
@@ -1,3 +1,90 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ - expert-generated
5
+ - machine-generated
6
+ language_creators:
7
+ - crowdsourced
8
+ languages:
9
+ - ru
10
+ licenses:
11
+ - mit
12
+ multilinguality:
13
+ - monolingual
14
+ paperswithcode_id: null
15
+ pretty_name: ParaPhraser
16
+ size_categories:
17
+ - 1M<n<10M
18
+ source_datasets:
19
+ - original
20
+ task_categories:
21
+ - text-classification
22
+ - text-generation
23
+ - text2text-generation
24
+ - sentence-similarity
25
+ task_ids:
26
+ - semantic-similarity-scoring
27
  ---
28
+
29
+ # Dataset Card for ParaPhraser
30
+
31
+ ### Dataset Summary
32
+
33
+ ParaPhraser is a news headlines corpus annotated according to the following schema:
34
+
35
+ ```
36
+ 1: precise paraphrases
37
+ 0: near paraphrases
38
+ -1: non-paraphrases
39
+ ```
40
+ The _Plus_ part is also available.
41
+ It contains clusters of news headline paraphrases labeled automatically by a fine-tuned paraphrase detection BERT model.
42
+
43
+
44
+ ## Dataset Structure
45
+
46
+ ```
47
+ train: 7,227 pairs
48
+ test: 1,924 pairs
49
+ plus: 1,725,393 clusters (total: ~7m texts)
50
+ ```
51
+
52
+
53
+ ### Citation Information
54
+
55
+ ```
56
+ @inproceedings{pivovarova2017paraphraser,
57
+ title={ParaPhraser: Russian paraphrase corpus and shared task},
58
+ author={Pivovarova, Lidia and Pronoza, Ekaterina and Yagunova, Elena and Pronoza, Anton},
59
+ booktitle={Conference on artificial intelligence and natural language},
60
+ pages={211--225},
61
+ year={2017},
62
+ organization={Springer}
63
+ }
64
+ ```
65
+
66
+
67
+ ```
68
+ @inproceedings{gudkov-etal-2020-automatically,
69
+ title = "Automatically Ranked {R}ussian Paraphrase Corpus for Text Generation",
70
+ author = "Gudkov, Vadim and
71
+ Mitrofanova, Olga and
72
+ Filippskikh, Elizaveta",
73
+ booktitle = "Proceedings of the Fourth Workshop on Neural Generation and Translation",
74
+ month = jul,
75
+ year = "2020",
76
+ address = "Online",
77
+ publisher = "Association for Computational Linguistics",
78
+ url = "https://aclanthology.org/2020.ngt-1.6",
79
+ doi = "10.18653/v1/2020.ngt-1.6",
80
+ pages = "54--59",
81
+ abstract = "The article is focused on automatic development and ranking of a large corpus for Russian paraphrase generation which proves to be the first corpus of such type in Russian computational linguistics. Existing manually annotated paraphrase datasets for Russian are limited to small-sized ParaPhraser corpus and ParaPlag which are suitable for a set of NLP tasks, such as paraphrase and plagiarism detection, sentence similarity and relatedness estimation, etc. Due to size restrictions, these datasets can hardly be applied in end-to-end text generation solutions. Meanwhile, paraphrase generation requires a large amount of training data. In our study we propose a solution to the problem: we collect, rank and evaluate a new publicly available headline paraphrase corpus (ParaPhraser Plus), and then perform text generation experiments with manual evaluation on automatically ranked corpora using the Universal Transformer architecture.",
82
+ }
83
+ ```
84
+
85
+
86
+ ### Contributions
87
+
88
+ Dataset maintainer:
89
+ Vadim Gudkov: [@merionum](https://github.com/merionum)
90
+