English

Context-Aware Answer Extraction in Question Answering

Computation and Language 2020-11-06 v1

Abstract

Extractive QA models have shown very promising performance in predicting the correct answer to a question for a given passage. However, they sometimes result in predicting the correct answer text but in a context irrelevant to the given question. This discrepancy becomes especially important as the number of occurrences of the answer text in a passage increases. To resolve this issue, we propose \textbf{BLANC} (\textbf{BL}ock \textbf{A}ttentio\textbf{N} for \textbf{C}ontext prediction) based on two main ideas: context prediction as an auxiliary task in multi-task learning manner, and a block attention method that learns the context prediction task. With experiments on reading comprehension, we show that BLANC outperforms the state-of-the-art QA models, and the performance gap increases as the number of answer text occurrences increases. We also conduct an experiment of training the models using SQuAD and predicting the supporting facts on HotpotQA and show that BLANC outperforms all baseline models in this zero-shot setting.

Keywords

Cite

@article{arxiv.2011.02687,
  title  = {Context-Aware Answer Extraction in Question Answering},
  author = {Yeon Seonwoo and Ji-Hoon Kim and Jung-Woo Ha and Alice Oh},
  journal= {arXiv preprint arXiv:2011.02687},
  year   = {2020}
}

Comments

EMNLP 2020

R2 v1 2026-06-23T19:55:49.650Z