Update README.md
Browse files
README.md
CHANGED
@@ -21,12 +21,14 @@ A real-world Chinese Android GUI benchmark designed to evaluate **GUI agent mode
|
|
21 |
* **Grounding** – understanding individual GUI components and linking them to semantics.
|
22 |
* **Agent** – planning and executing multi-step actions to complete user goals on Chinese Android apps.
|
23 |
|
|
|
|
|
24 |
---
|
25 |
|
26 |
## 🌟 Key Features
|
27 |
| Aspect | Grounding | Agent |
|
28 |
|--------|-----------|-------|
|
29 |
-
| **Objective** |
|
30 |
| **Data** | 2 × JSONL files (`cap.jsonl`, `ocr.jsonl`) + screenshots | Per-episode JSON + step-level screenshots |
|
31 |
| **Actions** | _n/a_ | Tap, long-tap, text-input, scroll, etc. (`result_action_type`, see [here](https://github.com/OpenBMB/AgentCPM-GUI/blob/main/eval/utils/action_type.py)) |
|
32 |
|
@@ -45,8 +47,8 @@ CAGUI
|
|
45 |
│ └─ ...
|
46 |
└─ CAGUI\_grounding
|
47 |
├─ code/
|
48 |
-
│ ├─ cap.jsonl #
|
49 |
-
│ └─ ocr.jsonl # bbox
|
50 |
└─ images/
|
51 |
├─ cap/
|
52 |
│ └─ 0.jpeg
|
|
|
21 |
* **Grounding** – understanding individual GUI components and linking them to semantics.
|
22 |
* **Agent** – planning and executing multi-step actions to complete user goals on Chinese Android apps.
|
23 |
|
24 |
+
See [AgentCPM-GUI](https://github.com/OpenBMB/AgentCPM-GUI) for more details.
|
25 |
+
|
26 |
---
|
27 |
|
28 |
## 🌟 Key Features
|
29 |
| Aspect | Grounding | Agent |
|
30 |
|--------|-----------|-------|
|
31 |
+
| **Objective** | GUI widgets grounding / OCR text | Follow natural-language instructions to operate an app |
|
32 |
| **Data** | 2 × JSONL files (`cap.jsonl`, `ocr.jsonl`) + screenshots | Per-episode JSON + step-level screenshots |
|
33 |
| **Actions** | _n/a_ | Tap, long-tap, text-input, scroll, etc. (`result_action_type`, see [here](https://github.com/OpenBMB/AgentCPM-GUI/blob/main/eval/utils/action_type.py)) |
|
34 |
|
|
|
47 |
│ └─ ...
|
48 |
└─ CAGUI\_grounding
|
49 |
├─ code/
|
50 |
+
│ ├─ cap.jsonl # function to point & text to point
|
51 |
+
│ └─ ocr.jsonl # bbox to text
|
52 |
└─ images/
|
53 |
├─ cap/
|
54 |
│ └─ 0.jpeg
|