KuangshiAi commited on
Commit
8a11f9b
·
1 Parent(s): a7c3bab

rubric edits from Jason Sun

Browse files
eval_cases/paraview/main_cases.yaml CHANGED
@@ -416,18 +416,19 @@
416
  5) Set the viewpoint parameters as: [600, 0, 0] to position; [0, 0, 0] to focal point; [0, -1, 0] to camera up direction
417
  6) White background
418
  7) Visualization image resolution is 1024x1024
419
- 8) Save the visualization image as a png file "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.png"
420
- 9) (Option 1) Save the paraview state as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.pvsm" if you are using ParaView as the visualization tool
421
- 10) (Option 2) Save the cxx code script as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.cxx" if you are using VTK as the visualization tool
 
422
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
423
  assert:
424
  - type: llm-rubric
425
  subtype: vision
426
  value: |
427
- 1. Overall Visualization Goal: Does the result present a good isosurface rendering compared to groundtruth?
428
-
429
  2. Is the skin of the Chameleon object of green color?
430
-
431
  3. Is the bone of the Chameleon object of white color?
432
 
433
 
@@ -445,9 +446,10 @@
445
  3) Set the color transfer function to assign a warm red color [0.71, 0.02, 0.15] to the highest value, a cool color [0.23, 0.29, 0.75] to the lowest value, and a grey color[0.87, 0.87, 0.87] to the midrange value
446
  4) Set the viewpoint parameters as: [0, 450, 0] to position; [0, 0, -15] to focal point; [0, 0, -1] to camera up direction
447
  5) Visualization image resolution is 1024x1024. White background. Shade turned off. Volume rendering ray casting sample distance is 0.1
448
- 6) Save the visualization image as a png file "argon-bubble/results/{agent_mode}/argon-bubble.png"
449
- 7) (Option 1) Save the paraview state as "argon-bubble/results/{agent_mode}/argon-bubble.pvsm" if you are using ParaView as the visualization tool
450
- 8) (Option 2) Save the cxx code script as "argon-bubble/results/{agent_mode}/argon-bubble.cxx" if you are using VTK as the visualization tool
 
451
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
452
  assert:
453
  - type: llm-rubric
@@ -474,9 +476,10 @@
474
  5) Set the viewpoint parameters as: [420, 420, -550] to position; [128, 128, 150] to focal point; [-1, -1, 1] to camera up direction
475
  6) Turn on the shade and set the ambient, diffuse and specular as 1.0
476
  7) White background. Volume rendering ray casting sample distance is 0.1
477
- 8) Save the visualization image as a png file "richtmyer/results/{agent_mode}/richtmyer.png"
478
- 9) (Option 1) Save the paraview state as "richtmyer/results/{agent_mode}/richtmyer.pvsm" if you are using ParaView as the visualization tool
479
- 10) (Option 2) Save the cxx code script as "richtmyer/results/{agent_mode}/richtmyer.cxx" if you are using VTK as the visualization tool
 
480
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
481
  assert:
482
  - type: llm-rubric
@@ -484,9 +487,9 @@
484
  value: |
485
  1. Does the visualization show a clear surface with peaks and valleys?
486
 
487
- 2. Are the peaks highlighted with the color yellow?
488
 
489
- 3. Are the valleys highlighted with the color blue?
490
 
491
 
492
  # 15. Rayleigh-Taylor Instability (Miranda)
@@ -503,9 +506,10 @@
503
  5) Volume rendering ray casting sample distance is 0.1
504
  6) White background
505
  7) Visualization image resolution is 1024x1024
506
- 8) Save the visualization image as a png file "miranda/results/{agent_mode}/miranda.png"
507
- 9) (Option 1) Save the paraview state as "miranda/results/{agent_mode}/miranda.pvsm" if you are using ParaView as the visualization tool
508
- 10) (Option 2) Save the cxx code script as "miranda/results/{agent_mode}/miranda.cxx" if you are using VTK as the visualization tool
 
