DeepScaleR Preview Dataset (Japanese Translation)
agentica-org/DeepScaleR-Preview-Dataset の日本語翻訳版です。
数学の問題、解答、解法を含むデータセットです。元のデータセットを日本語に翻訳しました。
from datasets import load_dataset
ds = load_dataset("kfsky/DeepScaleR-Preview-Dataset-Japanese")
print(ds["train"][0])
カラム名
説明
problem
数学の問題文(日本語)
answer
解答
solution
解法の詳細(日本語)
unit
数学の単元名
元データセットと同じ MIT License に従います。