← Search

Razieh Rahimi

6 accepted papers

2026

PRIME: Planning and Retrieval-Integrated Memory for Enhanced Reasoning

AAAI 2026technical

Inspired by the dual-process theory of human cognition from Thinking, Fast and Slow, we introduce PRIME (Planning and Retrieval-Integrated Memory for Enhanced Reasoning), a multi-agent reasoning framework that dynamically integrates System 1 (fast, intuitive thinking) and System 2 (slow, deliberate

Cited by 0SourcePDFScholar
2024

Discovering Biases in Information Retrieval Models Using Relevance Thesaurus as Global Explanation

EMNLP 2024main

Most of the efforts in interpreting neural relevance models have been on local explanations, which explain the relevance of a document to a query. However, local explanations are not effective in predicting the model’s behavior on unseen texts. We aim at explaining a neural relevance model by provid…

Cited by 0SourcePDFScholar
2023

PaRaDe: Passage Ranking using Demonstrations with LLMs

EMNLP 2023short findings

Recent studies show that large language models (LLMs) can be instructed to effectively perform zero-shot passage re-ranking, in which the results of a first stage retrieval method, such as BM25, are rated and reordered to improve relevance. In this work, we improve LLM-based re-ranking by algorithmi…

Cited by 0SourceScholar
2022

You can’t pick your neighbors, or can you? When and How to Rely on Retrieval in the kNN-LM

EMNLP 2022finding

Retrieval-enhanced language models (LMs), which condition their predictions on text retrieved from large external datastores, have recently shown significant perplexity improvements compared to standard LMs. One such approach, the kNN-LM, interpolates any existing LM’s predictions with the output of…