paper-with-me

Papers

FlashAdventure: A Benchmark for GUI Agents Solving Full Story Arcs in Diverse Adventure Games

2025-09-01 · Jaewoo Ahn, Junseo Kim, Heeseung Yun, Jaehyeon Son, Dongmin Park, Jaewoong Cho, Gunhee Kim arxiv

GUI agents powered by LLMs show promise in interacting with diverse digital environments. Among these, video games offer a valuable testbed due to their varied interfaces, with adventure games posing additional challenges through complex, narrative-driven interactions. Existing game benchmarks, however, lack diversity and rarely evaluate agents on completing entire storylines. To address this, we introduce FlashAdventure, a benchmark of 34 Flash-based adventure games designed to test full story arc completion and tackle the observation-behavior gap: the challenge of remembering and acting on earlier gameplay information. We also propose CUA-as-a-Judge, an automated gameplay evaluator, and COAST, an agentic framework leveraging long-term clue memory to better plan and solve sequential tasks. Experiments show current GUI agents struggle with full story arcs, while COAST improves milestone completion by bridging the observation-behavior gap. Nonetheless, a marked discrepancy between humans and best-performing agents warrants continued research efforts to narrow this divide.

📄 PDF Abstract BibTeX arXiv:2509.01052

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Momento: Evaluating Persistent Memory and Reasoning with Multi-Session Agentic Conversations

2026-05-30 · Adril Putra Merin, David Anugraha, Ayu Purwarianti, Genta Indra Winata arxiv

Recent advances in agentic AI have enabled agents to complete complex tasks through tool use, reasoning, and multi-step planning. Yet existing benchmarks evaluate agents within a single session, ignoring past actions, st…

On Path to Multimodal Historical Reasoning: HistBench and HistAgent

2025-05-26 · Jiahao Qiu, Fulian Xiao, Yimin Wang, Yuchen Mao 외

Recent advances in large language models (LLMs) have led to remarkable progress across domains, yet their capabilities in the humanities, particularly history, remain underexplored. Historical reasoning poses unique chal…

Optical Character Recognition (OCR)

Less Context, More Accuracy: A Bi-Temporal Memory Engine for LLM Agents Where a Lean Retrieved Context Beats the Full History

2026-06-05 · Liuyin Wang arxiv

Long-term memory is the missing layer for LLM agents: across sessions they forget, and the common workaround -- replaying the whole history into the prompt -- is expensive, slow, and, as distractors accumulate, less accu…

DevOps-Gym: Benchmarking AI Agents in Software DevOps Cycle

2026-01-27 · Yuheng Tang, Kaijie Zhu, Bonan Ruan, Chuqi Zhang 외 arxiv

Even though demonstrating extraordinary capabilities in code generation and software issue resolving, AI agents' capabilities in the full software DevOps cycle are still unknown. Different from pure code generation, hand…

Code Generation

GUI-KV: Efficient GUI Agents via KV Cache with Spatio-Temporal Awareness

2025-10-01 · Kung-Hsiang Huang, Haoyi Qiu, Yutong Dai, Caiming Xiong 외 arxiv

Graphical user interface (GUI) agents built on vision-language models have emerged as a promising approach to automate human-computer workflows. However, they also face the inefficiency challenge as they process long seq…