paper-with-me

Papers

Ambiguity-Aware In-Context Learning with Large Language Models

2023-09-14 · Lingyu Gao, Aditi Chaudhary, Krishna Srinivasan, Kazuma Hashimoto, Karthik Raman, Michael Bendersky

In-context learning (ICL) i.e. showing LLMs only a few task-specific demonstrations has led to downstream gains with no task-specific fine-tuning required. However, LLMs are sensitive to the choice of prompts, and therefore a crucial research question is how to select good demonstrations for ICL. One effective strategy is leveraging semantic similarity between the ICL demonstrations and test inputs by using a text retriever, which however is sub-optimal as that does not consider the LLM's existing knowledge about that task. From prior work (Lyu et al., 2023), we already know that labels paired with the demonstrations bias the model predictions. This leads us to our hypothesis whether considering LLM's existing knowledge about the task, especially with respect to the output label space can help in a better demonstration selection strategy. Through extensive experimentation on three text classification tasks, we find that it is beneficial to not only choose semantically similar ICL demonstrations but also to choose those demonstrations that help resolve the inherent label ambiguity surrounding the test example. Interestingly, we find that including demonstrations that the LLM previously mis-classified and also fall on the test example's decision boundary, brings the most performance gain.

📄 PDF Abstract BibTeX arXiv:2309.07900

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningSemantic SimilaritySemantic Textual Similaritytext-classificationText Classification

Similar Papers 제목 키워드 기반

SLiNT: Structure-aware Language Model with Injection and Contrastive Training for Knowledge Graph Completion

2025-09-08 · Mengxue Yang, Chun Yang, Jiaqi Zhu, Jiafan Li 외 arxiv

Link prediction in knowledge graphs requires integrating structural information and semantic context to infer missing entities. While large language models offer strong generative reasoning capabilities, their limited ex…

Knowledge Graph CompletionRepresentation LearningContrastive LearningKnowledge Graphs

Speakers Fill Lexical Semantic Gaps with Context

2020-10-05 · EMNLP 2020 11 · Tiago Pimentel, Rowan Hall Maudslay, Damián Blasi, Ryan Cotterell

Lexical ambiguity is widespread in language, allowing for the reuse of economical word forms and therefore making language more efficient. If ambiguous words cannot be disambiguated from context, however, this gain in ef…

Disentangling Reasoning in Large Audio-Language Models for Ambiguous Emotion Prediction

2026-03-09 · Xiaofeng Yu, Jiaheng Dong, Jean Honorio, Abhirup Ghosh 외 arxiv

Speech emotion recognition plays an important role in various applications. However, most existing approaches predict a single emotion label, oversimplifying the inherently ambiguous nature of human emotional expression.…

Speech Emotion Recognition

Context-Aware Semantic Similarity Measurement for Unsupervised Word Sense Disambiguation

2023-05-05 · Jorge Martinez-Gil

The issue of word sense ambiguity poses a significant challenge in natural language processing due to the scarcity of annotated data to feed machine learning models to face the challenge. Therefore, unsupervised word sen…

Semantic SimilaritySemantic Textual SimilarityWord Sense Disambiguation

Putting words in context: LSTM language models and lexical ambiguity

2019-06-12 · ACL 2019 7 · Laura Aina, Kristina Gulordava, Gemma Boleda

In neural network models of language, words are commonly represented using context-invariant representations (word embeddings) which are then put in context in the hidden layers. Since words are often ambiguous, represen…

Language ModelingLanguage ModellingWord Embeddings