EMNLP 2022main8 citations

VIRT: Improving Representation-based Text Matching via Virtual Interaction

Dan Li, Yang Yang, Hongyin Tang, Jiahao Liu, Qifan Wang, Jingang Wang, Tong Xu, Wei Wu

Abstract

Text matching is a fundamental research problem in natural language understanding. Interaction-based approaches treat the text pair as a single sequence and encode it through cross encoders, while representation-based models encode the text pair independently with siamese or dual encoders. Interaction-based models require dense computations and thus are impractical in real-world applications. Representation-based models have become the mainstream paradigm for efficient text matching. However, these models suffer from severe performance degradation due to the lack of interactions between the pair of texts. To remedy this, we propose a Virtual InteRacTion mechanism (VIRT) for improving representation-based text matching while maintaining its efficiency. In particular, we introduce an interactive knowledge distillation module that is only applied during training. It enables deep interaction between texts by effectively transferring knowledge from the interaction-based model. A light interaction strategy is designed to fully leverage the learned interactive knowledge. Experimental results on six text matching benchmarks demonstrate the superior performance of our method over several state-of-the-art representation-based models. We further show that VIRT can be integrated into existing methods as plugins to lift their performances.

BibTeX
@inproceedings{li-etal-2022-virt,
    title = "{VIRT}: Improving Representation-based Text Matching via Virtual Interaction",
    author = "Li, Dan  and
      Yang, Yang  and
      Tang, Hongyin  and
      Liu, Jiahao  and
      Wang, Qifan  and
      Wang, Jingang  and
      Xu, Tong  and
      Wu, Wei  and
      Chen, Enhong",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.59/",
    doi = "10.18653/v1/2022.emnlp-main.59",
    pages = "914--925"
}
VIRT: Improving Representation-based Text Matching via Virtual Interaction · EMNLP 2022