caiyuhu commited on
Commit
eb25218
·
verified ·
1 Parent(s): 48f72f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ evidence_keys: [list] # A list of abstract references or identifiers fo
44
  evidence_contents: [list] # A list of resolved or actual evidence content corresponding to the `evidence_keys`.
45
  # These can include text excerpts, image file paths, or table file paths that provide the actual evidence for the answer.
46
  # Each item in this list corresponds directly to the same-index item in `evidence_keys`.
47
- # Example: ["This is the content of section 2.1.", "/path/to/figure_3_add_caption.jpg"]
48
  evidence_modal: [str] # The modality type of the evidence, with possible values: ['figure', 'table', 'text', 'mixed'] indicating the source type of the evidence
49
  evidence_count: [int] # The total count of all evidence related to the question
50
  distractor_count: [int] # The total number of distractor items, meaning information blocks that are irrelevant or misleading for the answer
 
44
  evidence_contents: [list] # A list of resolved or actual evidence content corresponding to the `evidence_keys`.
45
  # These can include text excerpts, image file paths, or table file paths that provide the actual evidence for the answer.
46
  # Each item in this list corresponds directly to the same-index item in `evidence_keys`.
47
+ # Example: ["This is the content of section 2.1.", "/path/to/figure_3.jpg"]
48
  evidence_modal: [str] # The modality type of the evidence, with possible values: ['figure', 'table', 'text', 'mixed'] indicating the source type of the evidence
49
  evidence_count: [int] # The total count of all evidence related to the question
50
  distractor_count: [int] # The total number of distractor items, meaning information blocks that are irrelevant or misleading for the answer