gpriday commited on
Commit
f176a79
·
verified ·
1 Parent(s): fde5505

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ multilingual_domain_translations.csv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ - da
5
+ - de
6
+ - en
7
+ - es
8
+ - fi
9
+ - fr
10
+ - he
11
+ - hi
12
+ - id
13
+ - it
14
+ - ja
15
+ - ko
16
+ - nl
17
+ - pl
18
+ - pt
19
+ - ru
20
+ - sv
21
+ - tr
22
+ - zh
23
+ pretty_name: Multilingual Domain Name Translations
24
+ tags:
25
+ - translation
26
+ - multilingual
27
+ - domain-names
28
+ - embeddings
29
+ - text-generation
30
+ - zero-shot-classification
31
+ license: apache-2.0
32
+ task_categories:
33
+ - translation
34
+ - text-generation
35
+ - feature-extraction
36
+ multilinguality:
37
+ - multilingual
38
+ size_categories:
39
+ - 100K<n<1M
40
+ dataset_info:
41
+ features:
42
+ - name: domain
43
+ dtype: string
44
+ - name: base
45
+ dtype: string
46
+ - name: segmented
47
+ dtype: string
48
+ - name: source_lang
49
+ dtype: string
50
+ - name: translation_ar
51
+ dtype: string
52
+ - name: translation_da
53
+ dtype: string
54
+ - name: translation_de
55
+ dtype: string
56
+ - name: translation_en
57
+ dtype: string
58
+ - name: translation_es
59
+ dtype: string
60
+ - name: translation_fi
61
+ dtype: string
62
+ - name: translation_fr
63
+ dtype: string
64
+ - name: translation_he
65
+ dtype: string
66
+ - name: translation_hi
67
+ dtype: string
68
+ - name: translation_id
69
+ dtype: string
70
+ - name: translation_it
71
+ dtype: string
72
+ - name: translation_ja
73
+ dtype: string
74
+ - name: translation_ko
75
+ dtype: string
76
+ - name: translation_nl
77
+ dtype: string
78
+ - name: translation_pl
79
+ dtype: string
80
+ - name: translation_pt
81
+ dtype: string
82
+ - name: translation_ru
83
+ dtype: string
84
+ - name: translation_sv
85
+ dtype: string
86
+ - name: translation_tr
87
+ dtype: string
88
+ - name: translation_zh
89
+ dtype: string
90
+ splits:
91
+ - name: train
92
+ num_examples: 155004
93
+ download_size: 50000000
94
+ dataset_size: 155004
95
+ ---
96
+
97
+ # Multilingual Domain Name Translations Dataset
98
+
99
+ ## Dataset Description
100
+
101
+ This dataset contains 155,004 domain names with their multilingual translations across 20 languages. Each domain has been segmented into constituent words and translated while preserving semantic meaning and commercial appeal. The dataset is particularly valuable for domain name research, multilingual NLP tasks, and understanding how brand names and concepts translate across languages.
102
+
103
+ ## Dataset Statistics
104
+
105
+ - **Total Records**: 155,004 domain translations
106
+ - **Unique Domains**: 154,811
107
+ - **Languages**: 20 (Arabic, Chinese, Danish, Dutch, English, Finnish, French, German, Hebrew, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Swedish, Turkish)
108
+ - **Average Domain Length**: 10.9 characters
109
+ - **Average Words per Domain**: 2.3
110
+ - **Translation Coverage**: >99.9% (only 1 missing translation per language)
111
+
112
+ ### Source Language Distribution
113
+ - English: 92.9% (144,074 domains)
114
+ - Spanish: 1.8% (2,848 domains)
115
+ - Chinese: 1.2% (1,871 domains)
116
+ - French: 0.8% (1,276 domains)
117
+ - Other languages: <1% each
118
+
119
+ ## Dataset Structure
120
+
121
+ ### Fields
122
+
123
+ - `domain`: The full domain name (e.g., "leadership-journey.com")
124
+ - `base`: Domain without TLD extension (e.g., "leadership-journey")
125
+ - `segmented`: Domain split into constituent words (e.g., "leadership journey")
126
+ - `source_lang`: Detected source language of the domain (ISO 639-1 code)
127
+ - `translation_[lang]`: Translation for each target language, where [lang] is the ISO 639-1 code
128
+
129
+ ### Language Codes
130
+
131
+ | Code | Language | Code | Language |
132
+ |------|----------|------|----------|
133
+ | ar | Arabic | ja | Japanese |
134
+ | da | Danish | ko | Korean |
135
+ | de | German | nl | Dutch |
136
+ | en | English | pl | Polish |
137
+ | es | Spanish | pt | Portuguese |
138
+ | fi | Finnish | ru | Russian |
139
+ | fr | French | sv | Swedish |
140
+ | he | Hebrew | tr | Turkish |
141
+ | hi | Hindi | zh | Chinese (Simplified) |
142
+ | id | Indonesian | | |
143
+ | it | Italian | | |
144
+
145
+ ## Examples
146
+
147
+ ```csv
148
+ domain,base,segmented,source_lang,translation_ar,translation_da,...
149
+ leadership-journey.com,leadership-journey,leadership journey,en,رحلة القيادة,ledelsesrejse,...
150
+ xrdogepay.com,xrdogepay,xr doge pay,en,xr دوجي دفع,xr doge betaling,...
151
+ thememorydesign.com,thememorydesign,the memory design,en,تصميم الذاكرة,hukommelsen design,...
152
+ ```
153
+
154
+ ## Generation Process
155
+
156
+ The dataset was generated using the following methodology:
157
+
158
+ 1. **Domain Selection**: Domains were sourced from a curated list of .com domains valued at over $20, ensuring commercial relevance and quality.
159
+
160
+ 2. **Word Segmentation**: Each domain was segmented into constituent words using the `wordsegment` library, which uses unigram and bigram statistics to find the most probable word boundaries.
161
+
162
+ 3. **Language Detection**: Source language was detected for each domain to handle non-English domains appropriately.
163
+
164
+ 4. **Translation Generation**: Translations were generated using the DeepSeek-Chat model via the OpenAI-compatible API with the following approach:
165
+ - Batch processing (5 domains per batch) for efficiency
166
+ - Temperature of 0.3 for consistent, high-quality translations
167
+ - Structured JSON output format
168
+ - Parallel processing with 4 workers
169
+
170
+ 5. **Quality Assurance**:
171
+ - Retry logic for failed API calls
172
+ - Validation of translation completeness
173
+ - Preservation of brand names through phonetic transliteration when direct translation wasn't suitable
174
+ - Manual review of sample outputs
175
+
176
+ ## Use Cases
177
+
178
+ - **Multilingual Domain Embeddings**: Creating cross-lingual domain representations for similarity search and clustering across languages
179
+ - **Multilingual SEO**: Understanding how domain concepts translate for international markets
180
+ - **Brand Name Research**: Analyzing how brand names are adapted across languages
181
+ - **NLP Training**: Training models for domain name segmentation and translation
182
+ - **Linguistic Analysis**: Studying translation patterns and language-specific adaptations
183
+ - **Domain Investment**: Evaluating domain potential in international markets
184
+
185
+ ## Limitations
186
+
187
+ - Translations are AI-generated and may not always reflect local market preferences
188
+ - Some technical or brand-specific terms may be transliterated rather than translated
189
+ - The dataset is biased towards English-origin domains (92.9%)
190
+ - Only .com domains are included
191
+
192
+ ## License
193
+
194
+ This dataset is licensed under the Apache License 2.0. See the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.
195
+
196
+ ## Citation
197
+
198
+ If you use this dataset, please cite:
199
+
200
+ ```bibtex
201
+ @dataset{domain_translations_2025,
202
+ title={Multilingual Domain Name Translations Dataset},
203
+ author={Humbleworth},
204
+ year={2025},
205
+ publisher={Hugging Face},
206
+ url={https://huggingface.co/datasets/humbleworth/domain-translations}
207
+ }
208
+ ```
209
+
210
+ ## Acknowledgments
211
+
212
+ - Translations generated using DeepSeek-Chat model
213
+ - Word segmentation performed using the `wordsegment` library
multilingual_domain_translations.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd56daa4bc00a2eca1d01c36b267060e9973db67084b2ddef0d789fcbbd72484
3
+ size 61351567