509
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
510
  assert:
511
  - type: llm-rubric
@@ -532,9 +536,10 @@
532
  5) Volume rendering ray casting sample distance is 0.1
533
  6) White background
534
  7) Visualization image resolution is 1024x1024
535
- 8) Save the visualization image as a png file "rotstrat/results/{agent_mode}/rotstrat.png"
536
- 9) (Option 1) Save the paraview state as "rotstrat/results/{agent_mode}/rotstrat.pvsm" if you are using ParaView as the visualization tool
537
- 10) (Option 2) Save the cxx code script as "rotstrat/results/{agent_mode}/rotstrat.cxx" if you are using VTK as the visualization tool
 
538
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
539
  assert:
540
  - type: llm-rubric
@@ -542,9 +547,9 @@
542
  value: |
543
  1. Does the visualization image clearly show the shape of turbulence compared to ground truth?
544
 
545
- 2. Does the blueish region show areas with low opacity?
546
 
547
- 3. Does the reddish region show areas with high opacity?
548
 
549
 
550
  # Vector Field Cases
 
416
  5) Set the viewpoint parameters as: [600, 0, 0] to position; [0, 0, 0] to focal point; [0, -1, 0] to camera up direction
417
  6) White background
418
  7) Visualization image resolution is 1024x1024
419
+ 8) Don't show color/scalar bar or coordinate axes.
420
+ 9) Save the visualization image as a png file "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.png"
421
+ 10) (Option 1) Save the paraview state as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.pvsm" if you are using ParaView as the visualization tool
422
+ 11) (Option 2) Save the cxx code script as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.cxx" if you are using VTK as the visualization tool
423
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
424
  assert:
425
  - type: llm-rubric
426
  subtype: vision
427
  value: |
428
+ 1. Does the result present 2 isosurfaces, one showing the inner part of the chameleon and one showing the outer part of the chameleon?
429
+
430
  2. Is the skin of the Chameleon object of green color?
431
+
432
  3. Is the bone of the Chameleon object of white color?
433
 
434
 
 
446
  3) Set the color transfer function to assign a warm red color [0.71, 0.02, 0.15] to the highest value, a cool color [0.23, 0.29, 0.75] to the lowest value, and a grey color[0.87, 0.87, 0.87] to the midrange value
447
  4) Set the viewpoint parameters as: [0, 450, 0] to position; [0, 0, -15] to focal point; [0, 0, -1] to camera up direction
448
  5) Visualization image resolution is 1024x1024. White background. Shade turned off. Volume rendering ray casting sample distance is 0.1
449
+ 6) Don't show color/scalar bar or coordinate axes.
450
+ 7) Save the visualization image as a png file "argon-bubble/results/{agent_mode}/argon-bubble.png"
451
+ 8) (Option 1) Save the paraview state as "argon-bubble/results/{agent_mode}/argon-bubble.pvsm" if you are using ParaView as the visualization tool
452
+ 9) (Option 2) Save the cxx code script as "argon-bubble/results/{agent_mode}/argon-bubble.cxx" if you are using VTK as the visualization tool
453
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
454
  assert:
455
  - type: llm-rubric
 
476
  5) Set the viewpoint parameters as: [420, 420, -550] to position; [128, 128, 150] to focal point; [-1, -1, 1] to camera up direction
477
  6) Turn on the shade and set the ambient, diffuse and specular as 1.0
478
  7) White background. Volume rendering ray casting sample distance is 0.1
479
+ 8) Don't show color/scalar bar or coordinate axes.
480
+ 9) Save the visualization image as a png file "richtmyer/results/{agent_mode}/richtmyer.png"
481
+ 10) (Option 1) Save the paraview state as "richtmyer/results/{agent_mode}/richtmyer.pvsm" if you are using ParaView as the visualization tool
482
+ 11) (Option 2) Save the cxx code script as "richtmyer/results/{agent_mode}/richtmyer.cxx" if you are using VTK as the visualization tool
483
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
484
  assert:
