paper-with-me

Papers

An Empirical Study of the Role of Incompleteness and Ambiguity in Interactions with Large Language Models

2025-03-23 · Riya Naik, Ashwin Srinivasan, Estrid He, Swati Agarwal

Natural language as a medium for human-computer interaction has long been anticipated, has been undergoing a sea-change with the advent of Large Language Models (LLMs) with startling capacities for processing and generating language. Many of us now treat LLMs as modern-day oracles, asking it almost any kind of question. Unlike its Delphic predecessor, consulting an LLM does not have to be a single-turn activity (ask a question, receive an answer, leave); and -- also unlike the Pythia -- it is widely acknowledged that answers from LLMs can be improved with additional context. In this paper, we aim to study when we need multi-turn interactions with LLMs to successfully get a question answered; or conclude that a question is unanswerable. We present a neural symbolic framework that models the interactions between human and LLM agents. Through the proposed framework, we define incompleteness and ambiguity in the questions as properties deducible from the messages exchanged in the interaction, and provide results from benchmark problems, in which the answer-correctness is shown to depend on whether or not questions demonstrate the presence of incompleteness or ambiguity (according to the properties we identify). Our results show multi-turn interactions are usually required for datasets which have a high proportion of incompleteness or ambiguous questions; and that that increasing interaction length has the effect of reducing incompleteness or ambiguity. The results also suggest that our measures of incompleteness and ambiguity can be useful tools for characterising interactions with an LLM on question-answeringproblems

📄 PDF Abstract BibTeX arXiv:2503.17936

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar Papers 제목 키워드 기반

Agent-Based Detection and Resolution of Incompleteness and Ambiguity in Interactions with Large Language Models

2025-07-04 · Riya Naik, Ashwin Srinivasan, Swati Agarwal, Estrid He

Many of us now treat LLMs as modern-day oracles asking it almost any kind of question. However, consulting an LLM does not have to be a single turn activity. But long multi-turn interactions can get tedious if it is simp…

Question Answering

Statistical Machine Translation without Source-side Parallel Corpus Using Word Lattice and Phrase Extension

2012-05-01 · LREC 2012 5 · Takanori Kusumoto, Tomoyosi Akiba

Statistical machine translation (SMT) requires a parallel corpus between the source and target languages. Although a pivot-translation approach can be applied to a language pair that does not have a parallel corpus direc…

Machine TranslationTranslation

Knowledge-Enhanced Named Entity Disambiguation for Short Text

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Zhifan Feng, Qi Wang, Wenbin Jiang, Yajuan Lyu 외

Named entity disambiguation is an important task that plays the role of bridge between text and knowledge. However, the performance of existing methods drops dramatically for short text, which is widely used in actual ap…

Entity DisambiguationInformation RetrievalQuestion AnsweringRetrieval

An Energy-Efficient Ensemble Approach for Mitigating Data Incompleteness in IoT Applications

2024-03-15 · Yousef AlShehri, Lakshmish Ramaswamy

Machine Learning (ML) is becoming increasingly important for IoT-based applications. However, the dynamic and ad-hoc nature of many IoT ecosystems poses unique challenges to the efficacy of ML algorithms. One such challe…

Ask2Loc: Learning to Locate Instructional Visual Answers by Asking Questions

2025-04-22 · Chang Zong, Bin Li, Shoujun Zhou, Jian Wan 외

Locating specific segments within an instructional video is an efficient way to acquire guiding knowledge. Generally, the task of obtaining video segments for both verbal explanations and visual demonstrations is known a…