Skip to content

Commit 5f57cac

Browse files
authored
Add Branch-and-Browse arXiv (#363)
1 parent 313f05c commit 5f57cac

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/_data/SymbioticLab.bib

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,6 +2186,23 @@ @InProceedings{rdx:hotnets25
21862186
}
21872187
}
21882188
2189+
@Article{branchandbrowse:arxiv25,
2190+
author = {Shiqi He and Yue Cui and Xinyu Ma and Yaliang Li and Bolin Ding and Mosharaf Chowdhury},
2191+
title = {{Branch-and-Browse}: Efficient and Controllable Web Exploration with Tree-Structured Reasoning and Action Memory},
2192+
year = {2025},
2193+
month = {Oct},
2194+
volume = {abs/2510.19838},
2195+
archiveprefix = {arXiv},
2196+
eprint = {2510.19838},
2197+
url = {https://arxiv.org/abs/2510.19838},
2198+
publist_confkey = {arXiv:2510.19838},
2199+
publist_link = {paper || https://arxiv.org/abs/2510.19838},
2200+
publist_topic = {Systems + AI},
2201+
publist_abstract = {
2202+
Autonomous web agents powered by large language models (LLMs) show strong potential for performing goal-oriented tasks such as information retrieval, report generation, and online transactions. These agents mark a key step toward practical embodied reasoning in open web environments. However, existing approaches remain limited in reasoning depth and efficiency: vanilla linear methods fail at multi-step reasoning and lack effective backtracking, while other search strategies are coarse-grained and computationally costly. We introduce Branch-and-Browse, a fine-grained web agent framework that unifies structured reasoning-acting, contextual memory, and efficient execution. It (i) employs explicit subtask management with tree-structured exploration for controllable multi-branch reasoning, (ii) bootstraps exploration through efficient web state replay with background reasoning, and (iii) leverages a page action memory to share explored actions within and across sessions. On the WebArena benchmark, Branch-and-Browse achieves a task success rate of 35.8% and reduces execution time by up to 40.4% relative to state-of-the-art methods. These results demonstrate that Branch-and-Browse is a reliable and efficient framework for LLM-based web agents.
2203+
}
2204+
}
2205+
21892206
@Article{sphinx:arxiv25,
21902207
author = {Yuchen Xia and Souvik Kundu and Mosharaf Chowdhury and Nishil Talati},
21912208
title = {Sphinx: Efficiently Serving Novel View Synthesis using Regression-Guided Selective Refinement},

0 commit comments

Comments
 (0)