zorazrw commited on
Commit
ef01b3e
1 Parent(s): 3c97db6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
4
+
5
+ This is a FilCo context filtering model for multi-hop question-answering tasks, particularly in the open domain. Specifically, this is a `meta-llama/Llama-2-7b` trained using LoRA for 3 epochs on the HotpotQA training set.
6
+
7
+ It is intended to be used in FilCo: [https://github.com/zorazrw/filco](https://github.com/zorazrw/filco), but can be further applied in similar scenarios.
8
+
9
+ ## Citation
10
+ if you use this model for research, please cite:
11
+ ```
12
+ @article{wang2023learning,
13
+ title={Learning to Filter Context for Retrieval-Augmented Generation},
14
+ author={Zhiruo Wang, Jun Araki, Zhengbao Jiang, Md Rizwan Parvez, Graham Neubig},
15
+ journal={arXiv preprint arXiv:2311.08377},
16
+ year={2023}
17
+ }
18
+ ```