2019
DOI: 10.48550/arxiv.1909.03227
|View full text |Cite
Preprint
|
Sign up to set email alerts
|

A Novel Cascade Binary Tagging Framework for Relational Triple Extraction

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
43
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 23 publications
(43 citation statements)
references
References 25 publications
0
43
0
Order By: Relevance
“…In order to solve the problem of overlapping relations, Li et al (2019) proposed to treat the task of joint entity-relationship extraction as a multi-round question-and-answer type problem, but the model is more suitable for machine reading comprehension. Wei et al (2020) proposes to model relationships as functions that map head entities to tail entities, rather than treating them as labels on pairs of entities.…”
Section: Joint Methodsmentioning
confidence: 99%
“…In order to solve the problem of overlapping relations, Li et al (2019) proposed to treat the task of joint entity-relationship extraction as a multi-round question-and-answer type problem, but the model is more suitable for machine reading comprehension. Wei et al (2020) proposes to model relationships as functions that map head entities to tail entities, rather than treating them as labels on pairs of entities.…”
Section: Joint Methodsmentioning
confidence: 99%
“…With the proposed BERT model, which has achieved excellent performance on various NLP tasks, more and more studies have started to try to use the BERT model in search matching tasks and achieved very good results. In the latest study on pretrained models, Wei et al [36] achieved high metric scores using BERT. Although the BERT model has excellent encoding ability and can fully capture the semantic information of the context in the sentence, it still has problems such as high training cost and long prediction time.…”
Section: Attention Mechanisms For Relation Extractionmentioning
confidence: 99%
“…(9) CASREL BERT [36]. CASREL BERT presents cascade binary tagging framework (CASREL) and implements a new tagging framework that achieves some performance improvements.…”
Section: Comparison Modelsmentioning
confidence: 99%
“…Another line of work is by performing RE after NER. In the work by Miwa and Bansal (2016), the authors used BiLSTM (Graves et al, 2013) for NER and conse-quently a Tree-LSTM (Tai et al, 2015) Zeng et al, 2018Wei et al, 2019;Zhang et al, 2019) have been proposed to generate triples (i.e., node-edge-node), our model is fundamentally different from them in that: (1) it is generating a BFS/DFS traversal of the target graph, which captures dependencies between nodes and edges and has a shorter target sequence, (2) we model the nodes as the spans in the text, which is independent of the vocabulary, so even if the tokens of the nodes are rare or unseen words, we can still generate spans on them based on the context information.…”
Section: Related Workmentioning
confidence: 99%