Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conferen 2019
DOI: 10.18653/v1/d19-3029
|View full text |Cite
|
Sign up to set email alerts
|

OpenNRE: An Open and Extensible Toolkit for Neural Relation Extraction

Abstract: OpenNRE is an open-source and extensible toolkit that provides a unified framework to implement neural models for relation extraction (RE). Specifically, by implementing typical RE methods, OpenNRE not only allows developers to train custom models to extract structured relational facts from the plain text but also supports quick model validation for researchers. Besides, OpenNRE provides various functional RE modules based on both TensorFlow and PyTorch to maintain sufficient modularity and extensibility, maki… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
52
0
1

Year Published

2020
2020
2023
2023

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 100 publications
(53 citation statements)
references
References 23 publications
0
52
0
1
Order By: Relevance
“…The widely used New York Times dataset (Riedel et al, 2010) contains 53 relation categories including a negative relation (NA) indicating no relation between two entities. We use the version of the data provided by the OpenNRE framework (Han et al, 2019), which removes overlapping pairs between train and test data. The dataset statistics are shown in Table 1.…”
Section: Datasetsmentioning
confidence: 99%
“…The widely used New York Times dataset (Riedel et al, 2010) contains 53 relation categories including a negative relation (NA) indicating no relation between two entities. We use the version of the data provided by the OpenNRE framework (Han et al, 2019), which removes overlapping pairs between train and test data. The dataset statistics are shown in Table 1.…”
Section: Datasetsmentioning
confidence: 99%
“…However, insufficient amount of training data is a major drawback as labeled data is not always available in real life scenarios. Table 1 shows total number of relations and sentences provided in common relation extraction datasets according to OpenNRE framework [20]. Table 1.…”
Section: Sentence-level Relation Extractionmentioning
confidence: 99%
“…We evaluate OpenNRE (Han et al, 2019), a popular open-source NRE system. OpenNRE implements the approach from (Lin et al, 2016).…”
Section: Gender Bias In Nrementioning
confidence: 99%
“…We define male (female) datapoints to be relations for which the head entity is male (female), which means the distantly supervised sentence is taken from a male (female) article. Prior work has used area under the precision-recall curve and F1 score to measure NRE model performance (Gupta et al, 2019;Han et al, 2019;Kuang et al, 2019). We use Macro-F1 score as our performance metric.…”
Section: Measuring Performance Differencesmentioning
confidence: 99%