Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ model_index:
|
|
| 12 |
- name: kpr-bert-base-uncased
|
| 13 |
results:
|
| 14 |
---
|
|
|
|
|
|
|
| 15 |
## Introduction
|
| 16 |
|
| 17 |
A key limitation of large language models (LLMs) is their inability to capture less-frequent or up-to-date entity knowledge, often leading to factual inaccuracies and hallucinations. Retrieval-augmented generation (RAG), which incorporates external knowledge through retrieval, is a common approach to mitigate this issue.
|
|
|
|
| 12 |
- name: kpr-bert-base-uncased
|
| 13 |
results:
|
| 14 |
---
|
| 15 |
+
# kpr-bert-base-uncased
|
| 16 |
+
|
| 17 |
## Introduction
|
| 18 |
|
| 19 |
A key limitation of large language models (LLMs) is their inability to capture less-frequent or up-to-date entity knowledge, often leading to factual inaccuracies and hallucinations. Retrieval-augmented generation (RAG), which incorporates external knowledge through retrieval, is a common approach to mitigate this issue.
|