Datasets:
GEM
/

Tasks:
Other
Languages:
Finnish
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
expert-created
Source Datasets:
original
License:
Sebastian Gehrmann commited on
Commit
91389e9
1 Parent(s): 4a159ce
Files changed (1) hide show
  1. turku_paraphrase_corpus.json +8 -5
turku_paraphrase_corpus.json CHANGED
@@ -4,10 +4,10 @@
4
  "has-leaderboard": "no",
5
  "leaderboard-url": "N/A",
6
  "leaderboard-description": "N/A",
7
- "website": "https://turkunlp.org/paraphrase.html",
8
- "data-url": "https://github.com/TurkuNLP/Turku-paraphrase-corpus",
9
- "paper-url": "https://aclanthology.org/2021.nodalida-main.29/",
10
- "paper-bibtext": "@inproceedings{kanerva-etal-2021-finnish,\n title = {Finnish Paraphrase Corpus},\n author = {Kanerva, Jenna and Ginter, Filip and Chang, Li-Hsin and Rastas, Iiro and Skantsi, Valtteri and Kilpel{\\\"a}inen, Jemina and Kupari, Hanna-Mari and Saarni, Jenna and Sev{\\'o}n, Maija and Tarkka, Otto},\n booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa'21)},\n year = {2021},\n publisher = {Link{\\\"o}ping University Electronic Press, Sweden},\n url = {https://aclanthology.org/2021.nodalida-main.29},\n pages = {288--298}\n}",
11
  "contact-name": "Jenna Kanerva, Filip Ginter",
12
  "contact-email": "jmnybl@utu.fi, figint@utu.fi"
13
  },
@@ -35,9 +35,12 @@
35
  },
36
  "structure": {
37
  "data-fields": "The dataset consist of pairs of text passages, where a typical passage is about a sentence long, however, a passage may also be longer or shorter than a sentence. Thus, each example include two text passages (string), a manually annotated label to indicate the paraphrase type (string), and additional metadata.\n\nThe dataset include three different `modes`, plain, classification, and generation. The `plain` mode loads the original data without any additional preprocessing or transformations, while the `classification` mode directly builds the data in a form suitable for training a paraphrase classifier, where each example is doubled in the data with different directions (text1, text2, label) --> (text2, text1, label) taking care of the label flipping as well if needed (paraphrases with directionality flag < or >). In the `generation` mode, the examples are preprocessed to be directly suitable for paraphrase generation task. In here, paraphrases not suitable for generation are discarded (negative, and highly context-dependent paraphrases), and directional paraphrases are provided so that the generation goes from more detailed passage to the more general one in order to prevent model hallucination (i.e. model learning to introduce new information). The rest of the paraphrases are provided in both directions (text1, text2, label) --> (text2, text1, label).\n\n\nEach pair in `plain` and `classification` mode will include fields:\n\n`gem_id`: Identifier of the paraphrase pair (string)\n`goeswith`: Identifier of the document from which the paraphrase was extracted, can be `not available` in case the source of the paraphrase is not from document-structured data (string)\n`fold`: 0-99, data split into 100 parts respecting document boundaries, you can use this e.g. to implement crossvalidation safely as all paraphrases from one document are in one fold (int)\n`text1`: First paraphrase passage (string)\n`text2`: Second paraphrase passage (string)\n`label`: Manually annotated labels (string)\n`binary_label`: Label turned into binary with values `positive` (paraphrase) and `negative` (not-paraphrase) (string)\n`is_rewrite`: Indicator whether the example is human produced rewrite or naturally occurring paraphrase (bool)\n\nEach pair in `generation` mode will include the same fields expect `text1` and `text2` are renamed to `input` and `output` in order to indicate the generation direction. Thus the fields are:\n\n`gem_id`: Identifier of the paraphrase pair (string)\n`goeswith`: Identifier of the document from which the paraphrase was extracted, can be `not available` in case the source of the paraphrase is not from document-structured data (string)\n`fold`: 0-99, data split into 100 parts respecting document boundaries, you can use this e.g. to implement crossvalidation safely as all paraphrases from one document are in one fold (int)\n`input`: The input paraphrase passage for generation (string)\n`output`: The output paraphrase passage for generation (string)\n`label`: Manually annotated labels (string)\n`binary_label`: Label turned into binary with values `positive` (paraphrase) and `negative` (not-paraphrase) (string)\n`is_rewrite`: Indicator whether the example is human produced rewrite or naturally occurring paraphrase (bool)",
38
- "structure-example": "{\n 'gem_id': 'gem-turku_paraphrase_corpus-train-15',\n 'goeswith': 'episode-02243',\n 'fold': 0,\n 'text1': 'Mit\u00e4 merkityst\u00e4 sill\u00e4 on?',\n 'text2': 'Mit\u00e4 v\u00e4li\u00e4 sill\u00e4 edes on?',\n 'label': '4',\n 'binary_label': 'positive',\n 'is_rewrite': False\n}",
39
  "structure-splits": "The corpus include 3 splits: train, validation, and test.",
40
  "structure-splits-criteria": "The data is split randomly into the three section with a restriction of all paraphrases from the same document (movie, TV episode, news article, student translation, or exam question) being in the same section. All splits are manually annotated."
 
 
 
41
  }
