genia2011 / schema.json
anon0416's picture
Add joint NER and event extraction layers
2708b73
Raw
History Blame Contribute Delete
6.3 kB
{
"entities": [
{
"label": "entity",
"description": "A generic non-protein physical entity used as an event site or location argument."
},
{
"label": "protein",
"description": "A gene or gene-product mention, represented by the GENIA Protein label."
}
],
"json_structures": [
{
"label": "binding",
"description": "Association of two or more biological participants.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "Site",
"description": "The site on the theme where the event occurs."
},
{
"label": "Site2",
"description": "The site on the theme where the event occurs; Site2 distinguishes an additional filler of the same role."
},
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
},
{
"label": "Theme2",
"description": "The primary participant or event affected by the event; Theme2 distinguishes an additional filler of the same role."
},
{
"label": "Theme3",
"description": "The primary participant or event affected by the event; Theme3 distinguishes an additional filler of the same role."
},
{
"label": "Theme4",
"description": "The primary participant or event affected by the event; Theme4 distinguishes an additional filler of the same role."
}
]
},
{
"label": "gene expression",
"description": "Expression or production of a gene product.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
}
]
},
{
"label": "localization",
"description": "Presence or movement of a biological participant at or to a location.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "AtLoc",
"description": "The location at which the event or its theme is situated."
},
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
},
{
"label": "ToLoc",
"description": "The destination location to which a participant moves."
}
]
},
{
"label": "negative regulation",
"description": "Regulation that decreases, suppresses, or prevents its theme.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "CSite",
"description": "The site on the cause that participates in a regulatory event."
},
{
"label": "Cause",
"description": "The participant or event responsible for causing or regulating the event."
},
{
"label": "Site",
"description": "The site on the theme where the event occurs."
},
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
}
]
},
{
"label": "phosphorylation",
"description": "Addition of a phosphate group to a biological molecule.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "Site",
"description": "The site on the theme where the event occurs."
},
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
}
]
},
{
"label": "positive regulation",
"description": "Regulation that increases, promotes, or enables its theme.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "CSite",
"description": "The site on the cause that participates in a regulatory event."
},
{
"label": "Cause",
"description": "The participant or event responsible for causing or regulating the event."
},
{
"label": "Site",
"description": "The site on the theme where the event occurs."
},
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
}
]
},
{
"label": "protein catabolism",
"description": "Degradation or catabolic processing of a protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
}
]
},
{
"label": "regulation",
"description": "Regulation whose positive or negative direction is not specified.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "CSite",
"description": "The site on the cause that participates in a regulatory event."
},
{
"label": "Cause",
"description": "The participant or event responsible for causing or regulating the event."
},
{
"label": "Site",
"description": "The site on the theme where the event occurs."
},
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
}
]
},
{
"label": "transcription",
"description": "Transcription of a gene or DNA template into RNA.",
"anchor": "trigger",
"anchor_description": "The word or phrase that expresses the event.",
"roles": [
{
"label": "Theme",
"description": "The primary participant or event affected by the event."
}
]
}
]
}