中文
相关论文

相关论文: NumColBERT: Non-Intrusive Numeracy Injection for L…

200 篇论文

In this work, we introduce a German version for ColBERT, a late interaction multi-dense vector retrieval method, with a focus on RAG applications. We also present the main features of our package for ColBERT models, supporting both…

信息检索 · 计算机科学 2025-04-30 Thuong Dang , Qiqi Chen

Late-interaction retrieval models like ColBERT achieve superior accuracy by enabling token-level interactions, but their computational cost hinders scalability and integration with Approximate Nearest Neighbor Search (ANNS). We introduce…

信息检索 · 计算机科学 2026-01-15 Ramnath Kumar , Prateek Jain , Cho-Jui Hsieh

Document retrieval identifies relevant documents but does not provide fine-grained evidence cues, such as specific relevant spans. A possible solution is to apply an LLM after retrieval; however, this introduces significant computational…

信息检索 · 计算机科学 2026-04-02 Antonín Jarolím , Martin Fajčík

The ColBERT model has recently been proposed as an effective BERT based ranker. By adopting a late interaction mechanism, a major advantage of ColBERT is that document representations can be precomputed in advance. However, the big downside…

信息检索 · 计算机科学 2021-12-14 Carlos Lassance , Maroua Maachou , Joohee Park , Stéphane Clinchant

Cross-Encoder (CE) and Dual-Encoder (DE) models are two fundamental approaches for query-document relevance in information retrieval. To predict relevance, CE models use joint query-document embeddings, while DE models maintain factorized…

While question-like queries are gaining popularity and search engines' users increasingly adopt them, keyphrase search has traditionally been the cornerstone of web search. This query type is also prevalent in specialised search tasks such…

信息检索 · 计算机科学 2024-12-05 Jorge Gabín , Javier Parapar , Craig Macdonald

With the development of pre-trained language models, the dense retrieval models have become promising alternatives to the traditional retrieval models that rely on exact match and sparse bag-of-words representations. Different from most…

信息检索 · 计算机科学 2024-03-21 Qi Liu , Gang Guo , Jiaxin Mao , Zhicheng Dou , Ji-Rong Wen , Hao Jiang , Xinyu Zhang , Zhao Cao

Pre-trained language models are increasingly important components across multiple information retrieval (IR) paradigms. Late interaction, introduced with the ColBERT model and recently refined in ColBERTv2, is a popular paradigm that holds…

信息检索 · 计算机科学 2022-05-20 Keshav Santhanam , Omar Khattab , Christopher Potts , Matei Zaharia

Transformer-based large language models (LLMs) exhibit limitations such as generating unsafe responses, unreliable reasoning, etc. Existing inference intervention approaches attempt to mitigate these issues by finetuning additional models…

计算与语言 · 计算机科学 2024-08-21 Chenhan Yuan , Fei Huang , Ru Peng , Keming Lu , Bowen Yu , Chang Zhou , Jingren Zhou

We present DiffusionBERT, a new generative masked language model based on discrete diffusion models. Diffusion models and many pre-trained language models have a shared training objective, i.e., denoising, making it possible to combine the…

计算与语言 · 计算机科学 2022-12-02 Zhengfu He , Tianxiang Sun , Kuanning Wang , Xuanjing Huang , Xipeng Qiu

In a realistic dialogue system, the input information from users is often subject to various types of input perturbations, which affects the slot-filling task. Although rule-based data augmentation methods have achieved satisfactory…

计算与语言 · 计算机科学 2024-03-07 Jinxu Zhao , Guanting Dong , Yueyan Qiu , Tingfeng Hui , Xiaoshuai Song , Daichi Guo , Weiran Xu

Pre-trained Language Models (PLMs) have achieved remarkable performance on diverse NLP tasks through pre-training and fine-tuning. However, fine-tuning the model with a large number of parameters on limited downstream datasets often leads…

计算与语言 · 计算机科学 2025-05-13 Mihyeon Kim , Juhyoung Park , Youngbin Kim

Tree structured graphical models are powerful at expressing long range or hierarchical dependency among many variables, and have been widely applied in different areas of computer science and statistics. However, existing methods for…

机器学习 · 统计学 2014-01-17 Le Song , Han Liu , Ankur Parikh , Eric Xing

Language models that utilize extensive self-supervised pre-training from unlabeled text, have recently shown to significantly advance the state-of-the-art performance in a variety of language understanding tasks. However, it is yet unclear…

信息检索 · 计算机科学 2020-09-29 Itzik Malkiel , Oren Barkan , Avi Caciularu , Noam Razin , Ori Katz , Noam Koenigstein

Pseudo-relevance feedback mechanisms, from Rocchio to the relevance models, have shown the usefulness of expanding and reweighting the users' initial queries using information occurring in an initial set of retrieved documents, known as the…

信息检索 · 计算机科学 2021-07-02 Xiao Wang , Craig Macdonald , Nicola Tonellotto , Iadh Ounis

Retrieval-augmented generation has proven practical when models require specialized knowledge or access to the latest data. However, existing methods for multimodal document retrieval often replicate techniques developed for text-only…

The advent of transformer-based models such as BERT has led to the rise of neural ranking models. These models have improved the effectiveness of retrieval systems well beyond that of lexical term matching models such as BM25. While…

信息检索 · 计算机科学 2022-01-27 Suraj Nair , Eugene Yang , Dawn Lawrie , Kevin Duh , Paul McNamee , Kenton Murray , James Mayfield , Douglas W. Oard

Passage retrieval is a fundamental task in many information systems, such as web search and question answering, where both efficiency and effectiveness are critical concerns. In recent years, neural retrievers based on pre-trained language…

信息检索 · 计算机科学 2024-03-21 Qian Dong , Yiding Liu , Qingyao Ai , Haitao Li , Shuaiqiang Wang , Yiqun Liu , Dawei Yin , Shaoping Ma

Backdoor attacks are an insidious security threat against machine learning models. Adversaries can manipulate the predictions of compromised models by inserting triggers into the training phase. Various backdoor attacks have been devised…

计算与语言 · 计算机科学 2023-05-29 Xuanli He , Jun Wang , Benjamin Rubinstein , Trevor Cohn

Late interaction retrieval methods, pioneered by ColBERT, have emerged as a powerful alternative to single-vector neural IR. By leveraging fine-grained, token-level representations, they have been demonstrated to deliver strong…

信息检索 · 计算机科学 2025-11-04 Benjamin Clavié , Xianming Li , Antoine Chaffin , Omar Khattab , Tom Aarsen , Manuel Faysse , Jing Li