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