zpdeaccount commited on
Commit
8d61716
·
verified ·
1 Parent(s): 67460fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -5,3 +5,17 @@ base_model:
5
  ---
6
  # Finetune-RAG Model Checkpoints
7
  This repository contains model checkpoints from the [Finetune-RAG](https://github.com/Pints-AI/Finetune-Bench-RAG) project, which aims to tackle hallucination in retrieval-augmented LLMs. Checkpoints here are saved at steps 2, 4, 6, 8, and 10 from baseline-format fine-tuning of Llama-3.1-8B-Instruct on Finetune-RAG.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  # Finetune-RAG Model Checkpoints
7
  This repository contains model checkpoints from the [Finetune-RAG](https://github.com/Pints-AI/Finetune-Bench-RAG) project, which aims to tackle hallucination in retrieval-augmented LLMs. Checkpoints here are saved at steps 2, 4, 6, 8, and 10 from baseline-format fine-tuning of Llama-3.1-8B-Instruct on Finetune-RAG.
8
+
9
+ ## Paper & Citation
10
+
11
+ ```latex
12
+ @misc{lee2025finetuneragfinetuninglanguagemodels,
13
+ title={Finetune-RAG: Fine-Tuning Language Models to Resist Hallucination in Retrieval-Augmented Generation},
14
+ author={Zhan Peng Lee and Andre Lin and Calvin Tan},
15
+ year={2025},
16
+ eprint={2505.10792},
17
+ archivePrefix={arXiv},
18
+ primaryClass={cs.CL},
19
+ url={https://arxiv.org/abs/2505.10792},
20
+ }
21
+ ```