robworks-software commited on
Commit
3c3dad0
·
verified ·
1 Parent(s): 25cde79

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +124 -39
README.md CHANGED
@@ -1,39 +1,124 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: course_name
5
- dtype: string
6
- - name: subject_area
7
- dtype: string
8
- - name: peims_code
9
- dtype: string
10
- - name: credit_hours
11
- dtype: float64
12
- - name: grade_levels
13
- dtype: string
14
- - name: teks_code
15
- dtype: string
16
- - name: strand_name
17
- dtype: string
18
- - name: expectation_text
19
- dtype: string
20
- - name: bloom_level
21
- dtype: string
22
- - name: tac_reference
23
- dtype: string
24
- - name: staar_tested
25
- dtype: bool
26
- - name: instructional_units
27
- dtype: string
28
- splits:
29
- - name: train
30
- num_bytes: 132168
31
- num_examples: 428
32
- download_size: 41806
33
- dataset_size: 132168
34
- configs:
35
- - config_name: default
36
- data_files:
37
- - split: train
38
- path: data/train-*
39
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CCISD TEKS Alignment Dataset
2
+
3
+ ## Dataset Description
4
+
5
+ This dataset contains comprehensive Texas Essential Knowledge and Skills (TEKS) standards mapped to 25 high school courses from Clear Creek Independent School District (CCISD). It provides detailed curriculum alignment data for educational technology applications, lesson planning tools, and curriculum development.
6
+
7
+ ### Dataset Summary
8
+
9
+ - **Total Courses**: 25
10
+ - **Total TEKS Standards**: 428
11
+ - **STAAR-Tested Standards**: 147 (34.3%)
12
+ - **Subject Areas**: English Language Arts, Mathematics, Science, Social Studies, Foreign Languages, Health, Computer Science
13
+ - **Grade Levels**: 9-12 (High School)
14
+
15
+ ### Supported Tasks
16
+
17
+ - Curriculum alignment and mapping
18
+ - Lesson planning and sequencing
19
+ - Standards-based assessment design
20
+ - Educational technology integration
21
+ - Learning progression analysis
22
+ - Cross-curricular connections
23
+
24
+ ## Dataset Structure
25
+
26
+ ### Data Fields
27
+
28
+ - `course_name`: Full name of the course (e.g., "English I", "Algebra I")
29
+ - `subject_area`: Subject classification (English Language Arts, Mathematics, Science, etc.)
30
+ - `peims_code`: Official 8-digit PEIMS course code
31
+ - `credit_hours`: Credit value (0.5 or 1.0)
32
+ - `grade_level`: Grade level(s) for the course
33
+ - `teks_code`: Unique TEKS standard identifier (e.g., "ENG1.1.A")
34
+ - `strand_name`: TEKS knowledge/skill strand
35
+ - `expectation_text`: Full text of the student expectation
36
+ - `bloom_level`: Bloom's Taxonomy cognitive level (Understanding, Applying, Analyzing, Evaluating, Creating)
37
+ - `staar_tested`: Boolean indicating if standard appears on STAAR assessments
38
+ - `tac_reference`: Texas Administrative Code reference
39
+ - `instructional_units`: Scope & sequence unit placements
40
+
41
+ ### Data Splits
42
+
43
+ The dataset is provided as a single comprehensive collection suitable for:
44
+ - Educational research and analysis
45
+ - Curriculum planning and development
46
+ - EdTech product development
47
+ - Standards-based assessment creation
48
+
49
+ ## Dataset Creation
50
+
51
+ ### Source Data
52
+
53
+ - **TEKS Standards**: Official Texas Education Agency (TEA) standards from Texas Administrative Code Title 19
54
+ - **Course Catalog**: CCISD complete course catalog with PEIMS codes
55
+ - **Scope & Sequence**: Instructional unit mappings for all courses
56
+
57
+ ### Data Collection
58
+
59
+ Standards were extracted from official TEA documentation and mapped to CCISD courses using:
60
+ - TAC (Texas Administrative Code) references
61
+ - PEIMS course codes
62
+ - Bloom's Taxonomy classification
63
+ - STAAR testing status from TEA specifications
64
+
65
+ ### Annotations
66
+
67
+ - **Bloom's Levels**: Expert classification of cognitive complexity
68
+ - **STAAR Status**: Verified against official TEA STAAR blueprints
69
+ - **Scope & Sequence**: Unit-by-unit instructional timeline
70
+
71
+ ## Considerations for Using the Data
72
+
73
+ ### Social Impact
74
+
75
+ This dataset supports:
76
+ - Equitable access to high-quality curriculum materials
77
+ - Data-driven educational decision making
78
+ - Alignment between instruction and state assessments
79
+ - Transparency in curriculum standards
80
+
81
+ ### Limitations
82
+
83
+ - Specific to Texas TEKS standards (may not apply to other states)
84
+ - High school focus (grades 9-12)
85
+ - Does not include student performance data
86
+ - Scope & sequence reflects one district's approach
87
+
88
+ ## Additional Information
89
+
90
+ ### Licensing
91
+
92
+ This dataset is released under **CC0-1.0 (Public Domain Dedication)** as the source data (Texas TEKS standards) is government work in the public domain per 17 U.S.C. § 105 and Texas Public Information Act Chapter 552.
93
+
94
+ **Required Attribution**: Texas Education Agency (TEA) - Texas Essential Knowledge and Skills
95
+
96
+ ### Citation
97
+
98
+ ```
99
+ @dataset{ccisd_teks_alignment_2025,
100
+ title={CCISD TEKS Alignment Dataset},
101
+ author={Robworks Software},
102
+ year={2025},
103
+ publisher={HuggingFace},
104
+ howpublished={\url{https://huggingface.co/datasets/robworks-software/ccisd-teks-alignment}}
105
+ }
106
+ ```
107
+
108
+ ### Contact
109
+
110
+ - **Organization**: Robworks Software
111
+ - **Purpose**: Educational technology and AI-driven curriculum tools
112
+ - **Related**: LessonCraft, QuizCraft, SimCraft educational platforms
113
+
114
+ ### Dataset Curators
115
+
116
+ Created by Robworks Software AI Innovation Lab for educational technology development and curriculum alignment research.
117
+
118
+ ## Version History
119
+
120
+ - **v1.0 (2025-10-03)**: Initial release with 25 courses, 428 TEKS standards
121
+ - Complete high school core curriculum coverage
122
+ - Comprehensive scope & sequence for all courses
123
+ - Bloom's Taxonomy classification
124
+ - STAAR testing alignment