中文
相关论文

相关论文: Efficient Passage Retrieval with Hashing for Open-…

200 篇论文

Patient cohort retrieval is a pivotal task in medical research and clinical practice, enabling the identification of specific patient groups from extensive electronic health records (EHRs). In this work, we address the challenge of cohort…

信息检索 · 计算机科学 2025-07-03 Pranav Jadhav

The goal of a Question Paraphrase Retrieval (QPR) system is to retrieve equivalent questions that result in the same answer as the original question. Such a system can be used to understand and answer rare and noisy reformulations of common…

计算与语言 · 计算机科学 2019-05-31 Daniele Bonadiman , Anjishnu Kumar , Arpit Mittal

Passage retrieval is a fundamental task in information retrieval (IR) research, which has drawn much attention recently. In the English field, the availability of large-scale annotated dataset (e.g, MS MARCO) and the emergence of deep…

信息检索 · 计算机科学 2022-04-26 Dingkun Long , Qiong Gao , Kuan Zou , Guangwei Xu , Pengjun Xie , Ruijie Guo , Jian Xu , Guanjun Jiang , Luxi Xing , Ping Yang

The problem of phase retrieval has been intriguing researchers for decades due to its appearance in a wide range of applications. The task of a phase retrieval algorithm is typically to recover a signal from linear phase-less measurements.…

信号处理 · 电气工程与系统科学 2020-03-11 Naveed Naimipour , Shahin Khobahi , Mojtaba Soltanalian

Neural document retrievers, including dense passage retrieval (DPR), have outperformed classical lexical-matching retrievers, such as BM25, when fine-tuned and tested on specific question-answering datasets. However, it has been shown that…

计算与语言 · 计算机科学 2023-03-10 Yasuto Hoshi , Daisuke Miyashita , Yasuhiro Morioka , Youyang Ng , Osamu Torii , Jun Deguchi

Dense retrieval has shown promise in the first-stage retrieval process when trained on in-domain labeled datasets. However, previous studies have found that dense retrieval is hard to generalize to unseen domains due to its weak modeling of…

信息检索 · 计算机科学 2023-05-19 Shicheng Xu , Liang Pang , Huawei Shen , Xueqi Cheng

Recently, dense passage retrieval has become a mainstream approach to finding relevant information in various natural language processing tasks. A number of studies have been devoted to improving the widely adopted dual-encoder…

信息检索 · 计算机科学 2023-04-25 Ruiyang Ren , Shangwen Lv , Yingqi Qu , Jing Liu , Wayne Xin Zhao , QiaoQiao She , Hua Wu , Haifeng Wang , Ji-Rong Wen

Legal Passage Retrieval (LPR) systems are crucial as they help practitioners save time when drafting legal arguments. However, it remains an underexplored avenue. One primary reason is the significant vocabulary mismatch between the query…

计算与语言 · 计算机科学 2025-10-02 Daehee Kim , Deokhyung Kang , Jonghwi Kim , Sangwon Ryu , Gary Geunbae Lee

In open-domain question answering, dense passage retrieval has become a new paradigm to retrieve relevant passages for finding answers. Typically, the dual-encoder architecture is adopted to learn dense representations of questions and…

计算与语言 · 计算机科学 2021-05-13 Yingqi Qu , Yuchen Ding , Jing Liu , Kai Liu , Ruiyang Ren , Wayne Xin Zhao , Daxiang Dong , Hua Wu , Haifeng Wang

To extract answers from a large corpus, open-domain question answering (QA) systems usually rely on information retrieval (IR) techniques to narrow the search space. Standard inverted index methods such as TF-IDF are commonly used as thanks…

计算与语言 · 计算机科学 2021-02-22 Wenhan Xiong , Hong Wang , William Yang Wang

Dense retrieval methods have shown great promise over sparse retrieval methods in a range of NLP problems. Among them, dense phrase retrieval-the most fine-grained retrieval unit-is appealing because phrases can be directly used as the…

计算与语言 · 计算机科学 2021-09-17 Jinhyuk Lee , Alexander Wettig , Danqi Chen

In this paper, we consider the extent to which the transformer-based Dense Passage Retrieval (DPR) algorithm, developed by (Karpukhin et. al. 2020), can be optimized without further pre-training. Our method involves two particular insights:…

计算与语言 · 计算机科学 2023-06-29 William Yang , Noah Bergam , Arnav Jain , Nima Sheikhoslami

High-throughput computational imaging requires efficient processing algorithms to retrieve multi-dimensional and multi-scale information. In computational phase imaging, phase retrieval (PR) is required to reconstruct both amplitude and…

图像与视频处理 · 电气工程与系统科学 2021-09-15 Xuyang Chang , Liheng Bian , Jun Zhang

Dense retrieval has become a prominent method to obtain relevant context or world knowledge in open-domain NLP tasks. When we use a learned dense retriever on a retrieval corpus at inference time, an often-overlooked design choice is the…

计算与语言 · 计算机科学 2024-10-07 Tong Chen , Hongwei Wang , Sihao Chen , Wenhao Yu , Kaixin Ma , Xinran Zhao , Hongming Zhang , Dong Yu

Generative Retrieval (GR), autoregressively decoding relevant document identifiers given a query, has been shown to perform well under the setting of small-scale corpora. By memorizing the document corpus with model parameters, GR…

信息检索 · 计算机科学 2024-01-22 Peiwen Yuan , Xinglin Wang , Shaoxiong Feng , Boyuan Pan , Yiwei Li , Heda Wang , Xupeng Miao , Kan Li

Answer selection is an important subtask of question answering (QA), where deep models usually achieve better performance. Most deep models adopt question-answer interaction mechanisms, such as attention, to get vector representations for…

计算与语言 · 计算机科学 2019-05-28 Dong Xu , Wu-Jun Li

Generative models for open domain question answering have proven to be competitive, without resorting to external knowledge. While promising, this approach requires to use models with billions of parameters, which are expensive to train and…

计算与语言 · 计算机科学 2021-02-04 Gautier Izacard , Edouard Grave

We propose a simple and efficient multi-hop dense retrieval approach for answering complex open-domain questions, which achieves state-of-the-art performance on two multi-hop datasets, HotpotQA and multi-evidence FEVER. Contrary to previous…

Tables are an important form of structured data for both human and machine readers alike, providing answers to questions that cannot, or cannot easily, be found in texts. Recent work has designed special models and training paradigms for…

计算与语言 · 计算机科学 2022-05-23 Zhiruo Wang , Zhengbao Jiang , Eric Nyberg , Graham Neubig

In open-domain question answering, a model receives a text question as input and searches for the correct answer using a large evidence corpus. The retrieval step is especially difficult as typical evidence corpora have \textit{millions} of…

计算与语言 · 计算机科学 2021-09-24 Christopher Sciavolino