Revisiting a Pain in the Neck: Semantic Phrase Processing Benchmark for Language Models
Yang Liu, Melissa Xiaohui Qin, Hongming Li, Chao Huang
TL;DR
LexBench offers the first large-scale, unified benchmark suite for semantic phrase processing across ten tasks spanning idioms, noun compounds, verbal constructions, and lexical collocations. By evaluating fifteen models, including GPT-4, Claude-3, and various open- and closed-access systems, it analyzes performance in classification, extraction, and interpretation under zero-shot and few-shot prompting, and introduces Oracle Prompting to improve extraction. Key findings show scaling laws hold for many tasks, few-shot LMs lag behind fine-tuned models in some extraction tasks, and human performance is matched or exceeded in several categories, though gaps remain, especially in extraction. The results provide guidance for future methods aimed at advancing LM grounding and semantic phrase comprehension, and highlight the potential of prompting strategies to raise performance, while also exposing limitations in multilingual coverage and long-tail phrase phenomena.
Abstract
We introduce LexBench, a comprehensive evaluation suite enabled to test language models (LMs) on ten semantic phrase processing tasks. Unlike prior studies, it is the first work to propose a framework from the comparative perspective to model the general semantic phrase (i.e., lexical collocation) and three fine-grained semantic phrases, including idiomatic expression, noun compound, and verbal construction. Thanks to \ourbenchmark, we assess the performance of 15 LMs across model architectures and parameter scales in classification, extraction, and interpretation tasks. Through the experiments, we first validate the scaling law and find that, as expected, large models excel better than the smaller ones in most tasks. Second, we investigate further through the scaling semantic relation categorization and find that few-shot LMs still lag behind vanilla fine-tuned models in the task. Third, through human evaluation, we find that the performance of strong models is comparable to the human level regarding semantic phrase processing. Our benchmarking findings can serve future research aiming to improve the generic capability of LMs on semantic phrase comprehension. Our source code and data are available at https://github.com/jacklanda/LexBench
