Skip to content

Commit

Permalink
Update qald-7-train-multilingual.json
Browse files Browse the repository at this point in the history
-fixed keywords of "mayor of Paris" question. (id:163, id:25)
-fixed answertype of "date, princess Diana, died" question (id:213)
  • Loading branch information
shadow14790 authored Jan 31, 2018
1 parent 786186b commit a9c7012
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 7/data/qald-7-train-multilingual.json
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@
"question": [{
"language": "en",
"string": "Who is the mayor of Paris?",
"keywords": "mayor of Paris"
"keywords": "mayor, Paris"
},
{
"language": "fa",
Expand Down Expand Up @@ -12235,7 +12235,7 @@
"question": [{
"language": "en",
"string": "To which party does the mayor of Paris belong?",
"keywords": "party, mayor of Paris, belong"
"keywords": "party, mayor, Paris, belong"
},
{
"language": "fa",
Expand Down Expand Up @@ -15692,7 +15692,7 @@
},
{
"id": "213",
"answertype": "resource",
"answertype": "date",
"aggregation": false,
"onlydbo": true,
"hybrid": false,
Expand Down Expand Up @@ -15748,13 +15748,13 @@
"answers": [{
"head": {
"vars": [
"uri"
"date"
]
},
"results": {
"bindings": [{
"uri": {
"type": "uri",
"date": {
"type": "literal",
"value": "1997-08-31"
}
}]
Expand Down

0 comments on commit a9c7012

Please sign in to comment.