MAVEN Event Detection Challenge

Organized by wangxz098 - Current server time: March 30, 2025, 11:11 a.m. UTC

Current

Challenge
Oct. 25, 2020, midnight UTC

End

Competition Ends
Never

Welcome!

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.

Evaluation Criteria

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.

Terms and Conditions

The data and reference codes are licensed under the CC BY-SA 4.0 License.

 

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
        },

    ]
}

Challenge

Start: Oct. 25, 2020, midnight

Competition Ends

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