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

Add reranking data (#2)

Browse files

- Update README.md (66512253701c80997f1cd1726550a56726cf008c)
- Upload dataset files to Hugging Face Hub via API (6fd641f5b2ad9c8d5408a108d43fd76544ab0c98)
- Upload dataset files to Hugging Face Hub via API (9559ea65a1330b87807c8d42266c64740ceaa87b)

.gitattributes CHANGED
@@ -55,3 +55,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
 
57
  *.csv filter=lfs diff=lfs merge=lfs -textWeblinxWebsiteDemo.mp4 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
 
57
  *.csv filter=lfs diff=lfs merge=lfs -textWeblinxWebsiteDemo.mp4 filter=lfs diff=lfs merge=lfs -text
58
+ reranking/valid.jsonl filter=lfs diff=lfs merge=lfs -text
59
+ reranking/test_cat.jsonl filter=lfs diff=lfs merge=lfs -text
60
+ reranking/test_geo.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ reranking/test_iid.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ reranking/test_vis.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ reranking/test_web.jsonl filter=lfs diff=lfs merge=lfs -text
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).
reranking/test_cat.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2cdc54672c9941d96fcde6550879c91831f603463cdea60baa020be10366a44
3
+ size 415233471
reranking/test_geo.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2cc6d416f84dfcb1ca51a4606dc74baeb0cee01ca9c68078d2b3b4e921f6d7
3
+ size 383131998
reranking/test_iid.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c99c94648df56d289eafb9633797e074602153c90612fcdeccbf4068f7fe883a
3
+ size 135668671
reranking/test_vis.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b3c060f13df2c988746227a9a5abdc76453110ea6a346292ccd1d6456b039d
3
+ size 550915095
reranking/test_web.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d6e97ce9d8714d0b8691ab4589cacac401ffff264f67ab3079e366ce6033d06
3
+ size 286238274
reranking/valid.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8a36210a3934de40e9a19f04b149b0eb76cfc9d18120766ff821499e68a9d7
3
+ size 106077915