Spaces:
Running
Running
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
colorTo: blue
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.31.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div align="center">
|
2 |
+
<h1 style="margin-bottom: 0.5em;">WebLINX: Real-World Website Navigation with Multi-Turn Dialogue</h1>
|
3 |
+
<em>Xing Han Lù*, Zdeněk Kasner*, Siva Reddy</em>
|
4 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
+
<div style="margin-bottom: 2em"></div>
|
7 |
+
|
8 |
+
<div style="display: flex; justify-content: space-around; align-items: center; font-size: 120%;">
|
9 |
+
<div><a href="https://arxiv.org/abs/2402.05930">📄Paper</a></div>
|
10 |
+
<div><a href="https://mcgill-nlp.github.io/weblinx">🌐Website</a></div>
|
11 |
+
<div><a href="https://huggingface.co/spaces/McGill-NLP/weblinx-explorer">💻Explorer</a></div>
|
12 |
+
<div><a href="https://github.com/McGill-NLP/WebLINX">💻Code</a></div>
|
13 |
+
</div>
|