HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Sequence-to-Nuggets: Nested Entity Mention Detection via Anchor-Region Networks

Hongyu Lin; Yaojie Lu; Xianpei Han; Le Sun

Sequence-to-Nuggets: Nested Entity Mention Detection via Anchor-Region Networks

Abstract

Sequential labeling-based NER approaches restrict each word belonging to at most one entity mention, which will face a serious problem when recognizing nested entity mentions. In this paper, we propose to resolve this problem by modeling and leveraging the head-driven phrase structures of entity mentions, i.e., although a mention can nest other mentions, they will not share the same head word. Specifically, we propose Anchor-Region Networks (ARNs), a sequence-to-nuggets architecture for nested mention detection. ARNs first identify anchor words (i.e., possible head words) of all mentions, and then recognize the mention boundaries for each anchor word by exploiting regular phrase structures. Furthermore, we also design Bag Loss, an objective function which can train ARNs in an end-to-end manner without using any anchor word annotation. Experiments show that ARNs achieve the state-of-the-art performance on three standard nested entity mention detection benchmarks.

Code Repositories

sanmusunrise/ARNs
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
named-entity-recognition-on-ace-2005Anchor-Region Networks
F1: 74.9
named-entity-recognition-on-geniaAnchor-Region Networks
F1: 74.8
nested-mention-recognition-on-ace-2005Anchor-Region Networks
F1: 74.9
nested-named-entity-recognition-on-ace-2005Anchor-Region Networks
F1: 75.9
nested-named-entity-recognition-on-geniaAnchor-Region Networks
F1: 74.8

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Sequence-to-Nuggets: Nested Entity Mention Detection via Anchor-Region Networks | Papers | HyperAI