Skip to content

231sm/Low_Resource_KBP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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]]

  • "In trucks and on foot they came to the town of Safwan" is an event mention
  • "came" is trigger
  • 7 means the distance from trigger "came" to the beginning of the sentence
  • 6 means the distance from trigger "came" to the ending of the sentence
  • 12 means the sentence length

About

knowledge graph population in low resource conditions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published