← Search

Maarten de Rijke

42 accepted papers

2026

LiRA: A Multi-Agent Framework for Reliable and Readable Literature Review Generation

AAAI 2026technical

The rapid growth of scientific publications has made it increasingly difficult to keep literature reviews comprehensive and up-to-date. Though prior work has focused on automating retrieval and screening, the writing phase of systematic reviews remains largely under-explored, especially with regard

Cited by 0SourcePDFScholar
2026

Thinking Forward and Backward: Multi-Objective Reinforcement Learning for Retrieval-Augmented Reasoning

AAAI 2026technical

Retrieval-augmented generation (RAG) has proven to be effective in mitigating hallucinations in large language models, yet its effectiveness remains limited in complex, multi-step reasoning scenarios. Recent efforts have incorporated search-based interactions into RAG, enabling iterative reasoning w

Cited by 0SourcePDFScholar
2026

ZeroGR: A Generalizable and Scalable Framework for Zero-Shot Generative Retrieval

ICLR 2026poster

Generative retrieval (GR) reformulates information retrieval (IR) by framing it as the generation of document identifiers (docids), thereby enabling an end-to-end optimization and seamless integration with generative language models (LMs). Despite notable progress under supervised training, GR still…

Cited by 0SourcecodeScholar
2025

A Comprehensive Taxonomy of Negation for NLP and Neural Retrievers

EMNLP 2025

Understanding and solving complex reasoning tasks is vital for addressing the information needs of a user. Although dense neural models learn contextualised embeddings, they underperform on queries containing negation. To understand this phenomenon, we study negation in traditional neural informatio

2025

Attack-in-the-Chain: Bootstrapping Large Language Models for Attacks Against Black-Box Neural Ranking Models

AAAI 2025technical

Neural ranking models (NRMs) have been shown to be highly effective in terms of retrieval performance. Unfortunately, they have also displayed a higher degree of sensitivity to attacks than previous generation models. To help expose and address this lack of robustness, we introduce a novel ranking a…

2025

Controlled Retrieval-augmented Context Evaluation for Long-form RAG

EMNLP 2025

Retrieval-augmented generation (RAG) enhances large language models by incorporating context retrieved from external knowledge sources. While the effectiveness of the retrieval module is typically evaluated with relevance-based ranking metrics, such metrics may be insufficient to reflect the retriev

2025

Distributional Reinforcement Learning with Dual Expectile-Quantile Regression

UAI 2025

Distributional reinforcement learning (RL) has proven useful in multiple benchmarks as it enables approximating the full distribution of returns and extracts a rich feedback from environment samples. The commonly used quantile regression approach to distributional RL – based on asymmetric $L_1$ loss

2025

Evaluation of Attribution Bias in Generator-Aware Retrieval-Augmented Large Language Models

ACL 2025finding

Attributing answers to source documents is an approach used to enhance the verifiability of a model’s output in retrieval-augmented generation (RAG). Prior work has mainly focused on improving and evaluating the attribution quality of large language models (LLMs) in RAG, but this may come at the exp…

Cited by 0SourcePDFScholar
2025

ExcluIR: Exclusionary Neural Information Retrieval

AAAI 2025technical

Exclusion is an important and universal linguistic skill that humans use to express what they do not want. There is little research on exclusionary retrieval, where users express what they do not want to be part of the results produced for their queries. We investigate the scenario of exclusionary r…

2025

Iterative Self-Incentivization Empowers Large Language Models as Agentic Searchers

NeurIPS 2025poster

Large language models (LLMs) have been widely integrated into information retrieval to advance traditional techniques. However, effectively enabling LLMs to seek accurate knowledge in complex tasks remains a challenge due to the complexity of multi-hop queries as well as the irrelevant retrieved con…

Cited by 0SourcecodeScholar
2025

MACPO: Weak-to-Strong Alignment via Multi-Agent Contrastive Preference Optimization

ICLR 2025poster

As large language models (LLMs) are rapidly advancing and achieving near-human capabilities on specific tasks, aligning them with human values is becoming more urgent. In scenarios where LLMs outperform humans, we face a weak-to-strong alignment problem where we need to effectively align strong stud…

Cited by 3SourcePDFScholar
2025

Optimized Text Embedding Models and Benchmarks for Amharic Passage Retrieval

ACL 2025finding

Neural retrieval methods using transformer-based pre-trained language models have advanced multilingual and cross-lingual retrieval. However, their effectiveness for low-resource, morphologically rich languages such as Amharic remains underexplored due to data scarcity and suboptimal tokenization. W…

2025

The Silent Saboteur: Imperceptible Adversarial Attacks against Black-Box Retrieval-Augmented Generation Systems

ACL 2025finding

We explore adversarial attacks against retrieval-augmented generation (RAG) systems to identify their vulnerabilities. We focus on generating human-imperceptible adversarial examples and introduce a novel imperceptible retrieve-to-generate attack against RAG. This task aims to find imperceptible per…

