paper-with-me

Papers

Large Language Models Help Humans Verify Truthfulness -- Except When They Are Convincingly Wrong

2023-10-19 · Chenglei Si, Navita Goyal, Sherry Tongshuang Wu, Chen Zhao, Shi Feng, Hal Daumé III, Jordan Boyd-Graber

Large Language Models (LLMs) are increasingly used for accessing information on the web. Their truthfulness and factuality are thus of great interest. To help users make the right decisions about the information they get, LLMs should not only provide information but also help users fact-check it. Our experiments with 80 crowdworkers compare language models with search engines (information retrieval systems) at facilitating fact-checking. We prompt LLMs to validate a given claim and provide corresponding explanations. Users reading LLM explanations are significantly more efficient than those using search engines while achieving similar accuracy. However, they over-rely on the LLMs when the explanation is wrong. To reduce over-reliance on LLMs, we ask LLMs to provide contrastive information - explain both why the claim is true and false, and then we present both sides of the explanation to users. This contrastive explanation mitigates users' over-reliance on LLMs, but cannot significantly outperform search engines. Further, showing both search engine results and LLM explanations offers no complementary benefits compared to search engines alone. Taken together, our study highlights that natural language explanations by LLMs may not be a reliable replacement for reading the retrieved passages, especially in high-stakes settings where over-relying on wrong AI explanations could lead to critical consequences.

📄 PDF Abstract BibTeX arXiv:2310.12558

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingInformation Retrieval

Similar Papers 제목 키워드 기반

Trust but Verify: Programmatic VLM Evaluation in the Wild

2024-10-17 · Viraj Prabhu, Senthil Purushwalkam, An Yan, Caiming Xiong 외

Vision-Language Models (VLMs) often generate plausible but incorrect responses to visual queries. However, reliably quantifying the effect of such hallucinations in free-form responses to open-ended queries is challengin…

BenchmarkingLanguage ModellingLarge Language Model

Characterizing Truthfulness in Large Language Model Generations with Local Intrinsic Dimension

2024-02-28 · Fan Yin, Jayanth Srinivasa, Kai-Wei Chang

We study how to characterize and predict the truthfulness of texts generated from large language models (LLMs), which serves as a crucial step in building trust between humans and LLMs. Although several approaches based …

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering

Navigating the Helpfulness-Truthfulness Trade-Off with Uncertainty-Aware Instruction Fine-Tuning

2025-02-17 · Tianyi Wu, Jingwei Ni, Bryan Hooi, Jiaheng Zhang 외

Instruction Fine-tuning (IFT) can enhance the helpfulness of Large Language Models (LLMs), but it may lower their truthfulness. This trade-off arises because IFT steers LLMs to generate responses with long-tail knowledge…

On the Relationship between Truth and Political Bias in Language Models

2024-09-09 · Suyash Fulay, William Brannon, Shrestha Mohanty, Cassandra Overney 외

Language model alignment research often attempts to ensure that models are not only helpful and harmless, but also truthful and unbiased. However, optimizing these objectives simultaneously can obscure how improving one …

Language ModelingLanguage Modelling

Inference-Time Intervention: Eliciting Truthful Answers from a Language Model

2023-06-06 · NeurIPS 2023 11 · Kenneth Li, Oam Patel, Fernanda Viégas, Hanspeter Pfister 외

We introduce Inference-Time Intervention (ITI), a technique designed to enhance the "truthfulness" of large language models (LLMs). ITI operates by shifting model activations during inference, following a set of directio…

Language ModelingLanguage ModellingTruthfulQA