paper-with-me

Papers

Gricean Norms as a Basis for Effective Collaboration

2025-03-18 · Fardin Saad, Pradeep K. Murukannaiah, Munindar P. Singh

Effective human-AI collaboration hinges not only on the AI agent's ability to follow explicit instructions but also on its capacity to navigate ambiguity, incompleteness, invalidity, and irrelevance in communication. Gricean conversational and inference norms facilitate collaboration by aligning unclear instructions with cooperative principles. We propose a normative framework that integrates Gricean norms and cognitive frameworks -- common ground, relevance theory, and theory of mind -- into large language model (LLM) based agents. The normative framework adopts the Gricean maxims of quantity, quality, relation, and manner, along with inference, as Gricean norms to interpret unclear instructions, which are: ambiguous, incomplete, invalid, or irrelevant. Within this framework, we introduce Lamoids, GPT-4 powered agents designed to collaborate with humans. To assess the influence of Gricean norms in human-AI collaboration, we evaluate two versions of a Lamoid: one with norms and one without. In our experiments, a Lamoid collaborates with a human to achieve shared goals in a grid world (Doors, Keys, and Gems) by interpreting both clear and unclear natural language instructions. Our results reveal that the Lamoid with Gricean norms achieves higher task accuracy and generates clearer, more accurate, and contextually relevant responses than the Lamoid without norms. This improvement stems from the normative framework, which enhances the agent's pragmatic reasoning, fostering effective human-AI collaboration and enabling context-aware communication in LLM-based agents.

📄 PDF Abstract BibTeX arXiv:2503.14484

Code (1)

fardinsaad/gricean-norms 공식 구현

Tasks

Large Language ModelNavigate

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Conversational Norms for Human-Robot Dialogues

2021-03-02 · Maitreyee Tewari, Thomas Hellström, Suna Bensch

This paper describes a recently initiated research project aiming at supporting development of computerised dialogue systems that handle breaches of conversational norms such as the Gricean maxims, which describe how dia…

Toward a Gricean Retreat: Probing LLMs for Knowledge Boundaries and Referent Specificity

2026-08-13 · Dananjay Srinivas, Saksham Khatwani, Maria Pacheco arxiv

When asked about entities outside their knowledge boundary, LLMs routinely fabricate plausible-sounding details rather than backing off to safer, more general claims. We frame this failure through a Gricean lens: a coope…

Emergence of Gricean Maxims from Multi-Agent Decision Theory

2013-06-01 · NAACL 2013 6 · Adam Vogel, Max Bodoia, Christopher Potts, Daniel Jurafsky
Decision MakingSlot FillingSpeech Recognition

On the Optimality of Vagueness: "Around", "Between", and the Gricean Maxims

2020-08-26 · Paul Egré, Benjamin Spector, Adèle Mortier, Steven Verheyen

Why is ordinary language vague? We argue that in contexts in which a cooperative speaker is not perfectly informed about the world, the use of vague expressions can offer an optimal tradeoff between truthfulness (Gricean…

Informativeness

Are language models rational? The case of coherence norms and belief revision

2024-06-05 · Thomas Hofweber, Peter Hase, Elias Stengel-Eskin, Mohit Bansal

Do norms of rationality apply to machine learning models, in particular language models? In this paper we investigate this question by focusing on a special subset of rational norms: coherence norms. We consider both log…