2025

What if Othello-Playing Language Models Could See?

EMNLP 2025

Language models are often said to face a symbol grounding problem. While some have argued the problem can be solved without resort to other modalities, many have speculated that grounded learning is more efficient. We explore this question in Othello, a simplified, rule-based world that offers a con

2024

Bootstrapped Pre-training with Dynamic Identifier Prediction for Generative Retrieval

ACL 2024findings

Generative retrieval uses differentiable search indexes to directly generate relevant document identifiers in response to a query. Recent studies have highlighted the potential of a strong generative retrieval model, trained with carefully crafted pre-training tasks, to enhance downstream retrieval…

Cited by 0SourcePDFScholar
2024

CAUSE: Counterfactual Assessment of User Satisfaction Estimation in Task-Oriented Dialogue Systems

ACL 2024findings

An important unexplored aspect in previous work on user satisfaction estimation for Task-Oriented Dialogue (TOD) systems is their evaluation in terms of robustness for the identification of user dissatisfaction: current benchmarks for user satisfaction estimation in TOD systems are highly skewed tow…

2024

Context Does Matter: Implications for Crowdsourced Evaluation Labels in Task-Oriented Dialogue Systems

NAACL 2024findings

Crowdsourced labels play a crucial role in evaluating task-oriented dialogue systems (TDSs). Obtaining high-quality and consistent ground-truth labels from annotators presents challenges. When evaluating a TDS, annotators must fully comprehend the dialogue before providing judgments. Previous studie…

2024

Generative Retrieval Meets Multi-Graded Relevance

NeurIPS 2024spotlight

Generative retrieval represents a novel approach to information retrieval, utilizing an encoder-decoder architecture to directly produce relevant document identifiers (docids) for queries. While this method offers benefits, current implementations are limited to scenarios with binary relevance data,…

Cited by 2SourcePDFScholar
2024

KnowTuning: Knowledge-aware Fine-tuning for Large Language Models

EMNLP 2024main

Despite their success at many natural language processing (NLP) tasks, large language models still struggle to effectively leverage knowledge for knowledge-intensive tasks, manifesting limitations such as generating incomplete, non-factual, or illogical answers. These limitations stem from inadequat…

2024

MELoRA: Mini-Ensemble Low-Rank Adapters for Parameter-Efficient Fine-Tuning

ACL 2024long

Parameter-efficient fine-tuning (PEFT) is a popular method for tailoring pre-trained large language models (LLMs), especially as the models’ scale and the diversity of tasks increase. Low-rank adaptation (LoRA) is based on the idea that the adaptation process is intrinsically low-dimensional, i.e.,…

2024

Perturbation-Invariant Adversarial Training for Neural Ranking Models: Improving the Effectiveness-Robustness Trade-Off

AAAI 2024technical

Neural ranking models (NRMs) have shown great success in information retrieval (IR). But their predictions can easily be manipulated using adversarial examples, which are crafted by adding imperceptible perturbations to legitimate documents. This vulnerability raises significant concerns about their…

2024

Pretraining Data Detection for Large Language Models: A Divergence-based Calibration Method

EMNLP 2024main

As the scale of training corpora for large language models (LLMs) grows, model developers become increasingly reluctant to disclose details on their data. This lack of transparency poses challenges to scientific evaluation and ethical deployment. Recently, pretraining data detection approaches, whic…

2024

Real World Conversational Entity Linking Requires More Than Zero-Shots

ACL 2024findings

Entity linking (EL) in conversations faces notable challenges in practical applications, primarily due to scarcity of entity-annotated conversational datasets and sparse knowledge bases (KB) containing domain-specific, long-tail entities. We designed targeted evaluation scenarios to measure the effi…

2024

Table Question Answering for Low-resourced Indic Languages

EMNLP 2024main

TableQA is the task of answering questions over tables of structured information, returning individual cells or tables as output. TableQA research has focused primarily on high-resource languages, leaving medium- and low-resource languages with little progress due to scarcity of annotated data and n…

2024

The SIFo Benchmark: Investigating the Sequential Instruction Following Ability of Large Language Models

EMNLP 2024finding

Following multiple instructions is a crucial ability for large language models (LLMs). Evaluating this ability comes with significant challenges: (i) limited coherence between multiple instructions, (ii) positional bias where the order of instructions affects model performance, and (iii) a lack of o…

2023

Answering Ambiguous Questions via Iterative Prompting

ACL 2023long

In open-domain question answering, due to the ambiguity of questions, multiple plausible answers may exist. To provide feasible answers to an ambiguous question,one approach is to directly predict all valid answers, but this can struggle with balancing relevance and diversity. An alternative is to g…

2023

Contrastive Learning Reduces Hallucination in Conversations

AAAI 2023technical

