paper-with-me

홈 › Papers

Learning to Rank Question Answer Pairs with Bilateral Contrastive Data Augmentation

2021-06-21 · WNUT (ACL) 2021 11 · Yang Deng, Wenxuan Zhang, Wai Lam

In this work, we propose a novel and easy-to-apply data augmentation strategy, namely Bilateral Generation (BiG), with a contrastive training objective for improving the performance of ranking question answer pairs with existing labeled data. In specific, we synthesize pseudo-positive QA pairs in contrast to the original negative QA pairs with two pre-trained generation models, one for question generation, the other for answer generation, which are fine-tuned on the limited positive QA pairs from the original dataset. With the augmented dataset, we design a contrastive training objective for learning to rank question answer pairs. Experimental results on three benchmark datasets show that our method significantly improves the performance of ranking models by making full use of existing labeled data and can be easily applied to different ranking models.

📄 PDF Abstract BibTeX arXiv:2106.11096

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationData AugmentationLearning-To-RankQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Seeing the wood for the trees: a contrastive regularization method for the low-resource Knowledge Base Question Answering

2022-07-01 · Findings (NAACL) 2022 7 · Jpliu@wtu.edu.cn Jpliu@wtu.edu.cn, Shijie Mei, Xinrong Hu, Xun Yao 외

Given a context knowledge base (KB) and a corresponding question, the Knowledge Base Question Answering task aims to retrieve correct answer entities from this KB. Despite sophisticated retrieval algorithms, the impact o…

Knowledge Base Question AnsweringQuestion AnsweringRetrieval

Graph-augmented Learning to Rank for Querying Large-scale Knowledge Graph

2021-11-20 · Hanning Gao, Lingfei Wu, Po Hu, Zhihua Wei 외

Knowledge graph question answering (KGQA) based on information retrieval aims to answer a question by retrieving answer from a large-scale knowledge graph. Most existing methods first roughly retrieve the knowledge subgr…

Answer SelectionGraph Question AnsweringInformation RetrievalLearning-To-Rank+2

Bilateral Unsymmetrical Graph Contrastive Learning for Recommendation

2024-03-22 · Jiaheng Yu, Jing Li, Yue He, Kai Zhu 외

Recent methods utilize graph contrastive Learning within graph-structured user-item interaction data for collaborative filtering and have demonstrated their efficacy in recommendation tasks. However, they ignore that the…

Collaborative FilteringContrastive LearningRelation

Momentum Contrastive Pre-training for Question Answering

2022-12-12 · Minda Hu, Muzhi Li, Yasheng Wang, Irwin King

Existing pre-training methods for extractive Question Answering (QA) generate cloze-like queries different from natural questions in syntax structure, which could overfit pre-trained models to simple keyword matching. In…

BenchmarkingContrastive LearningExtractive Question-AnsweringNatural Questions+1

ZusammenQA: Data Augmentation with Specialized Models for Cross-lingual Open-retrieval Question Answering System

2022-05-30 · NAACL (MIA) 2022 7 · Chia-Chien Hung, Tommaso Green, Robert Litschko, Tornike Tsereteli 외

This paper introduces our proposed system for the MIA Shared Task on Cross-lingual Open-retrieval Question Answering (COQA). In this challenging scenario, given an input question the system has to gather evidence documen…

Answer GenerationData AugmentationLanguage ModellingPassage Retrieval+2