paper-with-me

홈 › Papers

Can AI Assistants Know What They Don't Know?

2024-01-24 · Qinyuan Cheng, Tianxiang Sun, Xiangyang Liu, Wenwei Zhang, Zhangyue Yin, ShiMin Li, Linyang Li, Zhengfu He, Kai Chen, Xipeng Qiu

Recently, AI assistants based on large language models (LLMs) show surprising performance in many tasks, such as dialogue, solving math problems, writing code, and using tools. Although LLMs possess intensive world knowledge, they still make factual errors when facing some knowledge intensive tasks, like open-domain question answering. These untruthful responses from the AI assistant may cause significant risks in practical applications. We believe that an AI assistant's refusal to answer questions it does not know is a crucial method for reducing hallucinations and making the assistant truthful. Therefore, in this paper, we ask the question "Can AI assistants know what they don't know and express them through natural language?" To answer this question, we construct a model-specific "I don't know" (Idk) dataset for an assistant, which contains its known and unknown questions, based on existing open-domain question answering datasets. Then we align the assistant with its corresponding Idk dataset and observe whether it can refuse to answer its unknown questions after alignment. Experimental results show that after alignment with Idk datasets, the assistant can refuse to answer most its unknown questions. For questions they attempt to answer, the accuracy is significantly higher than before the alignment.

📄 PDF Abstract BibTeX arXiv:2401.13275

Code (1)

openmoss/say-i-dont-know 공식 구현 pytorch

Tasks

MathOpen-Domain Question AnsweringQuestion AnsweringWorld Knowledge

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Virtual Mouse And Assistant: A Technological Revolution Of Artificial Intelligence

2023-03-11 · Jagbeer Singh, Yash Goel, Shubhi Jain, Shiva Yadav

The purpose of this paper is to enhance the performance of the virtual assistant. So, what exactly is a virtual assistant. Application software, often called virtual assistants, also known as AI assistants or digital ass…

Scheduling

Implicit Values Embedded in How Humans and LLMs Complete Subjective Everyday Tasks

2025-10-03 · Arjun Arunasalam, Madison Pickering, Z. Berkay Celik, Blase Ur arxiv

Large language models (LLMs) can underpin AI assistants that help users with everyday tasks, such as by making recommendations or performing basic computation. Despite AI assistants' promise, little is known about the im…

Information Seeking in the Spirit of Learning: a Dataset for Conversational Curiosity

2020-05-01 · EMNLP 2020 11 · Pedro Rodriguez, Paul Crook, Seungwhan Moon, Zhiguang Wang

Open-ended human learning and information-seeking are increasingly mediated by digital assistants. However, such systems often ignore the user's pre-existing knowledge. Assuming a correlation between engagement and user …

Don't lie to your friends: Learning what you know from collaborative self-play

2025-03-18 · Jacob Eisenstein, Reza Aghajani, Adam Fisch, Dheeru Dua 외

To be helpful assistants, AI agents must be aware of their own capabilities and limitations. This includes knowing when to answer from parametric knowledge versus using tools, when to trust tool outputs, and when to abst…

Strangers to Themselves: What Language Models Say About Themselves Is Generic

2026-09-09 · Phil Blandfort, Urja Pawar arxiv

Language models can fluently describe how they would behave: whether they would cave to pushback, misuse a tool, or lie under pressure. Is that description actually about the model speaking? We turn self-knowledge into a…