ruotong-pan commited on
Commit
770524c
1 Parent(s): fcecb9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - ruotong-pan/CAGB
5
+ language:
6
+ - en
7
+ pipeline_tag: question-answering
8
  ---
9
+ This model is a 7B model with credibility-aware generation, fine-tuned on Mistral-7B.
10
+ It possesses the capability to comprehend and utilize credibility within the context for generation, thereby exhibiting strong robustness when dealing with externally introduced noisy documents in the RAG.
11
+ Because of the capability of customized credibility in CAG, it has diverse application scenarios, including personalized response generation and the resolution of knowledge conflicts.
12
+
13
+ Read our [article](https://arxiv.org/abs/2404.06809) to learn more.
14
+
15
+ Evaluate our model in real scenarios including Open-domain QA, Time-sensitive QA, and Misinformation Polluted QA. For more information and to access the evaluation code, visit [Code](https://github.com/panruotong/CAG).