Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
# ClueWeb-Reco:
|
| 7 |
+
|
| 8 |
+
## Source Files
|
| 9 |
+
-- cwid_to_id.tsv: mapping bewteen official ClueWeb22 docids and our internal docids
|
| 10 |
+
|
| 11 |
+
## Splits in pure interaction format
|
| 12 |
+
- interaction_splits:
|
| 13 |
+
- valid_inter_input.tsv: input for validation dataset
|
| 14 |
+
- valid_inter_target.tsv: validation dataset ground truth
|
| 15 |
+
- test_inter_input.tsv: input for testing dataset (ground truth hidden)
|
| 16 |
+
|
| 17 |
+
## Splits in ordered cw id list format
|
| 18 |
+
- ordered_id_splits:
|
| 19 |
+
- valid_input.tsv: input for validation dataset
|
| 20 |
+
- valid_target.tsv: validation dataset ground truth
|
| 21 |
+
- test_input.tsv: input for testing dataset (ground truth hidden)
|
| 22 |
+
|
| 23 |
+
## Utility files for ClueWebApi usage and example processing on the ordered cw id list format
|
| 24 |
+
- cw_data_processing:
|
| 25 |
+
- ClueWeb22Api.py: API to retrieve ClueWeb document information from official ClueWeb22 docids
|
| 26 |
+
- example_dataset.py: example to load input data sequences with ClueWeb22Api
|