cointegrated commited on
Commit
6586c6d
·
verified ·
1 Parent(s): 220c626

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +137 -0
README.md CHANGED
@@ -31,4 +31,141 @@ configs:
31
  path: data/validation-*
32
  - split: test
33
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
34
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  path: data/validation-*
32
  - split: test
33
  path: data/test-*
34
+ license: cc-by-sa-4.0
35
+ language:
36
+ - ru
37
+ - myv
38
+ task_categories:
39
+ - sentence-similarity
40
+ - text-classification
41
+ - translation
42
+ size_categories:
43
+ - 1K<n<10K
44
  ---
45
+ # Dataset Card for Dataset Name
46
+
47
+ A small parallel Erzya-Russian dataset, manually annotated for quality: meaning preservation and fluency of the Erzya sentences.
48
+
49
+ ## Dataset Details
50
+
51
+ ### Dataset Description
52
+
53
+
54
+ - **Curated by:** David Dale, Árpád Váldazs
55
+ - **Language(s) (NLP):** Erzya, Russian
56
+ - **License:** CC-BY-SA-4.0
57
+
58
+ ### Dataset Sources
59
+
60
+ - **Repository:** https://github.com/slone-nlp/myv-nmt/
61
+ - **Paper:** https://www2.statmt.org/wmt24/pdf/2024.wmt-1.49.pdf
62
+
63
+ ## Uses
64
+
65
+ Evaluation of automatic metrics of machine translation into Erzya, or of Erzya parallel data quality.
66
+
67
+ ## Dataset Structure
68
+
69
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
70
+
71
+ The dataset consists of the validation and test splits of [slone/myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022), and follows the same structure.
72
+ This includes the following fields:
73
+ - `id`: numeric id of the sentence in the split, the same as in the original dataset.
74
+ - `ru`: a sentence in Russian
75
+ - `myv`: a corresponding sentence in Erzya
76
+ - `src`: a sring identifier of the data source
77
+
78
+ There are three additional fields, new to this version of the dataset:
79
+ - `meaning_score`: a score of semantic similarity between the Russian and the Erzya sentences. Possible values are `0` (a huge difference in the meaning), `0.5` (difference in minor details), and `1` (equivalent meaning).
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
+
87
+ ### Curation Rationale
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]