Spaces:
Running
Running
initial update
Browse files- index.html +7 -28
index.html
CHANGED
@@ -6,7 +6,8 @@
|
|
6 |
content="World-model-augmented (WMA) web agent that simulates action outcomes for better decision-making in long-horizon web tasks.">
|
7 |
<meta name="keywords" content="Web Agents, World Models, LLMs">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
-
<title>
|
|
|
10 |
|
11 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
12 |
rel="stylesheet">
|
@@ -33,34 +34,9 @@
|
|
33 |
<div class="container is-max-desktop">
|
34 |
<div class="columns is-centered">
|
35 |
<div class="column has-text-centered">
|
36 |
-
<h1 class="title is-1 publication-title">Web Agents with World Models</h1>
|
37 |
<div class="publication-links">
|
38 |
-
|
39 |
-
<a href="https://arxiv.org/abs/2410.13232" target="_blank"
|
40 |
-
class="external-link button is-normal is-rounded">
|
41 |
-
<img src="https://img.shields.io/badge/arXiv-paper-b31b1b.svg" alt="arXiv">
|
42 |
-
</a>
|
43 |
-
</span>
|
44 |
-
<span class="link-block">
|
45 |
-
<a href="https://opensource.org/licenses/MIT" target="_blank"
|
46 |
-
class="external-link button is-normal is-rounded">
|
47 |
-
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License">
|
48 |
-
</a>
|
49 |
-
</span>
|
50 |
-
<span class="link-block">
|
51 |
-
<a href="https://huggingface.co/Magpie-Align" target="_blank"
|
52 |
-
class="external-link button is-normal is-rounded">
|
53 |
-
<img src="https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg" alt="Data License">
|
54 |
-
</a>
|
55 |
-
</span>
|
56 |
-
<span class="link-block">
|
57 |
-
<a href="https://huggingface.co/spaces/LangAGI-Lab/WMA-Agent" target="_blank"
|
58 |
-
class="external-link button is-normal is-rounded">
|
59 |
-
<img src="https://img.shields.io/badge/🤗-Open%20in%20Spaces-blue" alt="HuggingFace Spaces">
|
60 |
-
</a>
|
61 |
-
</span>
|
62 |
-
</div>
|
63 |
-
|
64 |
<div class="is-size-5 publication-authors">
|
65 |
<span class="author-block">
|
66 |
<a href="#">Hyungjoo Chae</a>,</span>
|
@@ -81,6 +57,9 @@
|
|
81 |
<span class="author-block">
|
82 |
<a href="#">Jinyoung Yeo</a></span>
|
83 |
</div>
|
|
|
|
|
|
|
84 |
|
85 |
<div class="column has-text-centered">
|
86 |
<div class="publication-links">
|
|
|
6 |
content="World-model-augmented (WMA) web agent that simulates action outcomes for better decision-making in long-horizon web tasks.">
|
7 |
<meta name="keywords" content="Web Agents, World Models, LLMs">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
+
<title>Web Agents with World Models: Learning and Leveraging Environment Dynamics in Web Navigation
|
10 |
+
</title>
|
11 |
|
12 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
13 |
rel="stylesheet">
|
|
|
34 |
<div class="container is-max-desktop">
|
35 |
<div class="columns is-centered">
|
36 |
<div class="column has-text-centered">
|
37 |
+
<h1 class="title is-1 publication-title">Web Agents with World Models: Learning and Leveraging Environment Dynamics in Web Navigation</h1>
|
38 |
<div class="publication-links">
|
39 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
<div class="is-size-5 publication-authors">
|
41 |
<span class="author-block">
|
42 |
<a href="#">Hyungjoo Chae</a>,</span>
|
|
|
57 |
<span class="author-block">
|
58 |
<a href="#">Jinyoung Yeo</a></span>
|
59 |
</div>
|
60 |
+
<div class="is-size-5 publication-authors"></div>
|
61 |
+
<span class="author-block">Yonsei University</span>
|
62 |
+
</div>
|
63 |
|
64 |
<div class="column has-text-centered">
|
65 |
<div class="publication-links">
|