-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
While evaluating the WebArena dataset, I noticed some discrepancies in the ground truth (eval.program_html.url) for tasks #584, #407, and #408.
It appears that for the "Upvote the newest post" tasks, the current ground truth points to older posts (likely due to "Hot" sorting) rather than the actual newest ones present in the environment snapshot. Similarly, Task #584 has a URL mismatch.
Here are the details and evidence:
1. Task #584
- Issue: The ground truth URL excludes the
/editsuffix, which contradicts the expected action state. - Current Ground Truth:
__REDDIT__/f/Karaoke - Suggested Correction:
__REDDIT__/f/Karaoke/edit
2. Task #407
- Intent: "Upvote the newest post in deeplearning subreddit"
- Analysis:
- The current ground truth points to the post "meta-s-llama-weights...", which appears to be the top post when sorted by Hot.
- The actual Newest post in the environment snapshot is "should-i-continue-with-this".
- Current Ground Truth (Incorrect):
__REDDIT__/f/deeplearning/124993/meta-s-llama-weights-leaked-on-torrent-and-the-best-thing - Suggested Correction:
__REDDIT__/f/deeplearning/125036/should-i-continue-with-this
Evidence:
![]() |
![]() |
3. Task #408
- Intent: "Upvote the newest post in explain like im 5 subreddit"
- Analysis:
- Similar to #407, the ground truth points to the "Hot" post ("eli5-how-does-pinching...").
- The correct Newest post is "eli5-why-does-pressing...".
- Current Ground Truth (Incorrect):
__REDDIT__/f/explainlikeimfive/39244/eli5-how-does-pinching-a-ribbon-and-sliding-your-finger - Suggested Correction:
__REDDIT__/f/explainlikeimfive/125342/eli5-why-does-pressing-my-palms-against-my-eyes-create-a
Evidence:
![]() |
![]() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels



