Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
This dataset is utilized for retrieval-augmented generation (RAG). The [WikiExtractor tool](https://github.com/attardi/wikiextractor) is used to extract and clean text from [Wikipedia dumps](https://dumps.wikimedia.org/enwiki/) to construct a knowledge base.
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This dataset is utilized for retrieval-augmented generation (RAG). The [WikiExtractor tool](https://github.com/attardi/wikiextractor) is used to extract and clean text from [Wikipedia dumps](https://dumps.wikimedia.org/enwiki/) to construct a knowledge base.
|
2 |
|
3 |
+
## Citations
|
4 |
+
```bibtex
|
5 |
+
@article{chen2025geofactory,
|
6 |
+
title={GeoFactory: An LLM Performance Enhancement Framework for Geoscience Factual and Inferential Tasks},
|
7 |
+
author={Chen, Zhou and Wang, Xiao and Zhang, Xinan and Lin, Ming and Liao, Yuanhong and Li, Juanzi and Bai, Yuqi},
|
8 |
+
journal={Big Earth Data},
|
9 |
+
year={2025},
|
10 |
+
month={May},
|
11 |
+
pages={1--33},
|
12 |
+
doi={10.1080/20964471.2025.2506291}
|
13 |
+
}
|
14 |
+
```
|