This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| multi_hop_qa_agents [2026/03/30 21:07] – Add inline footnotes agent | multi_hop_qa_agents [2026/03/30 22:22] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Overview ===== | ===== Overview ===== | ||
| - | Multi-hop question answering requires synthesizing information from multiple documents to answer questions that cannot be resolved with a single retrieval step. Standard RAG (Retrieval-Augmented Generation) retrieves passages once and feeds them to an LLM reader, but this approach often misses crucial evidence or includes distractors that degrade QA performance. PRISM introduces an agentic Precision-Recall Iterative Selection Mechanism, while MA-RAG deploys collaborative chain-of-thought agents for multi-hop reasoning.(([[https:// | + | Multi-hop question answering requires synthesizing information from multiple documents to answer questions that cannot be resolved with a single retrieval step. Standard RAG (Retrieval-Augmented Generation) retrieves passages once and feeds them to an LLM reader, but this approach often misses crucial evidence or includes distractors that degrade QA performance. PRISM(([[https:// |
| ===== PRISM: Agentic Retrieval for Multi-Hop QA ===== | ===== PRISM: Agentic Retrieval for Multi-Hop QA ===== | ||
| Line 156: | Line 156: | ||
| PRISM reduces retrieved tokens by 50-80% while maintaining or exceeding full-context QA accuracy, demonstrating that precise evidence selection is more effective than feeding entire documents to readers. | PRISM reduces retrieved tokens by 50-80% while maintaining or exceeding full-context QA accuracy, demonstrating that precise evidence selection is more effective than feeding entire documents to readers. | ||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 166: | Line 162: | ||
| * [[software_testing_agents|Software Testing Agents]] | * [[software_testing_agents|Software Testing Agents]] | ||
| * [[robotic_manipulation_agents|Robotic Manipulation Agents]] | * [[robotic_manipulation_agents|Robotic Manipulation Agents]] | ||
| + | |||
| + | ===== References ===== | ||