KGQA/QALD_9_plus

Questions with ids 39 (test) and 121 (train) are the same in the DBpedia set

Perevalov opened this issue · 1 comments

Test:

{
    "id": "39",
    "question": [
        {
            "language": "en",
            "string": "Which poet wrote the most books?"
        },

Train:

{
    "id": "121",
    "question": [
        {
            "language": "en",
            "string": "Which poet wrote the most books?"
        },

Ups...that is called test leakage. Remove in the next version?