feat: add scripts for fetching and training educational corpus

- Implemented `fetch_corpus.py` to scrape Chinese educational content from Wikipedia, covering subjects like Chinese, Math, English, Chemistry, Politics, History, Geography, Physics, and Biology.
- Developed `fetch_corpus_incremental.py` for incremental fetching of missing entries, with automatic retries for rate limiting and support for resuming interrupted downloads.
- Created `train_chat.py` for training a dialogue model, including corpus cleaning, vocabulary management, and staged training with adaptive learning rates.
This commit is contained in:
2026-07-07 17:42:24 +08:00
parent d5affe4458
commit 81f6fd58e0
96 changed files with 53920 additions and 17 deletions

View File

@@ -0,0 +1,69 @@
# 人教版一年级数学上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 006 | 数学游戏 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 在校园里找一找 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 009 | 在操场上玩一玩 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 011 | 在教室里认一认 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 013 | 在教室里玩一玩 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 015 | 学习准备 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 017 | 一 5以内数的认识和加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 019 | 15的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 022 | 比大小 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 024 | 第几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/024.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=024) |
| 025 | 分与合 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 029 | 15的加、减法加法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/029.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=029) |
| 031 | 15的加、减法减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 035 | 0的认识和加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/035.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=035) |
| 036 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 039 | 二 610的认识和加、 减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 041 | 69的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 044 | 6、7的组成 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 046 | 8、9的组成 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/046.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=046) |
| 049 | 6和7的加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 050 | 用加法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/050.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=050) |
| 051 | 用减法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/051.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=051) |
| 055 | 8和9的加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/055.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=055) |
| 056 | 用加、减法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/056.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=056) |
| 059 | 10的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/059.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=059) |
| 061 | 10的加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/061.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=061) |
| 064 | 连加、连减 加、减混合 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/064.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=064) |
| 068 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/068.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=068) |
| 072 | 三 认识立体图形 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/072.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=072) |
| 073 | 认识立体图形 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/073.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=073) |
| 075 | 解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/075.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=075) |
| 076 | 拼一拼 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/076.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=076) |
| 078 | 四 11 20的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/078.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=078) |
| 079 | 10的再认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/079.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=079) |
| 081 | 1120 的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/081.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=081) |
| 086 | 简单加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/086.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=086) |
| 087 | 解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/087.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=087) |
| 090 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/090.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=090) |
| 093 | 五 20以内的进位加法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/093.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=093) |
| 094 | 9加几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/094.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=094) |
| 096 | 8、7、6 加几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/096.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=096) |
| 098 | 5、4、3、2 加几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/098.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=098) |
| 101 | 解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/101.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=101) |
| 102 | 逆向用加法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/102.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=102) |
| 105 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/105.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=105) |
| 108 | 六 复习与关联 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/108.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=108) |
| 109 | 数与运算 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/109.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=109) |
| 110 | 数量关系 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/110.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=110) |
## 网络补充资料
### 数学游戏
- [人教版2024小学数学一年级上册《数学游戏》课件 (共31张ppt+音频)_21世纪教育网-二一教育](https://zy.21cnjy.com/21024893)
- [人教版一年级上册 (2024秋版)数学电子课本](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/)
- [人教版2024新版一年级上册数学第一单元《数学游戏》单元整体教学设计 - 豆丁网](https://www.docin.com/p-4713157887.html)
### 在校园里找一找
- [人教版一年级上册 (2024秋版)数学电子课本](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/)
- [一年级上册数学人教版 (2024)数学游戏《在校园里找一找》课件](https://wenku.baidu.com/view/86accb9502f69e3143323968011ca300a7c3f6de.html)
- [在校园里找一找-人教版一年级上册 (2024秋版)数学电子课本](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/007.htm)