paper-with-me

홈 › Papers

Probing Pre-trained Auto-regressive Language Models for Named Entity Typing and Recognition

2021-08-26 · LREC 2022 6 · Elena V. Epure, Romain Hennequin

Despite impressive results of language models for named entity recognition (NER), their generalization to varied textual genres, a growing entity type set, and new entities remains a challenge. Collecting thousands of annotations in each new case for training or fine-tuning is expensive and time-consuming. In contrast, humans can easily identify named entities given some simple instructions. Inspired by this, we challenge the reliance on large datasets and study pre-trained language models for NER in a meta-learning setup. First, we test named entity typing (NET) in a zero-shot transfer scenario. Then, we perform NER by giving few examples at inference. We propose a method to select seen and rare / unseen names when having access only to the pre-trained model and report results on these groups. The results show: auto-regressive language models as meta-learners can perform NET and NER fairly well especially for regular or seen names; name irregularity when often present for a certain entity type can become an effective exploitable cue; names with words foreign to the model have the most negative impact on results; the model seems to rely more on name than context cues in few-shot NER.

📄 PDF Abstract BibTeX arXiv:2108.11857

Code (1)

deezer/net-ner-probing 공식 구현 pytorch

Tasks

Entity TypingFew-shot NERMeta-LearningNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

Probing for Incremental Parse States in Autoregressive Language Models

2022-11-17 · Tiwalayo Eisape, Vineet Gangireddy, Roger P. Levy, Yoon Kim

Next-word predictions from autoregressive neural language models show remarkable sensitivity to syntax. This work evaluates the extent to which this behavior arises as a result of a learned ability to maintain implicit r…

SensitivitySentence

Probabilistically Masked Language Model Capable of Autoregressive Generation in Arbitrary Word Order

2020-04-24 · ACL 2020 6 · Yi Liao, Xin Jiang, Qun Liu

Masked language model and autoregressive language model are two types of language models. While pretrained masked language models such as BERT overwhelm the line of natural language understanding (NLU) tasks, autoregress…

Language ModelingLanguage ModellingNatural Language UnderstandingText Generation

Hierarchical Skip Decoding for Efficient Autoregressive Text Generation

2024-03-22 · Yunqi Zhu, Xuebing Yang, Yuanyuan Wu, Wensheng Zhang

Autoregressive decoding strategy is a commonly used method for text generation tasks with pre-trained language models, while early-exiting is an effective approach to speedup the inference stage. In this work, we propose…

Text Generation

Exploratory Data Analysis of a Network Telescope Traffic and Prediction of Port Probing Rates

2018-12-23 · Mehdi Zakroum, Abdellah Houmz, Mounir Ghogho, Ghita Mezzour 외

Understanding the properties exhibited by large scale network probing traffic would improve cyber threat intelligence. In addition, the prediction of probing rates is a key feature for security practitioners in their end…

Masked Diffusion Captioning for Visual Feature Learning

2025-10-30 · Chao Feng, Zihao Wei, Andrew Owens arxiv

We learn visual features by captioning images with an image-conditioned masked diffusion language model, a formulation we call masked diffusion captioning (MDC). During training, text tokens in each image-caption pair ar…