Self-Rationalization in the Wild: A Large Scale Out-of-Distribution Evaluation on NLI-related tasks
Jing Yang, Max Glockner, Anderson Rocha, Iryna Gurevych
TL;DR
Self-Rationalization in the Wild investigates how free-text explanations can transfer to out-of-distribution tasks when trained on limited annotated data. The authors fine-tune T5-Large and OLMo-7B on explanation-rich sources (e-SNLI and e-FEVER) and evaluate on 19 OOD datasets spanning NLI, FC, and HDAS, using an Acceptability-based metric to assess explanation quality without gold references. They show that few-shot fine-tuning with carefully chosen data sources can match or exceed full-dataset performance, and that the source dataset has a larger impact than sampling strategy on OOD label prediction. Acceptability correlates best with human judgments, suggesting its value for evaluating explanations in real-world, diverse settings. The results offer practical guidance for building robust, explainable NLP systems in varied domains and highlight trade-offs between label accuracy and explanation quality.
Abstract
Free-text explanations are expressive and easy to understand, but many datasets lack annotated explanation data, making it challenging to train models for explainable predictions. To address this, we investigate how to use existing explanation datasets for self-rationalization and evaluate models' out-of-distribution (OOD) performance. We fine-tune T5-Large and OLMo-7B models and assess the impact of fine-tuning data quality, the number of fine-tuning samples, and few-shot selection methods. The models are evaluated on 19 diverse OOD datasets across three tasks: natural language inference (NLI), fact-checking, and hallucination detection in abstractive summarization. For the generated explanation evaluation, we conduct a human study on 13 selected models and study its correlation with the Acceptability score (T5-11B) and three other LLM-based reference-free metrics. Human evaluation shows that the Acceptability score correlates most strongly with human judgments, demonstrating its effectiveness in evaluating free-text explanations. Our findings reveal: 1) few annotated examples effectively adapt models for OOD explanation generation; 2) compared to sample selection strategies, fine-tuning data source has a larger impact on OOD performance; and 3) models with higher label prediction accuracy tend to produce better explanations, as reflected by higher Acceptability scores.
