[2024-08-31] Released Chinese-Mistral-7B-Instruct-v0.2 instruct model. Significant improvements in language understanding and multi-turn dialogue capabilities.
[2024-06-30] Released JiuZhou-Instruct-v0.2 instruct model. Significant improvements in language understanding and multi-turn dialogue capabilities.
The field of geoscience has amassed a vast amount of data, necessitating the extraction and integration of diverse knowledge from this data to address global change challenges, promote sustainable development, and accelerate scientific discovery. Foundation language models initially learn and integrate knowledge autonomously through self-supervised pre-training on extensive text data. Subsequently, they acquire the capability to solve geoscience problems through instruction tuning. However, when the foundational language models lack sufficient geoscience expertise, instruction tuning with relevant data can lead to the generation of content that is inconsistent with established facts. To improve the model's accuracy and practicality, a robust geoscience foundational language model is urgently needed.
Instruct model (Instruction alignment caused a loss of some geoscience knowledge, but it has instruction-following ability) LoRA fine-tuned on Alpaca_GPT4 in both Chinese and English and GeoSignal
Instruct model (Instruction alignment caused a loss of some geoscience knowledge, but it has instruction-following ability) Fine-tuned with high-quality general instruction data
We evaluate the performance of JiuZhou using the GeoBench benchmark.
JiuZhou outperforms GPT-3.5 in objective tasks:
JiuZhou also scores higher than baselines across six criteria in subjective tasks:
### General Ability
We evaluate the performance of JiuZhou using three benchmark datasets: C-Eval, CMMLU, and MMLU.
Compared to other variants of Llama and Mistral models, JiuZhou shows outstanding performance:
## Model Training Process
### Training Corpus
The corpus consists of 50 million general documents and 3.4 million geoscience-related documents.
### Training Framework
We use the JiuZhou-Framework proposed in this study.
### Two-stage Pre-adaptation Pre-training (TSPT)
TSPT improves the efficiency of using limited geoscience data and overcomes some of the technical bottlenecks in continual pretraining for LLMs.
The difference between TSPT and single-stage training algorithms:
Comparison of TSPT and one-stage pre-training algorithm performance:
## Model Training Code
We use [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory) to fine-tune JiuZhou.
1@article{chen2024preparedllm,
2 author = {Chen, Zhou and Lin, Ming and Wang, Zimeng and Zang, Mingrun and Bai, Yuqi},
3 title = {PreparedLLM: Effective Pre-pretraining Framework for Domain-specific Large Language Models},
4 year = {2024},
5 journal = {Big Earth Data},
6 pages = {1--24},
7 doi = {10.1080/20964471.2024.2396159},
8 url = {https://doi.org/10.1080/20964471.2024.2396159}
9}