{"url":"/sota/named-entity-recognition-ner-on-ontonotes-v5","task":{"name":"Named Entity Recognition (NER)","url":"/task/named-entity-recognition-ner","note":null},"dataset":{"name":"Ontonotes v5 (English)","url":"/dataset/ontonotes-5-0"},"category":"Natural Language Processing","categories":["Natural Language Processing"],"category_note":null,"description":"**Named Entity Recognition (NER)** is a task of Natural Language Processing (NLP) that involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, and others. The goal of NER is to extract structured information from unstructured text data and represent it in a machine-readable format. Approaches typically use BIO notation, which differentiates the beginning (B) and the inside (I) of entities. O is used for non-entity tokens.\r\n\r\nExample:\r\n\r\n| Mark | Watney | visited | Mars |\r\n| --- | ---| --- | --- |\r\n| B-PER | I-PER | O | B-LOC |\r\n\r\n<span style=\"color:grey; opacity: 0.6\">( Image credit: [Zalando](https://research.zalando.com/welcome/mission/research-projects/flair-nlp/) )</span>","description_from":"task","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","rank":"the archive's row order at snapshot; not re-ranked","rows_end_at":"2025-07-28","rows_withheld_as_spam":0,"metric_values":"the archive's strings, untouched"},"metrics":["F1","Precision","Recall"],"metric_direction":{"note":"inferred from the metric name only (the archive records no direction); null = not inferred, chart draws points only","by_metric":{"F1":"higher","Precision":"higher","Recall":"higher"}},"counts":{"rows":28,"rows_with_code":27,"rows_with_paper_page":28,"rows_dated":28,"rows_using_additional_data":6},"rows":[{"rank_in_archive_order":1,"model":"BERT-MRC+DSC","metrics":{"F1":"92.07"},"uses_additional_data":true,"paper_date":"2019-11-07","paper":"/paper/dice-loss-for-data-imbalanced-nlp-tasks","paper_url":"https://arxiv.org/abs/1911.02855v3","paper_title":"Dice Loss for Data-imbalanced NLP Tasks","code":"https://github.com/ShannonAI/dice_loss_for_NLP","n_code_links":4,"syntology":{"n_ran":0,"n_unverified":3,"n_samples":3,"n_pointer_only_licence":0}},{"rank_in_archive_order":2,"model":"PL-Marker","metrics":{"F1":"91.9","Precision":"92.0","Recall":"91.7"},"uses_additional_data":false,"paper_date":"2021-09-13","paper":"/paper/pack-together-entity-and-relation-extraction","paper_url":"https://arxiv.org/abs/2109.06067v5","paper_title":"Packed Levitated Marker for Entity and Relation Extraction","code":"https://github.com/tomaarsen/spanmarkerner","n_code_links":2,"syntology":{"n_ran":6,"n_unverified":3,"n_samples":9,"n_pointer_only_licence":1}},{"rank_in_archive_order":3,"model":"Baseline + BS","metrics":{"F1":"91.74"},"uses_additional_data":false,"paper_date":"2022-04-26","paper":"/paper/boundary-smoothing-for-named-entity-1","paper_url":"https://arxiv.org/abs/2204.12031v1","paper_title":"Boundary Smoothing for Named Entity Recognition","code":"https://github.com/syuoni/eznlp","n_code_links":1,"syntology":null},{"rank_in_archive_order":4,"model":"Biaffine-NER","metrics":{"F1":"91.3"},"uses_additional_data":false,"paper_date":"2020-05-14","paper":"/paper/named-entity-recognition-as-dependency","paper_url":"https://arxiv.org/abs/2005.07150v3","paper_title":"Named Entity Recognition as Dependency Parsing","code":"https://github.com/juntaoy/biaffine-ner","n_code_links":1,"syntology":{"n_ran":3,"n_unverified":7,"n_samples":10,"n_pointer_only_licence":0}},{"rank_in_archive_order":5,"model":"BERT-MRC","metrics":{"F1":"91.11"},"uses_additional_data":true,"paper_date":"2019-10-25","paper":"/paper/a-unified-mrc-framework-for-named-entity","paper_url":"https://arxiv.org/abs/1910.11476v7","paper_title":"A Unified MRC Framework for Named Entity Recognition","code":"https://github.com/ShannonAI/mrc-for-flat-nested-ner","n_code_links":8,"syntology":{"n_ran":3,"n_unverified":2,"n_samples":5,"n_pointer_only_licence":2}},{"rank_in_archive_order":6,"model":"PIQN","metrics":{"F1":"90.96"},"uses_additional_data":false,"paper_date":"2022-03-20","paper":"/paper/parallel-instance-query-network-for-named","paper_url":"https://arxiv.org/abs/2203.10545v1","paper_title":"Parallel Instance Query Network for Named Entity Recognition","code":"https://github.com/tricktreat/piqn","n_code_links":1,"syntology":null},{"rank_in_archive_order":7,"model":"HGN","metrics":{"F1":"90.92"},"uses_additional_data":false,"paper_date":"2022-05-15","paper":"/paper/hero-gang-neural-model-for-named-entity","paper_url":"https://arxiv.org/abs/2205.07177v1","paper_title":"Hero-Gang Neural Model For Named Entity Recognition","code":"https://github.com/jinpeng01/hgn","n_code_links":1,"syntology":null},{"rank_in_archive_order":8,"model":"Syn-LSTM + BERT (wo doc-context)","metrics":{"F1":"90.85"},"uses_additional_data":false,"paper_date":"2021-04-12","paper":"/paper/better-feature-integration-for-named-entity","paper_url":"https://arxiv.org/abs/2104.05316v1","paper_title":"Better Feature Integration for Named Entity Recognition","code":"https://github.com/xuuuluuu/SynLSTM-for-NER","n_code_links":1,"syntology":null},{"rank_in_archive_order":9,"model":"DiffusionNER","metrics":{"F1":"90.66"},"uses_additional_data":false,"paper_date":"2023-05-22","paper":"/paper/diffusionner-boundary-diffusion-for-named","paper_url":"https://arxiv.org/abs/2305.13298v1","paper_title":"DiffusionNER: Boundary Diffusion for Named Entity Recognition","code":"https://github.com/tricktreat/diffusionner","n_code_links":3,"syntology":null},{"rank_in_archive_order":10,"model":"W2NER","metrics":{"F1":"90.50"},"uses_additional_data":false,"paper_date":"2021-12-19","paper":"/paper/unified-named-entity-recognition-as-word-word","paper_url":"https://arxiv.org/abs/2112.10070v1","paper_title":"Unified Named Entity Recognition as Word-Word Relation Classification","code":"https://github.com/ljynlp/w2ner","n_code_links":1,"syntology":null},{"rank_in_archive_order":11,"model":"BARTNER","metrics":{"F1":"90.38"},"uses_additional_data":false,"paper_date":"2021-06-02","paper":"/paper/a-unified-generative-framework-for-various","paper_url":"https://arxiv.org/abs/2106.01223v1","paper_title":"A Unified Generative Framework for Various NER Subtasks","code":"https://github.com/yhcc/BARTNER","n_code_links":1,"syntology":null},{"rank_in_archive_order":12,"model":"AESINER","metrics":{"F1":"90.32"},"uses_additional_data":false,"paper_date":"2020-10-29","paper":"/paper/improving-named-entity-recognition-with","paper_url":"https://arxiv.org/abs/2010.15466v1","paper_title":"Improving Named Entity Recognition with Attentive Ensemble of Syntactic Information","code":"https://github.com/cuhksz-nlp/AESINER","n_code_links":1,"syntology":null},{"rank_in_archive_order":13,"model":"Hierarchical + BERT","metrics":{"F1":"90.30"},"uses_additional_data":true,"paper_date":"2019-11-06","paper":"/paper/hierarchical-contextualized-representation","paper_url":"https://arxiv.org/abs/1911.02257v2","paper_title":"Hierarchical Contextualized Representation for Named Entity Recognition","code":"https://github.com/cslydia/Hire-NER","n_code_links":1,"syntology":{"n_ran":1,"n_unverified":8,"n_samples":9,"n_pointer_only_licence":0}},{"rank_in_archive_order":14,"model":"HSCRF + softdict","metrics":{"F1":"89.94"},"uses_additional_data":true,"paper_date":"2019-07-01","paper":"/paper/towards-improving-neural-named-entity","paper_url":"https://aclanthology.org/P19-1524","paper_title":"Towards Improving Neural Named Entity Recognition with Gazetteers","code":"https://github.com/lyutyuh/acl19_subtagger","n_code_links":1,"syntology":null},{"rank_in_archive_order":15,"model":"DGLSTM-CRF + ELMo","metrics":{"F1":"89.88"},"uses_additional_data":true,"paper_date":"2019-09-23","paper":"/paper/190910148","paper_url":"https://arxiv.org/abs/1909.10148v1","paper_title":"Dependency-Guided LSTM-CRF for Named Entity Recognition","code":"https://github.com/allanj/ner_with_dependency","n_code_links":1,"syntology":null},{"rank_in_archive_order":16,"model":"NuNER","metrics":{"F1":"89.1","Precision":"87.8","Recall":"90.5"},"uses_additional_data":false,"paper_date":"2024-02-23","paper":"/paper/nuner-entity-recognition-encoder-pre-training","paper_url":"https://arxiv.org/abs/2402.15343v1","paper_title":"NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data","code":"https://github.com/Serega6678/NuNER","n_code_links":1,"syntology":null},{"rank_in_archive_order":17,"model":"Syn-LSTM (wo doc-context)","metrics":{"F1":"89.04"},"uses_additional_data":false,"paper_date":"2021-04-12","paper":"/paper/better-feature-integration-for-named-entity","paper_url":"https://arxiv.org/abs/2104.05316v1","paper_title":"Better Feature Integration for Named Entity Recognition","code":"https://github.com/xuuuluuu/SynLSTM-for-NER","n_code_links":1,"syntology":null},{"rank_in_archive_order":18,"model":"CVT + Multi-Task + Large","metrics":{"F1":"88.81"},"uses_additional_data":false,"paper_date":"2018-09-22","paper":"/paper/semi-supervised-sequence-modeling-with-cross","paper_url":"http://arxiv.org/abs/1809.08370v1","paper_title":"Semi-Supervised Sequence Modeling with Cross-View Training","code":"https://github.com/tensorflow/models","n_code_links":2,"syntology":null},{"rank_in_archive_order":19,"model":"DGLSTM-CRF (L=2)","metrics":{"F1":"88.52"},"uses_additional_data":false,"paper_date":"2019-09-23","paper":"/paper/190910148","paper_url":"https://arxiv.org/abs/1909.10148v1","paper_title":"Dependency-Guided LSTM-CRF for Named Entity Recognition","code":"https://github.com/allanj/ner_with_dependency","n_code_links":1,"syntology":null},{"rank_in_archive_order":20,"model":"Att-BiLSTM-CNN","metrics":{"F1":"88.4","Precision":"88.71","Recall":"88.11"},"uses_additional_data":false,"paper_date":"2019-08-29","paper":"/paper/remedying-bilstm-cnn-deficiency-in-modeling","paper_url":"https://arxiv.org/abs/1908.11046v3","paper_title":"Why Attention? Analyze BiLSTM Deficiency and Its Remedies in the Case of NER","code":"https://github.com/ckiplab/ckiptagger","n_code_links":3,"syntology":null},{"rank_in_archive_order":21,"model":"BiLSTM-LAN","metrics":{"F1":"88.16"},"uses_additional_data":false,"paper_date":"2019-08-23","paper":"/paper/hierarchically-refined-label-attention","paper_url":"https://arxiv.org/abs/1908.08676v3","paper_title":"Hierarchically-Refined Label Attention Network for Sequence Labeling","code":"https://github.com/Nealcly/LAN","n_code_links":2,"syntology":null},{"rank_in_archive_order":22,"model":"Hierarchical","metrics":{"F1":"87.98"},"uses_additional_data":false,"paper_date":"2019-11-06","paper":"/paper/hierarchical-contextualized-representation","paper_url":"https://arxiv.org/abs/1911.02257v2","paper_title":"Hierarchical Contextualized Representation for Named Entity Recognition","code":"https://github.com/cslydia/Hire-NER","n_code_links":1,"syntology":{"n_ran":1,"n_unverified":8,"n_samples":9,"n_pointer_only_licence":0}},{"rank_in_archive_order":23,"model":"Bi-LSTM-CRF + Lexical Features","metrics":{"F1":"87.95"},"uses_additional_data":true,"paper_date":"2018-06-09","paper":"/paper/robust-lexical-features-for-improved-neural","paper_url":"http://arxiv.org/abs/1806.03489v1","paper_title":"Robust Lexical Features for Improved Neural Network Named-Entity Recognition","code":"https://github.com/ghaddarAbs/NER-with-LS","n_code_links":1,"syntology":null},{"rank_in_archive_order":24,"model":"GRN","metrics":{"F1":"87.67"},"uses_additional_data":false,"paper_date":"2019-07-12","paper":"/paper/grn-gated-relation-network-to-enhance","paper_url":"https://arxiv.org/abs/1907.05611v2","paper_title":"GRN: Gated Relation Network to Enhance Convolutional Neural Network for Named Entity Recognition","code":"https://github.com/microsoft/vert-papers/tree/master/papers/GRN-NER","n_code_links":1,"syntology":null},{"rank_in_archive_order":25,"model":"BiLSTM-CRF","metrics":{"F1":"86.99"},"uses_additional_data":false,"paper_date":"2017-02-07","paper":"/paper/fast-and-accurate-entity-recognition-with","paper_url":"http://arxiv.org/abs/1702.02098v3","paper_title":"Fast and Accurate Entity Recognition with Iterated Dilated Convolutions","code":"https://github.com/iesl/dilated-cnn-ner","n_code_links":4,"syntology":{"n_ran":3,"n_unverified":0,"n_samples":3,"n_pointer_only_licence":3}},{"rank_in_archive_order":26,"model":"Iterated Dilated CNN","metrics":{"F1":"86.84"},"uses_additional_data":false,"paper_date":"2017-02-07","paper":"/paper/fast-and-accurate-entity-recognition-with","paper_url":"http://arxiv.org/abs/1702.02098v3","paper_title":"Fast and Accurate Entity Recognition with Iterated Dilated Convolutions","code":"https://github.com/iesl/dilated-cnn-ner","n_code_links":4,"syntology":{"n_ran":3,"n_unverified":0,"n_samples":3,"n_pointer_only_licence":3}},{"rank_in_archive_order":27,"model":"Chiu and Nichols (2016)","metrics":{"F1":"86.19"},"uses_additional_data":false,"paper_date":"2015-11-26","paper":"/paper/named-entity-recognition-with-bidirectional","paper_url":"http://arxiv.org/abs/1511.08308v5","paper_title":"Named Entity Recognition with Bidirectional LSTM-CNNs","code":"https://github.com/zalandoresearch/flair","n_code_links":14,"syntology":{"n_ran":4,"n_unverified":5,"n_samples":9,"n_pointer_only_licence":4}},{"rank_in_archive_order":28,"model":"Joint Model","metrics":{"F1":"84.04"},"uses_additional_data":false,"paper_date":"2014-01-01","paper":"/paper/a-joint-model-for-entity-analysis-coreference","paper_url":"https://aclanthology.org/Q14-1037","paper_title":"A Joint Model for Entity Analysis: Coreference, Typing, and Linking","code":null,"n_code_links":0,"syntology":null}],"since_archive":{"claim":"Results that newer papers report for their own method, placed here by Syntology. A model pointed at the cell in the paper's own table; the number was read from that cell and checked against this leaderboard's metric, dataset, split and scale; an independent check that saw this leaderboard's other rows and every other leaderboard on the same dataset accepted it. Not reviewed by the paper's authors or by the archive's editors, and not ranked against the archive rows.","extraction_file_present":true,"measurement":{"test_papers":883,"papers_with_output":881,"judged_true":108,"judged":110,"wilson95_lower":0.9361,"measured_on":"2026-09-24","frozen_commit":"0e3de0df94"},"measurement_note":"blind adjudication of accepted entries on a held-out split of archive papers, rules frozen before the test","coverage":{"sentence":"Syntology has checked 6,821 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","complete":false,"papers_newer_than_archive":9623,"papers_checked":6821,"papers_extracted_not_yet_verified":65,"boards_without_verdict":29,"papers_not_yet_extracted":2737},"order":"newest first by month (arXiv date, else the arXiv-id month), then arXiv id descending","columns":[],"entries":[]},"syntology":{"read_at":"2026-09-25T09:33:49+00:00","claim":"Per row: N of M harvested code samples from that row's paper executed on a synthesized fixture; the other M-N are unverified. Not a reproduction of the row's number; not a correctness claim. n_pointer_only_licence counts samples the site points at rather than redistributes (a licence axis, independent of ran/unverified).","rows_with_graph_line":9,"rows_with_any_sample_ran":8,"distinct_papers_with_graph_line":7,"distinct_papers_with_any_sample_ran":6,"samples_over_distinct_papers":{"n_ran":20,"n_unverified":28,"n_samples":48,"n_pointer_only_licence":10,"note":"each paper (arXiv id) counted once, however many rows it is behind; this is the page-level figure"},"samples_row_weighted":{"n_ran":24,"n_unverified":36,"n_samples":60,"n_pointer_only_licence":13,"note":"row-weighted: a paper behind several rows is counted once per row; inflated relative to samples_over_distinct_papers by design, kept for readers summing the per-row syntology blocks"}}}