Home

Awesome

Low_Resource_KBP

knowledge graph population in low resource conditions

The file "Few-Shot_ED.json.zip" is the FewEvent dataset for the paper accepted by WSDM 2020 "Meta-Learning with Dynamic-Memory-Based Prototypical Network for Few-Shot Event Detection"

Source of Raw Data

Data Structure

In "Few-Shot_ED.json.zip",the key is "event type label", the value is the event instances.

{event_type_label1: [instance1, instance2, ...], event_type_label2: ...}

example of an event instance:

(Note that the sentence should be cleaned, e.g., To expand abbreviations)

["In trucks and on foot they came to the town of Safwan", "came", [7, 6, 12]]