A Neural Edge-Editing Approach for Document-Level Relation Graph Extraction
Kohei Makino, Makoto Miwa, Yutaka Sasaki

TL;DR
This paper introduces a neural edge-editing method for document-level relation graph extraction, iteratively refining relation graphs using transformer and graph convolutional models, demonstrated on materials science texts.
Contribution
The paper presents a novel neural edge-editing framework that improves relation graph extraction by combining document and graph context information.
Findings
Effective in editing initial graphs and empty graphs
Improves relation extraction accuracy in materials science texts
Combines transformer and graph convolutional models
Abstract
In this paper, we propose a novel edge-editing approach to extract relation information from a document. We treat the relations in a document as a relation graph among entities in this approach. The relation graph is iteratively constructed by editing edges of an initial graph, which might be a graph extracted by another system or an empty graph. The way to edit edges is to classify them in a close-first manner using the document and temporally-constructed graph information; each edge is represented with a document context information by a pretrained transformer model and a graph context information by a graph convolutional neural network model. We evaluate our approach on the task to extract material synthesis procedures from materials science texts. The experimental results show the effectiveness of our approach in editing the graphs initialized by our in-house rule-based system and…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Machine Learning in Materials Science
