antoinelouis
commited on
Commit
•
a4c40e7
1
Parent(s):
79072e1
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,18 @@ tags:
|
|
10 |
- passage-reranking
|
11 |
library_name: sentence-transformers
|
12 |
base_model: antoinelouis/crossencoder-camembert-base-mmarcoFR
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- passage-reranking
|
11 |
library_name: sentence-transformers
|
12 |
base_model: antoinelouis/crossencoder-camembert-base-mmarcoFR
|
13 |
+
---
|
14 |
+
## Citation
|
15 |
+
|
16 |
+
```bibtex
|
17 |
+
@article{louis2024know,
|
18 |
+
author = {Louis, Antoine and van Dijck, Gijs and Spanakis, Gerasimos},
|
19 |
+
title = {Know When to Fuse: Investigating Non-English Hybrid Retrieval in the Legal Domain},
|
20 |
+
journal = {CoRR},
|
21 |
+
volume = {abs/2409.01357},
|
22 |
+
year = {2024},
|
23 |
+
url = {https://arxiv.org/abs/2409.01357},
|
24 |
+
eprinttype = {arXiv},
|
25 |
+
eprint = {2409.01357},
|
26 |
+
}
|
27 |
+
```
|