paper-with-me

Papers

From Scenes to Elements: Multi-Granularity Evidence Retrieval for Verifiable Multimodal RAG

2026-05-14 · Guanhua Chen, Chuyue Huang, Yutong Yao, Shudong Liu, Xueqing Song, Lidia S. Chao, Derek F. Wong arxiv

Multimodal Retrieval-Augmented Generation (RAG) systems retrieve evidence at coarse granularities (entire images or scenes), creating a mismatch with fine-grained user queries and making failures unverifiable. We introduce GranuVistaVQA, a multimodal benchmark featuring real-world landmarks with element-level annotations across multiple viewpoints, capturing the partial observation challenge where individual images contain only subsets of entities. We further propose GranuRAG, a multi-granularity framework that treats visual elements as first-class retrieval units through three stages: element-level detection and classification, multi-granularity cross-modal alignment for evidence retrieval, and attribution-constrained generation. By grounding retrieval at the element level rather than relying on implicit attention, our approach enables transparent error diagnosis. Experiments demonstrate that GranuRAG achieves up to 29.2% improvement over six strong baselines for this task.

📄 PDF Abstract BibTeX arXiv:2605.15019

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MuGER$^2$: Multi-Granularity Evidence Retrieval and Reasoning for Hybrid Question Answering

2022-10-19 · Yingyao Wang, Junwei Bao, Chaoqun Duan, Youzheng Wu 외

Hybrid question answering (HQA) aims to answer questions over heterogeneous data, including tables and passages linked to table cells. The heterogeneous data can provide different granularity evidence to HQA models, e.t.…

NavigateQuestion AnsweringRetrieval

Uncertainty-Aware Hybrid Retrieval for Long-Document RAG

2026-06-11 · Hoin Jung, Xiaoqian Wang arxiv

Retrieval augmented generation (RAG) depends critically on the quality and granularity of retrieved evidence. Large retrieval units preserve context but often introduce irrelevant content, which can dilute answer bearing…

Question Answering

THiFLY Research at SemEval-2023 Task 7: A Multi-granularity System for CTR-based Textual Entailment and Evidence Retrieval

2023-06-02 · Yuxuan Zhou, Ziyu Jin, Meiwei Li, Miao Li 외

The NLI4CT task aims to entail hypotheses based on Clinical Trial Reports (CTRs) and retrieve the corresponding evidence supporting the justification. This task poses a significant challenge, as verifying hypotheses in t…

Natural Language InferenceRetrievalSentence

Coarse Indexing, Fine Evidence: Decoupling Temporal Granularity in Long-Video RAG

2026-08-24 · Zhe Jin, Zhimin Lin, Bin Zheng, Junhua Fang 외 arxiv

Graph-based retrieval-augmented generation (RAG) provides a scalable paradigm for long-video understanding, but existing systems typically inherit a fixed temporal granularity from video segmentation when constructing th…

Video SegmentationAnswer Generation

GRASP: GRanularity-Aware Search Policy for Agentic RAG

2026-07-11 · Varun Gandhi, Jaewook Lee, Shantanu Todmal, Franck Dernoncourt 외 arxiv

Agentic retrieval-augmented generation (RAG) extends static RAG by allowing language models to iteratively reason, generate search queries, retrieve evidence, and predict answers. However, it remains challenging for mode…

Reinforcement LearningSemantic SimilarityQuestion Answering