paper-with-me

홈 › Papers

Large Language Models Must Be Taught to Know What They Don't Know

2024-06-12 · Sanyam Kapoor, Nate Gruver, Manley Roberts, Katherine Collins, Arka Pal, Umang Bhatt, Adrian Weller, Samuel Dooley, Micah Goldblum, Andrew Gordon Wilson

When using large language models (LLMs) in high-stakes applications, we need to know when we can trust their predictions. Some works argue that prompting high-performance LLMs is sufficient to produce calibrated uncertainties, while others introduce sampling methods that can be prohibitively expensive. In this work, we first argue that prompting on its own is insufficient to achieve good calibration and then show that fine-tuning on a small dataset of correct and incorrect answers can create an uncertainty estimate with good generalization and small computational overhead. We show that a thousand graded examples are sufficient to outperform baseline methods and that training through the features of a model is necessary for good performance and tractable for large open-source models when using LoRA. We also investigate the mechanisms that enable reliable LLM uncertainty estimation, finding that many models can be used as general-purpose uncertainty estimators, applicable not just to their own uncertainties but also the uncertainty of other models. Lastly, we show that uncertainty estimates inform human use of LLMs in human-AI collaborative settings through a user study.

📄 PDF Abstract BibTeX arXiv:2406.08391

Code (1)

activatedgeek/calibration-tuning 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation

2026-07-06 · Haozhe Wang, Weijia Feng, Jinpeng Yu, Che Liu 외 arxiv

Visual generators excel at rendering, but they confidently fabricate what they do not know. User requests are unbounded, evolving, and deeply long-tailed: new characters, trending entities, post-cutoff events, and more. …

LIA: A Natural Language Programmable Personal Assistant

2018-11-01 · EMNLP 2018 11 · Igor Labutov, Shashank Srivastava, Tom Mitchell

We present LIA, an intelligent personal assistant that can be programmed using natural language. Our system demonstrates multiple competencies towards learning from human-like interactions. These include the ability to b…

Semantic Parsing

What's left can't be right -- The remaining positional incompetence of contrastive vision-language models

2023-11-20 · Nils Hoehing, Ellen Rushe, Anthony Ventresque

Contrastive vision-language models like CLIP have been found to lack spatial understanding capabilities. In this paper we discuss the possible causes of this phenomenon by analysing both datasets and embedding space. By …

ClevrSkills: Compositional Language and Visual Reasoning in Robotics

2024-11-13 · Sanjay Haresh, Daniel Dijkman, Apratim Bhattacharyya, Roland Memisevic

Robotics tasks are highly compositional by nature. For example, to perform a high-level task like cleaning the table a robot must employ low-level capabilities of moving the effectors to the objects on the table, pick th…

Visual Reasoning

STAR-S: Improving Safety Alignment through Self-Taught Reasoning on Safety Rules

2026-01-07 · Di Wu, Yanyan Zhao, Xin Lu, Mingzhe Li 외 arxiv

Defending against jailbreak attacks is crucial for the safe deployment of Large Language Models (LLMs). Recent research has attempted to improve safety by training models to reason over safety rules before responding. Ho…