RuleRAG
Properties
created
27.11.2024, 11:35
modified
19.07.2026, 18:20
published
Empty
sources
RULERAG: RULE-GUIDED RETRIEVAL-AUGMENTED GENERATION WITH LANGUAGE MODELS FOR QUESTION ANSWERING
topics
RuleRAG, Symbolic Rules, In-Context Learning, Rule-Guided Retrieval
authors
Empty
ai-assisted
No
Rule-Guided Retrieval-Augmented Generation with LMs, which explicitly introduces Symbolic Rules as demonstrations for in-context learning (RuleRAG-ICL) to guide retrievers to retrieve logically related documents in the directions of rules and uniformly guide generators to generate answers attributed by the guidance of the same set of rules. Moreover, the combination of queries and rules can be further used as supervised fine-tuning data to update retrievers and generators (RuleRAG-FT) to achieve better rule-based instruction following capability, leading to retrieve more supportive results and generate more acceptable answers.
- RuleRAG implementation Github implementation.