6.0CLMay 11
RUBEN: Rule-Based Explanations for Retrieval-Augmented LLM SystemsJoel Rorseth, Parke Godfrey, Lukasz Golab et al.
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 strategies to efficiently identify a minimal set of rules that subsume all others. We further demonstrate novel applications of these rules for LLM safety, specifically to test the resiliency of safety training and effectiveness of adversarial prompt injections.
6.6CLMay 11, 2024
RAGE Against the Machine: Retrieval-Augmented LLM ExplanationsJoel Rorseth, Parke Godfrey, Lukasz Golab et al.
This paper demonstrates RAGE, an interactive tool for explaining Large Language Models (LLMs) augmented with retrieval capabilities; i.e., able to query external sources and pull relevant information into their input context. Our explanations are counterfactual in the sense that they identify parts of the input context that, when removed, change the answer to the question posed to the LLM. RAGE includes pruning methods to navigate the vast space of possible explanations, allowing users to view the provenance of the produced answers.