Jietson commited on
Commit
9848146
·
verified ·
1 Parent(s): 381d16b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -75,7 +75,8 @@ Each question entry is arranged as follows. **Note that for visual questions, th
75
  "instructions": instructions,
76
  "url": url of the input image,
77
  "extra_input_figure_ids": ids of the extra input figures,
78
- "extra_input_figure_bboxes": bbox of the extra input figures, in [x,y,w,h] format w/o normalization.
 
79
  "difficulty": difficulty level,
80
  "chart_type": chart_type,
81
  }
 
75
  "instructions": instructions,
76
  "url": url of the input image,
77
  "extra_input_figure_ids": ids of the extra input figures,
78
+ "extra_input_figure_bboxes": bbox of the extra input figures, in [x,y,w,h] format w/o normalization,
79
+ "data_fact": data fact of the question, only for text-based questions,
80
  "difficulty": difficulty level,
81
  "chart_type": chart_type,
82
  }