File size: 724 Bytes
1c0d308
 
 
ef01b3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: cc-by-sa-4.0
---

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.

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.

## Citation
if you use this model for research, please cite:
```
@article{wang2023learning,
  title={Learning to Filter Context for Retrieval-Augmented Generation},
  author={Zhiruo Wang, Jun Araki, Zhengbao Jiang, Md Rizwan Parvez, Graham Neubig},
  journal={arXiv preprint arXiv:2311.08377},
  year={2023}
}
```