xhluca commited on
Commit
0d80f5b
·
verified ·
1 Parent(s): 1a67bca

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-to-text
4
+ - vision
5
+ - convAI
6
+ task_categories:
7
+ - image-to-text
8
+ - text-generation
9
+ - text2text-generation
10
+ pretty_name: weblinx-browsergym
11
+ license: cc-by-nc-sa-4.0
12
+ language:
13
+ - en
14
+ ---
15
+
16
+ <div align="center">
17
+ <h1 style="margin-bottom: 0.5em;">WebLINX: Real-World Website Navigation with Multi-Turn Dialogue</h1>
18
+ <em>Xing Han Lù*, Zdeněk Kasner*, Siva Reddy</em>
19
+ </div>
20
+
21
+ <div style="margin-bottom: 2em"></div>
22
+
23
+
24
+ | [**💾Code**](https://github.com/McGill-NLP/WebLINX) | [**📄Paper**](https://arxiv.org/abs/2402.05930) | [**🌐Website**](https://mcgill-nlp.github.io/weblinx) | [**📓Colab**](https://colab.research.google.com/github/McGill-NLP/weblinx/blob/main/examples/WebLINX_Colab_Notebook.ipynb) |
25
+ | :--: | :--: | :--: | :--: |
26
+ | [**🤖Models**](https://huggingface.co/collections/McGill-NLP/weblinx-models-65c57d4afeeb282d1dcf8434) | [**💻Explorer**](https://huggingface.co/spaces/McGill-NLP/weblinx-explorer) | [**🐦Tweets**](https://twitter.com/sivareddyg/status/1755799365031965140) | [**🏆Leaderboard**](https://paperswithcode.com/sota/conversational-web-navigation-on-weblinx) |
27
+
28
+
29
+ <video width="100%" controls autoplay muted loop>
30
+ <source src="https://huggingface.co/datasets/McGill-NLP/WebLINX/resolve/main/WeblinxWebsiteDemo.mp4?download=false" type="video/mp4">
31
+ Your browser does not support the video tag.
32
+ </video>
33
+
34
+ This dataset was specifically created to allow WebLINX to be used inside the BrowserGym and Agentlab ecosystem. [Please see the browsergym repository for more information](https://github.com/ServiceNow/BrowserGym).
35
+
36
+ ## License and Terms of Use
37
+
38
+ License: The Dataset is made available under the terms of the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
39
+
40
+ By downloading this Dataset, you agree to comply with the following terms of use:
41
+ - Restrictions: You agree not to use the Dataset in any way that is unlawful or would infringe upon the rights of others.
42
+ - Acknowledgment: By using the Dataset, you acknowledge that the Dataset may contain data derived from third-party sources, and you agree to abide by any additional terms and conditions that may apply to such third-party data.
43
+ - Fair Use Declaration: The Dataset may be used for research if it constitutes "fair use" under copyright laws within your jurisdiction. You are responsible for ensuring your use complies with applicable laws.
44
+
45
+ Derivatives must also include the terms of use above.
46
+
47
+ ## Citation
48
+
49
+ If you use our dataset, please cite our work as follows:
50
+
51
+ ```bibtex
52
+ @misc{lu-2024-weblinx,
53
+ title={WebLINX: Real-World Website Navigation with Multi-Turn Dialogue},
54
+ author={Xing Han Lù and Zdeněk Kasner and Siva Reddy},
55
+ year={2024},
56
+ eprint={2402.05930},
57
+ archivePrefix={arXiv},
58
+ primaryClass={cs.CL}
59
+ }
60
+ ```