paper-with-me

Papers

Adaptive Threshold Selective Self-Attention for Chinese NER

2022-10-01 · COLING 2022 10 · Biao Hu, Zhen Huang, Minghao Hu, Ziwen Zhang, Yong Dou

Recently, Transformer has achieved great success in Chinese named entity recognition (NER) owing to its good parallelism and ability to model long-range dependencies, which utilizes self-attention to encode context. However, the fully connected way of self-attention may scatter the attention distribution and allow some irrelevant character information to be integrated, leading to entity boundaries being misidentified. In this paper, we propose a data-driven Adaptive Threshold Selective Self-Attention (ATSSA) mechanism that aims to dynamically select the most relevant characters to enhance the Transformer architecture for Chinese NER. In ATSSA, the attention score threshold of each query is automatically generated, and characters with attention score higher than the threshold are selected by the query while others are discarded, so as to address irrelevant attention integration. Experiments on four benchmark Chinese NER datasets show that the proposed ATSSA brings 1.68 average F1 score improvements to the baseline model and achieves state-of-the-art performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Incorporating Sememes into Chinese Definition Modeling

2019-05-16 · Liner Yang, Cunliang Kong, Yun Chen, Yang Liu 외

Chinese definition modeling is a challenging task that generates a dictionary definition in Chinese for a given Chinese word. To accomplish this task, we construct the Chinese Definition Modeling Corpus (CDM), which cont…

STADB: A Self-Thresholding Attention Guided ADB Network for Person Re-identification

2020-07-07 · Bo Jiang, Sheng Wang, Xiao Wang, Aihua Zheng

Recently, Batch DropBlock network (BDB) has demonstrated its effectiveness on person image representation and re-identification task via feature erasing. However, BDB drops the features \textbf{randomly} which may lead t…

Person Re-Identification

Incorporating Uncertain Segmentation Information into Chinese NER for Social Media Text

2020-04-14 · WS 2020 7 · Shengbin Jia, Ling Ding, Xiaojun Chen, Shijia E 외

Chinese word segmentation is necessary to provide word-level information for Chinese named entity recognition (NER) systems. However, segmentation error propagation is a challenge for Chinese NER while processing colloqu…

Chinese Named Entity RecognitionChinese Word Segmentationnamed-entity-recognitionNamed Entity Recognition+5

A Recurrent Neural Model with Attention for the Recognition of Chinese Implicit Discourse Relations

2017-04-26 · ACL 2017 7 · Samuel Rönnqvist, Niko Schenk, Christian Chiarcos

We introduce an attention-based Bi-LSTM for Chinese implicit discourse relations and demonstrate that modeling argument pairs as a joint sequence can outperform word order-agnostic approaches. Our model benefits from a p…

When to Think Fast and Slow? AMOR: Adaptive Entropy Gate for Hybrid Models

2026-01-22 · Haoran Zheng, Chen Shani arxiv

Recurrent-attention hybrids aim to combine the efficiency of recurrence with the expressivity of attention, but existing approaches typically apply attention uniformly across all positions, even when the recurrent state …