CLAIAug 24, 2021

Prompt-Learning for Fine-Grained Entity Typing

arXiv:2108.10604v1321 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of entity typing in NLP, offering improved methods for scenarios with scarce data, though it is incremental in adapting prompt-learning to this specific task.

The paper applied prompt-learning to fine-grained entity typing across supervised, few-shot, and zero-shot settings, achieving significant performance gains over fine-tuning baselines, particularly with limited training data.

As an effective approach to tune pre-trained language models (PLMs) for specific tasks, prompt-learning has recently attracted much attention from researchers. By using \textit{cloze}-style language prompts to stimulate the versatile knowledge of PLMs, prompt-learning can achieve promising results on a series of NLP tasks, such as natural language inference, sentiment classification, and knowledge probing. In this work, we investigate the application of prompt-learning on fine-grained entity typing in fully supervised, few-shot and zero-shot scenarios. We first develop a simple and effective prompt-learning pipeline by constructing entity-oriented verbalizers and templates and conducting masked language modeling. Further, to tackle the zero-shot regime, we propose a self-supervised strategy that carries out distribution-level optimization in prompt-learning to automatically summarize the information of entity types. Extensive experiments on three fine-grained entity typing benchmarks (with up to 86 classes) under fully supervised, few-shot and zero-shot settings show that prompt-learning methods significantly outperform fine-tuning baselines, especially when the training data is insufficient.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes