paper-with-me

Papers

Rationale-Augmented Ensembles in Language Models

2022-07-02 · Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc Le, Ed Chi, Denny Zhou

Recent research has shown that rationales, or step-by-step chains of thought, can be used to improve performance in multi-step reasoning tasks. We reconsider rationale-augmented prompting for few-shot in-context learning, where (input -> output) prompts are expanded to (input, rationale -> output) prompts. For rationale-augmented prompting we demonstrate how existing approaches, which rely on manual prompt engineering, are subject to sub-optimal rationales that may harm performance. To mitigate this brittleness, we propose a unified framework of rationale-augmented ensembles, where we identify rationale sampling in the output space as the key component to robustly improve performance. This framework is general and can easily be extended to common natural language processing tasks, even those that do not traditionally leverage intermediate steps, such as question answering, word sense disambiguation, and sentiment analysis. We demonstrate that rationale-augmented ensembles achieve more accurate and interpretable results than existing prompting approaches--including standard prompting without rationales and rationale-based chain-of-thought prompting--while simultaneously improving interpretability of model predictions through the associated rationales.

📄 PDF Abstract BibTeX arXiv:2207.00747

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningPrompt EngineeringQuestion AnsweringSentiment AnalysisWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Investigating the Impact of Rationales for LLMs on Natural Language Understanding

2025-10-19 · Wenhang Shi, Shuqing Bian, Yiren Chen, Xinyi Zhang 외 arxiv

Chain-of-thought (CoT) rationales, which provide step-by-step reasoning to derive final answers, benefit LLMs in both inference and training. Incorporating rationales, either by generating them before answering during in…

Natural Language Understanding

Multimodal Clinical Reasoning through Knowledge-augmented Rationale Generation

2024-11-12 · Shuai Niu, Jing Ma, Liang Bai, Zhihua Wang 외

Clinical rationales play a pivotal role in accurate disease diagnosis; however, many models predominantly use discriminative methods and overlook the importance of generating supportive rationales. Rationale distillation…

Time Series

Critique Before Thinking: Mitigating Hallucination through Rationale-Augmented Instruction Tuning

2025-05-12 · Zexian Yang, Dian Li, Dayan Wu, Gang Liu 외

Despite significant advancements in multimodal reasoning tasks, existing Large Vision-Language Models (LVLMs) are prone to producing visually ungrounded responses when interpreting associated images. In contrast, when hu…

HallucinationMultimodal Reasoning

Bridging Relevance and Reasoning: Rationale Distillation in Retrieval-Augmented Generation

2024-12-11 · Pengyue Jia, Derong Xu, Xiaopeng Li, Zhaocheng Du 외

The reranker and generator are two critical components in the Retrieval-Augmented Generation (i.e., RAG) pipeline, responsible for ranking relevant documents and generating responses. However, due to differences in pre-t…

RAGRetrievalRetrieval-augmented Generation

Ranking-Constrained Learning with Rationales for Text Classification

2022-05-01 · Findings (ACL) 2022 5 · Juanyan Wang, Manali Sharma, Mustafa Bilgic

We propose a novel approach that jointly utilizes the labels and elicited rationales for text classification to speed up the training of deep learning models with limited training data. We define and optimize a ranking-c…

Classificationtext-classificationText Classification