paper-with-me

홈 › Papers

Few-shot Named Entity Recognition with Self-describing Networks

2022-03-23 · ACL 2022 5 · Jiawei Chen, Qing Liu, Hongyu Lin, Xianpei Han, Le Sun

Few-shot NER needs to effectively capture information from limited instances and transfer useful knowledge from external resources. In this paper, we propose a self-describing mechanism for few-shot NER, which can effectively leverage illustrative instances and precisely transfer knowledge from external resources by describing both entity types and mentions using a universal concept set. Specifically, we design Self-describing Networks (SDNet), a Seq2Seq generation model which can universally describe mentions using concepts, automatically map novel entity types to concepts, and adaptively recognize entities on-demand. We pre-train SDNet with large-scale corpus, and conduct experiments on 8 benchmarks from different domains. Experiments show that SDNet achieves competitive performances on all benchmarks and achieves the new state-of-the-art on 6 benchmarks, which demonstrates its effectiveness and robustness.

📄 PDF Abstract BibTeX arXiv:2203.12252

Code (1)

chen700564/sdnet 공식 구현 pytorch

Tasks

Few-shot NERNamed Entity RecognitionNamed Entity Recognition (NER)

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Transferring Modern Named Entity Recognition to the Historical Domain: How to Take the Step?

2021-12-01 · NLP4DH (ICON) 2021 12 · Baptiste Blouin, Benoit Favre, Jeremy Auguste, Christian Henriot

Named entity recognition is of high interest to digital humanities, in particular when mining historical documents. Although the task is mature in the field of NLP, results of contemporary models are not satisfactory on …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Optical Character Recognition (OCR)

A Cooperative Multi-Agent Framework for Zero-Shot Named Entity Recognition

2025-02-25 · Zihan Wang, Ziqi Zhao, Yougang Lyu, Zhumin Chen 외

Zero-shot named entity recognition (NER) aims to develop entity recognition systems from unannotated text corpora. This task presents substantial challenges due to minimal human intervention. Recent work has adapted larg…

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

Few-Shot Named Entity Recognition: An Empirical Baseline Study

2021-11-01 · EMNLP 2021 11 · Jiaxin Huang, Chunyuan Li, Krishan Subudhi, Damien Jose 외

This paper presents an empirical study to efficiently build named entity recognition (NER) systems when a small amount of in-domain labeled data is available. Based upon recent Transformer-based self-supervised pre-train…

Few-Shot LearningMeta-Learningnamed-entity-recognitionNamed Entity Recognition+2

Few-Shot Named Entity Recognition: A Comprehensive Study

2020-12-29 · Jiaxin Huang, Chunyuan Li, Krishan Subudhi, Damien Jose 외

This paper presents a comprehensive study to efficiently build named entity recognition (NER) systems when a small number of in-domain labeled data is available. Based upon recent Transformer-based self-supervised pre-tr…

Few-Shot LearningMeta-Learningnamed-entity-recognitionNamed Entity Recognition+2

ReverseNER: A Self-Generated Example-Driven Framework for Zero-Shot Named Entity Recognition with Large Language Models

2024-11-01 · Anbang Wang, Difei Mei, Zhichao Zhang, Xiuxiu Bai 외

This paper presents ReverseNER, a method aimed at overcoming the limitation of large language models (LLMs) in zero-shot named entity recognition (NER) tasks, arising from their reliance on pre-provided demonstrations. R…

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