Gugu8 commited on
Commit
0fb1c41
·
verified ·
1 Parent(s): b164de2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ tags:
6
+ - english
7
+ ---
8
+ # English Teaching Dataset
9
+
10
+ A massive, clean dataset designed to teach English to Large Language Models.
11
+
12
+ ## Dataset Description
13
+
14
+ **Size:** 20 GB
15
+ **Rows:** ~85 million examples
16
+ **Format:** CSV
17
+ **Purpose:** English language instruction fine-tuning for LLM development
18
+
19
+ This dataset provides structured, pedagogical English teaching examples optimised for training language models. Each entry follows consistent formatting to ensure clean, predictable learning patterns for AI systems.
20
+
21
+ ## Dataset Structure
22
+
23
+ The dataset contains the following fields:
24
+
25
+ | Field | Description | Example |
26
+ |-------|-------------|---------|
27
+ | `id` | Unique row identifier | 12345678 |
28
+ | `word` | Target English word or phrase | "ephemeral" |
29
+ | `part_of_speech` | Grammatical category | adjective |
30
+ | `pronunciation` | IPA phonetic notation | "/ɪˈfem.ər.əl/" |
31
+ | `definition` | Clear, concise meaning | "Lasting for a very short time" |
32
+ | `example_sentence` | Contextual usage example | "The beauty of cherry blossoms is ephemeral, lasting only a few weeks." |
33
+ | `additional_example` | Secondary usage context | "Fame in the modern world is often ephemeral and fleeting." |
34
+ | `instruction` | Teaching prompt format variations | Multiple pedagogical structures |
35
+
36
+ ## Data Quality
37
+
38
+ This dataset has been meticulously cleaned to ensure:
39
+ - ✅ No duplicate entries
40
+ - ✅ Consistent formatting across all fields
41
+ - ✅ Proper escaping of CSV special characters (quotes, newlines, commas)
42
+ - ✅ Valid UTF-8 encoding throughout
43
+ - ✅ Standardised field delimiters
44
+ - ✅ No malformed or truncated rows
45
+ ## License
46
+ Open Data Attribution Training Disclosure License (ODATL‑1.0)