paper-with-me

Papers

End-to-end neural relation extraction using deep biaffine attention

2018-12-29 · Dat Quoc Nguyen, Karin Verspoor

We propose a neural network model for joint extraction of named entities and relations between them, without any hand-crafted features. The key contribution of our model is to extend a BiLSTM-CRF-based entity recognition model with a deep biaffine attention layer to model second-order interactions between latent features for relation classification, specifically attending to the role of an entity in a directional relationship. On the benchmark "relation and entity recognition" dataset CoNLL04, experimental results show that our model outperforms previous models, producing new state-of-the-art performances.

📄 PDF Abstract BibTeX arXiv:1812.11275

Code (1)

datquocnguyen/jointRE 공식 구현

Tasks

General ClassificationRelationRelation ClassificationRelation Extraction

Similar Papers 제목 키워드 기반

Temporal Relation Extraction with a Graph-Based Deep Biaffine Attention Model

2022-01-16 · Bo-Ying Su, Shang-Ling Hsu, Kuan-Yin Lai, Amarnath Gupta

Temporal information extraction plays a critical role in natural language understanding. Previous systems have incorporated advanced neural language models and have successfully enhanced the accuracy of temporal informat…

Natural Language UnderstandingRelationRelation ExtractionTemporal Information Extraction+1

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

Reduction of Parameter Redundancy in Biaffine Classifiers with Symmetric and Circulant Weight Matrices

2018-10-18 · PACLIC 2018 12 · Tomoki Matsuno, Katsuhiko Hayashi, Takahiro Ishihara, Hitoshi Manabe 외

Currently, the biaffine classifier has been attracting attention as a method to introduce an attention mechanism into the modeling of binary relations. For instance, in the field of dependency parsing, the Deep Biaffine …

Dependency Parsing

JBNU at MRP 2019: Multi-level Biaffine Attention for Semantic Dependency Parsing

2019-11-01 · CONLL 2019 11 · Seung-Hoon Na, Jinwoon Min, Kwanghyeon Park, Jong-Hun Shin 외

This paper describes Jeonbuk National University (JBNU){'}s system for the 2019 shared task on Cross-Framework Meaning Representation Parsing (MRP 2019) at the Conference on Computational Natural Language Learning. Of th…

DecoderDependency ParsingSemantic Dependency ParsingSentence

Context-aware Biaffine Localizing Network for Temporal Sentence Grounding

2021-03-22 · CVPR 2021 1 · Daizong Liu, Xiaoye Qu, Jianfeng Dong, Pan Zhou 외

This paper addresses the problem of temporal sentence grounding (TSG), which aims to identify the temporal boundary of a specific segment from an untrimmed video by a sentence query. Previous works either compare pre-def…

SentenceTemporal Sentence Grounding