paper-with-me

Papers

Rule-Based Explanations for Retrieval-Augmented LLM Systems

2025-10-26 · Joel Rorseth, Parke Godfrey, Lukasz Golab, Divesh Srivastava, Jarek Szlichta 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 models (LLMs) with retrieval-augmented generation (RAG). Since RAG enables LLM systems to incorporate retrieved information sources at inference time, rules linking the presence or absence of sources can explain output provenance; e.g., "if a Times Higher Education ranking article is retrieved, then the LLM ranks Oxford first." To generate such rules, a brute force approach would probe the LLM with all source combinations and check if the presence or absence of any sources leads to the same output. We propose optimizations to speed up rule generation, inspired by Apriori-like pruning from frequent itemset mining but redefined within the scope of our novel problem. We conclude with qualitative and quantitative experiments demonstrating our solutions' value and efficiency.

📄 PDF Abstract BibTeX arXiv:2510.22689

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RUBEN: Rule-Based Explanations for Retrieval-Augmented LLM Systems

2026-05-11 · Joel Rorseth, Parke Godfrey, Lukasz Golab, Divesh Srivastava 외 arxiv

This paper demonstrates RUBEN, an interactive tool for discovering minimal rules to explain the outputs of retrieval-augmented large language models (LLMs) in data-driven applications. We leverage novel pruning strategie…

xpSHACL: Explainable SHACL Validation using Retrieval-Augmented Generation and Large Language Models

2025-07-11 · Gustavo Correa Publio, José Emilio Labra Gayo arxiv

Shapes Constraint Language (SHACL) is a powerful language for validating RDF data. Given the recent industry attention to Knowledge Graphs (KGs), more users need to validate linked data properly. However, traditional SHA…

Knowledge Graphs

Logic Rules as Explanations for Legal Case Retrieval

2024-03-03 · Zhongxiang Sun, Kepu Zhang, Weijie Yu, Haoyu Wang 외

In this paper, we address the issue of using logic rules to explain the results from legal case retrieval. The task is critical to legal case retrieval because the users (e.g., lawyers or judges) are highly specialized a…

Retrieval

MA-IDS: Multi-Agent RAG Framework for IoT Network Intrusion Detection with an Experience Library

2026-04-07 · Md Shamimul Islam, Luis G. Jaimes, Ayesha S. Dina arxiv

Network Intrusion Detection Systems (NIDS) face important limitations. Signature-based methods are effective for known attack patterns, but they struggle to detect zero-day attacks and often miss modified variants of pre…

Network Intrusion DetectionContinual Learning

ScenarioBench: Trace-Grounded Compliance Evaluation for Text-to-SQL and RAG

2025-09-29 · Zahra Atf, Peter R Lewis arxiv

ScenarioBench is a policy-grounded, trace-aware benchmark for evaluating Text-to-SQL and retrieval-augmented generation in compliance contexts. Each YAML scenario includes a no-peek gold-standard package with the expecte…