CLIROct 7, 2025

Peeking inside the Black-Box: Reinforcement Learning for Explainable and Accurate Relation Extraction

arXiv:2510.06198v1h-index: 4
Originality Incremental advance
AI Analysis

It addresses the lack of supervision for explanations in relation extraction, which is important for users needing interpretable AI outputs, though it appears incremental as it builds on existing reasoning-based designs.

This paper tackles the problem of improving accuracy and explainability in one-shot relation extraction by introducing a framework with cognitive-inspired reasoning and reinforcement learning optimization, achieving a 23.46% absolute F1 improvement and a 54% relative increase in human explanation quality ratings.

This paper introduces a framework for relation extraction (RE) that enhances both accuracy and explainability. The framework has two key components: (i) a reasoning mechanism that formulates relation extraction as a series of text-processing steps inspired by cognitive science, and (ii) an optimization process driven by reinforcement learning (RL) with a novel reward function designed to improve both task accuracy and explanation quality. We call our approach CogRE. Our framework addresses the lack of supervision for language-based explanations in traditional RE by promoting outputs that include important relation keywords. These keywords are drawn from a high-quality dictionary that is automatically constructed using an LLM. We evaluate our approach for the task of one-shot RE using two LLMs and two RE datasets. Our experiments show that CogRE improves explanation quality by addressing two common failure patterns in one-shot RE: poor attention focus and limited one-shot learning capability. For example, our cognitive-structured reasoning with Qwen2.5-15B-Instruct on One-shot NYT29 achieves 24.65% F1, surpassing prior reasoning-based designs. Optimizing this approach with RL using our reward further improves performance by +23.46% (absolute). Finally, human evaluation shows that our best model generates relational keywords closely aligned with gold labels, increasing human explanation quality ratings by 54% (relative).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes