Spaces:
Running
Running
File size: 5,441 Bytes
dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad 0e1aeee dfea9ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="World-model-augmented (WMA) web agent that simulates action outcomes for better decision-making in long-horizon web tasks.">
<meta name="keywords" content="Web Agents, World Models, LLMs">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WMA Agents: Web Agents with World Models</title>
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="./static/images/favicon.svg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
<script src="./static/js/bulma-slider.min.js"></script>
<script src="./static/js/index.js"></script>
</head>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Web Agents with World Models</h1>
<div class="publication-links">
<span class="link-block">
<a href="https://arxiv.org/abs/2410.13232" target="_blank"
class="external-link button is-normal is-rounded">
<img src="https://img.shields.io/badge/arXiv-paper-b31b1b.svg" alt="arXiv">
</a>
</span>
<span class="link-block">
<a href="https://opensource.org/licenses/MIT" target="_blank"
class="external-link button is-normal is-rounded">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License">
</a>
</span>
<span class="link-block">
<a href="https://huggingface.co/Magpie-Align" target="_blank"
class="external-link button is-normal is-rounded">
<img src="https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg" alt="Data License">
</a>
</span>
<span class="link-block">
<a href="https://huggingface.co/spaces/LangAGI-Lab/WMA-Agent" target="_blank"
class="external-link button is-normal is-rounded">
<img src="https://img.shields.io/badge/🤗-Open%20in%20Spaces-blue" alt="HuggingFace Spaces">
</a>
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="#">Hyungjoo Chae</a>,</span>
<span class="author-block">
<a href="#">Namyoung Kim</a>,</span>
<span class="author-block">
<a href="#">Kai Tzu-iunn Ong</a>,</span>
<span class="author-block">
<a href="#">Minju Gwak</a>,</span>
<span class="author-block">
<a href="#">Gwanwoo Song</a>,</span>
<span class="author-block">
<a href="#">Jihoon Kim</a>,</span>
<span class="author-block">
<a href="#">Sunghwan Kim</a>,</span>
<span class="author-block">
<a href="#">Dongha Lee</a>,</span>
<span class="author-block">
<a href="#">Jinyoung Yeo</a></span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- Paper Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/2406.08464" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<!-- Code Link -->
<span class="link-block">
<a href="https://huggingface.co/spaces/LangAGI-Lab/WMA-Agent" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
<!-- Demo Link -->
<span class="link-block">
<a href="https://huggingface.co/spaces/hyungjoochae/WMA-Agent-Demo" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-play"></i>
</span>
<span>Demo</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Rest of the content... -->
</body>
</html>
|