Revolutionizing Information Retrieval with InsertRank

Wednesday 23 July 2025

A team of researchers has developed a new method for improving listwise reranking in information retrieval tasks, which could have significant implications for how we search and retrieve data online.

The method, called InsertRank, uses large language models (LLMs) to reason over BM25 scores, a type of lexical signal used in document ranking. BM25 scores are calculated based on the frequency of words in a query and their proximity to each other, but they can sometimes fail to capture the nuances of human language.

InsertRank addresses this issue by using LLMs to analyze the context in which these words appear, taking into account factors such as sentence structure, word order, and semantic relationships. This allows it to produce more accurate rankings than traditional BM25-based methods.

The researchers tested InsertRank on two benchmarks: BRIGHT, a dataset that covers 12 diverse domains, and R2MED, a specialized medical reasoning retrieval benchmark that spans eight different tasks. In both cases, InsertRank significantly outperformed other state-of-the-art methods, achieving scores of 37.5 on the BRIGHT benchmark and 51.1 on R2MED.

The team also conducted an exhaustive evaluation and several ablation studies to demonstrate the effectiveness of InsertRank across multiple families of LLMs, including GPT, Gemini, and Deepseek models. This suggests that the method is robust and can be applied to a wide range of scenarios.

One potential application of InsertRank could be in search engines, where it could help to improve the accuracy of search results by taking into account the context in which words appear. This could be particularly useful for complex queries that require nuanced understanding of language.

Another potential use case is in natural language processing (NLP) tasks such as question answering and text classification, where InsertRank’s ability to reason over BM25 scores could help to improve the accuracy of these systems.

Overall, InsertRank represents an important step forward in the development of more sophisticated methods for information retrieval. By leveraging the power of LLMs to analyze language context, it has the potential to revolutionize how we search and retrieve data online.

Cite this article: “Revolutionizing Information Retrieval with InsertRank”, The Science Archive, 2025.

Listwise Reranking, Information Retrieval, Language Models, Bm25 Scores, Document Ranking, Lexical Signal, Sentence Structure, Word Order, Semantic Relationships, Natural Language Processing

Reference: Rahul Seetharaman, Kaustubh D. Dhole, Aman Bansal, “InsertRank: LLMs can reason over BM25 scores to Improve Listwise Reranking” (2025).

Leave a Reply