This dataset is a concatenation of subsets of Few-NERD, CoNLL 2003 and OntoNotes v5, but only the "B-ORG" and "I-ORG" labels.
Exactly half of the samples per split contain organisations, while the other half do not contain any.
It was generated using the following script:
import random
from datasets import load_dataset, concatenate_datasets, Features, Sequence, ClassLabel, Value, DatasetDict
FEATURES = Features(
{
"tokens":… See the full description on the dataset page:
https://huggingface.co/datasets/tomaarsen/ner-orgs.