English

Learning Answer Generation using Supervision from Automatic Question Answering Evaluators

Computation and Language 2023-05-25 v1 Machine Learning

Abstract

Recent studies show that sentence-level extractive QA, i.e., based on Answer Sentence Selection (AS2), is outperformed by Generation-based QA (GenQA) models, which generate answers using the top-k answer sentences ranked by AS2 models (a la retrieval-augmented generation style). In this paper, we propose a novel training paradigm for GenQA using supervision from automatic QA evaluation models (GAVA). Specifically, we propose three strategies to transfer knowledge from these QA evaluation models to a GenQA model: (i) augmenting training data with answers generated by the GenQA model and labelled by GAVA (either statically, before training, or (ii) dynamically, at every training epoch); and (iii) using the GAVA score for weighting the generator loss during the learning of the GenQA model. We evaluate our proposed methods on two academic and one industrial dataset, obtaining a significant improvement in answering accuracy over the previous state of the art.

Keywords

Cite

@article{arxiv.2305.15344,
  title  = {Learning Answer Generation using Supervision from Automatic Question Answering Evaluators},
  author = {Matteo Gabburo and Siddhant Garg and Rik Koncel-Kedziorski and Alessandro Moschitti},
  journal= {arXiv preprint arXiv:2305.15344},
  year   = {2023}
}

Comments

Accepted at ACL 2023

R2 v1 2026-06-28T10:44:54.468Z