Datasets:
Tasks:
Text Retrieval
Modalities:
Tabular
Formats:
csv
Sub-tasks:
document-retrieval
Size:
1M - 10M
ArXiv:
License:
Sebastian Hofstätter
commited on
Commit
•
9ba7005
1
Parent(s):
674dd51
inital readme + data
Browse files- .gitattributes +1 -0
- README.md +20 -0
- improved_tripclick_train_triple-ids.tsv +3 -0
.gitattributes
CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tsv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TripClick Baselines with Improved Training Data
|
2 |
+
|
3 |
+
*Establishing Strong Baselines for TripClick Health Retrieval* Sebastian Hofstätter, Sophia Althammer, Mete Sertkan and Allan Hanbury
|
4 |
+
|
5 |
+
https://arxiv.org/abs/
|
6 |
+
|
7 |
+
**tl;dr** We create strong re-ranking and dense retrieval baselines (BERT<sub>CAT</sub>, BERT<sub>DOT</sub>, ColBERT, and TK) for TripClick (health ad-hoc retrieval). We improve the – originally too noisy – training data with a simple negative sampling policy. We achieve large gains over BM25 in the re-ranking and retrieval setting on TripClick, which were not achieved with the original baselines. We publish the improved training files for everyone to use.
|
8 |
+
|
9 |
+
If you have any questions, suggestions, or want to collaborate please don't hesitate to get in contact with us via [Twitter](https://twitter.com/s_hofstaetter) or mail to s.hofstaetter@tuwien.ac.at
|
10 |
+
|
11 |
+
**Please cite our work as:**
|
12 |
+
````
|
13 |
+
|
14 |
+
````
|
15 |
+
|
16 |
+
## Published Training Files
|
17 |
+
|
18 |
+
We publish the improved training files without the text content instead using the ids from TripClick (with permission from the TripClick owners); for the text content please get the full TripClick dataset from [the TripClick Github page](https://github.com/https://github.com/tripdatabase/tripclick).
|
19 |
+
|
20 |
+
Our training file **improved_tripclick_train_triple-ids.tsv** has the format ``query_id pos_passage_id neg_passage_id`` (with tab separation).
|
improved_tripclick_train_triple-ids.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ed8aa5fc20c93ec5b2ee4f847e8d61838e66dea396a361e3ce35cbba65638ab
|
3 |
+
size 233053452
|