paper-with-me

홈 › Papers

Aligning Language Models to Explicitly Handle Ambiguity

2024-04-18 · Hyuhng Joon Kim, Youna Kim, Cheonbok Park, Junyeob Kim, Choonghyun Park, Kang Min Yoo, Sang-goo Lee, Taeuk Kim

In interactions between users and language model agents, user utterances frequently exhibit ellipsis (omission of words or phrases) or imprecision (lack of exactness) to prioritize efficiency. This can lead to varying interpretations of the same input based on different assumptions or background knowledge. It is thus crucial for agents to adeptly handle the inherent ambiguity in queries to ensure reliability. However, even state-of-the-art large language models (LLMs) still face challenges in such scenarios, primarily due to the following hurdles: (1) LLMs are not explicitly trained to deal with ambiguous utterances; (2) the degree of ambiguity perceived by the LLMs may vary depending on the possessed knowledge. To address these issues, we propose Alignment with Perceived Ambiguity (APA), a novel pipeline that aligns LLMs to manage ambiguous queries by leveraging their own assessment of ambiguity (i.e., perceived ambiguity). Experimental results on question-answering datasets demonstrate that APA empowers LLMs to explicitly detect and manage ambiguous queries while retaining the ability to answer clear questions. Furthermore, our finding proves that APA excels beyond training with gold-standard labels, especially in out-of-distribution scenarios. The data and code are available at https://github.com/heyjoonkim/APA.

📄 PDF Abstract BibTeX arXiv:2404.11972

Code (1)

heyjoonkim/apa 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingQuestion Answering

Methods 이 논문이 사용한 방법론

APA 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Zero and Few-shot Semantic Parsing with Ambiguous Inputs

2023-06-01 · Elias Stengel-Eskin, Kyle Rawlins, Benjamin Van Durme

Despite the frequent challenges posed by ambiguity when representing meaning via natural language, it is often ignored or deliberately removed in tasks mapping language to formally-designed representations, which general…

Semantic Parsing

Data Dependency-Aware Code Generation from Enhanced UML Sequence Diagrams

2025-08-05 · Wenxin Mao, Zhitao Wang, Long Wang, Sirong Chen 외 arxiv

Large language models (LLMs) excel at generating code from natural language (NL) descriptions. However, the plain textual descriptions are inherently ambiguous and often fail to capture complex requirements like intricat…

Mathematical ReasoningCode Generation

Matrix Completion for Resolving Label Ambiguity

2015-06-01 · CVPR 2015 6 · Ching-Hui Chen, Vishal M. Patel, Rama Chellappa

In real applications, data is not always explicitly-labeled. For instance, label ambiguity exists when we associate two persons appearing in a news photo with two names provided in the caption. We propose a matrix comple…

Matrix Completion

A Taxonomy of Ambiguity Types for NLP

2024-03-21 · Margaret Y. Li, Alisa Liu, Zhaofeng Wu, Noah A. Smith

Ambiguity is an critical component of language that allows for more effective communication between speakers, but is often ignored in NLP. Recent work suggests that NLP systems may struggle to grasp certain elements of h…

Towards Resolving Word Ambiguity with Word Embeddings

2023-07-25 · Matthias Thurnbauer, Johannes Reisinger, Christoph Goller, Andreas Fischer

Ambiguity is ubiquitous in natural language. Resolving ambiguous meanings is especially important in information retrieval tasks. While word embeddings carry semantic information, they fail to handle ambiguity well. Tran…

Information RetrievalRetrievalWord Embeddings