KuangshiAi commited on
Commit
0741ce8
·
1 Parent(s): a8b7b1e

update yaml files

Browse files
eval_cases/molecular_vis/actions/basic_actions.yaml CHANGED
@@ -12,7 +12,7 @@
12
  # Loading a CIF file
13
  - vars:
14
  question: |
15
- Remove all molecules from and load the data "/Users/kuangshiai/Documents/ND-VIS/Code/SciVisAgentBench/SciVisAgentBench-tasks/molecular_vis/data/1CRN.cif".
16
  Take a screenshot to confirm if the dataset has been loaded.
17
  Respond with <1> if the cif file has been loaded and the molecule is visible in the viewport, or <0> if it failed. Only respond with <1> or <0>.
18
  assert:
 
12
  # Loading a CIF file
13
  - vars:
14
  question: |
15
+ Remove all molecules from and load the data from "data/1CRN.cif".
16
  Take a screenshot to confirm if the dataset has been loaded.
17
  Respond with <1> if the cif file has been loaded and the molecule is visible in the viewport, or <0> if it failed. Only respond with <1> or <0>.
18
  assert:
eval_cases/napari/0_actions/eval_basic_napari_functions.yaml CHANGED
@@ -14,7 +14,7 @@
14
  # Test: open_file - Load a multi-dimensional image file (T, Z, Y, X, C)
15
  - vars:
16
  question: |
17
- Load the file "dataset_001/dataset_001.tiff" into the viewer.
18
  Respond with <1> if the file was successfully loaded, or <0> if it failed. Only respond with <1> or <0>.
19
  assert:
20
  - type: contains-all
@@ -42,7 +42,7 @@
42
  # Test: open_file - Load a single image file
43
  - vars:
44
  question: |
45
- Load the file "dataset_002/dataset_002.tif" into the viewer.
46
  Respond with <1> if the file was successfully loaded, or <0> if it failed. Only respond with <1> or <0>.
47
  assert:
48
  - type: contains-all
 
14
  # Test: open_file - Load a multi-dimensional image file (T, Z, Y, X, C)
15
  - vars:
16
  question: |
17
+ Load the file "data/dataset_001/dataset_001.tiff" into the viewer.
18
  Respond with <1> if the file was successfully loaded, or <0> if it failed. Only respond with <1> or <0>.
19
  assert:
20
  - type: contains-all
 
42
  # Test: open_file - Load a single image file
43
  - vars:
44
  question: |
45
+ Load the file "data/dataset_002/dataset_002.tif" into the viewer.
46
  Respond with <1> if the file was successfully loaded, or <0> if it failed. Only respond with <1> or <0>.
47
  assert:
48
  - type: contains-all
eval_cases/napari/1_workflows/eval_visualization_workflows.yaml CHANGED
@@ -4,7 +4,7 @@
4
  # Test: Multi-channel Overlay with Colormaps with channels
5
  - vars:
6
  question: |
7
- 1. Load the "data/dataset_001/dataset_002.tif" dataset into napari.
8
  2. Depending on the number of channels, set the colormap for the first channel 0 to red and channel 1 to green.
9
  3. Switch to the 3D view.
10
  4. Use additive blending for all channels to create an overlay visualization.
 
4
  # Test: Multi-channel Overlay with Colormaps with channels
5
  - vars:
6
  question: |
7
+ 1. Load the "data/dataset_002/dataset_002.tif" dataset into napari.
8
  2. Depending on the number of channels, set the colormap for the first channel 0 to red and channel 1 to green.
9
  3. Switch to the 3D view.
10
  4. Use additive blending for all channels to create an overlay visualization.
