CoolFace
Datasetpublic

nassimjp/Pashto-Medical-o1-Reasoning-SFT-Dataset

Pashto Medical o1 Reasoning SFT Dataset This dataset provides medical instruction-tuning data featuring chain-of-thought (CoT) reasoning steps in Pashto, structured for Supervised Fine-Tuning (SFT) of large language models. Dataset Structure The dataset contains conversational message formats with step-by-step reasoning encapsulated via <think> blocks, followed by the final expert medical response. Data Fields Question: The medical question or… See the full description on the dataset page: https://huggingface.co/datasets/nassimjp/Pashto-Medical-o1-Reasoning-SFT-Dataset.

sourceHugging Faceapache-2.0updated 2d agoView on Hugging Face
0likes62downloads
Dataset Card

Pashto Medical o1 Reasoning SFT Dataset

This dataset provides medical instruction-tuning data featuring chain-of-thought (CoT) reasoning steps in Pashto, structured for Supervised Fine-Tuning (SFT) of large language models.

Dataset Structure

The dataset contains conversational message formats with step-by-step reasoning encapsulated via <think> blocks, followed by the final expert medical response.

Data Fields

  • —Question: The medical question or prompt presented by the user (in Pashto).
  • —Complex_CoT: The detailed, step-by-step reasoning process (chain-of-thought) required to reach the correct clinical conclusion.
  • —Response: The final medical answer, diagnosis, or recommendation.

Data Format (JSONL)

The dataset is typically structured in a standard chatml JSONL format:

json
{
  "messages": [
    {"role": "user", "content": "مخلوط پوښتنه یا نښې..."},
    {"role": "assistant", "content": "<think>\nدلته د تفکر او دلیل پروسه ده...\n</think>\n\nپایلې او ځواب..."}
  ]
}

License

This dataset is released under the Apache License 2.0.