paper-with-me

홈 › Papers

CoT-UQ: Improving Response-wise Uncertainty Quantification in LLMs with Chain-of-Thought

2025-02-24 · Boxuan Zhang, Ruqi Zhang

Large language models (LLMs) excel in many tasks but struggle to accurately quantify uncertainty in their generated responses. This limitation makes it challenging to detect misinformation and ensure reliable decision-making. Existing uncertainty quantification (UQ) methods for LLMs are primarily prompt-wise rather than response-wise, often requiring multiple response samples, which incurs high computational costs. Moreover, LLMs have been shown to be overconfident, particularly when using reasoning steps to derive their answers. In this work, we propose CoT-UQ, a response-wise UQ framework that integrates LLMs' inherent reasoning capabilities through Chain-of-Thought (CoT) into the UQ process. CoT-UQ captures critical information during inference by extracting keywords from each reasoning step and assessing their importance to the final answer. This key reasoning information is then aggregated to produce a final uncertainty estimate. We conduct extensive experiments based on LLaMA Family with model sizes varying from 8B to 13B across logical and mathematical reasoning tasks. Experimental results demonstrate that CoT-UQ significantly outperforms existing UQ methods, achieving an average improvement of 5.9% AUROC compared to current UQ methods. The code is available at: https://github.com/ZBox1005/CoT-UQ.

📄 PDF Abstract BibTeX arXiv:2502.17214

Code (1)

zbox1005/cot-uq 공식 구현 pytorch

Tasks

Mathematical ReasoningMisinformationUncertainty Quantification

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Semantic Density: Uncertainty Quantification for Large Language Models through Confidence Measurement in Semantic Space

2024-05-22 · Xin Qiu, Risto Miikkulainen

With the widespread application of Large Language Models (LLMs) to various domains, concerns regarding the trustworthiness of LLMs in safety-critical scenarios have been raised, due to their unpredictable tendency to hal…

MisinformationQuestion AnsweringUncertainty Quantification

Kernel Language Entropy: Fine-grained Uncertainty Quantification for LLMs from Semantic Similarities

2024-05-30 · Alexander Nikitin, Jannik Kossen, Yarin Gal, Pekka Marttinen

Uncertainty quantification in Large Language Models (LLMs) is crucial for applications where safety and reliability are important. In particular, uncertainty can be used to improve the trustworthiness of LLMs by detectin…

Text GenerationUncertainty Quantification

MAQA: Evaluating Uncertainty Quantification in LLMs Regarding Data Uncertainty

2024-08-13 · Yongjin Yang, Haneul Yoo, Hwaran Lee

Despite the massive advancements in large language models (LLMs), they still suffer from producing plausible but incorrect responses. To improve the reliability of LLMs, recent research has focused on uncertainty quantif…

Mathematical ReasoningQuestion AnsweringUncertainty QuantificationWorld Knowledge

A Survey on Uncertainty Quantification of Large Language Models: Taxonomy, Open Research Challenges, and Future Directions

2024-12-07 · Ola Shorinwa, Zhiting Mei, Justin Lidard, Allen Z. Ren 외

The remarkable performance of large language models (LLMs) in content generation, coding, and common-sense reasoning has spurred widespread integration into many facets of society. However, integration of LLMs raises val…

ChatbotCommon Sense ReasoningUncertainty Quantificationvalid

Tree of Uncertain Thoughts Reasoning for Large Language Models

2023-09-14 · Shentong Mo, Miao Xin

While the recently introduced Tree of Thoughts (ToT) has heralded advancements in allowing Large Language Models (LLMs) to reason through foresight and backtracking for global decision-making, it has overlooked the inher…

Decision MakingResponse GenerationUncertainty Quantification