中文
相关论文

相关论文: Two-Step Question Retrieval for Open-Domain QA

200 篇论文

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…

计算与语言 · 计算机科学 2023-06-08 Soyeong Jeong , Jinheon Baek , Sung Ju Hwang , Jong C. Park

Multi-hop question answering (QA) involves finding multiple relevant passages and step-by-step reasoning to answer complex questions, indicating a retrieve-and-read paradigm. However, previous retrievers were customized for two-hop…

计算与语言 · 计算机科学 2024-04-02 Jiahao Zhang , Haiyang Zhang , Dongmei Zhang , Yong Liu , Shen Huang

Dense retrievers for open-domain question answering (ODQA) have been shown to achieve impressive performance by training on large datasets of question-passage pairs. In this work we ask whether this dependence on labeled data can be reduced…

计算与语言 · 计算机科学 2022-05-18 Ori Ram , Gal Shachaf , Omer Levy , Jonathan Berant , Amir Globerson

In exploratory search, users often submit vague queries to investigate unfamiliar topics, but receive limited feedback about how the search engine understood their input. This leads to a self-reinforcing cycle of mismatched results and…

信息检索 · 计算机科学 2025-10-16 Yumeng Wang , Xiuying Chen , Suzan Verberne

Learned sparse models such as SPLADE have successfully shown how to incorporate the benefits of state-of-the-art neural information retrieval models into the classical inverted index data structure. Despite their improvements in…

信息检索 · 计算机科学 2024-04-23 Carlos Lassance , Hervé Dejean , Stéphane Clinchant , Nicola Tonellotto

State-of-the-art Machine Reading Comprehension (MRC) models for Open-domain Question Answering (QA) are typically trained for span selection using distantly supervised positive examples and heuristically retrieved negative examples. This…

计算与语言 · 计算机科学 2020-10-22 Srinivasan Iyer , Sewon Min , Yashar Mehdad , Wen-tau Yih

Open-domain question answering remains a challenging task as it requires models that are capable of understanding questions and answers, collecting useful information, and reasoning over evidence. Previous work typically formulates this…

计算与语言 · 计算机科学 2019-05-13 Jianmo Ni , Chenguang Zhu , Weizhu Chen , Julian McAuley

Intent detection with semantically similar fine-grained intents is a challenging task. To address it, we reformulate intent detection as a question-answering retrieval task by treating utterances and intent names as questions and answers.…

计算与语言 · 计算机科学 2023-03-22 Asaf Yehudai , Matan Vetzler , Yosi Mass , Koren Lazar , Doron Cohen , Boaz Carmeli

A popular recent approach to answering open-domain questions is to first search for question-related passages and then apply reading comprehension models to extract answers. Existing methods usually extract answers from single passages…

计算与语言 · 计算机科学 2018-04-27 Shuohang Wang , Mo Yu , Jing Jiang , Wei Zhang , Xiaoxiao Guo , Shiyu Chang , Zhiguo Wang , Tim Klinger , Gerald Tesauro , Murray Campbell

In today's digital world, seeking answers to health questions on the Internet is a common practice. However, existing question answering (QA) systems often rely on using pre-selected and annotated evidence documents, thus making them…

计算与语言 · 计算机科学 2024-04-15 Juraj Vladika , Florian Matthes

Retrieving procedure-oriented evidence from materials science papers is difficult because key synthesis details are often scattered across long, context-heavy documents and are not well captured by paragraph-only dense retrieval. We present…

信号处理 · 电气工程与系统科学 2026-04-14 Zhuoyu Wu , Wenhui Ou , Pei-Sze Tan , Wenqi Fang , Sailaja Rajanala , Raphaël C. -W. Phan

This paper considers the reading comprehension task in which multiple documents are given as input. Prior work has shown that a pipeline of retriever, reader, and reranker can improve the overall performance. However, the pipeline system is…

计算与语言 · 计算机科学 2019-06-12 Minghao Hu , Yuxing Peng , Zhen Huang , Dongsheng Li

Dual encoders have been used for question-answering (QA) and information retrieval (IR) tasks with good results. Previous research focuses on two major types of dual encoders, Siamese Dual Encoder (SDE), with parameters shared across two…

计算与语言 · 计算机科学 2022-11-16 Zhe Dong , Jianmo Ni , Daniel M. Bikel , Enrique Alfonseca , Yuan Wang , Chen Qu , Imed Zitouni

This paper studies a category of visual question answering tasks, in which accessing external knowledge is necessary for answering the questions. This category is called outside-knowledge visual question answering (OK-VQA). A major step in…

信息检索 · 计算机科学 2023-06-30 Alireza Salemi , Mahta Rafiee , Hamed Zamani

Efficient k-nearest neighbor search is a fundamental task, foundational for many problems in NLP. When the similarity is measured by dot-product between dual-encoder vectors or $\ell_2$-distance, there already exist many scalable and…

计算与语言 · 计算机科学 2022-10-25 Nishant Yadav , Nicholas Monath , Rico Angell , Manzil Zaheer , Andrew McCallum

Code retrieval aims to provide users with desired code snippets based on users' natural language queries. With the development of deep learning technologies, adopting pre-trained models for this task has become mainstream. Considering the…

软件工程 · 计算机科学 2025-08-04 Wenchao Gu , Zongyi Lyu , Yanlin Wang , Hongyu Zhang , Cuiyun Gao , Michael R. Lyu

Community Question Answering (CQA) in different domains is growing at a large scale because of the availability of several platforms and huge shareable information among users. With the rapid growth of such online platforms, a massive…

信息检索 · 计算机科学 2024-03-06 Rima Hazra , Debanjan Saha , Amruit Sahoo , Somnath Banerjee , Animesh Mukherjee

We describe our two-stage system for the Multilingual Information Access (MIA) 2022 Shared Task on Cross-Lingual Open-Retrieval Question Answering. The first stage consists of multilingual passage retrieval with a hybrid dense and sparse…

计算与语言 · 计算机科学 2022-07-19 Zhucheng Tu , Sarguna Janani Padmanabhan

Open-domain question answering (QA) aims to find the answer to a question from a large collection of documents.Though many models for single-document machine comprehension have achieved strong performance, there is still much room for…

计算与语言 · 计算机科学 2020-06-11 Mantong Zhou , Zhouxing Shi , Minlie Huang , Xiaoyan Zhu

Response retrieval is a subset of neural ranking in which a model selects a suitable response from a set of candidates given a conversation history. Retrieval-based chat-bots are typically employed in information seeking conversational…

信息检索 · 计算机科学 2020-04-24 Amir Vakili Tahami , Kamyar Ghajar , Azadeh Shakery