paper-with-me

홈 › Papers

Few Shot Rationale Generation using Self-Training with Dual Teachers

2023-06-05 · Aditya Srikanth Veerubhotla, Lahari Poddar, Jun Yin, György Szarvas, Sharanya Eswaran

Self-rationalizing models that also generate a free-text explanation for their predicted labels are an important tool to build trustworthy AI applications. Since generating explanations for annotated labels is a laborious and costly pro cess, recent models rely on large pretrained language models (PLMs) as their backbone and few-shot learning. In this work we explore a self-training approach leveraging both labeled and unlabeled data to further improve few-shot models, under the assumption that neither human written rationales nor annotated task labels are available at scale. We introduce a novel dual-teacher learning framework, which learns two specialized teacher models for task prediction and rationalization using self-training and distills their knowledge into a multi-tasking student model that can jointly generate the task label and rationale. Furthermore, we formulate a new loss function, Masked Label Regularization (MLR) which promotes explanations to be strongly conditioned on predicted labels. Evaluation on three public datasets demonstrate that the proposed methods are effective in modeling task labels and generating faithful rationales.

📄 PDF Abstract BibTeX arXiv:2306.03315

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Reason2Decide: Rationale-Driven Multi-Task Learning

2025-12-23 · H M Quamran Hasan, Housam Khalifa Bashier, Jiayi Dai, Mi-Young Kim 외 arxiv

Despite the wide adoption of Large Language Models (LLM)s, clinical decision support systems face a critical challenge: achieving high predictive accuracy while generating explanations aligned with the predictions. Curre…

Multi-Task Learning

ZARA: Improving Few-Shot Self-Rationalization for Small Language Models

2023-05-12 · Wei-Lin Chen, An-Zi Yen, Cheng-Kuang Wu, Hen-Hsen Huang 외

Language models (LMs) that jointly generate end-task answers as well as free-text rationales are known as self-rationalization models. Recent works demonstrate great performance gain for self-rationalization by few-shot …

Natural Language Inference

STaR: Bootstrapping Reasoning With Reasoning

2022-03-28 · Eric Zelikman, Yuhuai Wu, Jesse Mu, Noah D. Goodman

Generating step-by-step "chain-of-thought" rationales improves language model performance on complex reasoning tasks like mathematics or commonsense question-answering. However, inducing language model rationale generati…

Common Sense ReasoningLanguage ModelingLanguage ModellingQuestion Answering

Reasoning Circuits: Few-shot Multihop Question Generation with Structured Rationales

2022-11-15 · Saurabh Kulshreshtha, Anna Rumshisky

Multi-hop Question Generation is the task of generating questions which require the reader to reason over and combine information spread across multiple passages using several reasoning steps. Chain-of-thought rationale …

Language ModelingLanguage ModellingQuestion GenerationQuestion-Generation

Self-training with Few-shot Rationalization: Teacher Explanations Aid Student in Few-shot NLU

2021-09-17 · Meghana Moorthy Bhat, Alessandro Sordoni, Subhabrata Mukherjee

While pre-trained language models have obtained state-of-the-art performance for several natural language understanding tasks, they are quite opaque in terms of their decision-making process. While some recent works focu…

Decision MakingNatural Language Understanding