paper-with-me

Papers

Evaluating statistical language models as pragmatic reasoners

2023-05-01 · Benjamin Lipkin, Lionel Wong, Gabriel Grand, Joshua B Tenenbaum

The relationship between communicated language and intended meaning is often probabilistic and sensitive to context. Numerous strategies attempt to estimate such a mapping, often leveraging recursive Bayesian models of communication. In parallel, large language models (LLMs) have been increasingly applied to semantic parsing applications, tasked with inferring logical representations from natural language. While existing LLM explorations have been largely restricted to literal language use, in this work, we evaluate the capacity of LLMs to infer the meanings of pragmatic utterances. Specifically, we explore the case of threshold estimation on the gradable adjective ``strong'', contextually conditioned on a strength prior, then extended to composition with qualification, negation, polarity inversion, and class comparison. We find that LLMs can derive context-grounded, human-like distributions over the interpretations of several complex pragmatic utterances, yet struggle composing with negation. These results inform the inferential capacity of statistical language models, and their use in pragmatic and semantic parsing applications. All corresponding code is made publicly available (https://github.com/benlipkin/probsem/tree/CogSci2023).

📄 PDF Abstract BibTeX arXiv:2305.01020

Code (1)

benlipkin/probsem 공식 구현

Tasks

NegationSemantic Parsing

Similar Papers 제목 키워드 기반

CEI: A Benchmark for Evaluating Pragmatic Reasoning in Language Models

2026-02-14 · Jon Chun, Hannah Sussman, Adrian Mangine, Murathan Kocaman 외 arxiv

Pragmatic reasoning, inferring intended meaning beyond literal semantics, underpins everyday communication yet remains difficult for large language models. We present the Contextual Emotional Inference (CEI) Benchmark: 3…

Pragmatics in the Era of Large Language Models: A Survey on Datasets, Evaluation, Opportunities and Challenges

2025-02-17 · Bolei Ma, Yuting Li, Wei Zhou, Ziwei Gong 외

Understanding pragmatics-the use of language in context-is crucial for developing NLP systems capable of interpreting nuanced language use. Despite recent advances in language technologies, including large language model…

ImplicaturesSurvey

Evaluating Pragmatic Reasoning in Large Language Models: Evidence from Scalar Diversity

2026-05-09 · Ye-eun Cho arxiv

Evaluating pragmatic reasoning in large language models (LLMs) remains challenging because model behavior can vary depending on evaluation methods. Previous studies suggest that prompt-based judgments may diverge from mo…

Vision-Language Models Are Not Pragmatically Competent in Referring Expression Generation

2025-04-22 · Ziqiao Ma, Jing Ding, Xuejun Zhang, Dezhi Luo 외

Referring Expression Generation (REG) is a core task for evaluating the pragmatic competence of vision-language systems, requiring not only accurate semantic grounding but also adherence to principles of cooperative comm…

Referring ExpressionReferring expression generation

The Goldilocks of Pragmatic Understanding: Fine-Tuning Strategy Matters for Implicature Resolution by LLMs

2022-10-26 · NeurIPS 2023 11 · Laura Ruis, Akbir Khan, Stella Biderman, Sara Hooker 외

Despite widespread use of LLMs as conversational agents, evaluations of performance fail to capture a crucial aspect of communication: interpreting language in context -- incorporating its pragmatics. Humans interpret la…