paper-with-me

Papers

Memory-Aware and Uncertainty-Guided Retrieval for Multi-Hop Question Answering

2025-03-29 · Yuelyu Ji, Rui Meng, Zhuochun Li, Daqing He

Multi-hop question answering (QA) requires models to retrieve and reason over multiple pieces of evidence. While Retrieval-Augmented Generation (RAG) has made progress in this area, existing methods often suffer from two key limitations: (1) fixed or overly frequent retrieval steps, and (2) ineffective use of previously retrieved knowledge. We propose MIND (Memory-Informed and INteractive Dynamic RAG), a framework that addresses these challenges through: (i) prompt-based entity extraction to identify reasoning-relevant elements, (ii) dynamic retrieval triggering based on token-level entropy and attention signals, and (iii) memory-aware filtering, which stores high-confidence facts across reasoning steps to enable consistent multi-hop generation.

📄 PDF Abstract BibTeX arXiv:2503.23095

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Learning User-Aware Recall: Personalized Retrieval in Long-Term Conversational Memory

2026-05-28 · ZhiShu Jiang, Haibo Liu, Xin Shen, Guanqiang QI 외 arxiv

Long-term conversational agents are expected to remember past interactions, but memory is useful only when the right evidence is recalled for the right user. Existing memory-augmented LLM agents have made progress in bui…

Ranking-aware Uncertainty for Text-guided Image Retrieval

2023-08-16 · Junyang Chen, Hanjiang Lai

Text-guided image retrieval is to incorporate conditional text to better capture users' intent. Traditionally, the existing methods focus on minimizing the embedding distances between the source inputs and the targeted i…

DiversityImage RetrievalRetrievalTriplet

MedRLM: Recursive Multimodal Health Intelligence for Long-Context Clinical Reasoning, Sensor-Guided Screening, Evidence-Grounded Decision Support, and Community-to-Tertiary Referral Optimization

2026-06-18 · Aueaphum Aueawatthanaphisut arxiv

Real-world clinical decision support requires reasoning over heterogeneous and longitudinal patient information rather than answering isolated medical questions. However, current medical large language models and retriev…

Question Answering

Helicase: Uncertainty-Guided Supply Chain Knowledge Graph Construction with Autonomous Multi-Agent LLMs

2026-05-26 · Yunbo Long, Haolang Zhao, Ge Zheng, Alexandra Brintrup arxiv

LLM-based multi-agent systems have been widely adopted for knowledge retrieval and report generation, synthesizing known information through web search and textual reasoning. However, many critical information tasks in s…

Knowledge Graphs

GAM-RAG: Gain-Adaptive Memory for Evolving Retrieval in Retrieval-Augmented Generation

2026-03-02 · Yifan Wang, Mingxuan Jiang, Zhihao Sun, Yixin Cao 외 arxiv

Retrieval-Augmented Generation (RAG) grounds large language models with external evidence, but many implementations rely on pre-built indices that remain static after construction. Related queries therefore repeat simila…