It Takes Two Flints to Make a Fire: Multitask Learning of Neural Relation and Explanation Classifiers
Zheng Tang, Mihai Surdeanu

TL;DR
This paper introduces a multi-task learning approach for relation extraction that jointly trains classifiers and explanation models, improving both interpretability and performance, and translating model outputs into global rules.
Contribution
It presents a novel joint training framework combining relation classification and explanation labeling, with a hybrid training strategy and rule conversion for global interpretability.
Findings
Joint training improves relation classifier accuracy.
Sequence labels serve as accurate explanations.
Generated rules enhance rule-based systems.
Abstract
We propose an explainable approach for relation extraction that mitigates the tension between generalization and explainability by jointly training for the two goals. Our approach uses a multi-task learning architecture, which jointly trains a classifier for relation extraction, and a sequence model that labels words in the context of the relation that explain the decisions of the relation classifier. We also convert the model outputs to rules to bring global explanations to this approach. This sequence model is trained using a hybrid strategy: supervised, when supervision from pre-existing patterns is available, and semi-supervised otherwise. In the latter situation, we treat the sequence model's labels as latent variables, and learn the best assignment that maximizes the performance of the relation classifier. We evaluate the proposed approach on the two datasets and show that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Topic Modeling · Stock Market Forecasting Methods
