ruotong-pan commited on
Commit
d25095d
1 Parent(s): e46ffc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: mit
 
 
 
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: question-answering
6
  ---
7
+ This model is a 7B model with credibility-aware generation, capable of understanding and leveraging credibility in context for generation, thus being robust to noisy documents. Because of the capability of customized credibility in CAG, it has diverse application scenarios, including personalized response generation and the resolution of knowledge conflicts.
8
+
9
+ Read our [article](https://github.com/panruotong/CAG) to learn more.
10
+
11
+ 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).