CLJun 22, 2025

Chengyu-Bench: Benchmarking Large Language Models for Chinese Idiom Understanding and Use

arXiv:2506.18105v17 citationsh-index: 3Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the problem of evaluating language models' ability to handle culturally nuanced idioms for researchers and developers in NLP, though it is incremental as it builds on existing benchmark efforts.

The paper tackles the challenge of Chinese idiom understanding and use by introducing Chengyu-Bench, a comprehensive benchmark with three tasks, and finds that leading LLMs achieve over 95% accuracy on evaluative connotation but only ~85% on appropriateness and ~40% on open cloze.

Chinese idioms (Chengyu) are concise four-character expressions steeped in history and culture, whose literal translations often fail to capture their full meaning. This complexity makes them challenging for language models to interpret and use correctly. Existing benchmarks focus on narrow tasks - multiple-choice cloze tests, isolated translation, or simple paraphrasing. We introduce Chengyu-Bench, a comprehensive benchmark featuring three tasks: (1) Evaluative Connotation, classifying idioms as positive or negative; (2) Appropriateness, detecting incorrect idiom usage in context; and (3) Open Cloze, filling blanks in longer passages without options. Chengyu-Bench comprises 2,937 human-verified examples covering 1,765 common idioms sourced from diverse corpora. We evaluate leading LLMs and find they achieve over 95% accuracy on Evaluative Connotation, but only ~85% on Appropriateness and ~40% top-1 accuracy on Open Cloze. Error analysis reveals that most mistakes arise from fundamental misunderstandings of idiom meanings. Chengyu-Bench demonstrates that while LLMs can reliably gauge idiom sentiment, they still struggle to grasp the cultural and contextual nuances essential for proper usage. The benchmark and source code are available at: https://github.com/sofyc/ChengyuBench.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes