Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Discontinuous Named Entity Recognition as Maximal Clique Discovery (2106.00218v2)

Published 1 Jun 2021 in cs.CL

Abstract: Named entity recognition (NER) remains challenging when entity mentions can be discontinuous. Existing methods break the recognition process into several sequential steps. In training, they predict conditioned on the golden intermediate results, while at inference relying on the model output of the previous steps, which introduces exposure bias. To solve this problem, we first construct a segment graph for each sentence, in which each node denotes a segment (a continuous entity on its own, or a part of discontinuous entities), and an edge links two nodes that belong to the same entity. The nodes and edges can be generated respectively in one stage with a grid tagging scheme and learned jointly using a novel architecture named Mac. Then discontinuous NER can be reformulated as a non-parametric process of discovering maximal cliques in the graph and concatenating the spans in each clique. Experiments on three benchmarks show that our method outperforms the state-of-the-art (SOTA) results, with up to 3.5 percentage points improvement on F1, and achieves 5x speedup over the SOTA model.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (6)
  1. Yucheng Wang (83 papers)
  2. Bowen Yu (89 papers)
  3. Hongsong Zhu (19 papers)
  4. Tingwen Liu (45 papers)
  5. Nan Yu (40 papers)
  6. Limin Sun (32 papers)
Citations (46)

Summary

We haven't generated a summary for this paper yet.