xhluca commited on
Commit
6651225
1 Parent(s): e665e9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -114,6 +114,18 @@ snapshot_download(
114
 
115
  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).
116
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  ## License and Terms of Use
118
 
119
  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).
 
114
 
115
  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).
116
 
117
+ ## Reranking Data
118
+
119
+ You can also access the data processed for reranking tasks. To do that:
120
+
121
+ ```python
122
+ from datasets import load_dataset
123
+
124
+ valid = load_dataset("McGill-NLP/WebLINX", "reranking", split="valid")
125
+
126
+ # other splits: test_iid, test_cat, test_geo, test_vis, test_web
127
+ ```
128
+
129
  ## License and Terms of Use
130
 
131
  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).