New Hub to Scale EdTech Innovation
Digital Promise and SRI have launched a new "Community Hub" funded by the Institute of Education Sciences (IES). The initiative aims to accelerate the development and scaling of inclusive, evidence-based education technology. The hub will serve as a center for collaboration among researchers, developers, and educators.
- The Institute of Education Sciences (IES) often funds education technology through its Small Business Innovation Research (SBIR) program, which provides awards up to $250,000 for initial prototype development and up to $1 million for full-scale development. This funding supports the creation of commercially viable edtech products, including AI adaptive tutors and virtual reality learning environments. - SRI Education, one of the partners in the new hub, has a long history of developing and evaluating educational technologies, including those incorporating artificial intelligence, speech recognition, and video-based analytics. Their work also focuses on reducing educational barriers for students with disabilities through principles like Universal Design for Learning. - Digital Promise, the other partner, focuses on using research to inform the design of high-quality learning products and helps educators select effective ed-tech tools. They run initiatives like "Product Certifications" to bring transparency to the edtech market by signaling which products are based on learning sciences research. - For adaptive learning systems like AI reading tutors, Bayesian Knowledge Tracing (BKT) is a common algorithm used to model a learner's mastery of a skill as a binary variable (mastered or not). This model uses parameters like the probability of a student already knowing a skill, guessing correctly, or making a mistake on a known skill to personalize the learning sequence. - Reinforcement learning (RL) is another key technique for personalizing educational content, where an agent learns to optimize a sequence of learning materials to maximize a student's performance. However, a significant challenge in applying RL is defining the best "state representation" to accurately model a student's behavior and knowledge. - Speech recognition for young learners presents unique challenges due to higher variability in vocal tract length, pronunciation, and less developed grammar. Early research in this area, like Carnegie Mellon University's Project LISTEN, paved the way for modern AI reading assistants that provide real-time feedback on pronunciation and fluency. - Multi-armed bandit algorithms, a simplified form of reinforcement learning, are increasingly used for content recommendation in edtech. These algorithms help balance "exploration" (presenting new types of content) with "exploitation" (using content that has proven effective) to maximize long-term learning gains. - A critical consideration in developing AI for young children is ethics, including data privacy, algorithmic fairness, and eliminating bias. Best practices involve ensuring that AI systems are transparent, explainable, and designed to augment, not replace, the human element in education.