genia2011 / schema.json
yangwang825's picture
Add train, validation, test with schema
b399173 verified
Raw
History Blame Contribute Delete
5.88 kB
{
"json_structures": [
{
"label": "gene expression",
"description": "An event in which a gene product is expressed or produced.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the gene expression event.",
"roles": [
{
"label": "Theme",
"description": "The gene or gene product being expressed."
}
]
},
{
"label": "transcription",
"description": "An event in which a gene is transcribed into RNA.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the transcription event.",
"roles": [
{
"label": "Theme",
"description": "The gene being transcribed."
}
]
},
{
"label": "protein catabolism",
"description": "An event involving the degradation or breakdown of a protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating protein degradation.",
"roles": [
{
"label": "Theme",
"description": "The protein undergoing degradation."
}
]
},
{
"label": "phosphorylation",
"description": "An event in which a phosphate group is added to a protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the phosphorylation event.",
"roles": [
{
"label": "Theme",
"description": "The protein being phosphorylated."
},
{
"label": "Site",
"description": "The molecular site where phosphorylation occurs."
}
]
},
{
"label": "localization",
"description": "An event describing the transport or location of a protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the localization event.",
"roles": [
{
"label": "Theme",
"description": "The protein being localized or transported."
},
{
"label": "AtLoc",
"description": "The location where the protein is located."
},
{
"label": "ToLoc",
"description": "The destination location of the localization event."
}
]
},
{
"label": "binding",
"description": "An event in which two or more proteins physically bind or form a complex.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the binding event.",
"roles": [
{
"label": "Theme",
"description": "A protein participating in the binding event."
},
{
"label": "Theme2",
"description": "An additional protein participating in the binding event."
},
{
"label": "Theme3",
"description": "A third protein participating in the binding event."
},
{
"label": "Theme4",
"description": "A fourth protein participating in the binding event."
},
{
"label": "Site",
"description": "The molecular binding site of a theme participant."
},
{
"label": "Site2",
"description": "The molecular binding site corresponding to an additional theme participant."
}
]
},
{
"label": "regulation",
"description": "A regulatory event in which one entity or event influences another without specifying whether the effect is positive or negative.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the regulation event.",
"roles": [
{
"label": "Theme",
"description": "The entity or event being regulated."
},
{
"label": "Cause",
"description": "The entity or event responsible for the regulation."
},
{
"label": "Site",
"description": "The molecular site of the regulated theme."
},
{
"label": "CSite",
"description": "The molecular site of the cause involved in the regulation."
}
]
},
{
"label": "positive regulation",
"description": "A regulatory event in which one entity or event activates, promotes, or increases another event or protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the positive regulation event.",
"roles": [
{
"label": "Theme",
"description": "The entity or event being positively regulated."
},
{
"label": "Cause",
"description": "The entity or event responsible for the positive regulation."
},
{
"label": "Site",
"description": "The molecular site of the regulated theme."
},
{
"label": "CSite",
"description": "The molecular site of the cause involved in the positive regulation."
}
]
},
{
"label": "negative regulation",
"description": "A regulatory event in which one entity or event inhibits, suppresses, or decreases another event or protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the negative regulation event.",
"roles": [
{
"label": "Theme",
"description": "The entity or event being negatively regulated."
},
{
"label": "Cause",
"description": "The entity or event responsible for the negative regulation."
},
{
"label": "Site",
"description": "The molecular site of the regulated theme."
},
{
"label": "CSite",
"description": "The molecular site of the cause involved in the negative regulation."
}
]
}
]
}