中文
相关论文

相关论文: Single-Pass Document Scanning for Question Answeri…

200 篇论文

Retrieval-augmented generation (RAG) is increasingly deployed in enterprise search and document-centric assistants, where responses must be grounded in long and complex source materials. In practice, verifying that generated answers…

计算与语言 · 计算机科学 2026-03-26 Xunzhuo Liu , Bowei He , Xue Liu , Haichen Zhang , Huamin Chen

We address the extraction of mathematical statements and their proofs from scholarly PDF articles as a multimodal classification problem, utilizing text, font features, and bitmap image renderings of PDFs as distinct modalities. We propose…

人工智能 · 计算机科学 2024-10-14 Shrey Mishra , Antoine Gauquier , Pierre Senellart

According to common relevance-judgments regimes, such as TREC's, a document can be deemed relevant to a query even if it contains a very short passage of text with pertinent information. This fact has motivated work on passage-based…

信息检索 · 计算机科学 2019-06-06 Eilon Sheetrit , Anna Shtok , Oren Kurland

Many use cases require retrieving smaller portions of text, and dense vector-based retrieval systems often perform better with shorter text segments, as the semantics are less likely to be over-compressed in the embeddings. Consequently,…

计算与语言 · 计算机科学 2025-07-08 Michael Günther , Isabelle Mohr , Daniel James Williams , Bo Wang , Han Xiao

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

Summarization is the task of compressing source document(s) into coherent and succinct passages. This is a valuable tool to present users with concise and accurate sketch of the top ranked documents related to their queries. Query-based…

计算与语言 · 计算机科学 2020-10-27 Sayali Kulkarni , Sheide Chammas , Wan Zhu , Fei Sha , Eugene Ie

Complex questions that require inferencing and synthesizing information from multiple documents can be seen as a kind of topic-oriented, informative multi-document summarization where the goal is to produce a single text as a compressed…

计算与语言 · 计算机科学 2014-01-16 Yllias Chali , Shafiq Rayhan Joty , Sadid A. Hasan

Since the amount of information on the internet is growing rapidly, it is not easy for a user to find relevant information for his/her query. To tackle this issue, much attention has been paid to Automatic Document Summarization. The key…

计算与语言 · 计算机科学 2019-02-05 Kamal Al-Sabahi , Zhang Zuping , Yang Kang

Extractive summarization of long documents is bottlenecked by quadratic complexity, often forcing truncation and limiting deployment in resource-constrained settings. We introduce the first Mamba-Transformer hybrid for extractive…

计算与语言 · 计算机科学 2026-03-03 Nisrine Ait Khayi

Information retrieval is a rapidly evolving field. However it still faces significant limitations in the scientific and industrial vast amounts of information, such as semantic divergence and vocabulary gaps in sparse retrieval, low…

信息检索 · 计算机科学 2024-03-15 Loïc Rakotoson , Sylvain Massip , Fréjus A. A. Laleye

Retrieving documents and prepending them in-context at inference time improves performance of language model (LMs) on a wide range of tasks. However, these documents, often spanning hundreds of words, make inference substantially more…

计算与语言 · 计算机科学 2023-10-09 Fangyuan Xu , Weijia Shi , Eunsol Choi

The work of neural retrieval so far focuses on ranking short texts and is challenged with long documents. There are many cases where the users want to find a relevant passage within a long document from a huge corpus, e.g. Wikipedia…

信息检索 · 计算机科学 2024-06-11 Kexin Wang , Nils Reimers , Iryna Gurevych

State-of-the-art important passage retrieval methods obtain very good results, but do not take into account privacy issues. In this paper, we present a privacy preserving method that relies on creating secure representations of documents.…

Long document summarization poses a significant challenge in natural language processing due to input lengths that exceed the capacity of most state-of-the-art pre-trained language models. This study proposes a hierarchical framework that…

计算与语言 · 计算机科学 2024-10-10 Yuan-Jhe Yin , Bo-Yu Chen , Berlin Chen

Document chunking is a critical task in natural language processing (NLP) that involves dividing a document into meaningful segments. Traditional methods often rely solely on semantic analysis, ignoring the spatial layout of elements, which…

计算与语言 · 计算机科学 2025-01-13 Prashant Verma

The integration of multi-document pre-training objectives into language models has resulted in remarkable improvements in multi-document downstream tasks. In this work, we propose extending this idea by pre-training a generic multi-document…

计算与语言 · 计算机科学 2023-05-25 Avi Caciularu , Matthew E. Peters , Jacob Goldberger , Ido Dagan , Arman Cohan

In the field of multi-document summarization (MDS), transformer-based models have demonstrated remarkable success, yet they suffer an input length limitation. Current methods apply truncation after the retrieval process to fit the context…

机器学习 · 计算机科学 2025-04-24 Shiyin Tan , Jaeeon Park , Dongyuan Li , Renhe Jiang , Manabu Okumura

Text indexing is a fundamental and well-studied problem. Classic solutions either replace the original text with a compressed representation, e.g., the FM-index and its variants, or keep it uncompressed but attach some redundancy - an index…

Semantic caching enhances the efficiency of large language model (LLM) systems by identifying semantically similar queries, storing responses once, and serving them for subsequent equivalent requests. However, existing semantic caching…

机器学习 · 计算机科学 2025-07-10 Shervin Ghaffari , Zohre Bahranifard , Mohammad Akbari

Measuring similarity between texts is an important task for several applications. Available approaches to measure document similarity are inadequate for document pairs that have non-comparable lengths, such as a long document and its…

计算与语言 · 计算机科学 2019-03-27 Hongyu Gong , Tarek Sakakini , Suma Bhat , Jinjun Xiong