CoolFace
Datasetpublic

s1ky/CROP-dataset

Introduction Crop-dataset is a large-scale open-source instruction fine-tuning dataset for LLMs in crop science, which includes over 210K high-quality question-answer pairs in Chinese and English. Basic Information Currently, Crop-dataset primarily includes two types of grains: rice and corn. The dataset contains a sufficient amount of single-turn and multi-turn question-answer pairs. Composition of the Single-round Dialogue Dataset… See the full description on the dataset page: https://huggingface.co/datasets/s1ky/CROP-dataset.

sourceHugging Facecc-by-nc-4.0updated 6mo agoView on Hugging Face
0likes4downloads
Dataset Card

Introduction

Crop-dataset is a large-scale open-source instruction fine-tuning dataset for LLMs in crop science, which includes over 210K high-quality question-answer pairs in Chinese and English. <div style="text-align: center;"> <img src="./Figures/datasetpredistribution.png" alt="Dataset Framework" width="100%"/> </div>

Basic Information

Currently, Crop-dataset primarily includes two types of grains: rice and corn. The dataset contains a sufficient amount of single-turn and multi-turn question-answer pairs.

Composition of the Single-round Dialogue Dataset

CerealTypeTaskEnglish QAChinese QATotal
RiceClosed QAIn-domain knowledge QA4295183396126347
Open QAIn-domain knowledge QA243020374467
Event extraction189110302921
Named Entity Recognition200316043607
Summary158616283214
CornClosed QAIn-domain knowledge QA252592766752926
Open QAIn-domain knowledge QA320230476249
Event extraction224513223567
Named Entity Recognition200813163324
Summary155918573416
Others*------------<1000
Overall------85134124904210038

*The 'Others' category includes data from other grains like wheat, which is less than 1000 QA pairs in total.

Please note that despite our data-cleaning efforts, the final QA pairs inevitably contain a small amount of data (<0.5%) from other grains like wheat. Because we think this data does not dominantly influence the fine-tuning results, it is included in the rice and maize QA pairs, and we have listed it separately to avoid any misleading counts.

Composition of the Multi-round Dialogue Dataset

CerealScenarioTaskEnglish QAChinese QATotal
RiceProblem SolvingPest Control14 (3-turn) + 71 (4-turn)8 (3-turn) + 37 (4-turn)130
Nutrient Supplementation19 (3-turn) + 93 (4-turn)2 (3-turn) + 90 (4-turn) + 1 (5-turn)205
Disease Containment19 (3-turn) + 60 (4-turn)4 (3-turn) + 39 (4-turn)122
Personalized RecommendationCrop Variety Selection12 (3-turn) + 53 (4-turn)9 (3-turn) + 9 (4-turn)83
Resource Management4 (3-turn) + 110 (4-turn) + 1 (5-turn)5 (3-turn) + 50 (4-turn)170
Knowledge InterpretationResearch Interpretation3 (3-turn) + 125 (4-turn) + 1 (5-turn)8 (3-turn) + 85 (4-turn)222
CornProblem SolvingPest Control20 (3-turn) + 84 (4-turn)7 (3-turn) + 77 (4-turn)188
Nutrient Supplementation24 (3-turn) + 56 (4-turn)8 (3-turn) + 30 (4-turn)118
Disease Containment21 (3-turn) + 64 (4-turn)2 (3-turn) + 19 (4-turn) + 1 (5-turn)107
Personalized RecommendationCrop Variety Selection19 (3-turn) + 75 (4-turn)46 (3-turn) + 47 (4-turn)187
Resource Management8 (3-turn) + 94 (4-turn)1 (3-turn) + 69 (4-turn)172
Knowledge InterpretationResearch Interpretation5 (3-turn) + 94 (4-turn) + 1 (5-turn)6 (3-turn) + 61 (4-turn)167
Overall------11507211871

How to Use

We have released our dataset in Alpaca format. All question-answer pairs are organized by task. The codes and prompts related to this dataset are released at https://github.com/RenqiChen/The_Crop.

BibTeX & Citation

If you find our codes and datasets useful, please consider citing our work:

bibtex
@inproceedings{zhangempowering,
  title={Empowering and Assessing the Utility of Large Language Models in Crop Science},
  author={Zhang, Hang and Sun, Jiawei and Chen, Renqi and Liu, Wei and Yuan, Zhonghang and Zheng, Xinzhe and Wang, Zhefan and Yang, Zhiyuan and Yan, Hang and Zhong, Han-Sen and others},
  booktitle={The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track}
}