paper-with-me

홈 › Papers

AIFB-WebScience at SemEval-2022 Task 12: Relation Extraction First -- Using Relation Extraction to Identify Entities

2022-03-10 · Nicholas Popovic, Walter Laurito, Michael Färber

In this paper, we present an end-to-end joint entity and relation extraction approach based on transformer-based language models. We apply the model to the task of linking mathematical symbols to their descriptions in LaTeX documents. In contrast to existing approaches, which perform entity and relation extraction in sequence, our system incorporates information from relation extraction into entity extraction. This means that the system can be trained even on data sets where only a subset of all valid entity spans is annotated. We provide an extensive evaluation of the proposed system and its strengths and weaknesses. Our approach, which can be scaled dynamically in computational complexity at inference time, produces predictions with high precision and reaches 3rd place in the leaderboard of SemEval-2022 Task 12. For inputs in the domain of physics and math, it achieves high relation extraction macro F1 scores of 95.43% and 79.17%, respectively. The code used for training and evaluating our models is available at: https://github.com/nicpopovic/RE1st

📄 PDF Abstract BibTeX arXiv:2203.05325

Code (1)

nicpopovic/re1st 공식 구현 pytorch

Tasks

Joint Entity and Relation ExtractionMathRelationRelation Extractionvalid

Similar Papers 제목 키워드 기반

AIFB-WebScience at SemEval-2022 Task 12: Relation Extraction First - Using Relation Extraction to Identify Entities

2022-07-01 · SemEval (NAACL) 2022 7 · Nicholas Popovic, Walter Laurito, Michael Färber

In this paper, we present an end-to-end joint entity and relation extraction approach based on transformer-based language models. We apply the model to the task of linking mathematical symbols to their descriptions in La…

Joint Entity and Relation ExtractionMathRelationRelation Extraction+1

The UWNLP system at SemEval-2018 Task 7: Neural Relation Extraction Model with Selectively Incorporated Concept Embeddings

2018-06-01 · SEMEVAL 2018 6 · Yi Luan, Mari Ostendorf, Hannaneh Hajishirzi

This paper describes our submission for SemEval 2018 Task 7 shared task on semantic relation extraction and classification in scientific papers. Our model is based on the end-to-end relation extraction model of (Miwa and…

ClassificationGeneral ClassificationRelationRelation Classification+2

The AI2 system at SemEval-2017 Task 10 (ScienceIE): semi-supervised end-to-end entity and relation extraction

2017-08-01 · SEMEVAL 2017 8 · Waleed Ammar, Matthew Peters, Ch Bhagavatula, ra 외

This paper describes our submission for the ScienceIE shared task (SemEval- 2017 Task 10) on entity and relation extraction from scientific papers. Our model is based on the end-to-end relation extraction model of Miwa a…

Dependency ParsingPart-Of-Speech TaggingRelationRelation Extraction

MIT at SemEval-2017 Task 10: Relation Extraction with Convolutional Neural Networks

2017-04-05 · SEMEVAL 2017 8 · Ji Young Lee, Franck Dernoncourt, Peter Szolovits

Over 50 million scholarly articles have been published: they constitute a unique repository of knowledge. In particular, one may infer from them relations between scientific concepts, such as synonyms and hyponyms. Artif…

ArticlesRelationRelation Extraction

Defx at SemEval-2020 Task 6: Joint Extraction of Concepts and Relations for Definition Extraction

2021-03-31 · SEMEVAL 2020 · Marc Hübner, Christoph Alt, Robert Schwarzenberg, Leonhard Hennig

Definition Extraction systems are a valuable knowledge source for both humans and algorithms. In this paper we describe our submissions to the DeftEval shared task (SemEval-2020 Task 6), which is evaluated on an English …

Definition Extraction