About the submission format

Hi,

I’m trying to understand how should the submission look like. I did this:

{
    "your_team_name": [
        {
            "text": "He was a member of the democratic political party .", 
            "types": "/interest/ideology", 
            "entity": "democratic"
        }, 
        {
            "text": "They have several sons and a daughter .", 
            "types": "/other/number", 
            "entity": "several"

Is it the valid form?

Hi @borisov,

The submission format you shared above is valid json.
You can also download sample output json from resources section on the contest page here.

1 Like