Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -105,4 +105,19 @@ from huggingface_hub import snapshot_download
|
|
| 105 |
snapshot_download(repo_id="McGill-NLP/WebLINX-full", repo_type="dataset", local_dir="./data/weblinx")
|
| 106 |
```
|
| 107 |
|
| 108 |
-
For more information on how to use this data using our [official library](https://github.com/McGill-NLP/WebLINX), please refer to the [WebLINX documentation](https://mcgill-nlp.github.io/weblinx/docs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
snapshot_download(repo_id="McGill-NLP/WebLINX-full", repo_type="dataset", local_dir="./data/weblinx")
|
| 106 |
```
|
| 107 |
|
| 108 |
+
For more information on how to use this data using our [official library](https://github.com/McGill-NLP/WebLINX), please refer to the [WebLINX documentation](https://mcgill-nlp.github.io/weblinx/docs).
|
| 109 |
+
|
| 110 |
+
## Citation
|
| 111 |
+
|
| 112 |
+
If you use our dataset, please cite our work as follows:
|
| 113 |
+
|
| 114 |
+
```bibtex
|
| 115 |
+
@misc{lù2024weblinx,
|
| 116 |
+
title={WebLINX: Real-World Website Navigation with Multi-Turn Dialogue},
|
| 117 |
+
author={Xing Han Lù and Zdeněk Kasner and Siva Reddy},
|
| 118 |
+
year={2024},
|
| 119 |
+
eprint={2402.05930},
|
| 120 |
+
archivePrefix={arXiv},
|
| 121 |
+
primaryClass={cs.CL}
|
| 122 |
+
}
|
| 123 |
+
```
|