Add paper link to dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -1,18 +1,20 @@
1
  ---
2
  license: mit
3
  task_categories:
4
- - visual-question-answering
5
- tags:
6
- - medical
7
- - ct
8
- - 3d
9
- - radiology
10
- - vqa
11
  pretty_name: MeasureVQA
 
 
 
 
 
 
12
  ---
13
 
14
  # MeasureVQA
15
 
 
 
16
  An **image-grounded** measurement VQA benchmark for 3D CT, released with
17
  **CheapCT** ([code](https://github.com/renjie-liang/CheapCT)).
18
 
@@ -57,7 +59,10 @@ Each file is a list of VQA records in LLaVA-style conversation format:
57
  "answer_letters":["C"], // gold letter(s)
58
  "flag": "", // e.g. MARGINAL for the spatial-position canary
59
  "conversations": [
60
- {"from": "human", "value": "<image>\nHow would you characterize the cardiothoracic ...?\n(A) High (B) Moderate (C) Low\nAnswer with the letter only."},
 
 
 
61
  {"from": "gpt", "value": "C"}
62
  ]
63
  }
@@ -80,4 +85,4 @@ here. Obtain the raw CT volumes from their sources under their own licenses:
80
  ```python
81
  import json
82
  records = json.load(open("ctrate/valid_size.json"))
83
- ```
 
1
  ---
2
  license: mit
3
  task_categories:
4
+ - visual-question-answering
 
 
 
 
 
 
5
  pretty_name: MeasureVQA
6
+ tags:
7
+ - medical
8
+ - ct
9
+ - 3d
10
+ - radiology
11
+ - vqa
12
  ---
13
 
14
  # MeasureVQA
15
 
16
+ Paper: [When Do Cheap Probes Predict Expensive Training? Probing 3D-CT Encoders for Text Generation](https://huggingface.co/papers/2607.22771)
17
+
18
  An **image-grounded** measurement VQA benchmark for 3D CT, released with
19
  **CheapCT** ([code](https://github.com/renjie-liang/CheapCT)).
20
 
 
59
  "answer_letters":["C"], // gold letter(s)
60
  "flag": "", // e.g. MARGINAL for the spatial-position canary
61
  "conversations": [
62
+ {"from": "human", "value": "<image>
63
+ How would you characterize the cardiothoracic ...?
64
+ (A) High (B) Moderate (C) Low
65
+ Answer with the letter only."},
66
  {"from": "gpt", "value": "C"}
67
  ]
68
  }
 
85
  ```python
86
  import json
87
  records = json.load(open("ctrate/valid_size.json"))
88
+ ```