SagiAbd commited on
Commit
f43ab9d
·
verified ·
1 Parent(s): 73ff02e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +130 -51
README.md CHANGED
@@ -1,94 +1,173 @@
1
  ---
2
- license: apache-2.0
3
  task_categories:
4
- - translation
5
  language:
6
- - kk
7
- - ru
8
- - en
9
  tags:
10
- - code
11
- pretty_name: Multilingual Literature Parallel Corpus
 
 
 
 
 
 
 
12
  size_categories:
13
- - 10K<n<100K
14
  ---
15
 
16
- # Dataset Card for Multilingual Literature Parallel Corpus
17
 
18
- <!-- Provide a quick summary of the dataset. -->
19
 
20
- The Multilingual Literature Parallel Corpus is designed for translation tasks, containing parallel text pairs from literature in three languages: Kazakh (kaz_Cyrl), Russian (rus_Cyrl), and English (eng_Latn).
21
 
22
  ## Dataset Details
23
 
24
  ### Dataset Description
25
 
26
- <!-- Provide a longer summary of what this dataset is. -->
27
 
28
- The Multilingual Literature Parallel Corpus provides parallel text pairs for translation tasks across Kazakh, Russian, and English. The dataset is curated to support the development of machine translation models by offering high-quality parallel sentences from literature.
29
 
30
- - **Language(s) (NLP):** Kazakh, Russian, English
31
- - **License:** Apache-2.0
32
 
33
- ## Uses
 
 
 
 
 
34
 
35
- <!-- Address questions around how the dataset is intended to be used. -->
36
 
37
- ### Direct Use
 
 
 
 
 
 
38
 
39
- <!-- This section describes suitable use cases for the dataset. -->
40
 
41
- The dataset is suitable for developing and benchmarking translation models, cross-linguistic analysis, and linguistic research in the context of Kazakh, Russian, and English literature.
42
 
43
- ### Out-of-Scope Use
44
 
45
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
 
 
 
 
 
46
 
47
- The dataset is not suitable for non-literary text translation tasks, real-time translation applications, or any use cases requiring domain-specific jargon outside literature.
48
 
49
- ## Dataset Structure
 
 
 
 
 
 
 
 
50
 
51
- <!-- 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. -->
52
 
53
- - **Language_pair**: The language pair in the format source_to_target (e.g., kaz_to_eng).
54
- - **X**: The source text.
55
- - **y**: The translated text.
56
- - **X_lang**: The language of the source text.
57
- - **y_lang**: The language of the translated text.
58
- - **Similarity**: The similarity score between the source and target texts.
59
 
60
- ### Language Pairs and Example Counts
61
 
62
- - **rus_to_eng**: 23,856 examples
63
- - **rus_to_kaz**: 19,832 examples
64
- - **eng_to_rus**: 15,690 examples
65
- - **eng_to_kaz**: 5,534 examples
66
- - **kaz_to_eng**: 3,884 examples
67
- - **kaz_to_rus**: 2,300 examples
68
 
69
- ## Dataset Creation
70
 
71
- ### Curation Rationale
72
 
73
- <!-- Motivation for the creation of this dataset. -->
74
 
75
- The dataset was created to enhance the quality and accessibility of machine translation models for Kazakh, Russian, and English, specifically within the literary domain.
76
 
77
- ### Source Data
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
80
 
81
- The source data consists of original literary texts in Kazakh, Russian, and English.
82
 
83
- ### Target Data
84
 
85
- The source data consists of translated literary texts in Kazakh, Russian, and English.
86
 
87
- #### Data Collection and Processing
88
 
89
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
90
 
91
- The data was collected from publicly available literary sources, preprocessed to align translations accurately, and normalized to maintain consistency in formatting and structure.
92
 
 
93
 
94
- <!-- 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
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
  task_categories:
4
+ - translation
5
  language:
6
+ - kk
7
+ - ru
8
+ - en
9
  tags:
