Dataset Viewer
Auto-converted to Parquet Duplicate
id
string
problem
string
steps
list
final_answer
string
val_001
What is 25 + 18?
[ { "step": 1, "description": "Add 25 + 10", "result": "35" }, { "step": 2, "description": "Add 35 + 8", "result": "43" }, { "step": 3, "description": "Verify 43 - 18 = 25", "result": "25 βœ“" } ]
43

🧠 Amkyaw Core L3 - ၃ ဆင့်တွေးခေါ်မှု System

This is a 3-step reasoning system that uses keyword matching to provide structured responses.

Features

  • Step 1: Perception (ထခြေထနေ ပိုင်းခြား)
  • Step 2: Logical Sequence (α€šα€―α€α€Ήα€α€­α€‘α€…α€‰α€Ί)
  • Step 3: Verification & Output (α€‘α€α€Šα€Ία€•α€Όα€― + ထဖြေထုတ်)

Dataset Structure

Amkyaw-Core-L3/
β”œβ”€β”€ app.py                      # Gradio app
β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ responses.jsonl          # Response data
β”‚   β”œβ”€β”€ brain/
β”‚   β”‚   β”œβ”€β”€ reasoning_steps.jsonl
β”‚   β”‚   β”œβ”€β”€ conversations.jsonl
β”‚   β”‚   └── metadata.json
β”‚   └── validation/
β”‚       └── validation.jsonl
β”œβ”€β”€ scripts/
β”‚   └── *.py
└── configs/
    └── *.yaml

Usage

from datasets import load_dataset
dataset = load_dataset("amkyawdev/Amkyaw-Core-L3")

License

MIT License

Downloads last month
50

Space using amkyawdev/Amkyaw-Core-L3 1