paper-with-me

Papers

Multi-task Transformer with Relation-attention and Type-attention for Named Entity Recognition

2023-03-20 · Ying Mo, Hongyin Tang, Jiahao Liu, Qifan Wang, Zenglin Xu, Jingang Wang, Wei Wu, Zhoujun Li

Named entity recognition (NER) is an important research problem in natural language processing. There are three types of NER tasks, including flat, nested and discontinuous entity recognition. Most previous sequential labeling models are task-specific, while recent years have witnessed the rising of generative models due to the advantage of unifying all NER tasks into the seq2seq model framework. Although achieving promising performance, our pilot studies demonstrate that existing generative models are ineffective at detecting entity boundaries and estimating entity types. This paper proposes a multi-task Transformer, which incorporates an entity boundary detection task into the named entity recognition task. More concretely, we achieve entity boundary detection by classifying the relations between tokens within the sentence. To improve the accuracy of entity-type mapping during decoding, we adopt an external knowledge base to calculate the prior entity-type distributions and then incorporate the information into the model via the self and cross-attention mechanisms. We perform experiments on an extensive set of NER benchmarks, including two flat, three nested, and three discontinuous NER datasets. Experimental results show that our approach considerably improves the generative NER model's performance.

📄 PDF Abstract BibTeX arXiv:2303.10870

Code (0)

등록된 구현이 없습니다.

Tasks

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRelationSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Conversational Question Answering over Knowledge Graphs with Transformer and Graph Attention Networks

2021-04-04 · EACL 2021 2 · Endri Kacupaj, Joan Plepi, Kuldeep Singh, Harsh Thakkar 외

This paper addresses the task of (complex) conversational question answering over a knowledge graph. For this task, we propose LASAGNE (muLti-task semAntic parSing with trAnsformer and Graph atteNtion nEtworks). It is th…

Conversational Question AnsweringGraph AttentionKnowledge GraphsQuestion Answering+1

Disentangling and Integrating Relational and Sensory Information in Transformer Architectures

2024-05-26 · Awni Altabaa, John Lafferty

Relational reasoning is a central component of generally intelligent systems, enabling robust and data-efficient inductive generalization. Recent empirical evidence shows that many existing neural architectures, includin…

Information RetrievalLanguage ModelingLanguage ModellingRelational Reasoning+1

Scaled and Inter-token Relation Enhanced Transformer for Sample-restricted Residential NILM

2024-10-12 · Minhajur Rahman, Yasir Arafat

Transformers have demonstrated exceptional performance across various domains due to their self-attention mechanism, which captures complex relationships in data. However, training on smaller datasets poses challenges, a…

Non-Intrusive Load MonitoringRelation

HyperTeNet: Hypergraph and Transformer-based Neural Network for Personalized List Continuation

2021-10-04 · Vijaikumar M, Deepesh Hada, Shirish Shevade

The personalized list continuation (PLC) task is to curate the next items to user-generated lists (ordered sequence of items) in a personalized way. The main challenge in this task is understanding the ternary relationsh…

Entity Embeddings

Relational Graph Transformer

2025-05-16 · Vijay Prakash Dwivedi, Sri Jaladi, Yangyi Shen, Federico López 외

Relational Deep Learning (RDL) is a promising approach for building state-of-the-art predictive models on multi-table relational data by representing it as a heterogeneous temporal graph. However, commonly used Graph Neu…

Graph Neural Network