485
  - type: llm-rubric
 
487
  value: |
488
  1. Does the visualization show a clear surface with peaks and valleys?
489
 
490
+ 2. Are the peaks highlighted with the reddish color?
491
 
492
+ 3. Are the valleys highlighted with the bluish color?
493
 
494
 
495
  # 15. Rayleigh-Taylor Instability (Miranda)
 
506
  5) Volume rendering ray casting sample distance is 0.1
507
  6) White background
508
  7) Visualization image resolution is 1024x1024
509
+ 8) Don't show color/scalar bar or coordinate axes.
510
+ 9) Save the visualization image as a png file "miranda/results/{agent_mode}/miranda.png"
511
+ 10) (Option 1) Save the paraview state as "miranda/results/{agent_mode}/miranda.pvsm" if you are using ParaView as the visualization tool
512
+ 11) (Option 2) Save the cxx code script as "miranda/results/{agent_mode}/miranda.cxx" if you are using VTK as the visualization tool
513
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
514
  assert:
515
  - type: llm-rubric
 
536
  5) Volume rendering ray casting sample distance is 0.1
537
  6) White background
538
  7) Visualization image resolution is 1024x1024
539
+ 8) Don't show color/scalar bar or coordinate axes.
540
+ 9) Save the visualization image as a png file "rotstrat/results/{agent_mode}/rotstrat.png"
541
+ 10) (Option 1) Save the paraview state as "rotstrat/results/{agent_mode}/rotstrat.pvsm" if you are using ParaView as the visualization tool
542
+ 11) (Option 2) Save the cxx code script as "rotstrat/results/{agent_mode}/rotstrat.cxx" if you are using VTK as the visualization tool
543
  You should only choose one of Option 1 or Option 2 to save your work. Do not save any other files, and always save the visualization image.
544
  assert:
545
  - type: llm-rubric
 
547
  value: |
548
  1. Does the visualization image clearly show the shape of turbulence compared to ground truth?
549
 
550
+ 2. Does the visualization show the shape of a vortex in the upper right part of the image?
551
 
552
+ 3. Does the visualization show the shape of a vortex in the bottom left corner of the image?
553
 
554
 
555
  # Vector Field Cases
main/argon-bubble/task_description.txt CHANGED
@@ -6,6 +6,7 @@ Generate a visualization image of the Argon Bubble scalar field dataset with the
6
  3) Set the color transfer function to assign a warm red color [0.71, 0.02, 0.15] to the highest value, a cool color [0.23, 0.29, 0.75] to the lowest value, and a grey color[0.87, 0.87, 0.87] to the midrange value
7
  4) Set the viewpoint parameters as: [0, 450, 0] to position; [0, 0, -15] to focal point; [0, 0, -1] to camera up direction
8
  5) Visualization image resolution is 1024x1024. White background. Shade turned off. Volume rendering ray casting sample distance is 0.1
9
- 6) Save the visualization image as a png file "argon-bubble/results/{agent_mode}/argon-bubble.png"
10
- 7) (Option 1) Save the paraview state as "argon-bubble/results/{agent_mode}/argon-bubble.pvsm" if you are using ParaView as the visualization tool
11
- 8) (Option 2) Save the cxx code script as "argon-bubble/results/{agent_mode}/argon-bubble.cxx" if you are using VTK as the visualization tool
 
 
6
  3) Set the color transfer function to assign a warm red color [0.71, 0.02, 0.15] to the highest value, a cool color [0.23, 0.29, 0.75] to the lowest value, and a grey color[0.87, 0.87, 0.87] to the midrange value
7
  4) Set the viewpoint parameters as: [0, 450, 0] to position; [0, 0, -15] to focal point; [0, 0, -1] to camera up direction
8
  5) Visualization image resolution is 1024x1024. White background. Shade turned off. Volume rendering ray casting sample distance is 0.1
9
+ 6) Don't show color/scalar bar or coordinate axes.
10
+ 7) Save the visualization image as a png file "argon-bubble/results/{agent_mode}/argon-bubble.png"
11
+ 8) (Option 1) Save the paraview state as "argon-bubble/results/{agent_mode}/argon-bubble.pvsm" if you are using ParaView as the visualization tool
12
+ 9) (Option 2) Save the cxx code script as "argon-bubble/results/{agent_mode}/argon-bubble.cxx" if you are using VTK as the visualization tool
main/chameleon_isosurface/task_description.txt CHANGED
@@ -8,6 +8,7 @@ Generate a visualization image of 2 isosurfaces of the Chameleon scalar field da
8
  5) Set the viewpoint parameters as: [600, 0, 0] to position; [0, 0, 0] to focal point; [0, -1, 0] to camera up direction
9
  6) White background
10
  7) Visualization image resolution is 1024x1024
11
- 8) Save the visualization image as a png file "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.png"
12
- 9) (Option 1) Save the paraview state as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.pvsm" if you are using ParaView as the visualization tool
13
- 10) (Option 2) Save the cxx code script as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.cxx" if you are using VTK as the visualization tool
 
 
8
  5) Set the viewpoint parameters as: [600, 0, 0] to position; [0, 0, 0] to focal point; [0, -1, 0] to camera up direction
9
  6) White background
10
  7) Visualization image resolution is 1024x1024
11
+ 8) Don't show color/scalar bar or coordinate axes.
12
+ 9) Save the visualization image as a png file "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.png"
13
+ 10) (Option 1) Save the paraview state as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.pvsm" if you are using ParaView as the visualization tool
14
+ 11) (Option 2) Save the cxx code script as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.cxx" if you are using VTK as the visualization tool
main/chameleon_isosurface/visualization_goals.txt CHANGED
@@ -1,4 +1,4 @@
1
- 1. Overall Visualization Goal: Does the result present a good isosurface rendering compared to groundtruth?
2
 
3
  2. Is the skin of the Chameleon object of green color?
4
 
 
1
+ 1. Does the result present 2 isosurfaces, one showing the inner part of the chameleon and one showing the outer part of the chameleon?
2
 
3
  2. Is the skin of the Chameleon object of green color?
4
 
main/miranda/task_description.txt CHANGED
@@ -8,6 +8,7 @@ Generate a visualization image of the Rayleigh-Taylor Instability dataset, a tim
8
  5) Volume rendering ray casting sample distance is 0.1
9
  6) White background
10
  7) Visualization image resolution is 1024x1024
11
- 8) Save the visualization image as a png file "miranda/results/{agent_mode}/miranda.png"
12
- 9) (Option 1) Save the paraview state as "miranda/results/{agent_mode}/miranda.pvsm" if you are using ParaView as the visualization tool
13
- 10) (Option 2) Save the cxx code script as "miranda/results/{agent_mode}/miranda.cxx" if you are using VTK as the visualization tool
 
 
8
  5) Volume rendering ray casting sample distance is 0.1
9
  6) White background
10
  7) Visualization image resolution is 1024x1024
11
+ 8) Don't show color/scalar bar or coordinate axes.
12
+ 9) Save the visualization image as a png file "miranda/results/{agent_mode}/miranda.png"
13
+ 10) (Option 1) Save the paraview state as "miranda/results/{agent_mode}/miranda.pvsm" if you are using ParaView as the visualization tool
14
+ 11) (Option 2) Save the cxx code script as "miranda/results/{agent_mode}/miranda.cxx" if you are using VTK as the visualization tool
main/richtmyer/task_description.txt CHANGED
@@ -8,6 +8,7 @@ Generate a visualization image of the Richtmyer dataset, Entropy field (timestep
8
  5) Set the viewpoint parameters as: [420, 420, -550] to position; [128, 128, 150] to focal point; [-1, -1, 1] to camera up direction
