ruotong-pan
commited on
Commit
•
951d144
1
Parent(s):
f4f7ee2
Update README.md
Browse files
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 13B model with credibility-aware generation, fine-tuned on LLaMA2-13B.
|
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).
|