paper-with-me

홈 › Papers

CoT Rerailer: Enhancing the Reliability of Large Language Models in Complex Reasoning Tasks through Error Detection and Correction

2024-08-25 · Guangya Wan, Yuqi Wu, Jie Chen, Sheng Li

Chain-of-Thought (CoT) prompting enhances Large Language Models (LLMs) complex reasoning abilities by generating intermediate steps. However, these steps can introduce hallucinations and accumulate errors. We propose the CoT Rerailer to address these challenges, employing self-consistency and multi-agent debate systems to identify and rectify errors in the reasoning process. The CoT Rerailer first selects the most logically correct Reasoning Path (RP) using consistency checks and critical evaluation by automated agents. It then engages a multi-agent debate system to propose and validate corrections to ensure the generation of an error-free intermediate logical path. The corrected steps are then used to generate a revised reasoning chain to further reduce hallucinations and enhance answer quality. We demonstrate the effectiveness of our approach across diverse question-answering datasets in various knowledge domains. The CoT Rerailer enhances the reliability of LLM-generated reasoning, contributing to more trustworthy AI driven decision-making processes.

📄 PDF Abstract BibTeX arXiv:2408.13940

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingQuestion Answering

Similar Papers 제목 키워드 기반

Enhancing Answer Reliability Through Inter-Model Consensus of Large Language Models

2024-11-25 · Alireza Amiri-Margavi, Iman Jebellat, Ehsan Jebellat, Seyed Pouyan Mousavi Davoudi

We explore the collaborative dynamics of an innovative language model interaction system involving advanced models such as GPT-4-0125-preview, Meta-LLaMA-3-70B-Instruct, Claude-3-Opus, and Gemini-1.5-Flash. These models …

Language ModelingLanguage Modelling

Training Overhead Ratio: A Practical Reliability Metric for Large Language Model Training Systems

2024-08-14 · Ning Lu, Qian Xie, Hao Zhang, Wenyi Fang 외

Large Language Models (LLMs) are revolutionizing the AI industry with their superior capabilities. Training these models requires large-scale GPU clusters and significant computing time, leading to frequent failures that…

GPULanguage ModelingLanguage ModellingLarge Language Model

Semantic Self-Consistency: Enhancing Language Model Reasoning via Semantic Weighting

2024-10-10 · Tim Knappe, Ryan Li, Ayush Chauhan, Kaylee Chhua 외

While large language models (LLMs) have rapidly improved their performance on a broad number of tasks, they still often fall short on reasoning tasks. As LLMs become more integrated in diverse real-world tasks, advancing…

Language ModelingLanguage Modelling

Enhancing Reliability across Short and Long-Form QA via Reinforcement Learning

2025-11-19 · Yudong Wang, Zhe Yang, Wenhan Ma, Zhifang Sui 외 arxiv

While reinforcement learning has unlocked unprecedented complex reasoning in large language models, it has also amplified their propensity for hallucination, creating a critical trade-off between capability and reliabili…

Reinforcement LearningQuestion Answering

AdEval: Alignment-based Dynamic Evaluation to Mitigate Data Contamination in Large Language Models

2025-01-23 · Yang Fan

As Large Language Models (LLMs) are pretrained on massive-scale corpora, the issue of data contamination has become increasingly severe, leading to potential overestimation of model performance during evaluation. To addr…

Fairness