10
+ - machine-translation
11
+ - parallel-corpus
12
+ - multilingual
13
+ - literature
14
+ - kazakh
15
+ - russian
16
+ - english
17
+ - low-resource-language
18
+ pretty_name: KazLit-Parallel
19
  size_categories:
20
+ - 10K<n<100K
21
  ---
22
 
23
+ # KazLit-Parallel
24
 
25
+ **KazLit-Parallel** is a multilingual literary parallel corpus containing aligned text pairs in **Kazakh, Russian, and English**. The corpus is designed primarily for machine translation and multilingual NLP research involving Kazakh.
26
 
27
+ The current release contains **71,096 parallel text pairs** across six translation directions.
28
 
29
  ## Dataset Details
30
 
31
  ### Dataset Description
32
 
33
+ KazLit-Parallel provides automatically aligned text segments derived from literary works available in Kazakh, Russian, and English.
34
 
35
+ The corpus was created to expand the availability of parallel data involving Kazakh, which remains comparatively underrepresented in multilingual NLP resources. In addition to Kazakh–Russian and Kazakh–English pairs, the dataset includes Russian–English parallel data derived from the same broader literary collection.
36
 
37
+ Potential applications include:
 
38
 
39
+ - machine translation involving Kazakh;
40
+ - multilingual representation learning;
41
+ - cross-lingual NLP;
42
+ - sentence-alignment research;
43
+ - computational literary studies;
44
+ - comparative analysis of translations across Kazakh, Russian, and English.
45
 
46
+ The corpus was constructed through automatic alignment and has not undergone exhaustive manual validation.
47
 
48
+ - **Dataset name:** KazLit-Parallel
49
+ - **Full name:** KazLit-Parallel: A Kazakh–Russian–English Literary Parallel Corpus
50
+ - **Languages:** Kazakh, Russian, English
51
+ - **Scripts:** Cyrillic for Kazakh and Russian; Latin for English
52
+ - **Primary task:** Machine translation
53
+ - **Number of parallel pairs:** 71,096
54
+ - **License:** CC BY 4.0, subject to the licensing note below
55
 
56
+ ## Dataset Structure
57
 
58
+ Each example contains a source text segment and its corresponding target-language segment.
59
 
60
+ ### Data Fields
61
 
62
+ - **`Language_pair`**: Translation direction in the format `source_to_target`, for example `kaz_to_eng`.
63
+ - **`X`**: Source-language text.
64
+ - **`y`**: Target-language text.
65
+ - **`X_lang`**: Language of the source text.
66
+ - **`y_lang`**: Language of the target text.
67
+ - **`Similarity`**: Similarity score associated with the aligned source–target pair.
68
 
69
+ ### Language Pairs
70
 
71
+ | Translation direction | Number of examples |
72
+ | --------------------- | -----------------: |
73
+ | `rus_to_eng` | 23,856 |
74
+ | `rus_to_kaz` | 19,832 |
75
+ | `eng_to_rus` | 15,690 |
76
+ | `eng_to_kaz` | 5,534 |
77
+ | `kaz_to_eng` | 3,884 |
78
+ | `kaz_to_rus` | 2,300 |
79
+ | **Total** | **71,096** |
80
 
81
+ The number of examples varies across translation directions, and this imbalance should be considered when constructing training and evaluation subsets.
82
 
83
+ ## Dataset Creation
 
 
 
 
 
84
 
85
+ ### Motivation
86
 
87
+ Parallel corpora involving Kazakh are substantially less abundant than comparable resources for higher-resource languages such as English and Russian.
 
 
 
 
 
88
 
89
+ KazLit-Parallel was created to provide a larger literary parallel resource involving Kazakh and to support research in machine translation, multilingual NLP, and cross-lingual text analysis.
90
 
91
+ Literary translations provide naturally occurring multilingual correspondences between texts while also exhibiting linguistic phenomena such as paraphrasing, restructuring, and non-literal translation. This makes the corpus relevant both for machine translation and for research on multilingual literary text.
92
 
