Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,11 @@ If you use the TOMT-KIS dataset, please cite the corresponding paper:
|
|
37 |
|
38 |
# Use of TOMT-KIS
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
41 |
|
42 |
# Dataset Structure
|
43 |
|
|
|
37 |
|
38 |
# Use of TOMT-KIS
|
39 |
|
40 |
+
```
|
41 |
+
from datasets import load_dataset
|
42 |
+
tomt_kis = load_dataset("webis/tip-of-my-tongue-known-item-search")
|
43 |
+
```
|
44 |
+
|
45 |
|
46 |
# Dataset Structure
|
47 |
|