eval_cases/selected_15_cases.yaml ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Selected 15 Cases for Human Evaluation
2
+ # These cases represent diverse visualization capabilities across the benchmark
3
+ #
4
+ # Each case specifies:
5
+ # - name: The case directory name
6
+ # - path: Path to the case directory (relative to workspace root)
7
+ # - yaml: Path to the YAML file containing evaluation criteria
8
+ # - description: Brief description of what the case tests
9
+
10
+ cases:
11
+ # From main benchmark (7 cases)
12
+ - name: argon-bubble
13
+ path: SciVisAgentBench-tasks/main/argon-bubble
14
+ yaml: benchmark/eval_cases/paraview/main_cases.yaml
15
+ description: Color & Opacity Mapping, Volume Rendering
16
+
17
+ - name: bonsai
18
+ path: SciVisAgentBench-tasks/main/bonsai
19
+ yaml: benchmark/eval_cases/paraview/main_cases.yaml
20
+ description: Volume Rendering
21
+
22
+ - name: trl-velocity_streamline
23
+ path: SciVisAgentBench-tasks/main/trl-velocity_streamline
24
+ yaml: benchmark/eval_cases/paraview/main_cases.yaml
25
+ description: Temporal Processing (Streamline)
26
+
27
+ - name: tornado
28
+ path: SciVisAgentBench-tasks/main/tornado
29
+ yaml: benchmark/eval_cases/paraview/main_cases.yaml
30
+ description: Glyph & Marker Placement
31
+
32
+ - name: tgc-velocity_contour
33
+ path: SciVisAgentBench-tasks/main/tgc-velocity_contour
34
+ yaml: benchmark/eval_cases/paraview/main_cases.yaml
35
+ description: Surface & Contour Extraction
36
+
37
+ - name: rti-velocity_slices
38
+ path: SciVisAgentBench-tasks/main/rti-velocity_slices
39
+ yaml: benchmark/eval_cases/paraview/main_cases.yaml
40
+ description: View & Camera Control, Data Subsetting & Extraction
41
+
42
+ - name: supernova-velocity_isosurface
43
+ path: SciVisAgentBench-tasks/main/supernova-velocity_isosurface
44
+ yaml: benchmark/eval_cases/paraview/main_cases.yaml
45
+ description: Surface & Contour Extraction (isosurface)
46
+
47
+ # From chatvis_bench (6 cases)
48
+ - name: time-varying
49
+ path: SciVisAgentBench-tasks/chatvis_bench/time-varying
50
+ yaml: benchmark/eval_cases/paraview/chatvis_bench_cases.yaml
51
+ description: Temporal Processing
52
+
53
+ - name: chart-opacity
54
+ path: SciVisAgentBench-tasks/chatvis_bench/chart-opacity
55
+ yaml: benchmark/eval_cases/paraview/chatvis_bench_cases.yaml
56
+ description: Plot & Chart Generation
57
+
58
+ - name: climate
59
+ path: SciVisAgentBench-tasks/chatvis_bench/climate
60
+ yaml: benchmark/eval_cases/paraview/chatvis_bench_cases.yaml
61
+ description: Field Computation
62
+
63
+ - name: materials
64
+ path: SciVisAgentBench-tasks/chatvis_bench/materials
65
+ yaml: benchmark/eval_cases/paraview/chatvis_bench_cases.yaml
66
+ description: Scientific Insight Derivation
67
+
68
+ - name: subseries-of-time-series
69
+ path: SciVisAgentBench-tasks/chatvis_bench/subseries-of-time-series
70
+ yaml: benchmark/eval_cases/paraview/chatvis_bench_cases.yaml
71
+ description: Dataset Restructuring
72
+
73
+ - name: shrink-sphere
74
+ path: SciVisAgentBench-tasks/chatvis_bench/shrink-sphere
75
+ yaml: benchmark/eval_cases/paraview/chatvis_bench_cases.yaml
76
+ description: Geometric & Topological Transformation
77
+
78
+ # From molecular_vis/workflows (2 cases)
79
+ - name: curved-membrane
80
+ path: SciVisAgentBench-tasks/molecular_vis/workflows/curved-membrane
81
+ yaml: benchmark/eval_cases/molecular_vis/workflows/eval_analysis_workflows.yaml
82
+ description: Data Subsetting & Extraction
83
+
84
+ - name: ras-raf-membrane
85
+ path: SciVisAgentBench-tasks/molecular_vis/workflows/ras-raf-membrane
86
+ yaml: benchmark/eval_cases/molecular_vis/workflows/eval_analysis_workflows.yaml
87
+ description: View & Camera Control
eval_cases/topology/topology_cases.yaml CHANGED
@@ -26,6 +26,7 @@
26
  Q2: What is the type of critical point closest to coordinates (4,58,12):
