SOTAVerified

Dynamic Named Entity Recognition

2023-02-16Code Available0· sign in to hype

Tristan Luiggi, Laure Soulier, Vincent Guigue, Siwar Jendoubi, Aurélien Baelde

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Named Entity Recognition (NER) is a challenging and widely studied task that involves detecting and typing entities in text. So far,NER still approaches entity typing as a task of classification into universal classes (e.g. date, person, or location). Recent advances innatural language processing focus on architectures of increasing complexity that may lead to overfitting and memorization, and thus, underuse of context. Our work targets situations where the type of entities depends on the context and cannot be solved solely by memorization. We hence introduce a new task: Dynamic Named Entity Recognition (DNER), providing a framework to better evaluate the ability of algorithms to extract entities by exploiting the context. The DNER benchmark is based on two datasets, DNER-RotoWire and DNER-IMDb. We evaluate baseline models and present experiments reflecting issues and research axes related to this novel task.

Tasks

Reproductions