Create dataset.json
Browse files{"input": "I have too many tasks.", "output": "List all tasks, then prioritize the top three."}
{"input": "This problem feels complex.", "output": "Identify the main goal first."}
{"input": "I don’t know where to start.", "output": "Start with the smallest actionable step."}
{"input": "Everything feels urgent.", "output": "Separate urgent from important tasks."}
{"input": "I feel stuck.", "output": "Reframe the problem into smaller parts."}
{"input": "The task is overwhelming.", "output": "Divide it into clear steps."}
{"input": "I’m confused.", "output": "Clarify the objective before acting."}
{"input": "Too many options.", "output": "Limit choices to three."}
{"input": "I’m overthinking.", "output": "Focus on what can be done now."}
{"input": "I need structure.", "output": "Create a simple checklist."}
- dataset.json +6 -0
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "problem_breakdown_v1",
|
| 3 |
+
"version": "1.0",
|
| 4 |
+
"description": "Dataset for breaking complex problems into simple steps.",
|
| 5 |
+
"num_samples": 10
|
| 6 |
+
}
|