CLAug 18, 2025

Stands to Reason: Investigating the Effect of Reasoning on Idiomaticity Detection

arXiv:2508.13365v1h-index: 5Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses idiomaticity detection for NLP applications, but it is incremental as it explores existing reasoning methods on a specific linguistic task.

The study investigated how reasoning capabilities affect idiomaticity detection in LLMs, finding that chain-of-thought reasoning provided modest improvements for larger models (14B to 70B parameters) but varied effects for smaller ones, with performance increases from 1.5B models not reaching base model levels.

The recent trend towards utilisation of reasoning models has improved the performance of Large Language Models (LLMs) across many tasks which involve logical steps. One linguistic task that could benefit from this framing is idiomaticity detection, as a potentially idiomatic expression must first be understood before it can be disambiguated and serves as a basis for reasoning. In this paper, we explore how reasoning capabilities in LLMs affect idiomaticity detection performance and examine the effect of model size. We evaluate, as open source representative models, the suite of DeepSeek-R1 distillation models ranging from 1.5B to 70B parameters across four idiomaticity detection datasets. We find the effect of reasoning to be smaller and more varied than expected. For smaller models, producing chain-of-thought (CoT) reasoning increases performance from Math-tuned intermediate models, but not to the levels of the base models, whereas larger models (14B, 32B, and 70B) show modest improvements. Our in-depth analyses reveal that larger models demonstrate good understanding of idiomaticity, successfully producing accurate definitions of expressions, while smaller models often fail to output the actual meaning. For this reason, we also experiment with providing definitions in the prompts of smaller models, which we show can improve performance in some cases.

Foundations

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

Your Notes