CLFeb 25

Improving Implicit Discourse Relation Recognition with Natural Language Explanations from LLMs

arXiv:2602.21763v1h-index: 6
Originality Incremental advance
AI Analysis

This work addresses the problem of improving both accuracy and interpretability in discourse analysis for NLP researchers, though it is incremental as it builds on existing IDRR models with a novel integration of LLM-generated explanations.

The paper tackled the challenge of Implicit Discourse Relation Recognition (IDRR) by distilling reasoning capabilities from large language models (LLMs) into lightweight models, resulting in significant performance improvements on PDTB and enhanced interpretability through generated explanations.

Implicit Discourse Relation Recognition (IDRR) remains a challenging task due to the requirement for deep semantic understanding in the absence of explicit discourse markers. A further limitation is that existing methods only predict relations without providing any supporting explanations. Recent advances in large language models (LLMs) have shown strong reasoning capabilities in both deep language understanding and natural language explanation generation. In this work, we propose a simple yet effective approach to distill the reasoning capabilities of LLMs into lightweight IDRR models to improve both performance and interpretability. Specifically, we first prompt an LLM to generate explanations for each training instance conditioned on its gold label. Then, we introduce a novel classification-generation framework that jointly performs relation prediction and explanation generation, and train it with the additional supervision of LLM-generated explanations. Our framework is plug-and-play, enabling easy integration with most existing IDRR models. Experimental results on PDTB demonstrate that our approach significantly improves IDRR performance, while human evaluation further confirms that the generated explanations enhance model interpretability. Furthermore, we validate the generality of our approach on sentiment classification and natural language inference

Foundations

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

Your Notes