CLIRMar 20, 2025

Typed-RAG: Type-Aware Decomposition of Non-Factoid Questions for Retrieval-Augmented Generation

arXiv:2503.15879v34 citationsh-index: 3Has CodeProceedings of the 1st Joint Workshop on Large Language Models and Structure Modeling (XLLM 2025)
Originality Highly original
AI Analysis

This addresses the problem of open-ended, multi-aspect question answering for users needing informative responses, representing a novel method for a known bottleneck.

The paper tackled the challenge of non-factoid question answering by proposing Typed-RAG, a framework that classifies questions by type and decomposes them into sub-queries, resulting in improved retrieval relevance and answer quality, with experiments showing it consistently outperforms existing QA approaches.

Addressing non-factoid question answering (NFQA) remains challenging due to its open-ended nature, diverse user intents, and need for multi-aspect reasoning. These characteristics often reveal the limitations of conventional retrieval-augmented generation (RAG) approaches. To overcome these challenges, we propose Typed-RAG, a framework for type-aware decomposition of non-factoid questions (NFQs) within the RAG paradigm. Specifically, Typed-RAG first classifies an NFQ into a predefined type (e.g., Debate, Experience, Comparison). It then decomposes the question into focused sub-queries, each focusing on a single aspect. This decomposition enhances both retrieval relevance and answer quality. By combining the results of these sub-queries, Typed-RAG produces more informative and contextually aligned responses. Additionally, we construct Wiki-NFQA, a benchmark dataset for NFQA covering a wide range of NFQ types. Experiments show that Typed-RAG consistently outperforms existing QA approaches based on LLMs or RAG methods, validating the effectiveness of type-aware decomposition for improving both retrieval quality and answer generation in NFQA. Our code and dataset are available on https://github.com/TeamNLP/Typed-RAG.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes