The paper proposes a novel approach to information extraction (IE) by formulating it as a graph structure learning (GSL) problem. The key idea is to create an initial, imperfect graph from the input text, where nodes represent textual spans and edges represent the relationships between these spans. The structure learner then refines this graph using a graph neural network (GNN) to enrich the representations of nodes and edges, and performs editing operations to recover the final IE graph.
The authors argue that this formulation allows for better interaction and structure-informed decisions for entity and relation prediction, in contrast to previous models that have separate or untied predictions for these tasks. The proposed model, GraphER, utilizes a transformer-based GNN called TokenGT to effectively capture the noisy and heterogeneous nature of the input graph.
When evaluated on benchmark datasets for joint IE, GraphER achieves competitive results compared to state-of-the-art baselines. The authors also provide an in-depth analysis, including a comparison with traditional message-passing GNNs and an examination of common errors made by the model.
На другой язык
из исходного контента
arxiv.org
Дополнительные вопросы