-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkqa_test.json
More file actions
42 lines (42 loc) · 875 Bytes
/
mkqa_test.json
File metadata and controls
42 lines (42 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"id": 6,
"lang": "en",
"question": "who sings i hear you knocking but you can't come in",
"answerText": "Dave Edmunds",
"answerEntity": [
{
"name": "Q545186",
"label": "Dave Edmunds"
}
],
"questionEntity": [
{
"name": "Q3147103",
"entityType": "entity",
"label": "I Hear You Knocking",
"mention": "i hear you knocking"
}
]
},
{
"id": 11,
"lang": "en",
"question": "who sang the song oh what a night",
"answerText": "The Four Seasons",
"answerEntity": [
{
"name": "Q687785",
"label": "The Four Seasons"
}
],
"questionEntity": [
{
"name": "Q5248905",
"entityType": "entity",
"label": "December, 1963 (Oh, What a Night)",
"mention": "oh what a night"
}
]
}
]