English

D-REX: Dialogue Relation Extraction with Explanations

Computation and Language 2022-10-20 v2

Abstract

Existing research studies on cross-sentence relation extraction in long-form multi-party conversations aim to improve relation extraction without considering the explainability of such methods. This work addresses that gap by focusing on extracting explanations that indicate that a relation exists while using only partially labeled data. We propose our model-agnostic framework, D-REX, a policy-guided semi-supervised algorithm that explains and ranks relations. We frame relation extraction as a re-ranking task and include relation- and entity-specific explanations as an intermediate step of the inference process. We find that about 90% of the time, human annotators prefer D-REX's explanations over a strong BERT-based joint relation extraction and explanation model. Finally, our evaluations on a dialogue relation extraction dataset show that our method is simple yet effective and achieves a state-of-the-art F1 score on relation extraction, improving upon existing methods by 13.5%.

Keywords

Cite

@article{arxiv.2109.05126,
  title  = {D-REX: Dialogue Relation Extraction with Explanations},
  author = {Alon Albalak and Varun Embar and Yi-Lin Tuan and Lise Getoor and William Yang Wang},
  journal= {arXiv preprint arXiv:2109.05126},
  year   = {2022}
}

Comments

NLP4CONVAI, code at https://github.com/alon-albalak/D-REX

R2 v1 2026-06-24T05:52:26.980Z