Phrase Retrieval for Open-Domain Conversational Question Answering with Conversational Dependency Modeling via Contrastive Learning
Soyeong Jeong, Jinheon Baek, Sung Ju Hwang, Jong C. Park

TL;DR
This paper introduces a phrase retrieval method for open-domain conversational QA that directly predicts answers, incorporating a contrastive learning strategy to model conversational dependencies, resulting in improved performance over traditional retriever-reader pipelines.
Contribution
It proposes a novel phrase retrieval approach for ODConvQA and a contrastive learning technique to effectively model turn dependencies, simplifying the pipeline and enhancing accuracy.
Findings
Outperforms baseline models on ODConvQA datasets
Effectively models conversational dependencies with contrastive learning
Reduces complexity by merging retrieval and answer prediction into one step
Abstract
Open-Domain Conversational Question Answering (ODConvQA) aims at answering questions through a multi-turn conversation based on a retriever-reader pipeline, which retrieves passages and then predicts answers with them. However, such a pipeline approach not only makes the reader vulnerable to the errors propagated from the retriever, but also demands additional effort to develop both the retriever and the reader, which further makes it slower since they are not runnable in parallel. In this work, we propose a method to directly predict answers with a phrase retrieval scheme for a sequence of words, reducing the conventional two distinct subtasks into a single one. Also, for the first time, we study its capability for ODConvQA tasks. However, simply adopting it is largely problematic, due to the dependencies between previous and current turns in a conversation. To address this problem, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsContrastive Learning
