Adaptive learning

From Wikipedia, the free encyclopedia

Adaptive learning, also known as adaptive teaching, is an educational method which uses computer algorithms as well as artificial intelligence to orchestrate the interaction with the learner and deliver customized resources and learning activities to address the unique needs of each learner.[1] In professional learning contexts, individuals may "test out" of some training to ensure they engage with novel instruction. Computers adapt the presentation of educational material according to students' learning needs, as indicated by their responses to questions, tasks and experiences. The technology encompasses aspects derived from various fields of study including computer science, AI, psychometrics, education, psychology, and brain science.

Research conducted, particularly in educational settings within the United States, has demonstrated the efficacy of adaptive learning systems in promoting student learning. Among 37 recent studies that examined the effects of adaptive learning on learning outcomes, an overwhelming majority of 86% (32 studies) reported positive effects. [2]

Adaptive learning has been partially driven by a realization that tailored learning cannot be achieved on a large-scale using traditional, non-adaptive approaches. Adaptive learning systems endeavor to transform the learner from passive receptor of information to collaborator in the educational process. Adaptive learning systems' primary application is in education, but another popular application is business training. They have been designed as desktop computer applications, web applications, and are now being introduced into overall curricula.[3]

History[edit]

Adaptive learning or intelligent tutoring has its origins in the artificial-intelligence movement and began gaining popularity in the 1970s. At that time, it was commonly accepted that computers would eventually achieve the human ability of adaptivity. In adaptive learning, the basic premise is that the tool or system will be able to adjust to the student/user's learning method, which results in a better and more effective learning experience for the user. Back in the 70's the main barrier was the cost and size of the computers, rendering the widespread application impractical. Another hurdle in the adoption of early intelligent systems was that the user interfaces were not conducive to the learning process. The start of the work on adaptive and intelligent learning systems is usually traced back to the SCHOLAR system that offered adaptive learning for the topic of geography of South America.[4] A number of other innovative systems appeared within five years. A good account of the early work on adaptive learning and intelligent tutoring systems can be found in the classic book "Intelligent Tutoring Systems".[5]

Technology and methodology[edit]

Adaptive learning systems have traditionally been divided into separate components or 'models'. While different model groups have been presented, most systems include some or all of the following models (occasionally with different names):[6][7]

  • Expert model – The model with the information which is to be taught
  • Student model – The model which tracks and learns about the student
  • Instructional model – The model which actually conveys the information
  • Instructional environment – The user interface for interacting with the system

Expert model[edit]

The expert model stores information about the material which is being taught. This can be as simple as the solutions for the question set but it can also include lessons and tutorials and, in more sophisticated systems, even expert methodologies to illustrate approaches to the questions.

Adaptive learning systems which do not include an expert model will typically incorporate these functions in the instructional model.

Student model[edit]

The simplest means of determining a student's skill level is the method employed in CAT (computerized adaptive testing). In CAT, the subject is presented with questions that are selected based on their level of difficulty in relation to the presumed skill level of the subject. As the test proceeds, the computer adjusts the subject's score based on their answers, continuously fine-tuning the score by selecting questions from a narrower range of difficulty.

An algorithm for a CAT-style assessment is simple to implement. A large pool of questions is amassed and rated according to difficulty, through expert analysis, experimentation, or a combination of the two. The computer then performs what is essentially a binary search, always giving the subject a question which is halfway between what the computer has already determined to be the subject's maximum and minimum possible skill levels. These levels are then adjusted to the level of the difficulty of the question, reassigning the minimum if the subject answered correctly, and the maximum if the subject answered incorrectly. Obviously, a certain margin for error has to be built in to allow for scenarios where the subject's answer is not indicative of their true skill level but simply coincidental. Asking multiple questions from one level of difficulty greatly reduces the probability of a misleading answer, and allowing the range to grow beyond the assumed skill level can compensate for possible misevaluations.

A further extension of identifying weaknesses in terms of concepts is to program the student model to analyze incorrect answers. This is especially applicable for multiple choice questions. Consider the following example:

