mathiascreutz
commited on
Commit
•
f0e1cf1
1
Parent(s):
414ea2f
Added scaffolding for dataset card
Browse files
README.md
CHANGED
@@ -26,3 +26,178 @@ task_ids:
|
|
26 |
- conditional-text-generation-other-paraphrase generation
|
27 |
---
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- conditional-text-generation-other-paraphrase generation
|
27 |
---
|
28 |
|
29 |
+
|
30 |
+
# Dataset Card for OrangeSum
|
31 |
+
|
32 |
+
## Table of Contents
|
33 |
+
|
34 |
+
- [Dataset Description](#dataset-description)
|
35 |
+
|
36 |
+
- [Dataset Summary](#dataset-summary)
|
37 |
+
|
38 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
39 |
+
|
40 |
+
- [Languages](#languages)
|
41 |
+
|
42 |
+
- [Dataset Structure](#dataset-structure)
|
43 |
+
|
44 |
+
- [Data Instances](#data-instances)
|
45 |
+
|
46 |
+
- [Data Fields](#data-fields)
|
47 |
+
|
48 |
+
- [Data Splits](#data-splits)
|
49 |
+
|
50 |
+
- [Dataset Creation](#dataset-creation)
|
51 |
+
|
52 |
+
- [Curation Rationale](#curation-rationale)
|
53 |
+
|
54 |
+
- [Source Data](#source-data)
|
55 |
+
|
56 |
+
- [Annotations](#annotations)
|
57 |
+
|
58 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
59 |
+
|
60 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
61 |
+
|
62 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
63 |
+
|
64 |
+
- [Discussion of Biases](#discussion-of-biases)
|
65 |
+
|
66 |
+
- [Other Known Limitations](#other-known-limitations)
|
67 |
+
|
68 |
+
- [Additional Information](#additional-information)
|
69 |
+
|
70 |
+
- [Dataset Curators](#dataset-curators)
|
71 |
+
|
72 |
+
- [Licensing Information](#licensing-information)
|
73 |
+
|
74 |
+
- [Citation Information](#citation-information)
|
75 |
+
|
76 |
+
- [Contributions](#contributions)
|
77 |
+
|
78 |
+
## Dataset Description
|
79 |
+
|
80 |
+
- **Repository:** [Language Bank of Finland – Metashare](http://urn.fi/urn:nbn:fi:lb-2018021221)
|
81 |
+
|
82 |
+
- **Paper:** [Mathias Creutz (2018): Open Subtitles Paraphrases Corpus For Six Languages](http://www.lrec-conf.org/proceedings/lrec2018/summaries/131.html)
|
83 |
+
|
84 |
+
- **Point of Contact:** [Mathias Creutz](firstname dot lastname at helsinki dot fi)
|
85 |
+
|
86 |
+
### Dataset Summary
|
87 |
+
|
88 |
+
TBA
|
89 |
+
|
90 |
+
### Supported Tasks and Leaderboards
|
91 |
+
|
92 |
+
**Tasks:** Paraphrase detection and generation
|
93 |
+
|
94 |
+
Currently there is no Leaderboard for this dataset.
|
95 |
+
|
96 |
+
### Languages
|
97 |
+
|
98 |
+
German, English, Finnish, French, Russian, Swedish
|
99 |
+
|
100 |
+
## Dataset Structure
|
101 |
+
|
102 |
+
### Data Instances
|
103 |
+
|
104 |
+
TBA
|
105 |
+
|
106 |
+
### Data Fields
|
107 |
+
|
108 |
+
`sent1`: TBA \
|
109 |
+
|
110 |
+
`sent2`: TBA.
|
111 |
+
|
112 |
+
### Data Splits
|
113 |
+
|
114 |
+
The data is split into ...
|
115 |
+
|
116 |
+
| | Train | Valid | Test |
|
117 |
+
|
118 |
+
| ----- | ------ | ----- | ---- |
|
119 |
+
|
120 |
+
| de | ... | ... | ... |
|
121 |
+
|
122 |
+
|
123 |
+
|
124 |
+
## Dataset Creation
|
125 |
+
|
126 |
+
### Curation Rationale
|
127 |
+
|
128 |
+
TBA
|
129 |
+
|
130 |
+
### Source Data
|
131 |
+
|
132 |
+
#### Initial Data Collection and Normalization
|
133 |
+
|
134 |
+
TBA
|
135 |
+
|
136 |
+
#### Who are the source language producers?
|
137 |
+
|
138 |
+
TBA
|
139 |
+
|
140 |
+
### Annotations
|
141 |
+
|
142 |
+
#### Annotation process
|
143 |
+
|
144 |
+
TBA
|
145 |
+
|
146 |
+
#### Who are the annotators?
|
147 |
+
|
148 |
+
TBA
|
149 |
+
|
150 |
+
### Personal and Sensitive Information
|
151 |
+
|
152 |
+
[More Information Needed]
|
153 |
+
|
154 |
+
## Considerations for Using the Data
|
155 |
+
|
156 |
+
### Social Impact of Dataset
|
157 |
+
|
158 |
+
[More Information Needed]
|
159 |
+
|
160 |
+
### Discussion of Biases
|
161 |
+
|
162 |
+
[More Information Needed]
|
163 |
+
|
164 |
+
### Other Known Limitations
|
165 |
+
|
166 |
+
[More Information Needed]
|
167 |
+
|
168 |
+
## Additional Information
|
169 |
+
|
170 |
+
### Dataset Curators
|
171 |
+
|
172 |
+
TBA
|
173 |
+
|
174 |
+
### Licensing Information
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
### Citation Information
|
179 |
+
|
180 |
+
```
|
181 |
+
@InProceedings{creutz:lrec2018,
|
182 |
+
title = {Open Subtitles Paraphrase Corpus for Six Languages},
|
183 |
+
author={Mathias Creutz},
|
184 |
+
booktitle={Proceedings of the 11th edition of the Language Resources
|
185 |
+
and Evaluation Conference (LREC 2018)},
|
186 |
+
year={2018},
|
187 |
+
month = {May 7-12},
|
188 |
+
address = {Miyazaki, Japan},
|
189 |
+
editor = {Nicoletta Calzolari (Conference chair) and Khalid Choukri
|
190 |
+
and Christopher Cieri and Thierry Declerck and Sara Goggi and Koiti
|
191 |
+
Hasida and Hitoshi Isahara and Bente Maegaard and Joseph Mariani and
|
192 |
+
Hélène Mazo and Asuncion Moreno and Jan Odijk and Stelios Piperidis
|
193 |
+
and Takenobu Tokunaga},
|
194 |
+
publisher = {European Language Resources Association (ELRA)},
|
195 |
+
isbn = {979-10-95546-00-9},
|
196 |
+
language = {english},
|
197 |
+
url={http://www.lrec-conf.org/proceedings/lrec2018/pdf/131.pdf}
|
198 |
+
|
199 |
+
```
|
200 |
+
|
201 |
+
### Contributions
|
202 |
+
|
203 |
+
Thanks to [@mathiascreutz](https://github.com/mathiascreutz) for adding this dataset.
|