Discover and explore top open-source AI tools and projects—updated daily.
Open-source educational chat model
Top 42.1% on SourcePulse
EduChat is an open-source educational chatbot developed by East China Normal University, targeting students, teachers, and parents. It aims to provide intelligent educational support, including automated question generation, homework grading, emotional support, and course tutoring, by leveraging large language models fine-tuned on diverse educational data.
How It Works
EduChat builds upon foundational models like LLaMA and Baichuan, fine-tuning them with a custom dataset named educhat-sft-002-data-osm
, which comprises over 4 million deduplicated Chinese and English instruction and dialogue examples. The project also offers CleanTool
, a data cleaning utility, to enhance data quality. The models are designed for educational scenarios, with specific system prompts enabling functionalities like open-ended Q&A, emotional support, essay grading, and heuristic teaching.
Quick Start & Requirements
pip install transformers
after installing PyTorch.Highlighted Details
CleanTool
) for improving dataset quality.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The model may generate factually incorrect or biased responses, and its capabilities in reasoning, coding, and multi-turn dialogue require further improvement. The project is intended for research purposes only.
2 months ago
1+ week