Dataset Viewer
Auto-converted to Parquet Duplicate
rank
int64
138
18.8k
pos_set
listlengths
1
3
primary_pos
stringclasses
4 values
word_original
stringlengths
4
16
en
stringlengths
4
16
de
stringlengths
4
16
fr
stringlengths
3
15
es
stringlengths
3
15
it
stringlengths
4
15
pt
stringlengths
4
15
id
stringlengths
4
20
ja
stringlengths
1
5
zh
stringlengths
1
5
3,170
[ "adj", "noun", "verb" ]
adj
sick
sick
krank
malade
enfermo
malato
doente
sakit
病気の
生病
138
[ "adj", "adv", "noun" ]
adv
much
much
viel
beaucoup
mucho
molto
muito
banyak
多く
2,348
[ "adv" ]
adv
specifically
specifically
spezifisch
spécifiquement
específicamente
specificamente
especificamente
secara khusus
具体的に
具体地
2,133
[ "noun" ]
noun
bathroom
bathroom
Badezimmer
salle de bains
cuarto de baño
bagno
banheiro
kamar mandi
バスルーム
浴室
1,044
[ "noun" ]
noun
sales
sales
Verkäufe
ventes
ventas
vendite
vendas
penjualan
販売
销售
2,285
[ "verb" ]
verb
maintain
maintain
beibehalten
maintenir
mantener
mantenere
manter
mempertahankan
維持する
维持
1,321
[ "verb" ]
verb
providing
providing
bereitstellen
fournir
proporcionar
fornire
fornecer
menyediakan
提供する
提供
13,419
[ "adv" ]
adv
additionally
additionally
zusätzlich
en plus
además
in aggiunta
adicionalmente
tambahan
加えて
另外
15,496
[ "noun" ]
noun
bricks
bricks
Ziegelsteine
briques
ladrillos
mattoni
tijolos
batu bata
レンガ
砖块
12,794
[ "verb" ]
verb
adopting
adopting
übernehmen
adopter
adoptar
adottare
adotar
mengadopsi
採用
采用
16,502
[ "adj", "noun", "verb" ]
adj
slick
slick
glatt
lisse
resbaladizo
scivoloso
escorregadio
licin
つるつる
光滑
18,002
[ "adv" ]
adv
narrowly
narrowly
knapp
étroitement
estrechamente
strettamente
estreitamente
secara sempit
狭く
勉强地
18,774
[ "noun" ]
noun
feasibility
feasibility
Durchführbarkeit
faisabilité
viabilidad
fattibilità
viabilidade
kelayakan
実現可能性
可行性
17,870
[ "noun", "verb" ]
noun
misunderstanding
misunderstanding
Missverständnis
malentendu
malentendido
fraintendimento
mal-entendido
kesalahpahaman
誤解
误解
18,269
[ "verb" ]
verb
revive
revive
wiederbeleben
raviver
reavivar
ravvivare
reviver
menghidupkan kembali
復活させる
复活
5,382
[ "adv" ]
adv
unfortunately
unfortunately
leider
malheureusement
por desgracia
purtroppo
infelizmente
sayangnya
残念ながら
不幸的是
4,399
[ "noun" ]
noun
chest
chest
Brust
poitrine
pecho
petto
peito
dada
胸部
6,872
[ "verb" ]
verb
advise
advise
beraten
conseiller
aconsejar
consigliare
aconselhar
menyarankan
助言する
建议
11,219
[ "adj" ]
adj
optimistic
optimistic
optimistisch
optimiste
optimista
ottimista
otimista
optimis
楽観的な
乐观的
11,757
[ "adv" ]
adv
secretly
secretly
heimlich
secrètement
en secreto
segretamente
secretamente
diam-diam
密かに
偷偷地
9,262
[ "noun" ]
noun
axis
axis
Achse
axe
eje
asse
eixo
sumbu
轴线
11,569
[ "noun", "verb" ]
verb
detailing
detailing
Detaillierung
détail
detalle
dettaglio
detalhamento
perincian
詳細
细节
9,747
[ "adj", "noun", "verb" ]
verb
governing
governing
regieren
gouverner
gobernar
governare
governar
memerintah
統治する
统治
7,963
[ "verb" ]
verb
implementing
implementing
umsetzen
mettre en œuvre
implementar
implementare
implementar
mengimplementasikan
実施する
实施
14,394
[ "adj", "verb" ]
verb
thrilling
thrilling
aufregend
palpitant
emocionante
emozionante
emocionante
mendebarkan
スリリング
令人兴奋的

Word-Level Translations (WLT)

A word-level translation dataset covering 9 languages (English, German, French, Spanish, Italian, Portuguese, Indonesian, Japanese, Mandarin Chinese), designed for evaluating word/concept-level translation accuracy across many language pairs. Concepts are aligned across languages, with 100 query concepts (includes synonyms for evaluation) and 25 example concepts (intended for few-shot examples).

For more information on the construction process, please refer to https://arxiv.org/abs/2604.17633.

We welcome any corrections or suggestions for improvement.

Configs

This dataset ships three configs, all derived from the same underlying word list but serving different roles in an evaluation pipeline: query_set and word_alternatives are linked (the concepts in query_set are listed with synonym data in word_alternatives), while example_pool is a disjoint set of words reserved for building few-shot examples.

query_set

The evaluation queries: one row per concept, with its rank (frequency rank), part-of-speech info, and a single canonical translation per language. These are the concepts that have full synonym data in word_alternatives, joined on word_original.

column description
rank frequency rank of the word
pos_set list of parts of speech the word can take, e.g. ["noun", "verb"]
primary_pos the dominant part of speech
word_original the English source word (concept key)
en, de, fr, es, it, pt, id, ja, zh canonical translation in each language

example_pool

Same schema as query_set. This is a separate, disjoint pool of words used to build few-shot / in-context examples for evaluation prompts, kept apart from query_set so evaluation queries aren't contaminated by example selection. These words do not have synonym data — they don't appear in word_alternatives.

word_alternatives

One row per (word_original, source_lang, target_lang). For every source word and every target language, gives the set of valid translation alternatives (synonyms).

column description
word_original the English concept key, used to align this row with the same concept in query_set, example_pool, and other rows of word_alternatives
source_lang the source language of this row (de, en, es, fr, it, id, ja, pt, or zh)
prompt the actual source-language surface form used to query for translations (e.g. "Materialien" for the German concept "materials"). Equal to word_original only when source_lang == "en".
target_lang the target language for this row
translations list of valid translations (synonyms) from source_lang/prompt into target_lang

There is no row for source_lang == target_lang.

from datasets import load_dataset

# each config has a single split named "data"
query_set = load_dataset("mainlp/word-level-translations", "query_set", split="data")
example_pool = load_dataset("mainlp/word-level-translations", "example_pool", split="data")
word_alternatives = load_dataset("mainlp/word-level-translations", "word_alternatives", split="data")

# filtering word_alternatives to a specific language pair
de_fr = word_alternatives.filter(lambda r: r["source_lang"] == "de" and r["target_lang"] == "fr")

If you use this dataset in your work, please cite (accepted to EMNLP 2026, updated bibtex pending)

@misc{körner2026copyfirsttranslatelater, title={Copy First, Translate Later: Interpreting Translation Dynamics in Multilingual Pretraining}, author={Felicia Körner and Maria Matveev and Florian Eichin and Gitta Kutyniok and Barbara Plank and Michael A. Hedderich}, year={2026}, eprint={2604.17633}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2604.17633}, }

Downloads last month
70

Paper for mainlp/word-level-translations