cointegrated commited on
Commit
3a4941d
1 Parent(s): 6586c6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -70
README.md CHANGED
@@ -80,7 +80,7 @@ There are three additional fields, new to this version of the dataset:
80
  - `fluency_score`: a score of fluency of the Erzya sentence. Possible values are `0` (serious problems with fluency or grammaticality, or a wrong language), `0.5` (the sentence is acceptable but does not feel natural), and `1` (fluent).
81
  - `is_good`: a flag that the translation pair is good; equals `1` if both scores above are `1`, and `0`, otherwise.
82
 
83
- The splits of the dataset contain 1500 sentence pairs each.
84
 
85
  ## Dataset Creation
86
 
@@ -88,84 +88,28 @@ The splits of the dataset contain 1500 sentence pairs each.
88
 
89
  <!-- Motivation for the creation of this dataset. -->
90
 
91
- [More Information Needed]
 
 
92
 
93
  ### Source Data
94
 
95
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
 
96
 
97
- #### Data Collection and Processing
98
 
99
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- #### Who are the source data producers?
104
-
105
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
106
-
107
- [More Information Needed]
108
-
109
- ### Annotations [optional]
110
-
111
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
112
-
113
- #### Annotation process
114
-
115
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
116
-
117
- [More Information Needed]
118
-
119
- #### Who are the annotators?
120
-
121
- <!-- This section describes the people or systems who created the annotations. -->
122
-
123
- [More Information Needed]
124
-
125
- #### Personal and Sensitive Information
126
-
127
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
128
-
129
- [More Information Needed]
130
 
131
  ## Bias, Risks, and Limitations
132
 
133
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
134
-
135
- [More Information Needed]
136
-
137
- ### Recommendations
138
-
139
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
140
-
141
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
142
-
143
- ## Citation [optional]
144
-
145
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
146
-
147
- **BibTeX:**
148
-
149
- [More Information Needed]
150
-
151
- **APA:**
152
-
153
- [More Information Needed]
154
-
155
- ## Glossary [optional]
156
-
157
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
158
-
159
- [More Information Needed]
160
-
161
- ## More Information [optional]
162
-
163
- [More Information Needed]
164
-
165
- ## Dataset Card Authors [optional]
166
 
167
- [More Information Needed]
168
 
169
  ## Dataset Card Contact
170
 
171
- [More Information Needed]
 
80
  - `fluency_score`: a score of fluency of the Erzya sentence. Possible values are `0` (serious problems with fluency or grammaticality, or a wrong language), `0.5` (the sentence is acceptable but does not feel natural), and `1` (fluent).
81
  - `is_good`: a flag that the translation pair is good; equals `1` if both scores above are `1`, and `0`, otherwise.
82
 
83
+ The splits of the dataset contain 1500 sentence pairs each. In each, about 60% of the data have "good" labels for both meaning and fluency.
84
 
85
  ## Dataset Creation
86
 
 
88
 
89
  <!-- Motivation for the creation of this dataset. -->
90
 
91
+ There were two main motivations for creating this dataset:
92
+ 1. Provide cleaner development and test sets for evaluating machine translation between Erzya and Russian.
93
+ 2. Provide a set of annotations that could be used to validate automatic metrics of translation into Erzya or of parallel Russian-Erzya data quality.
94
 
95
  ### Source Data
96
 
97
+ Various parallel texts in Russian and Erzya, pre-aligned or automatically aligned by sentence.
98
+ For more details, see the parent dataset [slone/myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022).
99
 
100
+ ### Annotations
101
 
102
+ The labels in the dataset have been provided by a single annotator, a native speaker of Russian and a fluent Erzya speaker.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
 
104
  ## Bias, Risks, and Limitations
105
 
106
+ The sentences in the dataset may inherit all the peculiarities of their corresponding sources.
107
+ In particular, a large proportion of sentences from the "constitution" and "wiki" sources contain overly literal translations from Russian
108
+ (which is reflected in their fluency scores).
109
+ Some of the sentences are misaligned (due to automatic sentence splitting and alignment), which is normally reflected in their meaning scores.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
+ The accuracy and fluency labels were provided by a single annotator without additional validation, and may contain occasional errors.
112
 
113
  ## Dataset Card Contact
114
 
115
+ @cointegrated