AB
AiBoss
project

BrowseComp - OpenAI's open-source AI agent benchmark for web browsing capabilities.

BrowseComp is an open-source benchmark from OpenAI for evaluating the web browsing capabilities of AI agents. It contains 1266 highly challenging questions covering topics such as film, science and technology, art, history, sports, music, and more.

What is BrowseComp?

BrowseComp is an open-source benchmark from OpenAI for evaluating the web browsing capabilities of AI agents. It contains 1266 highly challenging questions covering various fields such as film, science and technology, art, history, sports, music, and video games. AI agents are required to search the internet and match complex constraints, such as identifying specific football matches or TV characters. In the tests, OpenAI's GPT-4o and GPT-4.5 achieved extremely low accuracy, while the newly released agent model, Deep Research, achieved an accuracy of 51.5%, demonstrating its advantages in autonomous search, information integration, and accuracy calibration.

BrowseComp's main functions

  • Assessment of complex information retrieval capabilitiesBrowseComp contains 1266 highly challenging questions covering a wide range of fields, including film, science and technology, art, history, sports, music, and video games. These questions require an AI agent to perform deep searches across the vast internet, matching potential answers with the complex constraints presented in the questions.
  • Problem design with strict control over difficultyTo ensure the problems were challenging, the data scientists rigorously controlled the process through three main checkpoints: verifying that existing models (such as OpenAI's GPT-4o, GPT-4.5, and earlier versions of Deep Research) could not solve the problems; conducting five simple Google searches to ensure that the answers did not appear on the first page of search results; and ensuring that the problems were difficult enough that another data scientist could not solve them within ten minutes.
  • Reliability of answer verificationDespite the difficulty of the questions, the answers are short, clear, and easy to verify using reference answers. This design makes the benchmark both challenging and fair.
  • Promoting the development of AI browsing proxy technologyBrowseComp's open-source release provides new tools and directions for research on AI browsing agents, driving the development of smarter and more reliable browsing agents.

BrowseComp's technical principles

  • Design of complex problemsBrowseComp contains 1266 highly challenging problems that require AI agents to perform multi-step reasoning and information retrieval across multiple websites on the internet. The problems are designed to simulate complex real-world information retrieval scenarios, demanding that the AI agent handle difficult-to-access and interconnected information.
  • Multi-source information integrationAI agents need to access multiple websites and integrate information from different sources to find the answer to a question. For example, a typical question might require the agent to access multiple websites, such as sports event records and referee information, to arrive at the correct answer.
  • Reasoning and Search StrategiesBeyond simple information retrieval, AI agents also need strong reasoning capabilities, enabling them to perform logical analysis and comprehensive processing based on the retrieved information. For example, the Deep Research model performs exceptionally well in BrowseComp because it can autonomously adjust its search strategy and dynamically optimize the search path based on the search results.
  • Dynamic AdaptabilityAI agents need to be dynamically adaptive, able to react quickly and adjust their search strategies based on various information encountered during the search process. Adaptability enables agents to find target information more effectively in complex network environments.
  • Impact of computing resourcesThe test results show that increasing computing resources can significantly improve the performance of AI agents in complex web browsing tasks. More computing resources allow the agent to try more search paths, increasing the probability of finding the correct answer.

BrowseComp's model performance

  • GPT-4o and GPT-4.5The two models performed poorly on BrowseComp, with accuracies of 0.6% and 0.9%, respectively. Even after enabling browsing functionality for GPT-4o, the accuracy only improved from 0.6% to 1.9%. This indicates that simply giving the model browsing capabilities cannot effectively solve the complex problems in BrowseComp.
  • OpenAI o1 modelAlthough it lacks browsing capabilities, the model achieved an accuracy rate of 9.9% thanks to its strong reasoning ability. This demonstrates that reasoning ability is equally important in web browsing tasks; even if information cannot be directly retrieved from the web, the model can find answers to some questions through deep reasoning based on existing knowledge.
  • Deep Research ModelThis is OpenAI's latest Agent model, which performed exceptionally well in the BrowseComp test, achieving an accuracy of 51.5%. The model efficiently utilizes browsing tools and performs in-depth analysis and comprehensive processing of retrieved information. The Deep Research model possesses strong adaptability, quickly reacting and adjusting its search strategy based on various information acquired during the search process.

BrowseComp's project address

Application scenarios of BrowseComp

  • Intelligent search of enterprise knowledge baseIt can be used for intelligent retrieval of enterprise knowledge bases, such as converting a large number of research documents into an intelligent question-and-answer system, thereby improving the information retrieval efficiency of R&D personnel.
  • E-commerce product guideIn the e-commerce sector, it can be used to build intelligent shopping guide systems, helping users quickly find products that meet their complex needs.
  • Government Information Disclosure ServiceGovernment agencies can use this information to provide more efficient information disclosure services, helping the public quickly obtain the policies, regulations, and other information they need.
  • Research and DevelopmentResearchers can use it to test and improve the reasoning and search strategies of AI models, thus promoting the further development of AI technology in the field of information retrieval.