Xuan Lu, Sifan Liu, Bochao Yin, Yongqi Li, Xinghao Chen, Hui Su, Yaohui Jin, Wenjun Zeng, Xiaoyu Shen
| Challenge: | MultiConIR is a benchmark designed to evaluate retrieval and reranking models under nuanced multi-condition query scenarios. |
| Approach: | They propose a benchmark to evaluate retrieval and reranking models under nuanced multi-condition query scenarios. |
| Outcome: | The proposed benchmark evaluates retrieval and reranking models under nuanced multi-condition query scenarios across five domains. |
Similar Papers
MrRank: Improving Question Answering Retrieval System through Multi-Result Ranking Model (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing IR techniques contain deficiencies, posing a performance bottleneck . combining diverse approaches to retrieve information is a viable strategy . |
| Approach: | They propose an approach that leverages learning-to-rank techniques to combine heterogeneous IR systems. |
| Outcome: | The proposed method outperforms existing methods on two Retrieval Question Answering tasks. |
CoIR: A Comprehensive Benchmark for Code Information Retrieval Models (2025.acl-long)
Copied to clipboard
| Challenge: | Existing methods and benchmarks for information retrieval are inadequately representing the diversity of code in various domains and tasks. |
| Approach: | They propose a benchmark specifically designed to assess code retrieval capabilities. |
| Outcome: | The proposed benchmark aims to invigorate research in the code retrieval domain . it shares the same data schema as other popular benchmarks like MTEB and BEIR . |
Evaluating Large Language Models for Cross-Lingual Retrieval (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have been evaluated as second-stage reranking models for monolingual IR, but a systematic comparison is lacking for cross-lingual reranked IR. |
| Approach: | They propose to use machine translation to evaluate rerankers in cross-lingual IR . they find that LLMs perform better than LLM-based reranked models . |
| Outcome: | The proposed model improves cross-lingual IR but relies on machine translation for the first stage. |
A Survey of Reasoning-Intensive Retrieval: Progress and Challenges (2026.acl-long)
Copied to clipboard
| Challenge: | Reasoning-Intensive Retrieval (RIR) targets retrieval settings where relevance is mediated by latent inferential links between a query and supporting evidence, rather than semantic similarity. |
| Approach: | They propose a taxonomy that categorizes methods based on where and how reasoning is integrated into the retrieval pipeline. |
| Outcome: | The proposed method framework provides a detailed analysis of the current landscape and its trade-offs and practical applications. |
How Good are LLM-based Rerankers? An Empirical Analysis of State-of-the-Art Reranking Models (2025.findings-emnlp)
Copied to clipboard
| Challenge: | a systematic and comprehensive empirical evaluation of state-of-the-art reranking methods is presented. |
| Approach: | They evaluate 22 reranking methods including 40 variants across established benchmarks . primary goal is to determine whether performance disparity exists between LLM-based reranters and lightweight counterparts based on novel queries . |
| Outcome: | The proposed methods perform better on familiar queries than lightweight models, the authors show . |
Candidate-Aware Retrieval and Reranking for Multiple-Choice Question Answering: Arabic as a Case Study (2026.findings-acl)
Copied to clipboard
| Challenge: | Large language models (LLMs) have recently achieved impressive results on multiple-choice question answering (MCQA) despite advances in English, LLMs continue to underperform in Arabic due to gaps in data coverage, linguistic transfer, and evaluation design. |
| Approach: | They propose a method that jointly models the relevance of both the question and its candidate answers when selecting contextual passages. |
| Outcome: | The proposed approach outperforms standard RAG baselines and reranker baselines while remaining competitive with considerably larger models. |
Multi-Conditional Ranking with Large Language Models (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing approaches to rank documents using large language models are limited by the complexity of the items and conditions. |
| Approach: | They propose a novel decomposed reasoning method to evaluate multi-conditional ranking across various item types and conditions to overcome this limitation. |
| Outcome: | The proposed method improves LLMs performance 14.4% over existing methods. |
LimRank: Less is More for Reasoning-Intensive Information Reranking (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to rerank information require large-scale fine-tuning, which is computationally expensive. |
| Approach: | They propose an open-source pipeline for generating diverse, challenging, and realistic reranking examples. |
| Outcome: | The proposed model performs competitively on two benchmarks, while being trained on less than 5% of the data typically used in prior work. |
Evaluating Retrieval for Multi-domain Scientific Publications (2022.lrec-1)
Copied to clipboard
Nancy Ide, Keith Suderman, Jingxuan Tu, Marc Verhagen, Shanan Peters, Ian Ross, John Lawson, Andrew Borg, James Pustejovsky
| Challenge: | a new framework for retrieval and mining of scientific publications is being developed . the AskMe retrieval engine is a bridge between xDD's publication database and the LAPPS Grid suite of NLP tools. |
| Approach: | They evaluate AskMe retrievalengine using BEIR benchmark datasets . they aim to determine when and why certain approaches perform well on in-domain and out-of-domain data. |
| Outcome: | The AskMe retrieval engine performs well on both in-domain and out-of-domain data. |
LitSearch: A Retrieval Benchmark for Scientific Literature Search (2024.emnlp-main)
Copied to clipboard
| Challenge: | Literature search questions pose significant challenges for modern retrieval systems . a lack of domain expertise and reasoning through lengthy papers is a challenge . |
| Approach: | They propose a retrieval benchmark for literature search queries using inline citations from papers and questions about recently published papers. |
| Outcome: | The proposed retrieval benchmarks outperform state-of-the-art retrieval models and reranking pipelines. |