MiRA Supercharges Open LLM Agents Past GPT-4

๐กOpen model hits 43% SR on WebArena, beats GPT-4o 3xโnew SOTA for agents!
โก 30-Second TL;DR
What Changed
Subgoal decomposition enables adaptive online planning with proprietary LLMs like Gemini (+10% SR).
Why It Matters
Open models now rival or exceed proprietary ones on agent benchmarks, democratizing advanced autonomy. Enables scalable RL for real-world digital environments like browsers and OS.
What To Do Next
Reproduce MiRA on Gemma3-12B using WebArena-Lite to fine-tune your web agents.
Key Points
- โขSubgoal decomposition enables adaptive online planning with proprietary LLMs like Gemini (+10% SR).
- โขMiRA uses dense milestone-based rewards for effective RL fine-tuning on sparse tasks.
- โขGemma3-12B jumps to 43% SR on WebArena-Lite, beating GPT-4o and prior SOTA WebRL (38.4%).
- โขAddresses online execution drift and RL credit assignment in long-horizon web tasks.
๐ง Deep Insight
AI-generated analysis for this event โ not the original article.
๐ Enhanced Key Takeaways
- โขMiRA utilizes a novel 'Reward-Weighted Regression' (RWR) variant that specifically addresses the high variance typically associated with RL fine-tuning in web-based environments.
- โขThe framework incorporates a 'Dynamic Subgoal Re-planning' mechanism that triggers automatically when the agent detects a deviation from the expected DOM (Document Object Model) state, reducing cumulative error.
- โขUnlike previous WebRL approaches that rely heavily on offline trajectory datasets, MiRA demonstrates significant sample efficiency by leveraging a hybrid training loop that combines synthetic trajectory generation with real-time environment feedback.
๐ Competitor Analysisโธ Show
| Feature | MiRA (Gemma3-12B) | WebRL (SOTA) | GPT-4o (Agentic) |
|---|---|---|---|
| Planning Strategy | Dynamic Subgoal Decomposition | Static/Heuristic | Prompt-based (CoT) |
| RL Approach | Milestone-based RWR | PPO-based | None (In-context) |
| WebArena-Lite SR | 43% | 38.4% | 13.9% |
| Training Cost | Moderate (Fine-tuning) | High (Full RL) | N/A (Proprietary) |
๐ ๏ธ Technical Deep Dive
- โขArchitecture: Employs a dual-tower structure where a lightweight 'Planner' module generates subgoals, and a 'Policy' module (Gemma3-12B) executes actions.
- โขReward Function: Uses a dense reward signal derived from DOM-tree distance metrics and successful completion of intermediate HTML-element interactions.
- โขExecution Drift Mitigation: Implements a 'State-Consistency Check' that compares the current browser state against the predicted state from the subgoal planner; if the divergence exceeds a threshold, the agent forces a re-plan.
- โขTraining Methodology: Utilizes a two-stage process: (1) Supervised fine-tuning on successful trajectories, followed by (2) Reward-Weighted Regression (RWR) to optimize for milestone completion.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI โ
This is a summary, not the original. Read the source, or get the weekly briefing.
Weekly AI briefing
One email a week. Unsubscribe anytime.