荣县数据集
收藏魔搭社区2025-09-03 更新2025-09-06 收录
下载链接:
https://modelscope.cn/datasets/firefly123123/rongxian
下载链接
链接失效反馈官方服务:
资源简介:
---
# RongXian
## 数据集简介
该数据集是一个以四川省自贡市荣县为主题的中文问答数据集,涵盖了荣县的历史文化、地理风貌、经济发展、旅游资源、特产美食等多个方面的内容。数据集由中南民族大学羽梦支教队子队伍“风吹斗夏实践队(自贡行)”成员在2025年7月支教活动期间整理制作,旨在推广荣县文化,助力地方文化传播与教育研究。
## 数据集结构
数据集包含四个 JSON 文件,分别以两种常见格式存储:
- `rongxian.json`:OpenAI 格式的荣县旧志数据
- `rongxian1.json`:Alpaca 格式的荣县旧志数据
- `rongxian_new.json`:OpenAI 格式的荣县新发展数据
- `rongxian_new1.json`:Alpaca 格式的荣县新发展数据
### 数据格式说明
- **OpenAI 格式**:每个样本为 `{"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]}`
- **Alpaca 格式**:每个样本为 `{"instruction": "...", "input": "...", "output": "..."}`
## 数据来源
数据内容主要来源于:
- 《荣县旧志统编》
- 百度百科
- 荣县人民政府官方网站
## 适用任务
本数据集可用于:
- 地方文化问答系统训练
- 中文对话模型微调
- 文化旅游类知识图谱构建
- 区域性语言模型预训练与评估
## 使用示例
```python
import json
with open("rongxian_new.json", "r", encoding="utf-8") as f:
data = json.load(f)
for sample in data[:3]:
print(sample["messages"][0]["content"])
print(sample["messages"][1]["content"])
print("---")
```
## 致谢
本数据集由中南民族大学羽梦支教队“风吹斗夏实践队(自贡行)”成员在荣县青阳街道支教期间整理制作。特别感谢荣县人民政府、当地居民以及所有支持本项目的师生与志愿者。
## 联系方式
如有问题或,请联系:
📧 Email:[3478584509@qq.com]
🌐 GitHub: [https://github.com/hbt123-123]
🌐 HuggingFace: [https://huggingface.co/firefly123firefly]
🌐 Modelscope: [https://www.modelscope.cn/profile/firefly123123]
---
#### 下载方法
:modelscope-code[]{type="sdk"}
:modelscope-code[]{type="git"}
# RongXian
## Dataset Introduction
This is a Chinese question-answering dataset focused on Rong County, Zigong City, Sichuan Province, covering multiple aspects including the history and culture, geographical features, economic development, tourism resources, special local products and delicacies of Rong County. Compiled and produced by members of the "Fengchoudouxia Practice Team (Zigong Trip)" — the sub-team of the Yumeng Volunteer Teaching Team of South-Central Minzu University — during their volunteer teaching activity in July 2025, this dataset aims to promote the culture of Rong County and facilitate local cultural dissemination and educational research.
## Dataset Structure
The dataset includes four JSON files stored in two common formats:
- `rongxian.json`: OpenAI-formatted historical records data of Rong County
- `rongxian1.json`: Alpaca-formatted historical records data of Rong County
- `rongxian_new.json`: OpenAI-formatted new development data of Rong County
- `rongxian_new1.json`: Alpaca-formatted new development data of Rong County
### Data Format Instructions
- **OpenAI Format**: Each sample follows the structure `{"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]}`
- **Alpaca Format**: Each sample follows the structure `{"instruction": "...", "input": "...", "output": "..."}`
## Data Sources
The data content is mainly sourced from:
- *Unified Compilation of Old Records of Rong County*
- Baidu Baike
- The official website of the People's Government of Rong County
## Applicable Tasks
This dataset can be used for:
- Training of local cultural question-answering systems
- Fine-tuning of Chinese dialogue models
- Construction of cultural tourism-oriented knowledge graphs
- Pre-training and evaluation of regional language models
## Usage Examples
python
import json
with open("rongxian_new.json", "r", encoding="utf-8") as f:
data = json.load(f)
for sample in data[:3]:
print(sample["messages"][0]["content"])
print(sample["messages"][1]["content"])
print("---")
## Acknowledgements
This dataset was compiled and produced by members of the "Fengchoudouxia Practice Team (Zigong Trip)" under the Yumeng Volunteer Teaching Team of South-Central Minzu University during their volunteer teaching activity in Qingyang Subdistrict, Rong County. Special thanks are extended to the People's Government of Rong County, local residents, and all teachers, students and volunteers who supported this project.
## Contact Information
If you have any questions, please contact:
📧 Email: [3478584509@qq.com]
🌐 GitHub: [https://github.com/hbt123-123]
🌐 HuggingFace: [https://huggingface.co/firefly123firefly]
🌐 Modelscope: [https://www.modelscope.cn/profile/firefly123123]
## Download Methods
:modelscope-code[]{type="sdk"}
:modelscope-code[]{type="git"}
提供机构:
maas
创建时间:
2025-09-02
搜集汇总
数据集介绍

背景与挑战
背景概述
荣县数据集由firefly123123提供,采用Apache License 2.0许可证,大小为1.23MB,截至2025年9月2日已更新,累计下载23次。
以上内容由遇见数据集搜集并总结生成



