paper-with-me

홈 › Papers

Entity Relation Extraction as Dependency Parsing in Visually Rich Documents

2021-10-19 · EMNLP 2021 11 · Yue Zhang, Bo Zhang, Rui Wang, Junjie Cao, Chen Li, Zuyi Bao

Previous works on key information extraction from visually rich documents (VRDs) mainly focus on labeling the text within each bounding box (i.e., semantic entity), while the relations in-between are largely unexplored. In this paper, we adapt the popular dependency parsing model, the biaffine parser, to this entity relation extraction task. Being different from the original dependency parsing model which recognizes dependency relations between words, we identify relations between groups of words with layout information instead. We have compared different representations of the semantic entity, different VRD encoders, and different relation decoders. The results demonstrate that our proposed model achieves 65.96% F1 score on the FUNSD dataset. As for the real-world application, our model has been applied to the in-house customs data, achieving reliable performance in the production setting.

📄 PDF Abstract BibTeX arXiv:2110.09915

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingEntity LinkingKey Information ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

Duluth at SemEval-2021 Task 11: Applying DeBERTa to Contributing Sentence Selection and Dependency Parsing for Entity Extraction

2021-08-01 · SEMEVAL 2021 · Anna Martin, Ted Pedersen

This paper describes the Duluth system that participated in SemEval-2021 Task 11, NLP Contribution Graph. It details the extraction of contribution sentences and scientific entities and their relations from scholarly art…

ArticlesDependency ParsingSentenceSentence Classification

Leveraging Dependency Forest for Neural Medical Relation Extraction

2019-11-11 · IJCNLP 2019 11 · Linfeng Song, Yue Zhang, Daniel Gildea, Mo Yu 외

Medical relation extraction discovers relations between entity mentions in text, such as research articles. For this task, dependency syntax has been recognized as a crucial source of features. Yet in the medical domain,…

ArticlesGraph Neural NetworkMedical Relation ExtractionRelation+1

CogIE: An Information Extraction Toolkit for Bridging Texts and CogNet

2021-08-01 · ACL 2021 5 · Zhuoran Jin, Yubo Chen, Dianbo Sui, Chenhao Wang 외

CogNet is a knowledge base that integrates three types of knowledge: linguistic knowledge, world knowledge and commonsense knowledge. In this paper, we propose an information extraction toolkit, called CogIE, which is a …

Entity LinkingEntity TypingEvent Extractionnamed-entity-recognition+5

End-to-End Argument Mining as Biaffine Dependency Parsing

2021-04-01 · EACL 2021 2 · Yuxiao Ye, Simone Teufel

Non-neural approaches to argument mining (AM) are often pipelined and require heavy feature-engineering. In this paper, we propose a neural end-to-end approach to AM which is based on dependency parsing, in contrast to t…

Argument MiningDependency ParsingFeature EngineeringRelation+1

Syntax-aware Multi-task Graph Convolutional Networks for Biomedical Relation Extraction

2019-11-01 · WS 2019 11 · Diya Li, Heng Ji

In this paper we tackle two unique challenges in biomedical relation extraction. The first challenge is that the contextual information between two entity mentions often involves sophisticated syntactic structures. We pr…

Dependency ParsingDrug–drug Interaction ExtractionMulti-Task LearningRelation+1