FewEvent (Deng et al., WSDM 2020) converted into the mneb json_structures event-extraction
format. FewEvent annotates two tasks — event detection (triggers) and event argument
extraction (roles); it has no entity or relation layer, so each record's output carries
only json_structures. Char offsets are end-exclusive (input[start:end] == text).
One record = one sentence = one event. Single test split per config.
The two configs (split by… See the full description on the dataset page: https://huggingface.co/datasets/mneb/few-event.