93
+ ### Source Data
94
 
95
+ The source material consists of literary works and their available translations in Kazakh, Russian, and English.
96
 
97
+ Where multiple language versions of the same work were available, the texts were processed and aligned to identify corresponding multilingual segments.
98
+
99
+ ### Data Collection and Processing
100
+
101
+ The general construction pipeline consisted of:
102
+
103
+ 1. collecting corresponding literary texts in Kazakh, Russian, and/or English;
104
+ 2. extracting textual content;
105
+ 3. preprocessing and normalizing the texts;
106
+ 4. identifying corresponding multilingual works;
107
+ 5. automatically aligning source and target segments;
108
+ 6. computing similarity scores for candidate alignments; and
109
+ 7. organizing the resulting pairs by translation direction.
110
+
111
+ The alignment process was performed automatically.
112
+
113
+ ## Uses
114
+
115
+ ### Intended Uses
116
+
117
+ KazLit-Parallel is intended as a research resource for:
118
+
119
+ - training and fine-tuning machine translation systems;
120
+ - multilingual language-model training and adaptation;
121
+ - Kazakh–Russian and Kazakh–English translation research;
122
+ - cross-lingual representation learning;
123
+ - sentence-alignment experiments;
124
+ - multilingual and comparative literary analysis;
125
+ - NLP research involving low-resource languages.
126
+
127
+ For evaluation settings requiring manually verified reference translations, researchers may wish to construct a validated subset of the corpus.
128
+
129
+ ### Out-of-Scope Uses
130
+
131
+ KazLit-Parallel is derived from literary texts and is therefore not intended to represent all domains or styles of contemporary language use.
132
+
133
+ Results obtained using this corpus should not automatically be assumed to generalize to domains such as legal, medical, technical, conversational, or news translation without additional evaluation.
134
+
135
+ ## Dataset Quality and Limitations
136
+
137
+ KazLit-Parallel was constructed using automatic text processing and alignment procedures. As a result, some alignment noise may be present.
138
+
139
+ Literary translation is also frequently non-literal. Translators may restructure sentences, paraphrase passages, combine or divide segments, or adapt expressions for the target language. Consequently, lexical similarity alone should not be interpreted as a definitive measure of translation quality.
140
+
141
+ The six translation directions are also unevenly represented, and the corpus is specific to the literary domain. These characteristics should be considered when designing experiments and interpreting results.
142
+
143
+ ## Licensing
144
+
145
+ KazLit-Parallel is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license for components of the dataset for which the dataset creator holds the applicable rights.
146
+
147
+ Under CC BY 4.0, these materials may be shared and adapted, including for commercial purposes, provided appropriate attribution is given.
148
 
149
+ ### Underlying Literary Works
150
 
151
+ The copyright status of the underlying literary works and translations is separate from the rights associated with the compilation, processing, alignment, and metadata of KazLit-Parallel.
152
 
153
+ Individual source works or translations may remain subject to copyright held by their respective authors, translators, publishers, or other rights holders. Users are responsible for ensuring that their use of the underlying material complies with applicable copyright law and licensing conditions.
154
 
155
+ ## Ethical Considerations
156
 
157
+ The dataset consists of previously published literary material rather than text collected directly from human participants.
158
 
159
+ Literary works may contain historically situated language, cultural assumptions, stereotypes, or other sensitive content originating from the source material. Models trained on the corpus may reproduce linguistic or cultural biases present in those texts.
160
 
161
+ ## Citation
162
 
163
+ If you use KazLit-Parallel in academic work, please cite the dataset:
164
 
165
+ ```bibtex
166
+ @misc{kazlitparallel,
167
+ title = {KazLit-Parallel: A Kazakh--Russian--English Literary Parallel Corpus},
168
+ author = {Abdashim, Sagi},
169
+ howpublished = {Hugging Face Datasets},
170
+ year = {2024},
171
+ note = {Dataset}
172
+ }
173
+ ```