paper-with-me

홈 › Papers

Entity-Aware Biaffine Attention Model for Improved Constituent Parsing with Reduced Entity Violations

2024-09-01 · Xinyi Bai

Constituency parsing involves analyzing a sentence by breaking it into sub-phrases, or constituents. While many deep neural models have achieved state-of-the-art performance in this task, they often overlook the entity-violating issue, where an entity fails to form a complete sub-tree in the resultant parsing tree. To address this, we propose an entity-aware biaffine attention model for constituent parsing. This model incorporates entity information into the biaffine attention mechanism by using additional entity role vectors for potential phrases, which enhances the parsing accuracy. We introduce a new metric, the Entity Violating Rate (EVR), to quantify the extent of entity violations in parsing results. Experiments on three popular datasets-ONTONOTES, PTB, and CTB-demonstrate that our model achieves the lowest EVR while maintaining high precision, recall, and F1-scores comparable to existing models. Further evaluation in downstream tasks, such as sentence sentiment analysis, highlights the effectiveness of our model and the validity of the proposed EVR metric.

📄 PDF Abstract BibTeX arXiv:2409.00625

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency ParsingSentenceSentiment Analysis

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar 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…

General ClassificationRelationRelation ClassificationRelation Extraction

Neural Coreference Resolution with Deep Biaffine Attention by Joint Mention Detection and Mention Clustering

2018-05-13 · ACL 2018 7 · Rui Zhang, Cicero Nogueira dos santos, Michihiro Yasunaga, Bing Xiang 외

Coreference resolution aims to identify in a text all mentions that refer to the same real-world entity. The state-of-the-art end-to-end neural coreference model considers all text spans in a document as potential mentio…

Clusteringcoreference-resolutionCoreference Resolution

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

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

GapDNER: A Gap-Aware Grid Tagging Model for Discontinuous Named Entity Recognition

2025-10-13 · Yawen Yang, Fukun Ma, Shiao Meng, Aiwei Liu 외 arxiv

In biomedical fields, one named entity may consist of a series of non-adjacent tokens and overlap with other entities. Previous methods recognize discontinuous entities by connecting entity fragments or internal tokens, …

Representation Learning