Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,17 @@ sorted_scores = [
|
|
42 |
(7.83e-06, 'The capital of France is Paris')
|
43 |
]
|
44 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
```
|
|
|
42 |
(7.83e-06, 'The capital of France is Paris')
|
43 |
]
|
44 |
"""
|
45 |
+
```
|
46 |
+
|
47 |
+
## How to Cite
|
48 |
+
|
49 |
+
```
|
50 |
+
@misc{laitz2024inranker,
|
51 |
+
title={InRanker: Distilled Rankers for Zero-shot Information Retrieval},
|
52 |
+
author={Thiago Laitz and Konstantinos Papakostas and Roberto Lotufo and Rodrigo Nogueira},
|
53 |
+
year={2024},
|
54 |
+
eprint={2401.06910},
|
55 |
+
archivePrefix={arXiv},
|
56 |
+
primaryClass={cs.IR}
|
57 |
+
}
|
58 |
```
|