paper-with-me

Papers

RuAG: Learned-rule-augmented Generation for Large Language Models

2024-11-04 · Yudi Zhang, Pei Xiao, Lu Wang, Chaoyun Zhang, Meng Fang, Yali Du, Yevgeniy Puzyrev, Randolph Yao, Si Qin, QIngwei Lin, Mykola Pechenizkiy, Dongmei Zhang, Saravan Rajmohan, Qi Zhang

In-context learning (ICL) and Retrieval-Augmented Generation (RAG) have gained attention for their ability to enhance LLMs' reasoning by incorporating external knowledge but suffer from limited contextual window size, leading to insufficient information injection. To this end, we propose a novel framework, RuAG, to automatically distill large volumes of offline data into interpretable first-order logic rules, which are injected into LLMs to boost their reasoning capabilities. Our method begins by formulating the search process relying on LLMs' commonsense, where LLMs automatically define head and body predicates. Then, RuAG applies Monte Carlo Tree Search (MCTS) to address the combinational searching space and efficiently discover logic rules from data. The resulting logic rules are translated into natural language, allowing targeted knowledge injection and seamless integration into LLM prompts for LLM's downstream task reasoning. We evaluate our framework on public and private industrial tasks, including natural language processing, time-series, decision-making, and industrial tasks, demonstrating its effectiveness in enhancing LLM's capability over diverse tasks.

📄 PDF Abstract BibTeX arXiv:2411.03349

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingIn-Context LearningRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

GuruAgents: Emulating Wise Investors with Prompt-Guided LLM Agents

2025-10-02 · Yejin Kim, Youngbin Lee, Juhyeong Kim, Yongjae Lee arxiv

This study demonstrates that GuruAgents, prompt-guided AI agents, can systematically operationalize the strategies of legendary investment gurus. We develop five distinct GuruAgents, each designed to emulate an iconic in…

Prompt Engineering

Learned-Rule-Augmented Large Language Model Evaluators

2025-12-01 · Jie Meng, Jin Mao arxiv

Large language models (LLMs) are predominantly used as evaluators for natural language generation (NLG) tasks, but their application to broader evaluation scenarios remains limited. In this work, we explore the potential…

Reinforcement Learning

Learning to Route: A Rule-Driven Agent Framework for Hybrid-Source Retrieval-Augmented Generation

2025-09-30 · Haoyue Bai, Haoyu Wang, Shengyu Chen, Zhengzhang Chen 외 arxiv

Large Language Models (LLMs) have shown remarkable performance on general Question Answering (QA), yet they often struggle in domain-specific scenarios where accurate and up-to-date information is required. Retrieval-Aug…

Question Answering

RuleRAG: Rule-guided retrieval-augmented generation with language models for question answering

2024-10-15 · Zhongwu Chen, Chengjin Xu, Dingmin Wang, Zhen Huang 외

Retrieval-augmented generation (RAG) framework has shown promising potential in knowledge-intensive question answering (QA) by retrieving external corpus and generating based on augmented context. However, existing appro…

In-Context LearningInstruction FollowingQuestion AnsweringRAG+2

Rule-Based Explanations for Retrieval-Augmented LLM Systems

2025-10-26 · Joel Rorseth, Parke Godfrey, Lukasz Golab, Divesh Srivastava 외 arxiv

If-then rules are widely used to explain machine learning models; e.g., "if employed = no, then loan application = rejected." We present the first proposal to apply rules to explain the emerging class of large language m…