suryadev1 commited on
Commit
34bc693
Β·
1 Parent(s): b74517e

restored readme

Browse files
Files changed (1) hide show
  1. README.md +11 -106
README.md CHANGED
@@ -1,108 +1,13 @@
1
- # ASTRA (AI for STRategy Analysis)
2
-
3
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
- [![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
5
-
6
-
7
- ASTRA is a collaborative research project between the University of Memphis and Carnegie Learning focused on leveraging AI to enhance our understanding of mathematical learning strategies.
8
-
9
- ## Project Overview
10
-
11
- ASTRA utilizes a pre-trained model (based on a BERT-like architecture) to learn mathematics strategies from extensive data collected through Carnegie Learning's MATHia platform (formerly known as Cognitive Tutor). The data comes from hundreds of U.S. schools using this Intelligent Tutor as part of their core, blended math curriculum.
12
-
13
- ## Current Focus
14
-
15
- The current demonstration focuses on:
16
- - Domain: Ratio and Proportions
17
- - Grade Level: 7th Grade
18
- - Objective: Predicting strategies that lead to correct vs. incorrect solutions
19
-
20
- ## Available Models
21
-
22
- ASTRA offers three fine-tuned models:
23
-
24
- 1. **ASTRA-FT-HGR**
25
- - Fine-tuned with data from schools with high graduation rates
26
- - Specialized for high-performing school environments
27
-
28
- 2. **ASTRA-FT-LGR**
29
- - Fine-tuned with data from schools with low graduation rates
30
- - Focused on understanding challenges in struggling schools
31
-
32
-
33
- ## Usage Instructions
34
-
35
- 1. **Model Selection**
36
- - Choose one of the three fine-tuned models based on your analysis needs
37
- - Each model offers unique insights into student learning strategies
38
-
39
- 2. **Data Scope Configuration**
40
- - Select the percentage of schools to include in your analysis
41
- - Note: Larger percentages may require longer processing times
42
-
43
- 3. **Results Analysis**
44
- - Access the dashboard to view model results
45
- - Results are segregated by school graduation rates (high vs. low)
46
- - Analyze strategy predictions and their effectiveness
47
-
48
- ## Technical Details
49
-
50
- The system is built on:
51
- - A BERT-like architecture for the base model
52
- - Fine-tuning using real-world student data from MATHia
53
- - Specialized training sets based on school graduation rates
54
-
55
- ## Partners
56
-
57
- - University of Memphis
58
- - Carnegie Learning (MATHia Platform)
59
-
60
- ## Links
61
-
62
- - [πŸ€— Hugging Face Space](https://huggingface.co/spaces/suryadev1/astra)
63
- - [πŸ“„ Research Paper](https://drive.google.com/file/d/1lbEpg8Se1ugTtkjreD8eXIg7qrplhWan/view?pli=1)
64
- - [πŸ€— Github: Astra demo](https://github.com/Syudu41/ASTRA---Gates-Project)
65
- - [πŸ€— Project Page](https://sites.google.com/view/astra-research/home)
66
- - [πŸ€— Path Analysis Tool](https://path-analysis.vercel.app/)
67
- - [πŸ€— Github: Path Analysis Tool](https://github.com/CarnegieLearningWeb/PathAnalysis)
68
-
69
-
70
-
71
- ## Note
72
-
73
- This is a demonstration version of the ASTRA system. The models are trained on specific mathematical domains and grade levels, with a current focus on ratio and proportions in 7th-grade mathematics.
74
-
75
- ## πŸ“¦ Dependencies
76
-
77
- - Python 3.7+
78
- - Required machine learning libraries
79
- - Access to Hugging Face platform
80
-
81
- ## ⚑ Quick Start
82
-
83
- 1. Visit `suryadev1/astra` on Hugging Face
84
- 2. Select your desired analysis type
85
- 3. Adjust parameters as needed
86
- 4. Generate instant visualizations
87
-
88
-
89
  ---
90
 
91
- Made with ❀️ by the ASTRA team
92
-
93
-
94
-
95
- ## Citation
96
-
97
- If you use ASTRA in your research, please cite our paper:
98
-
99
- ```bibtex
100
- @article{astra2024,
101
- title={ASTRA: AI for Strategy Analysis in Mathematics Education},
102
- author={Author1 and Author2 and Author3},
103
- journal={arXiv preprint arXiv:YourPaperID},
104
- year={2024}
105
- }
106
- ```
107
-
108
-
 
1
+ ---
2
+ title: Astra
3
+ emoji: 🌍
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 4.36.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference