armand0e commited on
Commit
5e1aa5d
·
1 Parent(s): 636020a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ ---
6
+ # Text-Only Prompt Manifest (`prompt-manifest.jsonl`)
7
+
8
+ 10,005 single-turn prompts for text-response teacher generation (no tools, no files —
9
+ the complete deliverable is the response itself). Each row carries `id`, `category`,
10
+ `domain`, `capability`, `difficulty`, provenance (`source` file:line), the exact
11
+ `prompt`, and its `system` instruction. Median prompt length: 254 chars.
12
+
13
+ Current generation run: `stealth/ox-alpha` via OpenRouter (reasoning effort high)
14
+
15
+ ## Topic distribution
16
+
17
+ | Category | Prompts | Share |
18
+ |---|---:|---:|
19
+ | Coding (incl. Go/Rust, C++/Java/C#, shell/CLI) | 944 | 9.4% |
20
+ | Knowledge QA | 900 | 9.0% |
21
+ | Logical reasoning & decisions | 734 | 7.3% |
22
+ | Web development | 720 | 7.2% |
23
+ | Game development | 720 | 7.2% |
24
+ | Three.js / browser 3D | 620 | 6.2% |
25
+ | Writing & communication | 585 | 5.8% |
26
+ | Math & quantitative reasoning | 575 | 5.7% |
27
+ | Mobile development | 340 | 3.4% |
28
+ | Instruction following & structured output | 311 | 3.1% |
29
+ | Creativity | 300 | 3.0% |
30
+ | Biology | 275 | 2.7% |
31
+ | Physics & astronomy | 250 | 2.5% |
32
+ | Security engineering (defensive) | 240 | 2.4% |
33
+ | Machine learning | 240 | 2.4% |
34
+ | Economics & finance | 240 | 2.4% |
35
+ | Law & policy | 240 | 2.4% |
36
+ | Health & medicine | 240 | 2.4% |
37
+ | Multilingual & translation | 240 | 2.4% |
38
+ | Education & tutoring | 235 | 2.3% |
39
+ | Chemistry | 225 | 2.2% |
40
+ | Humanities & social science | 200 | 2.0% |
41
+ | Data tasks (SQL, spreadsheets, wrangling) | 185 | 1.8% |
42
+ | Earth & environmental science | 150 | 1.5% |
43
+ | Engineering | 150 | 1.5% |
44
+ | Research methods | 75 | 0.7% |
45
+ | DevOps / SRE | 40 | 0.4% |
46
+ | Safety | 16 | 0.2% |
47
+ | Explanation | 15 | 0.1% |
48
+ | **Total** | **10,005** | **100%** |
49
+
50
+
51
+ ## Difficulty
52
+
53
+ | Tier | Prompts | Share |
54
+ |---|---:|---:|
55
+ | Hard | 4,402 | 44.0% |
56
+ | Medium | 3,456 | 34.5% |
57
+ | Expert | 984 | 9.8% |
58
+ | Foundational | 965 | 9.6% |
59
+ | Mixed (curated seeds) | 198 | 2.0% |
60
+
61
+ ## Family
62
+
63
+ | Family | Prompts | Share |
64
+ |---|---:|---:|
65
+ | Ability (do a task) | 7,103 | 71.0% |
66
+ | Knowledge (explain/analyze) | 2,704 | 27.0% |
67
+ | Curated seed (original hand-picked) | 198 | 2.0% |