zorazrw commited on
Commit
3e97841
1 Parent(s): 4dabedb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ This is a FilCo context filtering model for knowledge-grounded dialog generation tasks, particularly in the open domain. Specifically, this is a `meta-llama/Llama-2-7b` trained using LoRA for 3 epochs on the Wizard of Wikipedia (WoW) training set.
8
+
9
+ 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.
10
+
11
+ ## Citation
12
+ if you use this model for research, please cite:
13
+ ```
14
+ @article{wang2023learning,
15
+ title={Learning to Filter Context for Retrieval-Augmented Generation},
16
+ author={Zhiruo Wang, Jun Araki, Zhengbao Jiang, Md Rizwan Parvez, Graham Neubig},
17
+ journal={arXiv preprint arXiv:2311.08377},
18
+ year={2023}
19
+ }
20
+ ```