27
  (A) minimum (B) 1-saddle (C) 2-saddle (D) maximum
28
  Save the answers to the analysis questions in plain text as "QMCPACK/results/{agent_mode}/answers.txt".
 
29
  assert:
30
  - type: rule_based
31
  eval_script: QMCPACK/GS/QMCPACK_eval.py
@@ -56,6 +57,7 @@
56
  Q2: Out of all degenerate points, the sum of one point's coordinates is the highest. What is this highest sum, rounded to the nearest integer?
57
  (A) 124 (B) 136 (C) 148 (D) 160
58
  Save the answers to the analysis questions in plain text as "brain/results/{agent_mode}/answers.txt".
 
59
  assert:
60
  - type: rule_based
61
  eval_script: brain/GS/brain_eval.py
@@ -87,6 +89,7 @@
87
  Q2: How many points are in the largest partition region?
88
  (A) 6879 (B) 7968 (C) 8796 (D) 9687
89
  Save the answers to the analysis questions in plain text as "cylinder/results/{agent_mode}/answers.txt".
 
90
  assert:
91
  - type: rule_based
92
  eval_script: cylinder/GS/cylinder_eval.py
@@ -127,6 +130,7 @@
127
  Q3: What is the highest scalar field value of a minimum, rounded to the nearest whole number?
128
  (A) 12 (B) 26 (C) 31 (D) 58
129
  Save the answers to the analysis questions in plain text as "isabel/results/{agent_mode}/answers.txt".
 
130
  assert:
131
  - type: rule_based
132
  eval_script: isabel/GS/isabel_eval.py
@@ -176,6 +180,7 @@
176
  Q3: Which is the least common classification in the eigenvalue partition?
177
  (A) Positive scaling (B) counterclockwise rotation (C) negative scaling (D) clockwise rotation
178
  Save the answers to the analysis questions in plain text as "ocean/results/{agent_mode}/answers.txt".
 
179
  assert:
180
  - type: rule_based
181
  eval_script: ocean/GS/ocean_eval.py
@@ -209,6 +214,7 @@
209
  * "Birth" array: store the birth value of each pair.
210
  * "Persistence" array: store the persistence value of each pair.
211
  * "IsFinite" array: use 1 to mark finite persistence and 0 to mark infinite persistence.
 
212
  assert:
213
  - type: rule_based
214
  eval_script: noisyTerrain/GS/noisyTerrain_eval.py
@@ -228,6 +234,7 @@
228
  3. Save the Morse-Smale segmentation as "molecule/results/{agent_mode}/molecule.vti".
229
  It should have a point array called "Segmentation".
230
  For each point x, the array "Segmentation" should store the id number of the region in the segmentation that x belongs to.
 
231
  assert:
232
  - type: rule_based
233
  eval_script: molecule/GS/molecule_eval.py
@@ -248,6 +255,7 @@
248
  4. Save only the Ascending Manifold as "moons/results/{agent_mode}/moons.vti".
249
  It should have a point array called "AscendingManifold".
250
  For each point x, the array "AscendingManifold" should store the id number of the region that x belongs to.
 
251
  assert:
252
  - type: rule_based
253
  eval_script: moons/GS/moons_eval.py
