Papers › A Unified MRC Framework for Named Entity Recognition

A Unified MRC Framework for Named Entity Recognition

25 Oct 2019ACL 2020 6arXiv:1910.11476archive 2025-07-28

Xiaoya Li, Jingrong Feng, Yuxian Meng, Qinghong Han, Fei Wu, Jiwei Li

The task of named entity recognition (NER) is normally divided into nested NER and flat NER depending on whether named entities are nested or not. Models are usually separately developed for the two tasks, since sequence labeling models, the most widely used backbone for flat NER, are only able to assign a single label to a particular token, which is unsuitable for nested NER where a token may be assigned several labels. In this paper, we propose a unified framework that is capable of handling both flat and nested NER tasks. Instead of treating the task of NER as a sequence labeling problem, we propose to formulate it as a machine reading comprehension (MRC) task. For example, extracting entities with the \textsc{per} label is formalized as extracting answer spans to the question "{\it which person is mentioned in the text?}". This formulation naturally tackles the entity overlapping issue in nested NER: the extraction of two overlapping entities for different categories requires answering two independent questions. Additionally, since the query encodes informative prior knowledge, this strategy facilitates the process of entity extraction, leading to better performances for not only nested NER, but flat NER. We conduct experiments on both {\em nested} and {\em flat} NER datasets. Experimental results demonstrate the effectiveness of the proposed formulation. We are able to achieve vast amount of performance boost over current SOTA models on nested NER datasets, i.e., +1.28, +2.55, +5.44, +6.37, respectively on ACE04, ACE05, GENIA and KBP17, along with SOTA results on flat NER datasets, i.e.,+0.24, +1.95, +0.21, +1.49 respectively on English CoNLL 2003, English OntoNotes 5.0, Chinese MSRA, Chinese OntoNotes 4.0.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1910.11476")

Code

Syntology Ran 2 of 5 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 3 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ShannonAI/mrc-for-flat-nested-ner officialmentioned in papermentioned on GitHubpytorch report
ShannonAI/dice_loss_for_NLP mentioned on GitHubpytorchApache-2.0 report
allenyummy/EHR_NER mentioned on GitHubpytorch report
fulstock/mrc_nested_ner_ru mentioned on GitHubpytorch report
shuhewang1998/gpt-ner mentioned on GitHub report
thanhlt998/mrc-ner mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 2 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
3unverified

Licence: 2 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

find_best_checkpoint_on_dev ShannonAI/mrc-for-flat-nested-ner/train/mrc_ner_trainer.py official repository ran · our draft was wrong no licence file found · pointer only · 2d3bc706749ed910 · report
get_query_index_to_label_cate ShannonAI/mrc-for-flat-nested-ner/inference/mrc_ner_inference.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 5da463d88de4e445 · report
accuracy RohanSaxena14/mrc-for-flat-nested-ner-in-tensoflow/trainer.py community (archive-listed) unverified MIT (permissive) · 417c959e616c6a6c · report
recall RohanSaxena14/mrc-for-flat-nested-ner-in-tensoflow/trainer.py community (archive-listed) unverified MIT (permissive) · adc2b70193ffdf11 · report
span_matrix_func RohanSaxena14/mrc-for-flat-nested-ner-in-tensoflow/trainer.py community (archive-listed) unverified MIT (permissive) · 2773fe08183391ad · report

Tasks

Chinese Named Entity RecognitionEntity Extraction using GANMachine Reading ComprehensionNamed Entity RecognitionNamed Entity Recognition (NER)Nested Mention RecognitionNested Named Entity RecognitionReading Comprehension

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Chinese Named Entity Recognition MSRA BERT-MRC F1 95.75 #6 of 21 Archive leaderboard report
Chinese Named Entity Recognition OntoNotes 4 BERT-MRC F1 82.11 #4 of 15 Archive leaderboard report
Named Entity Recognition (NER) ACE 2005 BERT-MRC F1 86.88 #7 of 20 Archive leaderboard report
Named Entity Recognition (NER) CoNLL 2003 (English) BERT-MRC F1 93.04 #33 of 73 Archive leaderboard report
Named Entity Recognition (NER) Ontonotes v5 (English) BERT-MRC F1 91.11 #5 of 28 Archive leaderboard report
Nested Mention Recognition ACE 2004 BERT-MRC F1 85.98 #2 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections