Measuring Language Transfer in Robot Policies: Adding Greek to a Cosmos3 Vision-Language-Action Policy
Abstract
Adding Greek to a robot vision-language-action model via machine-translated instructions reveals measurement pitfalls and shows bilingual training improves performance over monolingual baselines, though it remains far below English levels.
Robot foundation models are trained and evaluated predominantly in English, and robot demonstration corpora do not exist for most languages. We study the addition of Greek to an open vision-language-action stack using only machine-rephrased instructions and no architecture changes. The main challenge is measurement rather than translation. Several plausible instruments produce false conclusions: a color-histogram metric rewards noise, a single-goal benchmark scores 84.6% under correct Greek and 82.6% under deliberately wrong instructions, training loss fails to predict Greek success, and single-run comparisons are dominated by seed variation. On a discriminative ninety-task suite with three seeds per arm, a multilingual text tower without Greek demonstrations remains at its wrong-instruction floor, while Greek-only training exceeds its control by at most 2.7 points. Bilingual training yields a consistent 6.7-7.1 point margin over its control and reaches about two fifths of English performance. The policy also overfits the translator's phrasing; training on seven phrasings per task approximately halves this penalty. Warm-starting from a language-adapted world model and unfreezing the text tower both degrade performance. The results support two practical requirements for low-resource robot-policy localization: build a guaranteed null before trusting a metric, and replicate low-resource-language results across seeds.
Community
Hi folks, author here.๐
Almost every robot foundation model out there is trained and evaluated in English. For most of the world's languages there is no robot demonstration data at all, and nobody is going to collect it anytime soon. So we wanted to know what it actually takes to add one of those languages to an existing policy, and more importantly, how you'd even tell if it worked.
We used Greek as the test case. Not because it's special, but because it's a language we can read and check, and it has the same problem as hundreds of others: zero robot data. We took an open VLA policy (Cosmos3), gave it Greek instructions that were machine-rephrased from English, changed nothing in the architecture, and trained. Getting it to run was the easy part.
The hard part was measurement. We kept building evaluations that looked reasonable and quietly gave us wrong answers. The one that bothered us most: a single-goal benchmark scored 84.6% with correct Greek instructions and 82.6% with deliberately wrong ones. The policy was finishing the task without really reading the text, and the benchmark couldn't tell. On top of that we had a color-histogram metric that rewarded noise, training loss that said nothing about Greek success, and single-run comparisons where the random seed mattered more than anything we changed.
So most of the paper is about getting the measurement right before making any claims about transfer. The Greek numbers are in there, but the point is that none of the traps we hit were about Greek. If you're trying to add Arabic, Swahili, Vietnamese, or anything else without a demo corpus, you'll walk into the same ones, and we hope this saves you some time.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Teaching Nemotron Greek: Mining a Corpus, Adapting Retrieval, and Grounding Generation for Modern Greek across Specialist Domains (2026)
- MINERVA: How Small Can a Manipulation Policy Be and Still Solve LIBERO? (2026)
- Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment (2026)
- A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism (2026)
- CoTinyVLA: Chain-of-Thought Distillation for a Sub-Billion-Parameter Vision-Language-Action Model (2026)
- Where Do Multilingual Vision-Language Encoders Fail on Low-Resource Languages? (2026)
- Grounded Semantic Re-Binding for Robust Instruction Generalization in Vision-Language-Action Models (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2609.07470 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 1
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper