English

Thread: A Logic-Based Data Organization Paradigm for How-To Question Answering with Retrieval Augmented Generation

Artificial Intelligence 2025-09-30 v3

Abstract

Recent advances in retrieval-augmented generation (RAG) have substantially improved question-answering systems, particularly for factoid '5Ws' questions. However, significant challenges remain when addressing '1H' questions, specifically how-to questions, which are integral for decision-making and require dynamic, step-by-step responses. The key limitation lies in the prevalent data organization paradigm, chunk, which commonly divides documents into fixed-size segments, and disrupts the logical coherence and connections within the context. To address this, we propose Thread, a novel data organization paradigm enabling systems to handle how-to questions more effectively. Specifically, we introduce a new knowledge granularity, 'logic unit' (LU), where large language models transform documents into more structured and loosely interconnected LUs. Extensive experiments across both open-domain and industrial settings show that Thread outperforms existing paradigms significantly, improving the success rate of handling how-to questions by 21% to 33%. Additionally, Thread demonstrates high adaptability across diverse document formats, reducing retrieval information by up to 75% compared to chunk, and also shows better generalizability to '5Ws' questions, such as multi-hop questions, outperforming other paradigms.

Keywords

Cite

@article{arxiv.2406.13372,
  title  = {Thread: A Logic-Based Data Organization Paradigm for How-To Question Answering with Retrieval Augmented Generation},
  author = {Kaikai An and Fangkai Yang and Liqun Li and Junting Lu and Sitao Cheng and Shuzheng Si and Lu Wang and Pu Zhao and Lele Cao and Qingwei Lin and Saravan Rajmohan and Dongmei Zhang and Baobao Chang},
  journal= {arXiv preprint arXiv:2406.13372},
  year   = {2025}
}

Comments

Accepted by EMNLP 2025

R2 v1 2026-06-28T17:11:48.596Z