RAS: Retrieval-and-Structuring for Knowledge-Intensive LLM Generation
Abstract
Large language models (LLMs) have achieved impressive performance on knowledge-intensive tasks, yet they often struggle with multi-step reasoning due to the unstructured nature of retrieved context. While retrieval-augmented generation (RAG) methods provide external information, the lack of explicit organization among retrieved passages limits their effectiveness, leading to brittle reasoning pathways. Recent interpretability studies highlighting the importance of structured intermediate reasoning further align with this perspective. We propose Retrieval-And-Structuring (RAS), a framework that dynamically constructs question-specific knowledge graphs through iterative retrieval and structured knowledge building. RAS interleaves targeted retrieval planning with incremental graph construction, enabling models to assemble and reason over evolving knowledge structures tailored to each query. On seven knowledge-intensive benchmarks, RAS consistently outperforms strong baselines, achieving up to 8.7\% and 7.0\% gains with proprietary and open-source LLMs, respectively. Our results demonstrate that dynamic, question-specific knowledge structuring offers a robust path to improving reasoning accuracy and robustness in language model generation.
Cite
Text
Jiang et al. "RAS: Retrieval-and-Structuring for Knowledge-Intensive LLM Generation." International Conference on Learning Representations, 2026.Markdown
[Jiang et al. "RAS: Retrieval-and-Structuring for Knowledge-Intensive LLM Generation." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/jiang2026iclr-ras/)BibTeX
@inproceedings{jiang2026iclr-ras,
title = {{RAS: Retrieval-and-Structuring for Knowledge-Intensive LLM Generation}},
author = {Jiang, Pengcheng and Cao, Lang and Zhu, Ruike and Jiang, Minhao and Zhang, Yunyi and Shen, Jiaming and Sun, Jimeng and Han, Jiawei},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/jiang2026iclr-ras/}
}