Datasets › NEMO-Corpus

NEMO-Corpus (NEMO Hebrew NER and Morphology Corpus)

Introduced by Dan Bareket et al. in Neural Modeling for Named Entities and Morphology (NEMO^2)30 Jul 2020 archive 2025-07-28

Named Entity (NER) annotations of the Hebrew Treebank (Haaretz newspaper) corpus, including: morpheme and token level NER labels, nested mentions, and more.
We publish the NEMO corpus in the TACL paper "Neural Modeling for Named Entities and Morphology (NEMO^2)" [1], where we use it in extensive experiments and analyses, showing the importance of morphological boundaries for neural modeling of NER in morphologically rich languages. Code for these models and experiments can be found in the NEMO code repo.

Main features:

  1. Morpheme, token-single and token-multi sequence labels. Morpheme labels provide exact boundaries, token-multi provide partial sub-word morphological but no exact boundaries, token-single provides only token-level information.
  2. All annotations are in BIOSE format (B=Begin, I=Inside, O=Outside, S=Singleton, E=End).
  3. Widely-used OntoNotes entity category set: GPE (geo-political entity), PER (person), LOC (location), ORG (organization), FAC (facility), EVE (event), WOA (work-of-art), ANG (language), DUC (product).
  4. NEMO includes NER annotations for the two major versions of the Hebrew Treebank, UD (Universal Dependency) and SPMRL. These can be aligned to the other morphosyntactic information layers of the treebank using bclm
  5. We provide nested mentions. Only the first, widest, layer is used in the NEMO^2 paper. We invite you to take on this challenge!
  6. Guidelines used for annotation are provided here.
  7. Corpus was annotated by two native Hebrew speakers of academic education, and curated by the project manager. We provide the original annotations made by the annotators as well to promote work on learning with disagreements.
  8. Annotation was performed using WebAnno (version 3.4.5)

Basic Corpus Statistics

train dev test
Sentences 4,937 500 706
Tokens 93,504 8,531 12,619
Morphemes 127,031 11,301 16,828
All mentions 6,282 499 932
Type: Person (PER) 2,128 193 267
Type: Organization (ORG) 2,043 119 408
Type: Geo-Political (GPE) 1,377 121 195
Type: Location (LOC) 331 28 41
Type: Facility (FAC) 163 12 11
Type: Work-of-Art (WOA) 114 9 6
Type: Event (EVE) 57 12 0
Type: Product (DUC) 36 2 3
Type: Language (ANG) 33 3 1

Evaluation

An evaluation script is provided in the NEMO code repo along with evaluation instructions.

Citation

@article{10.1162/tacl_a_00404,
    author = {Bareket, Dan and Tsarfaty, Reut},
    title = "{Neural Modeling for Named Entities and Morphology (NEMO2)}",
    journal = {Transactions of the Association for Computational Linguistics},
    volume = {9},
    pages = {909-928},
    year = {2021},
    month = {09},
    abstract = "{Named Entity Recognition (NER) is a fundamental NLP task, commonly formulated as classification over a sequence of tokens. Morphologically rich languages (MRLs) pose a challenge to this basic formulation, as the boundaries of named entities do not necessarily coincide with token boundaries, rather, they respect morphological boundaries. To address NER in MRLs we then need to answer two fundamental questions, namely, what are the basic units to be labeled, and how can these units be detected and classified in realistic settings (i.e., where no gold morphology is available). We empirically investigate these questions on a novel NER benchmark, with parallel token- level and morpheme-level NER annotations, which we develop for Modern Hebrew, a morphologically rich-and-ambiguous language. Our results show that explicitly modeling morphological boundaries leads to improved NER performance, and that a novel hybrid architecture, in which NER precedes and prunes morphological decomposition, greatly outperforms the standard pipeline, where morphological decomposition strictly precedes NER, setting a new performance bar for both Hebrew NER and Hebrew morphological decomposition tasks.}",
    issn = {2307-387X},
    doi = {10.1162/tacl_a_00404},
    url = {https://doi.org/10.1162/tacl\_a\_00404},
    eprint = {https://direct.mit.edu/tacl/article-pdf/doi/10.1162/tacl\_a\_00404/1962472/tacl\_a\_00404.pdf},
}

Benchmarks archive 2025-07-28

All 3 leaderboards whose dataset resolves to this page shown (sort by any header). "First row" is the archive's own first row at snapshot, in the archive's row order; nothing here re-ranks and metric direction is not asserted.

First row (archive order)PaperCode
Named Entity Recognition (NER) NEMO-Corpus (morph,test) AlephBERT-base Pipeline F1 80.15 AlephBERT:A Hebrew Large Pre-Trained Language Model to... 8400thehealthnetwork/hebsafeharbor +1 3 Compare
Named Entity Recognition (NER) NEMO-Corpus (token,test) AlephBERT-base F1 84.91 AlephBERT:A Hebrew Large Pre-Trained Language Model to... 8400thehealthnetwork/hebsafeharbor +1 2 Compare
Named Entity Recognition (NER) NEMO-Corpus AlephBERTGimmel-base MTL F1 80.39 Large Pre-Trained Models with Extra-Large Vocabularies:... — 1 Compare

Papers archive 2025-07-28

3 shown of 3 papers with a leaderboard row on this dataset's benchmarks, newest first. The archive's own "papers using this dataset" list was never published, so this is the benchmark-backed subset; the archive's count for this dataset is 3. The Syntology column is from Syntology's graph (read 2026-09-24), stated per sample; it is not part of any archive number.

Dataset loaders archive 2025-07-28

No loader listed in the archive.

Tasks archive 2025-07-28

License archive 2025-07-28

No licence recorded in the archive. Absence here is not a statement about the dataset's terms.

Modalities archive 2025-07-28

Languages archive 2025-07-28

Variants archive 2025-07-28

  • NEMO-Corpus
  • NEMO-Corpus (morph,dev)
  • NEMO-Corpus (morph,test)
  • NEMO-Corpus (token,dev)
  • NEMO-Corpus (token,test)

5 variant names, as the archive lists them.

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