@@ -276,6 +284,7 @@
276
  * 2 for 2-saddles
277
  * 3 for maxima
278
  - The point coordinates should be in world coordinates
 
279
  assert:
280
  - type: rule_based
281
  eval_script: dragon/GS/dragon_eval.py
 
26
  Q2: What is the type of critical point closest to coordinates (4,58,12):
27
  (A) minimum (B) 1-saddle (C) 2-saddle (D) maximum
28
  Save the answers to the analysis questions in plain text as "QMCPACK/results/{agent_mode}/answers.txt".
29
+ Do not save any files other than the specified result files.
30
  assert:
31
  - type: rule_based
32
  eval_script: QMCPACK/GS/QMCPACK_eval.py
 
57
  Q2: Out of all degenerate points, the sum of one point's coordinates is the highest. What is this highest sum, rounded to the nearest integer?
58
  (A) 124 (B) 136 (C) 148 (D) 160
59
  Save the answers to the analysis questions in plain text as "brain/results/{agent_mode}/answers.txt".
60
+ Do not save any files other than the specified result files.
61
  assert:
62
  - type: rule_based
63
  eval_script: brain/GS/brain_eval.py
 
89
  Q2: How many points are in the largest partition region?
90
  (A) 6879 (B) 7968 (C) 8796 (D) 9687
91
  Save the answers to the analysis questions in plain text as "cylinder/results/{agent_mode}/answers.txt".
92
+ Do not save any files other than the specified result files.
93
  assert:
94
  - type: rule_based
95
  eval_script: cylinder/GS/cylinder_eval.py
 
130
  Q3: What is the highest scalar field value of a minimum, rounded to the nearest whole number?
131
  (A) 12 (B) 26 (C) 31 (D) 58
132
  Save the answers to the analysis questions in plain text as "isabel/results/{agent_mode}/answers.txt".
133
+ Do not save any files other than the specified result files.
134
  assert:
135
  - type: rule_based
136
  eval_script: isabel/GS/isabel_eval.py
 
180
  Q3: Which is the least common classification in the eigenvalue partition?
181
  (A) Positive scaling (B) counterclockwise rotation (C) negative scaling (D) clockwise rotation
182
  Save the answers to the analysis questions in plain text as "ocean/results/{agent_mode}/answers.txt".
183
+ Do not save any files other than the specified result files.
184
  assert:
185
  - type: rule_based
186
  eval_script: ocean/GS/ocean_eval.py
 
214
  * "Birth" array: store the birth value of each pair.
215
  * "Persistence" array: store the persistence value of each pair.
216
  * "IsFinite" array: use 1 to mark finite persistence and 0 to mark infinite persistence.
217
+ Do not save any files other than the specified result files.
218
  assert:
219
  - type: rule_based
220
  eval_script: noisyTerrain/GS/noisyTerrain_eval.py
 
234
  3. Save the Morse-Smale segmentation as "molecule/results/{agent_mode}/molecule.vti".
235
  It should have a point array called "Segmentation".
236
  For each point x, the array "Segmentation" should store the id number of the region in the segmentation that x belongs to.
237
+ Do not save any files other than the specified result files.
238
  assert:
239
  - type: rule_based
240
  eval_script: molecule/GS/molecule_eval.py
 
255
  4. Save only the Ascending Manifold as "moons/results/{agent_mode}/moons.vti".
256
  It should have a point array called "AscendingManifold".
257
  For each point x, the array "AscendingManifold" should store the id number of the region that x belongs to.
258
+ Do not save any files other than the specified result files.
259
  assert:
260
  - type: rule_based
261
  eval_script: moons/GS/moons_eval.py
 
284
  * 2 for 2-saddles
285
  * 3 for maxima
286
  - The point coordinates should be in world coordinates
287
+ Do not save any files other than the specified result files.
288
  assert:
289
  - type: rule_based
290
  eval_script: dragon/GS/dragon_eval.py