paper-with-me

홈 › Papers

R-WoM: Retrieval-augmented World Model For Computer-use Agents

2025-10-13 · Kai Mei, Jiang Guo, Shuaichen Chang, Mingwen Dong, Dongkyu Lee, Xing Niu, Jiarong Jiang arxiv

Large Language Models (LLMs) can serve as world models to enhance agent decision-making in digital environments by simulating future states and predicting action outcomes, potentially eliminating costly trial-and-error exploration. However, this capability is fundamentally limited by LLMs' tendency toward hallucination and their reliance on static training knowledge, which can lead to compounding errors that inhibit long-horizon simulations. To systematically investigate whether LLMs are appropriate for world modeling, we probe two core capabilities of world models--future state prediction and reward estimation--through three tasks: next-state identification, full-procedure planning alignment, and milestone transition recognition. Our analysis shows that while LLMs effectively capture immediate next states and identify meaningful state transitions, their performance rapidly degrades in full-procedure planning. This highlights LLMs' limitations in reliably modeling environment dynamics over long horizons. To address these limitations, we propose the Retrieval-augmented World Model (R-WoM), which grounds LLM simulations by incorporating factual, up-to-date knowledge retrieved from external tutorials. Experiments show that R-WoM achieves relative improvements of up to 23.4% and 16.3% on the subsets of OSWorld and Webarena compared to baselines, with particular advantage in longer-horizon simulations.

📄 PDF Abstract BibTeX arXiv:2510.11892

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SCUBA: Salesforce Computer Use Benchmark

2025-09-30 · Yutong Dai, Krithika Ramakrishnan, Jing Gu, Matthew Fernandez 외 arxiv

We introduce SCUBA, a benchmark designed to evaluate computer-use agents on customer relationship management (CRM) workflows within the Salesforce platform. SCUBA contains 300 task instances derived from real user interv…

Information Retrieval

How Do Tool-Augmented LLM Agents Perform on Real-World Energy Analytics Tasks?

2026-06-24 · David Akinpelu, Akintonde Abbas, Rereloluwa Alimi, Ayodeji Lana arxiv

Agentic benchmarks have emerged across general-purpose and domain-specific settings, including finance, coding, law, and drug discovery, yet energy-domain evaluations remain largely limited to static knowledge recall. Th…

Drug Discovery

RAP: Retrieval-Augmented Planning with Contextual Memory for Multimodal LLM Agents

2024-02-06 · Tomoyuki Kagaya, Thong Jing Yuan, Yuxuan Lou, Jayashree Karlekar 외

Owing to recent advancements, Large Language Models (LLMs) can now be deployed as agents for increasingly complex decision-making applications in areas including robotics, gaming, and API integration. However, reflecting…

Decision MakingRetrieval

Towards Open-World Retrieval-Augmented Generation on Knowledge Graph: A Multi-Agent Collaboration Framework

2025-09-01 · Jiasheng Xu, Mingda Li, Yongqiang Tang, Peijie Wang 외 arxiv

Large Language Models (LLMs) have demonstrated strong capabilities in web search and reasoning. However, their dependence on static training corpora makes them prone to factual errors and knowledge gaps. Retrieval-Augmen…

Knowledge Graphs

Fine-tuning with RAG for Improving LLM Learning of New Skills

2025-10-01 · Humaid Ibrahim, Nikolai Rozanov, Marek Rei arxiv

Large language model (LLM) agents deployed for multi-step tasks frequently fail in predictable ways: attempting actions with unmet preconditions, issuing redundant commands, or mishandling environment constraints. While …