paper-with-me

홈 › Papers

Neural Duplicate Question Detection without Labeled Training Data

2019-11-13 · IJCNLP 2019 11 · Andreas Rücklé, Nafise Sadat Moosavi, Iryna Gurevych

Supervised training of neural models to duplicate question detection in community Question Answering (cQA) requires large amounts of labeled question pairs, which are costly to obtain. To minimize this cost, recent works thus often used alternative methods, e.g., adversarial domain adaptation. In this work, we propose two novel methods: (1) the automatic generation of duplicate questions, and (2) weak supervision using the title and body of a question. We show that both can achieve improved performances even though they do not require any labeled data. We provide comprehensive comparisons of popular training strategies, which provides important insights on how to best train models in different scenarios. We show that our proposed approaches are more effective in many cases because they can utilize larger amounts of unlabeled data from cQA forums. Finally, we also show that our proposed approach for weak supervision with question title and body information is also an effective method to train cQA answer selection models without direct answer supervision.

📄 PDF Abstract BibTeX arXiv:1911.05594

Code (1)

UKPLab/emnlp2019-duplicate_question_detection 공식 구현

Tasks

Answer SelectionCommunity Question AnsweringDomain AdaptationQuestion Answering

Similar Papers 제목 키워드 기반

Adversarial Domain Adaptation for Duplicate Question Detection

2018-09-07 · EMNLP 2018 10 · Darsh J Shah, Tao Lei, Alessandro Moschitti, Salvatore Romeo 외

We address the problem of detecting duplicate questions in forums, which is an important step towards automating the process of answering new questions. As finding and annotating such potential duplicates manually is ver…

Domain AdaptationQuestion Similarity

Unsupervised Question Duplicate and Related Questions Detection in e-learning platforms

2022-12-20 · Maksimjeet Chowdhary, Sanyam Goyal, Venktesh V, Mukesh Mohania 외

Online learning platforms provide diverse questions to gauge the learners' understanding of different concepts. The repository of questions has to be constantly updated to ensure a diverse pool of questions to conduct as…

Multi-View Domain Adapted Sentence Embeddings for Low-Resource Unsupervised Duplicate Question Detection

2019-11-01 · IJCNLP 2019 11 · Nina Poerner, Hinrich Sch{\"u}tze

We address the problem of Duplicate Question Detection (DQD) in low-resource domain-specific Community Question Answering forums. Our multi-view framework MV-DASE combines an ensemble of sentence encoders via Generalized…

Community Question AnsweringQuestion AnsweringSentenceSentence Embeddings+1

MQDD: Pre-training of Multimodal Question Duplicity Detection for Software Engineering Domain

2022-03-26 · Jan Pašek, Jakub Sido, Miloslav Konopík, Ondřej Pražák

This work proposes a new pipeline for leveraging data collected on the Stack Overflow website for pre-training a multimodal model for searching duplicates on question answering websites. Our multimodal model is trained o…

Question Answering

Mining Duplicate Questions of Stack Overflow

2022-10-04 · Mihir Kale, Anirudha Rayasam, Radhika Parik, Pranav Dheram

There has a been a significant rise in the use of Community Question Answering sites (CQAs) over the last decade owing primarily to their ability to leverage the wisdom of the crowd. Duplicate questions have a crippling …

Community Question AnsweringQuestion Answering