CLNov 6, 2023

Tailoring Self-Rationalizers with Multi-Reward Distillation

AI2UW
arXiv:2311.02805v223 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses the need for efficient and interpretable AI reasoning in applications like education or decision support, though it is incremental as it builds on existing self-rationalization methods.

The paper tackled the problem of enabling small language models to generate high-quality rationales for question answering, achieving improved task accuracy and better rationale plausibility, consistency, and diversity across five datasets compared to a supervised fine-tuning baseline.

Large language models (LMs) are capable of generating free-text rationales to aid question answering. However, prior work 1) suggests that useful self-rationalization is emergent only at significant scales (e.g., 175B parameter GPT-3); and 2) focuses largely on downstream performance, ignoring the semantics of the rationales themselves, e.g., are they faithful, true, and helpful for humans? In this work, we enable small-scale LMs (approx. 200x smaller than GPT-3) to generate rationales that not only improve downstream task performance, but are also more plausible, consistent, and diverse, assessed both by automatic and human evaluation. Our method, MaRio (Multi-rewArd RatIOnalization), is a multi-reward conditioned self-rationalization algorithm that optimizes multiple distinct properties like plausibility, diversity and consistency. Results on five difficult question-answering datasets StrategyQA, QuaRel, OpenBookQA, NumerSense and QASC show that not only does MaRio improve task accuracy, but it also improves the self-rationalization quality of small LMs across the aforementioned axes better than a supervised fine-tuning (SFT) baseline. Extensive human evaluations confirm that MaRio rationales are preferred vs. SFT rationales, as well as qualitative improvements in plausibility and consistency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes