-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve image * change ratio * Update readme with better design * Add equal contribution * Further improve readme * add link to explorer
- Loading branch information
Showing
1 changed file
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,34 @@ | ||
<div align="center"> | ||
|
||
# WebLINX | ||
|
||
[Click here to access the official WebLINX website](https://mcgill-nlp.github.io/weblinx) | ||
[**💻Code**](https://github.com/McGill-NLP/WebLINX) | **📄Paper (TBA)** | [**🌐Homepage**](https://mcgill-nlp.github.io/weblinx) | [**🤗Huggingface Data**](https://huggingface.co/datasets/McGill-NLP/WebLINX) | [💻Explorer App](https://huggingface.co/spaces/McGill-NLP/weblinx-explorer) | **🐦Tweets (TBA)** | | ||
| :--: | :--: | :--: | :--: | :--: | :--: | | ||
|
||
|
||
> **[WebLINX: Real-World Website Navigation with Multi-Turn Dialogue](https://mcgill-nlp.github.io/weblinx)**\ | ||
> *[Xing Han Lù*](https://xinghanlu.com), [Zdeněk Kasner*](https://kasnerz.github.io/), [Siva Reddy](https://sivareddy.in)*\ | ||
> _\*Equal contribution_ | ||
![image of the web navigation process](./assets/webnav.demo.svg) | ||
<img src="./assets/webnav.demo.svg" width="80%" alt="Sample conversation between a user and an agent" /> | ||
|
||
</div> | ||
|
||
### Installation | ||
|
||
```bash | ||
pip install weblinx | ||
``` | ||
|
||
### Usage | ||
### Library Usage | ||
|
||
Check out our [documentation](https://mcgill-nlp.github.io/weblinx/docs) for more information on how to use WebLINX. | ||
|
||
|
||
### Modeling | ||
|
||
Coming soon (mid-February) | ||
|
||
### Evaluation | ||
|
||
Check out our [documentation](https://mcgill-nlp.github.io/weblinx/docs) for more information on how to use WebLINX. | ||
Coming soon (mid-February) |