中文
相关论文

相关论文: Doc2Query--: When Less is More

200 篇论文

The search of information in large text repositories has been plagued by the so-called document-query vocabulary gap, i.e. the semantic discordance between the contents in the stored document entities on the one hand and the human query on…

信息检索 · 计算机科学 2020-04-22 Bhawani Selvaretnam , Mohammed Belkhatir

Query-expansion via pseudo-relevance feedback is a popular method of overcoming the problem of vocabulary mismatch and of increasing average retrieval effectiveness. In this paper, we develop a new method that estimates a query topic model…

信息检索 · 计算机科学 2016-02-05 Ronan Cummins

While Large Language Models (LLM) are able to accumulate and restore knowledge, they are still prone to hallucination. Especially when faced with factual questions, LLM cannot only rely on knowledge stored in parameters to guarantee…

计算与语言 · 计算机科学 2024-01-04 Pierre Erbacher , Louis Falissar , Vincent Guigue , Laure Soulier

Hallucination in text summarization refers to the phenomenon where the model generates information that is not supported by the input source document. Hallucination poses significant obstacles to the accuracy and reliability of the…

计算与语言 · 计算机科学 2023-10-02 Tohida Rehman , Ronit Mandal , Abhishek Agarwal , Debarshi Kumar Sanyal

Classic retrieval methods use simple bag-of-word representations for queries and documents. This representation fails to capture the full semantic richness of queries and documents. More recent retrieval models have tried to overcome this…

信息检索 · 计算机科学 2018-11-09 Ayyoob Imani , Amir Vakili , Ali Montazer , Azadeh Shakery

Neural networks -- especially those that use large, pre-trained language models -- have improved search engines in various ways. Most prominently, they can estimate the relevance of a passage or document to a user's query. In this work, we…

信息检索 · 计算机科学 2024-07-18 Xuejun Chang , Debabrata Mishra , Craig Macdonald , Sean MacAvaney

Large language models (LLMs) have been increasingly applied to a wide range of tasks, from natural language understanding to code generation. While they have also been used to assist in bibliographic recommendation, the hallucination of…

计算与语言 · 计算机科学 2025-10-30 Junichiro Niimi

The importance of an efficient and scalable document similarity detection system is undeniable nowadays. Search engines need batch text similarity measures to detect duplicated and near-duplicated web pages in their indexes in order to…

信息检索 · 计算机科学 2018-10-09 Hamid Mohammadi , Amin Nikoukaran

In this work, we analyze a pseudo-relevance retrieval method based on the results of web search engines. By enriching topics with text data from web search engine result pages and linked contents, we train topic-specific and cost-efficient…

信息检索 · 计算机科学 2022-03-11 Timo Breuer , Melanie Pest , Philipp Schaer

Traditional query expansion techniques for addressing vocabulary mismatch problems in information retrieval are context-sensitive and may lead to performance degradation. As an alternative, document expansion research has gained attention,…

信息检索 · 计算机科学 2025-09-22 Jisu Kim , Jinhee Park , Changhyun Jeon , Jungwoo Choi , Keonwoo Kim , Minji Hong , Sehyun Kim

Relation extraction (RE) enables the construction of structured knowledge for many downstream applications. While large language models (LLMs) have shown great promise in this task, they often struggle to reliably determine whether a…

计算与语言 · 计算机科学 2026-02-03 Yupei Yang , Fan Feng , Lin Yang , Wanxi Deng , Lin Qu , Biwei Huang , Shikui Tu , Lei Xu

Recently, model-based retrieval has emerged as a new paradigm in text retrieval that discards the index in the traditional retrieval model and instead memorizes the candidate corpora using model parameters. This design employs a…

信息检索 · 计算机科学 2023-05-19 Ruiyang Ren , Wayne Xin Zhao , Jing Liu , Hua Wu , Ji-Rong Wen , Haifeng Wang

Effective query expansion for web search benefits from promoting both exploration and result diversity to capture multiple interpretations and facets of a query. While recent LLM-based methods have improved retrieval performance and…

信息检索 · 计算机科学 2026-03-11 Yibin Lei , Tao Shen , Andrew Yates

Traditional information retrieval (IR) ranking models process the full text of documents. Newer models based on Transformers, however, would incur a high computational cost when processing long texts, so typically use only snippets from the…

信息检索 · 计算机科学 2022-01-24 Gabriella Kazai , Bhaskar Mitra , Anlei Dong , Nick Craswell , Linjun Yang

Query expansion is the process of reformulating the original query by adding relevant words. Choosing which terms to add in order to improve the performance of the query expansion methods or to enhance the quality of the retrieved results…

信息检索 · 计算机科学 2022-01-19 Farah Alshanik , Amy Apon , Yuheng Du , Alexander Herzog , Ilya Safro

Relation extraction is crucial for constructing knowledge graphs, with large high-quality datasets serving as the foundation for training, fine-tuning, and evaluating models. Generative data augmentation (GDA) is a common approach to expand…

计算与语言 · 计算机科学 2024-10-14 Steven Rogulsky , Nicholas Popovic , Michael Färber

Pseudo-relevance feedback (PRF) can enhance average retrieval effectiveness over a sufficiently large number of queries. However, PRF often introduces a drift into the original information need, thus hurting the retrieval effectiveness of…

信息检索 · 计算机科学 2024-01-23 Suchana Datta , Debasis Ganguly , Sean MacAvaney , Derek Greene

This paper describes a method to efficiently retrieve protein database sequences similar to a query sequence, while allowing for significant numbers of mutations. We call this method SEQR for SEQuence Retrieval. This approach increases the…

基因组学 · 定量生物学 2018-11-05 David I. Hurwitz , Lianyi Han , Lewis Y. Geer

Since the introduction of ChatGPT, large language models (LLMs) have demonstrated significant utility in various tasks, such as answering questions through retrieval-augmented generation. Context can be retrieved using a vectorized…

计算与语言 · 计算机科学 2025-07-01 Ming Cheung

Retrieval-Augmented Generation equips large language models with the capability to retrieve external knowledge, thereby mitigating hallucinations by incorporating information beyond the model's intrinsic abilities. However, most prior works…

计算与语言 · 计算机科学 2025-03-19 Kaustubh D. Dhole