Conceptual Networks for Cross-Linguistic Idiomatic Expressions:A Feature-Based Graph Approach

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

A new interpretable network-based framework represents idiomatic and figurative meaning across eight typologically diverse languages, encompassing 160 conventional expressions. This framework annotates each expression with binary conceptual features, derived from cognitive-linguistic theory, and uses pairwise Jaccard similarities to construct a weighted graph. Community detection within this graph reveals that idioms cluster by conceptual schema rather than by language, aligning with cognitive-linguistic predictions. The conceptual network captures unique semantic information distinct from distributional embeddings, can be scaled through automatic annotation with LLMs, and enhances downstream idiom detection. It also remains robust when enriched with corpus frequencies. Cross-lingual transfer experiments demonstrate that conceptual proximity alone can identify acceptable translation equivalents across five language families, achieving substantial gains over embedding-based baselines. Ablation studies confirm that all three feature dimensions—schemas, roles, and valence—contribute non-redundantly to the network's organization and idiom detection performance.

Key takeaway

For NLP Engineers developing cross-lingual systems, this framework offers a robust approach to handling idiomatic expressions. You should consider integrating conceptual network analysis, particularly for tasks like idiom detection and translation equivalent identification, as it outperforms embedding-based baselines. Leveraging automatic annotation with LLMs can scale this method, providing interpretable, stable representations of idiomatic meaning across diverse languages.

Key insights

Idioms cluster by conceptual schema, not language, enabling cross-lingual transfer and improved detection.

Principles

Method

Annotate expressions with binary conceptual features, define a weighted graph using Jaccard similarities, then apply community detection.

In practice

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.