CLLGOct 23, 2022

Knowledge Transfer from Answer Ranking to Answer Generation

AI2Amazon
arXiv:2210.12865v1294 citationsh-index: 52
Originality Incremental advance
AI Analysis

This work addresses the data scarcity problem in question answering for researchers and practitioners, offering an incremental improvement by leveraging existing ranking models.

The paper tackles the challenge of training answer generation models without large-scale supervised data by transferring knowledge from an answer ranking model, resulting in superior performance over both the ranking baseline and supervised generation models on multiple datasets.

Recent studies show that Question Answering (QA) based on Answer Sentence Selection (AS2) can be improved by generating an improved answer from the top-k ranked answer sentences (termed GenQA). This allows for synthesizing the information from multiple candidates into a concise, natural-sounding answer. However, creating large-scale supervised training data for GenQA models is very challenging. In this paper, we propose to train a GenQA model by transferring knowledge from a trained AS2 model, to overcome the aforementioned issue. First, we use an AS2 model to produce a ranking over answer candidates for a set of questions. Then, we use the top ranked candidate as the generation target, and the next k top ranked candidates as context for training a GenQA model. We also propose to use the AS2 model prediction scores for loss weighting and score-conditioned input/output shaping, to aid the knowledge transfer. Our evaluation on three public and one large industrial datasets demonstrates the superiority of our approach over the AS2 baseline, and GenQA trained using supervised data.

Foundations

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

Your Notes