Q. Simplify:
a) Can't be simplified
b)
c) ...
d) ...

Clearly, a student who answers (b) is adding the exponents and failing to grasp the concept of like terms. In this case, the incorrect answer provides additional insight beyond the simple fact that it is incorrect.

Instructional model[edit]

The instructional model generally looks to incorporate the best educational tools that technology has to offer (such as multimedia presentations) with expert teacher advice for presentation methods. The level of sophistication of the instructional model depends greatly on the level of sophistication of the student model. In a CAT-style student model, the instructional model will simply rank lessons in correspondence with the ranks for the question pool. When the student's level has been satisfactorily determined, the instructional model provides the appropriate lesson. The more advanced student models which assess based on concepts need an instructional model which organizes its lessons by concept as well. The instructional model can be designed to analyze the collection of weaknesses and tailor a lesson plan accordingly.

When the incorrect answers are being evaluated by the student model, some systems look to provide feedback to the actual questions in the form of 'hints'. As the student makes mistakes, useful suggestions pop up such as "look carefully at the sign of the number". This too can fall in the domain of the instructional model, with generic concept-based hints being offered based on concept weaknesses, or the hints can be question-specific in which case the student, instructional, and expert models all overlap.

Implementations[edit]

Learning management system[edit]

Many learning management systems have incorporated various adaptive learning features. A learning management system (LMS) is a software application for the administration, documentation, tracking, reporting and delivery of educational courses, training programs, or learning and development programs. Adaptive learning systems have previously been used, for instance, to help students develop their argumentative writing performance (Argument Mining).[8]

Distance learning[edit]

Adaptive learning systems[9] can be implemented on the Internet for use in distance learning and group collaboration.[10]

The field of distance learning is now incorporating aspects of adaptive learning. Initial systems without adaptive learning were able to provide automated feedback to students who are presented questions from a preselected question bank. That approach however lacks the guidance which teachers in the classroom can provide. Current trends in distance learning call for the use of adaptive learning to implement intelligent dynamic behavior in the learning environment.

During the time a student spends learning a new concept they are tested on their abilities and databases track their progress using one of the models. The latest generation of distance learning systems take into account the students' answers and adapt themselves to the student's cognitive abilities using a concept called 'cognitive scaffolding'. Cognitive scaffolding is the ability of an automated learning system to create a cognitive path of assessment from lowest to highest based on the demonstrated cognitive abilities.[11]

A current successful implementation of adaptive learning in web-based distance learning is the Maple engine of WebLearn by RMIT university.[12] WebLearn is advanced enough that it can provide assessment of questions posed to students even if those questions have no unique answer like those in the Mathematics field.

Adaptive learning can be incorporated to facilitate group collaboration within distance learning environments like forums or resource sharing services.[13] Some examples of how adaptive learning can help with collaboration include automated grouping of users with the same interests, and personalization of links to information sources based on the user's stated interests or the user's surfing habits.

Educational game design[edit]

In 2014, an educational researcher concluded a multi-year study of adaptive learning for educational game design. The research developed and validated the ALGAE (Adaptive Learning GAme dEsign) model, a comprehensive adaptive learning model based on game design theories and practices, instructional strategies, and adaptive models. The research extended previous researching in game design, instructional strategies, and adaptive learning, combining those three components into a single complex model.

The study resulted in the development of an adaptive educational game design model to serve as a guide for game designers, instructional designers, and educators with the goal of increasing learning outcomes. Survey participants validated the value of the ALGAE model and provided specific insights on the model's construction, use, benefits, and challenges. The current ALGAE model is based on these insights. The model now serves as a guideline for the design and development of educational computer games.

The model's applicability is assessed as being cross-industry including government and military agencies/units, game industry, and academia. The model's actual value and the appropriate implementation approach (focused or unfocused) will be fully realized as the ALGAE model's adoption becomes more widespread.[14]

Development tools[edit]

While adaptive learning features are often mentioned in the marketing materials of tools, the range of adaptivity can be dramatically different.

