Skip to content

[Bug Report] Incorrect Ground Truth URLs for Tasks #584, #407, and #408 #246

@Lh-Ty

Description

@Lh-Ty

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 /edit suffix, 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:

Incorrect (Hot Sort) Correct (New Sort)

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:

Incorrect (Hot Sort) Correct (New Sort)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions