Welcome to the MAVEN event detection challenge. MAVEN is a massive general domain textual event detection dataset.
You can submit the prediction results of the test dataset here. For more information, please refer to our Github and paper.
The submissions are evaluated with precision, recall, and F1 (micro and macro averaged). The evaluation script is available at the Github repository. For more details, please refer to the paper.
The participant needs to name your result file as ''results.jsonl'' and compress it into zip format for submission.
Each line in the submission file should be a json string encoding the prediction results for one document. The json format is as below:
{
"id": "6b2e8c050e30872e49c2f46edb4ac044", // id for the document
"predictions":[ // a list, prediction results for the provided candidates
{
"id": "46348f4078ae8460df4916d03573b7de", // id for the candidate
"type_id": 10, // integer id for the predicted type, 0 for the negative instances
},
]
}
Start: Oct. 25, 2020, midnight
Never
You must be logged in to participate in competitions.
Sign In# | Username | Score |
---|---|---|
1 | Lucy_Leo | 70.35 |
2 | wjdzxh | 69.54 |
3 | sddl_1 | 69.54 |