IEEE/ACM Joint Conference on Digital Libraries 2014
DOI: 10.1109/jcdl.2014.6970222
|View full text |Cite
|
Sign up to set email alerts
|

REEL: A Relation Extraction Learning framework

Abstract: We introduce the REEL (RElation Extraction Learning) framework, an open source framework that facilitates the development and evaluation of relation extraction systems over text collections. To define a relation extraction system for a new relation and text collection, users only need to specify the parsers to load the collection, the relation and its constraints, and the learning and extraction techniques to be used. This makes REEL a powerful framework to enable the deployment and evaluation of relation extr… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2014
2014
2021
2021

Publication Types

Select...
4
1
1

Relationship

2
4

Authors

Journals

citations
Cited by 6 publications
(4 citation statements)
references
References 5 publications
0
4
0
Order By: Relevance
“…The fine-grained annotations offer more direct training signals to NER models but also bring challenges because more label classes need to be learned. In this section, we present our CogNN model that takes advantages of the fine-grained annotations to recognise person names 4 . Given a sequence of input tokens X, where X = [x 1 , x 2 , ..., x n ] and n is the length of the sequence, our aim is to predict for each token x i whether it is a name token.…”
Section: Proposed Models 41 Cognn Modelmentioning
confidence: 99%
See 1 more Smart Citation
“…The fine-grained annotations offer more direct training signals to NER models but also bring challenges because more label classes need to be learned. In this section, we present our CogNN model that takes advantages of the fine-grained annotations to recognise person names 4 . Given a sequence of input tokens X, where X = [x 1 , x 2 , ..., x n ] and n is the length of the sequence, our aim is to predict for each token x i whether it is a name token.…”
Section: Proposed Models 41 Cognn Modelmentioning
confidence: 99%
“…Person name recognition can also provide valuable insights for learning the relationships between people and provides valuable insights for analysing their collaboration networks. [4], [5].…”
Section: Introductionmentioning
confidence: 99%
“…• Relation Extraction: To extract our relations, we trained relation extraction systems using REEL 7 (Barrio et al, 2014). The two best performing systems, and the ones that we use in our experiments, are Subsequence Kernel (Bunescu and Mooney, 2005) (SSK) and Bag of n-grams (Giuliano et al, 2006) (BONG).…”
Section: Experimental Settingsmentioning
confidence: 99%
“…Information Extraction Systems: We evaluated a variety of IE systems and components for all relations in our experiments (see below) via 5-fold crossvalidation over a set of training documents, and selected the two best-performing combinations, namely, Subsequence Kernel (SSK) [9] and Bag of n-Grams (BONG) [14]. We implemented them using REEL 15 [5]. We also considered different named entity taggers and selected: for person and location entities, the pretrained conditional random fields (CRF) [26] from the StanfordNLP package 16 ; for natural disasters, CRFs from the etxt2db framework 17 ; for the remaining entities, maximum entropy markov models (MEMM) [25], also from etxt2db.…”
Section: Experimental Settingsmentioning
confidence: 99%