paper-with-me

홈 › Papers

HoT: Highlighted Chain of Thought for Referencing Supporting Facts from Inputs

2025-03-03 · Tin Nguyen, Logan Bolton, Mohammad Reza Taesiri, Anh Totti Nguyen

An Achilles heel of Large Language Models (LLMs) is their tendency to hallucinate non-factual statements. A response mixed of factual and non-factual statements poses a challenge for humans to verify and accurately base their decisions on. To combat this problem, we propose Highlighted Chain-of-Thought Prompting (HoT), a technique for prompting LLMs to generate responses with XML tags that ground facts to those provided in the query. That is, given an input question, LLMs would first re-format the question to add XML tags highlighting key facts, and then, generate a response with highlights over the facts referenced from the input. Interestingly, in few-shot settings, HoT outperforms vanilla chain of thought prompting (CoT) on a wide range of 17 tasks from arithmetic, reading comprehension to logical reasoning. When asking humans to verify LLM responses, highlights help time-limited participants to more accurately and efficiently recognize when LLMs are correct. Yet, surprisingly, when LLMs are wrong, HoTs tend to make users believe that an answer is correct.

📄 PDF Abstract BibTeX arXiv:2503.02003

Code (0)

등록된 구현이 없습니다.

Tasks

Logical ReasoningReading Comprehension

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

RIPPLECOT: Amplifying Ripple Effect of Knowledge Editing in Language Models via Chain-of-Thought In-Context Learning

2024-10-04 · Zihao Zhao, Yuchen Yang, Yijiang Li, Yinzhi Cao

The ripple effect poses a significant challenge in knowledge editing for large language models. Namely, when a single fact is edited, the model struggles to accurately update the related facts in a sequence, which is eva…

In-Context Learningknowledge editing

Personalized Chain-of-Thought Summarization of Financial News for Investor Decision Support

2025-10-24 · Tianyi Zhang, Mu Chen arxiv

Financial advisors and investors struggle with information overload from financial news, where irrelevant content and noise obscure key market signals and hinder timely investment decisions. To address this, we propose a…

Analyzable Chain-of-Musical-Thought Prompting for High-Fidelity Music Generation

2025-03-25 · Max W. Y. Lam, Yijin Xing, Weiya You, Jingcheng Wu 외

Autoregressive (AR) models have demonstrated impressive capabilities in generating high-fidelity music. However, the conventional next-token prediction paradigm in AR models does not align with the human creative process…

Music Generation

Answering Questions by Meta-Reasoning over Multiple Chains of Thought

2023-04-25 · Ori Yoran, Tomer Wolfson, Ben Bogin, Uri Katz 외

Modern systems for multi-hop question answering (QA) typically break questions into a sequence of reasoning steps, termed chain-of-thought (CoT), before arriving at a final answer. Often, multiple chains are sampled and …

Multi-hop Question AnsweringQuestion Answering

ThoughtSource: A central hub for large language model reasoning data

2023-01-27 · Simon Ott, Konstantin Hebenstreit, Valentin Liévin, Christoffer Egeberg Hother 외

Large language models (LLMs) such as GPT-4 have recently demonstrated impressive results across a wide range of tasks. LLMs are still limited, however, in that they frequently fail at complex reasoning, their reasoning p…

Language ModelingLanguage ModellingLarge Language ModelMath+1