Qwen-AgentWorld: Language World Models for General Agents
1–10 of 65 posts
Re: Qwen-AgentWorld: Language World Models for General Agents
#2Re: Qwen-AgentWorld: Language World Models for General Agents
#3Re: Qwen-AgentWorld: Language World Models for General Agents
#4Re: Qwen-AgentWorld: Language World Models for General Agents
#535B model from the qwen-3.5 line https://github.com/QwenLM/Qwen-AgentWorld https://huggingface.co/Qwen/Qwen-AgentWorld-35B-A3B
Re: Qwen-AgentWorld: Language World Models for General Agents
#6Re: Qwen-AgentWorld: Language World Models for General Agents
#7The labels of the very first chart (figure 1, bottom left) are obviously wrong which casts a doubt on the entire paper.
> Figure 1: Overview of Qwen-AgentWorld. Top: Qwen-AgentWorld is a unified native language world model across seven domains. Bottom: We explore two complementary strategies for applying world modeling to enhance language agents (mainly using the 35B-A3B model as agent): Decouple and Unify , where the world model serves as the environment simulator and agent foundation model, respectively.
Where is the mistake?
Re: Qwen-AgentWorld: Language World Models for General Agents
#8Eli5? What is this compared to a regular llm assistant model like the base qwen?
I assumed at first that it was trained on synthetic data, but they actually went and deployed real physical hosts and virtual machines (e.g. Ubuntu, macOS, and Android) and browsers. They ran agentic systems on these continuously and recorded the actual, real-world interactions.
So it's an LLM that infers next state, or outcome,as structured data e.g. literal HTML code, UI view hierarchies, or accessibility trees.
Re: Qwen-AgentWorld: Language World Models for General Agents
#9Re: Qwen-AgentWorld: Language World Models for General Agents
#10Seems like this might make that a lot less painful. And if not off the bat, with some minimal tuning or even just good prompting.