Safetensors
English
agent
browser
web
rft
kirito011024 cogito233 commited on
Commit
1050006
·
verified ·
1 Parent(s): a586f2e

Create README.md (#1)

Browse files

- Create README.md (3fc9f18688136b45f41caa088ef9e5a34b537110)


Co-authored-by: Zhiheng Lyu <cogito233@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - TIGER-Lab/BrowserAgent-RFT-Data
5
+ language:
6
+ - en
7
+ base_model:
8
+ - Qwen/Qwen2.5-7B-Instruct
9
+ metrics:
10
+ - success_rate
11
+ - efficiency
12
+ - safety_score
13
+ tags:
14
+ - agent
15
+ - browser
16
+ - web
17
+ - rft
18
+ ---
19
+
20
+ ## Model
21
+ We release the **RFT (Reward Fine-Tuned)** model used in **BrowserAgent**, initialized from the SFT checkpoint of `Qwen/Qwen2.5-7B-Instruct`.
22
+ This model further optimizes browsing trajectories with task-level reward signals that encourage higher success rate, shorter action paths, and safer interactions.
23
+
24
+ ## Paper
25
+ [BrowserAgent: Building Web Agents with Human-Inspired Web Browsing Actions](https://arxiv.org/abs/2510.10666)
26
+
27
+ ## Project Page
28
+ <https://tiger-ai-lab.github.io/BrowserAgent/>
29
+
30
+ ## Code
31
+ <https://github.com/TIGER-AI-Lab/BrowserAgent>
32
+
33
+ ## Sample Usage
34
+ ```bash
35
+ hf download TIGER-Lab/BrowserAgent-RFT --local-dir ./models/browseragent-rft --repo model
36
+ ```
37
+
38
+ ## Citation
39
+ ```bibtex
40
+ @misc{yu2025browseragentbuildingwebagents,
41
+ title={BrowserAgent: Building Web Agents with Human-Inspired Web Browsing Actions},
42
+ author={Tao Yu and Zhengbo Zhang and Zhiheng Lyu and Junhao Gong and Hongzhu Yi and Xinming Wang and Yuxuan Zhou and Jiabing Yang and Ping Nie and Yan Huang and Wenhu Chen},
43
+ year={2025},
44
+ eprint={2510.10666},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.CL},
47
+ url={https://arxiv.org/abs/2510.10666},
48
+ }
49
+ ```