blinoff commited on
Commit
2d49abe
·
verified ·
1 Parent(s): 6da50c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md CHANGED
@@ -1,3 +1,108 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
4
+ # 🇺🇿 Uzbek Large-Scale Parallel Corpus 2M (UzLPC)
5
+
6
+ **The largest open parallel corpus for the Uzbek language**
7
+ Combining Tatoeba and Wikipedia data with high-quality translations from Qwen3.5-122B-A10B.
8
+
9
+ ---
10
+
11
+ ## 📖 Description
12
+
13
+ The **Uzbek Large-Scale Parallel Corpus 2M (UzLPC)** is a comprehensive collection of over **2.3 million** parallel sentences, designed to advance NLP research for the Uzbek language. It includes:
14
+
15
+ - **Source texts** in English and Russian, with translations into Uzbek.
16
+ - **Reference alignments** (for Wikipedia portion) and **confidence scores** to support machine translation, cross-lingual transfer, and linguistic analysis.
17
+ - **Agglutination indices** to facilitate morphological and typological studies of Uzbek.
18
+
19
+ The corpus is built from two high-quality sources:
20
+
21
+ - **Tatoeba** – a community-driven database of example sentences and translations (89.6% of the data).
22
+ - **Uzbek Wikipedia** – aligned with English articles using LaBSE embeddings, providing high-confidence parallel pairs (10.4% of the data).
23
+
24
+ All Uzbek translations were generated using the **Qwen3.5-122B-A10B** model (MoE, 122B parameters) running on an **Ascend 910B** NPU cluster, ensuring fluency and consistency.
25
+
26
+ ---
27
+
28
+ ## 📊 Dataset Statistics
29
+
30
+ | Metric | Value |
31
+ |--------|-------|
32
+ | **Total sentence pairs** | 2,334,217 |
33
+ | **from Wikipedia** | 242,730 (10.40%) |
34
+ | **from Tatoeba** | 2,091,487 (89.60%) |
35
+ | **Source language distribution** | English: 1,488,583 (63.77%)<br>Russian: 845,634 (36.23%) |
36
+
37
+ ### Word‑level statistics (Uzbek translations)
38
+
39
+ | Metric | Value |
40
+ |--------|-------|
41
+ | **Total words** | 17,965,600 |
42
+ | **Unique words (vocabulary)** | 819,160 |
43
+ | **Type–Token Ratio (TTR)** | 0.0456 |
44
+ | **Average source word length** | 4.78 characters |
45
+ | **Average translation word length** | 6.69 characters |
46
+
47
+ ### Sentence‑level statistics
48
+
49
+ | Language | Mean word count | Median word count |
50
+ |----------|----------------|-------------------|
51
+ | Source (English/Russian) | 8.93 | 7.00 |
52
+ | Translation (Uzbek) | 7.70 | 6.00 |
53
+
54
+ ### Translate metrics
55
+
56
+ On Wikipedia part: BLEU=16.19, chrF=58.48
57
+
58
+ ---
59
+
60
+ ## 🗂️ Data Structure
61
+
62
+ The corpus is provided as a single CSV file with the following columns:
63
+
64
+ | Column | Description |
65
+ |--------|-------------|
66
+ | `sentence_id` | Unique identifier (original sentence ID from Tatoeba courpus or Wikipedia sentence ID) |
67
+ | `source_lang` | Source language code (`eng` or `rus`) |
68
+ | `source_texts` | Original sentence in English or Russian |
69
+ | `translation` | Uzbek translation generated by Qwen3.5-122B-A10B |
70
+ | `references` | Reference Uzbek sentence (available only for Wikipedia part) |
71
+ | `confidence_score` | Semantic similarity score (LaBSE) between source and reference (Wiki only) |
72
+ | `agglutination_index` | Morphological agglutination index calculated for the reference sentence (Wiki only) |
73
+
74
+ > **Note:** For Tatoeba entries, `references`, `confidence_score`, and `agglutination_index` are left empty.
75
+
76
+ ---
77
+
78
+ ## 🛠️ Methodology
79
+
80
+ 1. **Data Collection**
81
+ - **Tatoeba**: Downloaded the full sentence dump, filtered for English and Russian source sentences.
82
+ - **Wikipedia**: Extracted articles from the Uzbek Wikipedia dump and aligned them with their English counterparts.
83
+
84
+ 2. **Translation**
85
+ - All source sentences (English and Russian) were translated into Uzbek using the **Qwen3.5-122B-A10B** model.
86
+ - Translation was performed on a high‑performance server with 8× Ascend 910B NPUs (512 GB VRAM) using SGLang, achieving an average throughput of **>160 tokens/second**.
87
+
88
+ 3. **Alignment (Wikipedia)**
89
+ - Sentence‑level alignment between Uzbek and English Wikipedia articles was performed using **LaBSE** embeddings and cosine similarity.
90
+ - Only pairs with a confidence score ≥ 0.7 were retained, yielding **242,730** high‑quality parallel sentences.
91
+
92
+ 4. **Morphological Analysis**
93
+ - The agglutination index was computed for each Uzbek reference sentence to quantify the degree of agglutination, a key typological feature of the language.
94
+
95
+ ---
96
+
97
+ ## 🙏 Acknowledgments
98
+
99
+ We extend our sincere gratitude to **Huawei Technologies** for providing the computing resources necessary for this project. The translation of over 2.3 million sentences was performed on an **Atlas 800I A2** server equipped with **8× Ascend 910B NPUs** (512 GB VRAM) and 4× Kunpeng 920 CPUs. This powerful infrastructure enabled us to achieve an inference throughput exceeding **160 tokens/second**, making this large-scale corpus creation possible.
100
+
101
+ We also thank the open-source community for maintaining the Tatoeba project and Wikipedia, which served as the foundation of this dataset.
102
+
103
+ ---
104
+
105
+ ## 📜 License
106
+
107
+ This dataset is released under the **Creative Commons Attribution‑ShareAlike 4.0 International (CC BY‑SA 4.0)** license, consistent with the licenses of its source data (Tatoeba and Wikipedia).
108
+ You are free to use, share, and adapt the dataset, provided you give appropriate credit and distribute any derivative works under the same terms.