We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: A Frustratingly Easy Approach for Entity and Relation Extraction

Abstract: End-to-end relation extraction aims to identify named entities and extract relations between them. Most recent work models these two subtasks jointly, either by casting them in one structured prediction framework, or performing multi-task learning through shared representations. In this work, we present a simple pipelined approach for entity and relation extraction, and establish the new state-of-the-art on standard benchmarks (ACE04, ACE05 and SciERC), obtaining a 1.7%-2.8% absolute improvement in relation F1 over previous joint models with the same pre-trained encoders. Our approach essentially builds on two independent encoders and merely uses the entity model to construct the input for the relation model. Through a series of careful examinations, we validate the importance of learning distinct contextual representations for entities and relations, fusing entity information early in the relation model, and incorporating global context. Finally, we also present an efficient approximation to our approach which requires only one pass of both entity and relation encoders at inference time, achieving an 8-16$\times$ speedup with a slight reduction in accuracy.
Comments: NAACL 2021. Our code and models are available at this https URL
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2010.12812 [cs.CL]
  (or arXiv:2010.12812v2 [cs.CL] for this version)

Submission history

From: Zexuan Zhong [view email]
[v1] Sat, 24 Oct 2020 07:14:01 GMT (697kb,D)
[v2] Tue, 23 Mar 2021 17:48:35 GMT (1378kb,D)

Link back to: arXiv, form interface, contact.