jordyvl commited on
Commit
72512e9
1 Parent(s): 026707b

Update data/DUDE_dataset-sample_gt.json

Browse files
Files changed (1) hide show
  1. data/DUDE_dataset-sample_gt.json +23 -12
data/DUDE_dataset-sample_gt.json CHANGED
@@ -1,13 +1,24 @@
1
- [{'questionId': '0017b64bd017f06db47e56a6a113e22e_bb55e0af451429f2dcae69e6d0713616',
2
- 'question': 'What is the first and last name of the indvidual in list # 539?',
3
- 'answers': ['Ajay Dev Goud'],
4
- 'answers_page_bounding_boxes': [[{'left': 353,
5
- 'top': 409,
6
- 'width': 198,
7
- 'height': 26,
8
- 'page': 8}]],
9
- 'answers_variants': [],
10
- 'answer_type': 'extractive',
11
- 'docId': '0017b64bd017f06db47e56a6a113e22e',
12
- 'data_split': 'train'}
 
 
 
 
 
 
 
 
 
 
 
13
  ]
 
1
+ [
2
+ {
3
+ "questionId": "0017b64bd017f06db47e56a6a113e22e_bb55e0af451429f2dcae69e6d0713616",
4
+ "question": "What is the first and last name of the indvidual in list # 539?",
5
+ "answers": [
6
+ "Ajay Dev Goud"
7
+ ],
8
+ "answers_page_bounding_boxes": [
9
+ [
10
+ {
11
+ "left": 353,
12
+ "top": 409,
13
+ "width": 198,
14
+ "height": 26,
15
+ "page": 8
16
+ }
17
+ ]
18
+ ],
19
+ "answers_variants": [],
20
+ "answer_type": "extractive",
21
+ "docId": "0017b64bd017f06db47e56a6a113e22e",
22
+ "data_split": "train"
23
+ }
24
  ]