The Answer Lies Within: Self-Derived Rewards Enable Explainable Relation Extraction

22d ago · Global · primary source: export.arxiv.org

A new framework that mimics human text-processing and uses self-derived rewards substantially improves both the accuracy and explainability of one-shot relation extraction in large language models, according to research posted on arXiv [1]. Large language models, or LLMs, are machine learning models with many parameters trained on vast amounts of text for natural language processing tasks [10]. Despite their capabilities, these models still struggle with one-shot relation extraction when predefined relation labels are absent [1]. Researchers Zhengliang Shi and colleagues identify two specific pitfalls: models are often misled by irrelevant tokens instead of relation-conveying semantics, and they frequently fail to align with the abstraction level that human annotators expect [1]. To address these gaps, the team introduces a framework with two components [1]. The first, COGRE, is a cognitively-inspired reasoning framework that structures relation extraction into a series of processes designed to mimic human text-processing [1]. Human cognitive behavior involves mental processes of learning, memory, and decision-making, which the COGRE framework attempts to replicate in a structured way [3]. The second component, HIT@DICT, is a reinforcement learning intermediate reward strategy that encourages reasoning to align with relational labels by rewarding relation-relevant phrases [1]. The reward is derived from a credit dictionary automatically extracted from correct predictions [1]. Experiments demonstrate significant gains. COGRE paired with the Qwen2.5-14B-Instruct model — part of the Qwen family of LLMs developed by Alibaba Cloud [11] — achieved a 24.65% F1 score on the One-shot NYT29 dataset, surpassing prior reasoning-based designs [1]. Optimizing this approach with reinforcement learning using HIT@DICT further improved performance by +23.46 percentage points [1]. A human evaluation also found that the best model generated relational phrases closely aligned with gold labels, increasing human explanation quality ratings by 54% relative to baselines [1]. The work was submitted to arXiv on October 7, 2025, and last revised on June 13, 2026 [1]. The paper is indexed on the Hugging Face Hub, where users can find related models, datasets, and demos linked to the arXiv identifier [6].

tool-releaseresearch-paper

Background sources we checked (10)
  • arxiv.org ↗ Despite the remarkable reasoning capabilities of large language models, they still struggle with one-shot relation extraction without predefined relation labels. We identify two pitfalls: models are often misled by irrelevant tokens instead of relation-conveying semantics, and th…
  • en.wikipedia.org ↗ Human behavior is the potential and expressed capacity (mentally, physically, and socially) of human individuals or groups to respond to internal and external stimuli throughout their life. Behavior is driven by environmental and genetic factors that affect an individual. Behavio…
  • en.wikipedia.org ↗ A metal (from Ancient Greek μέταλλον (métallon) 'mine, quarry, metal') is a material that, when polished or fractured, shows a lustrous appearance, and conducts electricity and heat relatively well. These properties are all associated with having electrons available at the Fermi…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue