Update README.md
Browse files
README.md
CHANGED
|
@@ -45,3 +45,20 @@ agent_data = load_dataset("GXMZU/llm-rag-agent-papers", "agent")
|
|
| 45 |
|
| 46 |
This dataset is designed as a knowledge base for RAG (Retrieval-Augmented Generation) pipelines,
|
| 47 |
providing domain-specific content about LLM, RAG, and AI Agent technologies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
This dataset is designed as a knowledge base for RAG (Retrieval-Augmented Generation) pipelines,
|
| 47 |
providing domain-specific content about LLM, RAG, and AI Agent technologies.
|
| 48 |
+
|
| 49 |
+
## License
|
| 50 |
+
|
| 51 |
+
This dataset is licensed under MIT.
|
| 52 |
+
|
| 53 |
+
## Citation
|
| 54 |
+
|
| 55 |
+
If you use this dataset in your research, please cite:
|
| 56 |
+
|
| 57 |
+
```
|
| 58 |
+
@misc{llm-rag-agent-papers,
|
| 59 |
+
title={LLM RAG Agent papers},
|
| 60 |
+
author={real-jiakai},
|
| 61 |
+
year={2025},
|
| 62 |
+
url={https://huggingface.co/datasets/GXMZU/llm-rag-agent-papers}
|
| 63 |
+
}
|
| 64 |
+
```
|