diff --git a/index.html b/index.html index 12872f2..d8094f7 100644 --- a/index.html +++ b/index.html @@ -220,10 +220,10 @@
- SEEACT can successfully compete 50% of the tasks on live websites given an oracle element grounding method. + SEEACT can successfully compete 50% of the tasks on live websites given an oracle action grounding method. It also exhibits remarkable capabilities, ranging from long-range action planning, webpage content reasoning, and error correction.
@@ -298,7 +298,8 @@- SEEACT leverages an LMM like GPT-4V to visually perceive websites and generate plans in textual forms (Action Generation). The textual plans are then grounded onto the HTML elements and operations to act on the website (Action Grounding). + SEEACT firstly perform Action Generation by leveraging an LMM like GPT-4V to visually perceive websites and generate plans in textual forms, + and then Action Grounding to grounded textual plans onto the HTML elements and operations to act on the website