paper-with-me

홈 › Papers

BrowserAgent: Building Web Agents with Human-Inspired Web Browsing Actions

2025-10-12 · Tao Yu, Zhengbo Zhang, Zhiheng Lyu, Junhao Gong, Hongzhu Yi, Xinming Wang, Yuxuan Zhou, Jiabing Yang, Ping Nie, Yan Huang, Wenhu Chen arxiv

Efficiently solving real-world problems with LLMs increasingly hinges on their ability to interact with dynamic web environments and autonomously acquire external information. While recent research like Search-R1 and WebDancer demonstrates strong performance in solving web tasks, they heavily rely on additional tools to convert the interactive web environment into static text content. This is in contrast to human browsing behaviors, which involve diverse interactions with the browser, such as scrolling, clicking, and typing. In this paper, we propose BrowserAgent, a more interactive agent that solves complex tasks through human-inspired browser actions. BrowserAgent operates directly on raw web pages via Playwright through a set of predefined browser actions. We adopt a two-stage training (Supervised Fine-Tuning (SFT) and Rejection Fine-Tuning (RFT)) to improve the model's generalization abilities. Despite using significantly less training data than Search-R1, BrowserAgent achieves more competitive results across different Open-QA tasks. Additionally, we introduce an explicit memory mechanism to store key conclusions across steps, further enhancing the model's reasoning capabilities for long-horizon tasks. Notably, BrowserAgent-7B can achieve around 20\% improvement over Search-R1 on multi-hop QA tasks like HotpotQA, 2Wiki, and Bamboogle. These results indicate that BrowserAgent can serve as a more advanced framework for more interactive and scalable web agents.

📄 PDF Abstract BibTeX arXiv:2510.10666

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interaction-Driven Browsing: A Human-in-the-Loop Conceptual Framework Informed by Human Web Browsing for Browser-Using Agents

2025-09-15 · Hyeonggeun Yun, Jinkyu Jang arxiv

Although browser-using agents (BUAs) show promise for web tasks and automation, most BUAs terminate after executing a single instruction, failing to support users' complex, nonlinear browsing with ambiguous goals, iterat…

Beyond Browsing: API-Based Web Agents

2024-10-21 · Yueqi Song, Frank Xu, Shuyan Zhou, Graham Neubig

Web browsers are a portal to the internet, where much of human activity is undertaken. Thus, there has been significant research work in AI agents that interact with the internet through web browsing. However, there is a…

WebGames: Challenging General-Purpose Web-Browsing AI Agents

2025-02-25 · George Thomas, Alex J. Chan, Jikun Kang, Wenqi Wu 외

We introduce WebGames, a comprehensive benchmark suite designed to evaluate general-purpose web-browsing AI agents through a collection of 50+ interactive challenges. These challenges are specifically crafted to be strai…

Forecasting Live Chat Intent from Browsing History

2024-08-07 · Se-eun Yoon, Ahmad Bin Rabiah, Zaid Alibadi, Surya Kallumadi 외

Customers reach out to online live chat agents with various intents, such as asking about product details or requesting a return. In this paper, we propose the problem of predicting user intent from browsing history and …

Language ModelingLanguage ModellingLarge Language Model

AutoWebGLM: A Large Language Model-based Web Navigating Agent

2024-04-04 · Hanyu Lai, Xiao Liu, Iat Long Iong, Shuntian Yao 외

Large language models (LLMs) have fueled many intelligent web agents, but most existing ones perform far from satisfying in real-world web navigation tasks due to three factors: (1) the complexity of HTML text data (2) v…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model