paper-with-me

Papers

Informed Named Entity Recognition Decoding for Generative Language Models

2023-08-15 · Tobias Deußer, Lars Hillebrand, Christian Bauckhage, Rafet Sifa

Ever-larger language models with ever-increasing capabilities are by now well-established text processing tools. Alas, information extraction tasks such as named entity recognition are still largely unaffected by this progress as they are primarily based on the previous generation of encoder-only transformer models. Here, we propose a simple yet effective approach, Informed Named Entity Recognition Decoding (iNERD), which treats named entity recognition as a generative process. It leverages the language understanding capabilities of recent generative models in a future-proof manner and employs an informed decoding scheme incorporating the restricted nature of information extraction into open-ended text generation, improving performance and eliminating any risk of hallucinations. We coarse-tune our model on a merged named entity corpus to strengthen its performance, evaluate five generative language models on eight named entity recognition datasets, and achieve remarkable results, especially in an environment with an unknown entity class set, demonstrating the adaptability of the approach.

📄 PDF Abstract BibTeX arXiv:2308.07791

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionText Generation

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

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

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

PaDeLLM-NER: Parallel Decoding in Large Language Models for Named Entity Recognition

2024-02-07 · Jinghui Lu, Ziwei Yang, Yanjie Wang, Xuejing Liu 외

In this study, we aim to reduce generation latency for Named Entity Recognition (NER) with Large Language Models (LLMs). The main cause of high latency in LLMs is the sequential decoding process, which autoregressively g…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

A Morpho-Syntactically Informed LSTM-CRF Model for Named Entity Recognition

2019-08-27 · RANLP 2019 9 · Lilia Simeonova, Kiril Simov, Petya Osenova, Preslav Nakov

We propose a morphologically informed model for named entity recognition, which is based on LSTM-CRF architecture and combines word embeddings, Bi-LSTM character embeddings, part-of-speech (POS) tags, and morphological i…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

Named Entity Recognition with stack residual LSTM and trainable bias decoding

2017-06-23 · IJCNLP 2017 11 · Quan Tran, Andrew MacKinlay, Antonio Jimeno Yepes

Recurrent Neural Network models are the state-of-the-art for Named Entity Recognition (NER). We present two innovations to improve the performance of these models. The first innovation is the introduction of residual con…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Nested Named Entity Recognition via Second-best Sequence Learning and Decoding

2019-09-05 · Takashi Shibuya, Eduard Hovy

When an entity name contains other names within it, the identification of all combinations of names can become difficult and expensive. We propose a new method to recognize not only outermost named entities but also inne…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Nested Mention Recognition+2