42
  },
43
  "curation": {
 
4
  "has-leaderboard": "no",
5
  "leaderboard-url": "N/A",
6
  "leaderboard-description": "N/A",
7
+ "website": "[Website](https://turkunlp.org/paraphrase.html)",
8
+ "data-url": "[Github](https://github.com/TurkuNLP/Turku-paraphrase-corpus)",
9
+ "paper-url": "[ACL Anthology](https://aclanthology.org/2021.nodalida-main.29/)",
10
+ "paper-bibtext": "```\n@inproceedings{kanerva-etal-2021-finnish,\n title = {Finnish Paraphrase Corpus},\n author = {Kanerva, Jenna and Ginter, Filip and Chang, Li-Hsin and Rastas, Iiro and Skantsi, Valtteri and Kilpel{\\\"a}inen, Jemina and Kupari, Hanna-Mari and Saarni, Jenna and Sev{\\'o}n, Maija and Tarkka, Otto},\n booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa'21)},\n year = {2021},\n publisher = {Link{\\\"o}ping University Electronic Press, Sweden},\n url = {https://aclanthology.org/2021.nodalida-main.29},\n pages = {288--298}\n}\n```",
11
  "contact-name": "Jenna Kanerva, Filip Ginter",
12
  "contact-email": "jmnybl@utu.fi, figint@utu.fi"
13
  },
 
35
  },
36
  "structure": {
37
  "data-fields": "The dataset consist of pairs of text passages, where a typical passage is about a sentence long, however, a passage may also be longer or shorter than a sentence. Thus, each example include two text passages (string), a manually annotated label to indicate the paraphrase type (string), and additional metadata.\n\nThe dataset include three different `modes`, plain, classification, and generation. The `plain` mode loads the original data without any additional preprocessing or transformations, while the `classification` mode directly builds the data in a form suitable for training a paraphrase classifier, where each example is doubled in the data with different directions (text1, text2, label) --> (text2, text1, label) taking care of the label flipping as well if needed (paraphrases with directionality flag < or >). In the `generation` mode, the examples are preprocessed to be directly suitable for paraphrase generation task. In here, paraphrases not suitable for generation are discarded (negative, and highly context-dependent paraphrases), and directional paraphrases are provided so that the generation goes from more detailed passage to the more general one in order to prevent model hallucination (i.e. model learning to introduce new information). The rest of the paraphrases are provided in both directions (text1, text2, label) --> (text2, text1, label).\n\n\nEach pair in `plain` and `classification` mode will include fields:\n\n`gem_id`: Identifier of the paraphrase pair (string)\n`goeswith`: Identifier of the document from which the paraphrase was extracted, can be `not available` in case the source of the paraphrase is not from document-structured data (string)\n`fold`: 0-99, data split into 100 parts respecting document boundaries, you can use this e.g. to implement crossvalidation safely as all paraphrases from one document are in one fold (int)\n`text1`: First paraphrase passage (string)\n`text2`: Second paraphrase passage (string)\n`label`: Manually annotated labels (string)\n`binary_label`: Label turned into binary with values `positive` (paraphrase) and `negative` (not-paraphrase) (string)\n`is_rewrite`: Indicator whether the example is human produced rewrite or naturally occurring paraphrase (bool)\n\nEach pair in `generation` mode will include the same fields expect `text1` and `text2` are renamed to `input` and `output` in order to indicate the generation direction. Thus the fields are:\n\n`gem_id`: Identifier of the paraphrase pair (string)\n`goeswith`: Identifier of the document from which the paraphrase was extracted, can be `not available` in case the source of the paraphrase is not from document-structured data (string)\n`fold`: 0-99, data split into 100 parts respecting document boundaries, you can use this e.g. to implement crossvalidation safely as all paraphrases from one document are in one fold (int)\n`input`: The input paraphrase passage for generation (string)\n`output`: The output paraphrase passage for generation (string)\n`label`: Manually annotated labels (string)\n`binary_label`: Label turned into binary with values `positive` (paraphrase) and `negative` (not-paraphrase) (string)\n`is_rewrite`: Indicator whether the example is human produced rewrite or naturally occurring paraphrase (bool)",
38
+ "structure-example": "```\n{\n 'gem_id': 'gem-turku_paraphrase_corpus-train-15',\n 'goeswith': 'episode-02243',\n 'fold': 0,\n 'text1': 'Mit\u00e4 merkityst\u00e4 sill\u00e4 on?',\n 'text2': 'Mit\u00e4 v\u00e4li\u00e4 sill\u00e4 edes on?',\n 'label': '4',\n 'binary_label': 'positive',\n 'is_rewrite': False\n}\n```",
39
  "structure-splits": "The corpus include 3 splits: train, validation, and test.",
40
  "structure-splits-criteria": "The data is split randomly into the three section with a restriction of all paraphrases from the same document (movie, TV episode, news article, student translation, or exam question) being in the same section. All splits are manually annotated."
41
+ },
42
+ "what": {
43
+ "dataset": "This is a Finnish paraphrase corpus which consists of pairs of text passages, where a typical passage is about a sentence long. It can be used to either identify or generate paraphrases."
44
  }
45
  },
46
  "curation": {