Pre-trained language models (LMs) store knowledge in their parameters and can generate informative responses when used in conversational systems. However, LMs suffer from the problem of “hallucination:” they may generate plausible-looking statements that are irrelevant or factually incorrect. To add…

2023

Feature-Level Debiased Natural Language Understanding

AAAI 2023technical

Natural language understanding (NLU) models often rely on dataset biases rather than intended task-relevant features to achieve high performance on specific datasets. As a result, these models perform poorly on datasets outside the training distribution. Some recent studies address this issue by red…

2023

From Relevance to Utility: Evidence Retrieval with Feedback for Fact Verification

EMNLP 2023short findings

Retrieval-enhanced methods have become a primary approach in fact verification (FV); it requires reasoning over multiple retrieved pieces of evidence to verify the integrity of a claim. To retrieve evidence, existing work often employs off-the-shelf retrieval models whose design is based on the prob…

Cited by 0SourcecodeScholar
2023

Generalizing Few-Shot Named Entity Recognizers to Unseen Domains with Type-Related Features

EMNLP 2023long findings

Few-shot named entity recognition (NER) has shown remarkable progress in identifying entities in low-resource domains. However, few-shot NER methods still struggle with out-of-domain (OOD) examples due to their reliance on manual labeling for the target domain. To address this limitation, recent stu…

Cited by 0SourcecodeScholar
2023

Learning to Tokenize for Generative Retrieval

NeurIPS 2023poster

As a new paradigm in information retrieval, generative retrieval directly generates a ranked list of document identifiers (docids) for a given query using generative language models (LMs). How to assign each document a unique docid (denoted as document tokenization) is a critical problem, because it…

Cited by 112SourcePDFScholar
2023

MultiTabQA: Generating Tabular Answers for Multi-Table Question Answering

ACL 2023long

Recent advances in tabular question answering (QA) with large language models are constrained in their coverage and only answer questions over a single table. However, real-world queries are complex in nature, often over multiple tables in a relational database or web page. Single table questions do…

2022

CF-GNNExplainer: Counterfactual Explanations for Graph Neural Networks

AISTATS 2022poster

Given the increasing promise of graph neural networks (GNNs) in real-world applications, several methods have been developed for explaining their predictions. Existing methods for interpreting predictions from GNNs have primarily focused on generating subgraphs that are especially relevant for a par…

2022

FOCUS: Flexible Optimizable Counterfactual Explanations for Tree Ensembles

AAAI 2022technical

Model interpretability has become an important problem in machine learning (ML) due to the increased effect algorithmic decisions have on humans. Counterfactual explanations can help users understand not only why ML models make certain decisions, but also how these decisions can be changed. We f…

2022

Improving Multi-label Malevolence Detection in Dialogues through Multi-faceted Label Correlation Enhancement

ACL 2022long

A dialogue response is malevolent if it is grounded in negative emotions, inappropriate behavior, or an unethical value basis in terms of content and dialogue acts. The detection of malevolent dialogue responses is attracting growing interest. Current research on detecting dialogue malevolence has l…

Cited by 11SourcePDFScholar
2022

What Makes a Good and Useful Summary? Incorporating Users in Automatic Summarization Research

NAACL 2022long

Automatic text summarization has enjoyed great progress over the years and is used in numerous applications, impacting the lives of many. Despite this development, there is little research that meaningfully investigates how the current research focus in automatic summarization aligns with users’ nee…

2021

A Human-machine Collaborative Framework for Evaluating Malevolence in Dialogues

ACL 2021long

Conversational dialogue systems (CDSs) are hard to evaluate due to the complexity of natural language. Automatic evaluation of dialogues often shows insufficient correlation with human judgements. Human evaluation is reliable but labor-intensive. We introduce a human-machine collaborative framework,…

2021

Learning to Ask Conversational Questions by Optimizing Levenshtein Distance

ACL 2021long

Conversational Question Simplification (CQS) aims to simplify self-contained questions into conversational ones by incorporating some conversational characteristics, e.g., anaphora and ellipsis. Existing maximum likelihood estimation based methods often get trapped in easily learned tokens as all to…

2021

Unifying Online and Counterfactual Learning to Rank: A Novel Counterfactual Estimator that Effectively Utilizes Online Interventions (Extended Abstract)

IJCAI 2021poster

State-of-the-art Learning to Rank (LTR) methods for optimizing ranking systems based on user interactions are divided into online approaches – that learn by direct interaction – and counterfactual approaches – that learn from historical interactions. We propose a novel intervention-aware estimator t…

2019

BubbleRank: Safe Online Learning to Re-Rank via Implicit Click Feedback

UAI 2019poster

In this paper, we study the problem of safe online learning to re-rank, where user feedback is used to improve the quality of displayed lists. Learning to rank has traditionally been studied in two settings. In the offline setting, rankers are typically learned from relevance labels created by judge…