Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- retrieval-augmented generation
|
7 |
---
|
8 |
+
|
9 |
+
This is a FilCo context filtering model for open-domain documents such as Wikipedia articles.
|
10 |
+
Specifically, this is a `meta-llama/Llama-2-7b` trained using LoRA for 3 epochs on the NaturalQuestions (NQ) training set.
|
11 |
+
|
12 |
+
It is intented to be used in FilCo: [https://github.com/zorazrw/filco](https://github.com/zorazrw/filco), but can be further applied in similar scenarios.
|
13 |
+
|
14 |
+
## Citation
|
15 |
+
if you use this model for research, please cite:
|
16 |
+
```
|
17 |
+
@article{wang2023learning,
|
18 |
+
title={Learning to Filter Context for Retrieval-Augmented Generation},
|
19 |
+
author={Zhiruo Wang, Jun Araki, Zhengbao Jiang, Md Rizwan Parvez, Graham Neubig},
|
20 |
+
journal={arXiv preprint arXiv:2311.08377},
|
21 |
+
year={2023}
|
22 |
+
}
|
23 |
+
```
|