English

Passage-Mask: A Learnable Regularization Strategy for Retriever-Reader Models

Computation and Language 2022-11-04 v2 Artificial Intelligence Machine Learning

Abstract

Retriever-reader models achieve competitive performance across many different NLP tasks such as open question answering and dialogue conversations. In this work, we notice these models easily overfit the top-rank retrieval passages and standard training fails to reason over the entire retrieval passages. We introduce a learnable passage mask mechanism which desensitizes the impact from the top-rank retrieval passages and prevents the model from overfitting. Controlling the gradient variance with fewer mask candidates and selecting the mask candidates with one-shot bi-level optimization, our learnable regularization strategy enforces the answer generation to focus on the entire retrieval passages. Experiments on different tasks across open question answering, dialogue conversation, and fact verification show that our method consistently outperforms its baselines. Extensive experiments and ablation studies demonstrate that our method can be general, effective, and beneficial for many NLP tasks.

Keywords

Cite

@article{arxiv.2211.00915,
  title  = {Passage-Mask: A Learnable Regularization Strategy for Retriever-Reader Models},
  author = {Shujian Zhang and Chengyue Gong and Xingchao Liu},
  journal= {arXiv preprint arXiv:2211.00915},
  year   = {2022}
}

Comments

EMNLP 2022

R2 v1 2026-06-28T04:59:18.288Z