Beyond path selection: Better LLMs for Scientific Information Extraction with MimicSFT and Relevance and Rule-induced(R$^2$)GRPO
Ran Li, Shimin Di, Yuchen Liu, Chen Jing, Yu Qiu, Lei Chen
TL;DR
This work investigates how post-training strategies influence reasoning and memorization in Scientific Information Extraction (SciIE). It introduces MimicSFT, a structured reasoning approach that does not require high-quality chain-of-thought data, and R2GRPO, a two-stage reinforcement learning method with a composite reward that emphasizes relevance and rule-induction. Experiments on SciER and out-of-domain data show that R2GRPO, especially when paired with MimicSFT, yields state-of-the-art performance among reasoning models and competitive results with supervised models, particularly for relation extraction. The results support the claim that combining memory-based fine-tuning with hierarchical, constrained reasoning enhances both knowledge integration and robust generalization in SciIE, with practical implications for building more capable IE systems.
Abstract
Previous study suggest that powerful Large Language Models (LLMs) trained with Reinforcement Learning with Verifiable Rewards (RLVR) only refines reasoning path without improving the reasoning capacity in math tasks while supervised-finetuning(SFT) with distillation can. We study this from the view of Scientific information extraction (SciIE) where LLMs and reasoning LLMs underperforms small Bert-based models. SciIE require both the reasoning and memorization. We argue that both SFT and RLVR can refine the reasoning path and improve reasoning capacity in a simple way based on SciIE. We propose two-stage training with 1. MimicSFT, using structured reasoning templates without needing high-quality chain-of-thought data, 2. R$^2$GRPO with relevance and rule-induced rewards. Experiments on scientific IE benchmarks show that both methods can improve the reasoning capacity. R$^2$GRPO with mimicSFT surpasses baseline LLMs and specialized supervised models in relation extraction. Our code is available at https://github.com/ranlislz/R2GRPO.
