EMNLP 2022main19 citations

KECP: Knowledge Enhanced Contrastive Prompting for Few-shot Extractive Question Answering

Jianing Wang, Chengyu Wang, Minghui Qiu, Qiuhui Shi, Hongbin Wang, Jun Huang, Ming Gao

Abstract

Extractive Question Answering (EQA) is one of the most essential tasks in Machine Reading Comprehension (MRC), which can be solved by fine-tuning the span selecting heads of Pre-trained Language Models (PLMs). However, most existing approaches for MRC may perform poorly in the few-shot learning scenario. To solve this issue, we propose a novel framework named Knowledge Enhanced Contrastive Prompt-tuning (KECP). Instead of adding pointer heads to PLMs, we introduce a seminal paradigm for EQA that transforms the task into a non-autoregressive Masked Language Modeling (MLM) generation problem. Simultaneously, rich semantics from the external knowledge base (KB) and the passage context support enhancing the query’s representations. In addition, to boost the performance of PLMs, we jointly train the model by the MLM and contrastive learning objectives. Experiments on multiple benchmarks demonstrate that our method consistently outperforms state-of-the-art approaches in few-shot settings by a large margin.

BibTeX
@inproceedings{wang-etal-2022-kecp,
    title = "{KECP}: Knowledge Enhanced Contrastive Prompting for Few-shot Extractive Question Answering",
    author = "Wang, Jianing  and
      Wang, Chengyu  and
      Qiu, Minghui  and
      Shi, Qiuhui  and
      Wang, Hongbin  and
      Huang, Jun  and
      Gao, Ming",
    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.206/",
    doi = "10.18653/v1/2022.emnlp-main.206",
    pages = "3152--3163"
}
KECP: Knowledge Enhanced Contrastive Prompting for Few-shot Extractive Question Answering · EMNLP 2022