G-IdiomAlign: A Gloss-Pivoted Benchmark for Cross-Lingual Idiom Alignment

20d ago · Global · primary source: export.arxiv.org

A new benchmark called G-IdiomAlign aims to measure how well large language models handle one of translation's thorniest problems: idioms. The system uses English glosses from Wiktionary to anchor non-literal phrases across languages, revealing that models still default to literal translations far too often. The benchmark, described in a paper submitted in 2026, addresses the long-standing difficulty of transferring idioms between languages. Idioms resist direct translation because their meaning is not built from the individual words they contain, a property researchers call non-compositionality [1][2]. G-IdiomAlign tackles this by pivoting each idiom on an English definition, or gloss, drawn from Wiktionary, and constructing a high-confidence reference alignment set for reproducible testing [1][2]. The benchmark supports two evaluation protocols. The first is a multiple-choice task with typed distractors designed to trace specific error patterns. The second, called Gloss-Contrastive Generation, compares model outputs with and without a gloss to isolate the effect of providing an explicit semantic anchor [1][2]. Across a range of large language models, or LLMs—a class of machine learning models trained on vast text corpora for language generation [8]—the dominant failure mode was a bias toward literal translation, a problem that intensified when the target language had fewer digital resources [1][2]. Glosses consistently improved performance on the generation task when measured by an embedding-based semantic proxy, but overall results remained modest. The authors note this indicates "substantial headroom in the open output space" [2]. A deeper analysis focused on Qwen3-8B, a model from the Qwen family developed by Alibaba Cloud [9]. The researchers found that differences between the gloss and no-gloss conditions were concentrated more in the model's attention heads than in its layers, and that better generations with glosses coincided with stronger anchoring on the provided definition [1][2]. The work arrives as the machine learning community increasingly links papers to executable demos and code. Platforms like Hugging Face now allow researchers to create paper pages that aggregate models, datasets, and interactive Spaces, and even embed demos directly on arXiv abstract pages [4][5]. While no interactive demo for G-IdiomAlign was immediately available, the paper's presence on arXiv enables such community-built interfaces to be linked in the future [5].

research-papersafety-researchbenchmarkcontroversycommentary

Background sources we checked (8)
  • arxiv.org ↗ Idioms are difficult to transfer across languages due to their non-compositionality and weak surface-form grounding, making literal mappings unreliable. We present G-IdiomAlign, a gloss-pivoted benchmark where each idiom is anchored by an English gloss from Wiktionary. We further…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue