avanigupta Claude Opus 4.6 (1M context) commited on
Commit
8910a26
·
1 Parent(s): 4051320

fix alignment demo trajectory to use correct clean values for fixes

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. dataqa_env/server/gradio_ui.py +3 -3
dataqa_env/server/gradio_ui.py CHANGED
@@ -145,9 +145,9 @@ AGENT_TRAJECTORIES = {
145
  "row:3,col:response,issue:inconsistent_value",
146
  ],
147
  "fixes": [
148
- "row:6,col:response,fix:Buenos dias. In Spanish this is a common greeting used in the morning.",
149
- "row:10,col:response,fix:The capital of Japan is Tokyo.",
150
- "row:19,col:response,fix:The water cycle describes continuous movement of water on Earth.",
151
  ],
152
  },
153
  ],
 
145
  "row:3,col:response,issue:inconsistent_value",
146
  ],
147
  "fixes": [
148
+ "row:6,col:response,fix:The scientific name for the flower commonly called a cherry blossom is Prunus serrulata. It can be found in white pink and red colors.",
149
+ "row:4,col:response,fix:The most expensive painting ever sold at auction is Salvator Mundi by Leonardo da Vinci. It was sold for $450.3 million at Christie's in New York City in 2017.",
150
+ "row:20,col:response,fix:Five animals that live in grasslands are lions zebras cheetahs gazelles and hyenas. These animals live in grasslands to access the food water and shade that grasslands provide.",
151
  ],
152
  },
153
  ],