Entry-level tools tend to focus on determining the learner's pathway based on simplistic criteria such as the learner's answer to a multiple choice question. A correct answer may take the learner to Path A, whereas an incorrect answer may take them to Path B. While these tools provide an adequate method for basic branching, they are often based on an underlying linear model whereby the learner is simply being redirected to a point somewhere along a predefined line. Due to this, their capabilities fall short of true adaptivity.

At the other end of the spectrum, there are advanced tools which enable the creation of very complex adaptions based on any number of complex conditions. These conditions may relate to what the learner is currently doing, prior decisions, behavioral tracking, interactive and external activities to name a few. These higher end tools generally have no underlying navigation as they tend to utilize AI methods such as an inference engine. Due to the fundamental design difference advanced tools are able to provide rich assessment capabilities. Rather than taking a simple multiple choice question, the learner may be presented with a complex simulation where a number of factors are considered to determine how the learner should adapt.

Popular tools[edit]

See also[edit]

References[edit]

This article incorporates material from the Citizendium article "Adaptive learning", which is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License but not under the GFDL.

  1. ^ Andreas Kaplan (2021). Higher Education at the Crossroads of Disruption, The University of the 21st century. Emeral Publishers. ISBN 9781800715042.
  2. ^ Wang, Shuai; Christensen, Claire; Cui, Wei; Tong, Richard; Yarnall, Louise; Shear, Linda; Feng, Mingyu (2023-02-17). "When adaptive learning is effective learning: comparison of an adaptive learning system to teacher-led instruction". Interactive Learning Environments. 31 (2): 793–803. doi:10.1080/10494820.2020.1808794. ISSN 1049-4820. S2CID 225186350.
  3. ^ Peter Brusilovsky (2003). "Adaptive and Intelligent Web-based Educational Systems". International Journal of Artificial Intelligence in Education. 13 (2–4): 159–172.
  4. ^ J. R. Carbonell (1970). "AI in CAI: An Artificial-Intelligence Approach to Computer-Assisted Instruction". IEEE Transactions on Man Machine Systems. 11 (4): 190–202. doi:10.1109/TMMS.1970.299942.
  5. ^ Derek H. Sleeman; John Seely Brown, eds. (1982). Intelligent tutoring systems. Academic Press. ISBN 9780126486803.
  6. ^ Charles P. Bloom, R. Bowen Loftin Facilitating the Development and Use of Interactive Learning Environments, Lawrence Erlbaum Associates (1998).
  7. ^ "A Proposed Student Model Algorithm for Student Modeling and its Evaluation". doi:10.1109/SICE.1995.526704. S2CID 61285822. {{cite journal}}: Cite journal requires |journal= (help)
  8. ^ Wambsganss, Thiemo; Niklaus, Christina; Cetto, Matthias; Söllner, Matthias; Handschuh, Siegfried; Leimeister, Jan Marco (2020-04-21). "AL: An Adaptive Learning Support System for Argumentation Skills". Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems. Honolulu HI USA: ACM. pp. 1–14. doi:10.1145/3313831.3376732. ISBN 978-1-4503-6708-0. S2CID 218482749.
  9. ^ "Adaptive Learning » EdAlive Online Learning". 2021-02-16. Retrieved 2023-06-01.
  10. ^ "Personalised Elearning – Tailored Pathways". Retrieved January 26, 2016.
  11. ^ "Cognitive scaffolding for a web-based adaptive learning environment". Archived from the original on August 28, 2012. Retrieved August 17, 2008.
  12. ^ "Addressing Different Cognitive Levels for On-line Learning" (PDF). Archived from the original (PDF) on September 18, 2010. Retrieved August 17, 2008.
  13. ^ "Towards web-based adaptive learning communities" (PDF). Archived from the original (PDF) on June 4, 2006. Retrieved August 17, 2008.
  14. ^ Lavieri, Edward (2014). A Study of Adaptive Learning for Educational Game Design. ISBN 9781321049602. ProQuest 1562778630.