smart-task / smart-2021-dataset

Apache License 2.0
7 stars 1 forks source link

DBpedia AT training dataset inconsistency #1

Open Perevalov opened 3 years ago

Perevalov commented 3 years ago

Hello, I found several examples in the dataset with answer type inconsistencies, e.g.:

{
    "id":26178,
    "question":"What kind of music is the album farewell aldebaran",
    "category":"resource",
    "type":[
        "dbo:Genre",
        "dbo:TopicalConcept",
        "dbo:MusicGenre",
        "dbo:Genre",
        "dbo:TopicalConcept",
        "dbo:MusicGenre"
    ]
},
{
    "id":26276,
    "question":"where did prince arthur of connaught die ",
    "category":"resource",
    "type":[
        "dbo:Settlement",
        "dbo:Place",
        "dbo:Location",
        "dbo:City",
        "dbo:Settlement",
        "dbo:PopulatedPlace",
        "dbo:Place",
        "dbo:Place",
        "dbo:Location",
        "dbo:AdministrativeRegion",
        "dbo:Settlement",
        "dbo:Region",
        "dbo:PopulatedPlace"
    ]
}

Is it intended to be so, or it is a bug?

nandana commented 3 years ago

I don't think they are intended. @mohnish-rygbee will take a look.