9
  6) Turn on the shade and set the ambient, diffuse and specular as 1.0
10
  7) White background. Volume rendering ray casting sample distance is 0.1
11
- 8) Save the visualization image as a png file "richtmyer/results/{agent_mode}/richtmyer.png"
12
- 9) (Option 1) Save the paraview state as "richtmyer/results/{agent_mode}/richtmyer.pvsm" if you are using ParaView as the visualization tool
13
- 10) (Option 2) Save the cxx code script as "richtmyer/results/{agent_mode}/richtmyer.cxx" if you are using VTK as the visualization tool
 
 
8
  5) Set the viewpoint parameters as: [420, 420, -550] to position; [128, 128, 150] to focal point; [-1, -1, 1] to camera up direction
9
  6) Turn on the shade and set the ambient, diffuse and specular as 1.0
10
  7) White background. Volume rendering ray casting sample distance is 0.1
11
+ 8) Don't show color/scalar bar or coordinate axes.
12
+ 9) Save the visualization image as a png file "richtmyer/results/{agent_mode}/richtmyer.png"
13
+ 10) (Option 1) Save the paraview state as "richtmyer/results/{agent_mode}/richtmyer.pvsm" if you are using ParaView as the visualization tool
14
+ 11) (Option 2) Save the cxx code script as "richtmyer/results/{agent_mode}/richtmyer.cxx" if you are using VTK as the visualization tool
main/richtmyer/visualization_goals.txt CHANGED
@@ -1,5 +1,5 @@
1
  1. Does the visualization show a clear surface with peaks and valleys?
2
 
3
- 2. Are the peaks highlighted with the color yellow?
4
 
5
- 3. Are the valleys highlighted with the color blue?
 
1
  1. Does the visualization show a clear surface with peaks and valleys?
2
 
3
+ 2. Are the peaks highlighted with the reddish color?
4
 
5
+ 3. Are the valleys highlighted with the bluish color?
main/rotstrat/task_description.txt CHANGED
@@ -8,6 +8,7 @@ Generate a visualization image of the Rotstrat dataset, temperature field of a d
8
  5) Volume rendering ray casting sample distance is 0.1
9
  6) White background
10
  7) Visualization image resolution is 1024x1024
11
- 8) Save the visualization image as a png file "rotstrat/results/{agent_mode}/rotstrat.png"
12
- 9) (Option 1) Save the paraview state as "rotstrat/results/{agent_mode}/rotstrat.pvsm" if you are using ParaView as the visualization tool
13
- 10) (Option 2) Save the cxx code script as "rotstrat/results/{agent_mode}/rotstrat.cxx" if you are using VTK as the visualization tool
 
 
8
  5) Volume rendering ray casting sample distance is 0.1
9
  6) White background
10
  7) Visualization image resolution is 1024x1024
11
+ 8) Don't show color/scalar bar or coordinate axes.
12
+ 9) Save the visualization image as a png file "rotstrat/results/{agent_mode}/rotstrat.png"
13
+ 10) (Option 1) Save the paraview state as "rotstrat/results/{agent_mode}/rotstrat.pvsm" if you are using ParaView as the visualization tool
14
+ 11) (Option 2) Save the cxx code script as "rotstrat/results/{agent_mode}/rotstrat.cxx" if you are using VTK as the visualization tool
main/rotstrat/visualization_goals.txt CHANGED
@@ -1,5 +1,5 @@
1
  1. Does the visualization image clearly show the shape of turbulence compared to ground truth?
2
 
3
- 2. Does the blueish region show areas with low opacity?
4
 
5
- 3. Does the reddish region show areas with high opacity?
 
1
  1. Does the visualization image clearly show the shape of turbulence compared to ground truth?
2
 
3
+ 2. Does the visualization show the shape of a vortex in the upper right part of the image?
4
 
5
+ 3. Does the visualization show the shape of a vortex in the bottom left corner of the image?