CATfOOD: Counterfactual Augmented Training for Improving Out-of-Domain Performance and Calibration
Rachneet Sachdeva, Martin Tutek, Iryna Gurevych
TL;DR
This work tackles the fragility of small language models in extractive QA under distribution shifts by augmenting training with counterfactuals (CFs) generated by a suite of large language models (LLMs). It introduces Solo-QAG and Duo-QAG generation modes, alongside Retrieve-Generate-Filter, and demonstrates that diverse, high-quality CFs consistently boost out-of-domain performance and model calibration. The authors further enhance calibrators with dense semantic features derived from explanation tokens and investigate the relation between explanation properties (comprehensiveness and sufficiency) and calibration, finding that stronger sufficiency correlates with better calibration. Overall, the approach yields robust OOD improvements and more reliable confidence estimates, with practical implications for deploying smaller QA models in real-world, diverse domains.
Abstract
In recent years, large language models (LLMs) have shown remarkable capabilities at scale, particularly at generating text conditioned on a prompt. In our work, we investigate the use of LLMs to augment training data of small language models~(SLMs) with automatically generated counterfactual~(CF) instances -- i.e. minimally altered inputs -- in order to improve out-of-domain~(OOD) performance of SLMs in the extractive question answering~(QA) setup. We show that, across various LLM generators, such data augmentation consistently enhances OOD performance and improves model calibration for both confidence-based and rationale-augmented calibrator models. Furthermore, these performance improvements correlate with higher diversity of CF instances in terms of their surface form and semantic content. Finally, we show that CF augmented models which are easier to calibrate also exhibit much lower entropy when assigning importance, indicating that rationale-augmented calibrators prefer concise explanations.
