Spaces:
Running
Running
restored readme
Browse files
README.md
CHANGED
@@ -1,108 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
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 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|