Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
| 1 |
-
Train, evaluation and test data for paper [SR-KI: Scalable and Real-Time Knowledge Integration into LLMs via Supervised Attention [AAAI 2026]](https://arxiv.org/pdf/2511.06446)
|
| 2 |
---
|
| 3 |
license: mit
|
| 4 |
task_categories:
|
| 5 |
-
- question-answering
|
| 6 |
language:
|
| 7 |
-
- zh
|
| 8 |
size_categories:
|
| 9 |
-
- 100K<n<1M
|
| 10 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
language:
|
| 6 |
+
- zh
|
| 7 |
size_categories:
|
| 8 |
+
- 100K<n<1M
|
| 9 |
+
pretty_name: SR-KI Dataset
|
| 10 |
+
dataset_type: text
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# SR-KI Dataset
|
| 14 |
+
|
| 15 |
+
Train, evaluation and test data for paper
|
| 16 |
+
**SR-KI: Scalable and Real-Time Knowledge Integration into LLMs via Supervised Attention [AAAI 2026]**
|
| 17 |
+
📄 Paper link: https://arxiv.org/pdf/2511.06446
|