itpossible commited on
Commit
c503bee
·
verified ·
1 Parent(s): 5e49dd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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
- The paper is currently under review, and more detailed information will be provided once the paper is accepted.
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```