iJoshNh/Emo-SocraTeach-Single
收藏Hugging Face2025-12-05 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/iJoshNh/Emo-SocraTeach-Single
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
language:
- vi
- en
tags:
- education
- socratic-teaching
- math
- dialogue
size_categories:
- 10K<n<100K
---
# Emo-SocraTeach-Single
Vietnamese translation of the SocraTeach Single-Turn dataset for Socratic teaching fine-tuning.
## Dataset Description
This dataset contains Vietnamese translations of the SocraTeach single-turn dialogues, designed for training language models in Socratic teaching methodology.
### Data Structure
The dataset is organized as a JSON file with entries containing:
- `question`: Math problem in Vietnamese
- `analysis`: Step-by-step solution analysis in Vietnamese
- `answer`: Numerical answer (not translated)
- `steps`: Problem-solving steps (kept in English)
- `history`: Conversation history in Vietnamese
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("iJoshNh/Emo-SocraTeach-Single")
```
## License
MIT License
提供机构:
iJoshNh



