File size: 4,163 Bytes
220c626
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6586c6d
 
 
 
 
 
 
 
 
 
220c626
6586c6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3a4941d
6586c6d
 
 
 
 
 
 
3a4941d
 
 
6586c6d
 
 
3a4941d
 
6586c6d
3a4941d
6586c6d
3a4941d
6586c6d
 
 
3a4941d
 
 
 
6586c6d
3a4941d
6586c6d
 
 
3a4941d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: ru
    dtype: string
  - name: myv
    dtype: string
  - name: src
    dtype: string
  - name: meaning_score
    dtype: float64
  - name: fluency_score
    dtype: float64
  - name: is_good
    dtype: int64
  splits:
  - name: validation
    num_bytes: 538090
    num_examples: 1500
  - name: test
    num_bytes: 523051
    num_examples: 1500
  download_size: 556560
  dataset_size: 1061141
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
license: cc-by-sa-4.0
language:
- ru
- myv
task_categories:
- sentence-similarity
- text-classification
- translation
size_categories:
- 1K<n<10K
---
# Dataset Card for Dataset Name

A small parallel Erzya-Russian dataset, manually annotated for quality: meaning preservation and fluency of the Erzya sentences.

## Dataset Details

### Dataset Description


- **Curated by:** David Dale, Árpád Váldazs
- **Language(s) (NLP):** Erzya, Russian
- **License:** CC-BY-SA-4.0

### Dataset Sources

- **Repository:** https://github.com/slone-nlp/myv-nmt/
- **Paper:** https://www2.statmt.org/wmt24/pdf/2024.wmt-1.49.pdf

## Uses

Evaluation of automatic metrics of machine translation into Erzya, or of Erzya parallel data quality.

## Dataset Structure

<!-- 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. -->

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.
This includes the following fields:
- `id`: numeric id of the sentence in the split, the same as in the original dataset.
- `ru`: a sentence in Russian
- `myv`: a corresponding sentence in Erzya
- `src`: a sring identifier of the data source

There are three additional fields, new to this version of the dataset:
- `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).
- `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).
- `is_good`: a flag that the translation pair is good; equals `1` if both scores above are `1`, and `0`, otherwise.

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.

## Dataset Creation

### Curation Rationale

<!-- Motivation for the creation of this dataset. -->

There were two main motivations for creating this dataset:
1. Provide cleaner development and test sets for evaluating machine translation between Erzya and Russian.
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.

### Source Data

Various parallel texts in Russian and Erzya, pre-aligned or automatically aligned by sentence.
For more details, see the parent dataset [slone/myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022).

### Annotations

The labels in the dataset have been provided by a single annotator, a native speaker of Russian and a fluent Erzya speaker.

## Bias, Risks, and Limitations

The sentences in the dataset may inherit all the peculiarities of their corresponding sources.
In particular, a large proportion of sentences from the "constitution" and "wiki" sources contain overly literal translations from Russian
(which is reflected in their fluency scores). 
Some of the sentences are misaligned (due to automatic sentence splitting and alignment), which is normally reflected in their meaning scores.

The accuracy and fluency labels were provided by a single annotator without additional validation, and may contain occasional errors.

## Dataset Card Contact

@cointegrated