SlideShare a Scribd company logo
1 of 6
Knowledge Extraction for Educational Planning
                                       Christopher Eliot
                                        Beverly Woolf
                                        Victor Lessor
                                Department of Computer Science
                                  University of Massachusetts
                                    Amherst, Mass 01002
                                     eliot@cs.umass.edu

        Abstract. Digital libraries promise to provide rapid access to immense
        knowledge resources, but the quality and organization will vary. We will
        implement and evaluate software to construct high quality courseware using
        resources from a Digital Library. We propose to use context sensitive planning
        methods to create educational plans using digital library resources. These plans
        will be customized for individual students, using a student model, and optimized,
        using machine learning methods to evaluate the learning value of digital
        resources.

1.   Educational Use of Digital Libraries
     Digital Libraries have organized thousands of instructional objects that vary from intelligent
tutors [Woolf & Hall, 1995], to online lectures and papers, Table 1. More than 27,000 college-
level courses were delivered over the Internet and more than 1.6 million students enrolled in a
distance education course in 1997-1998 [Boettcher, 2000]. As these numbers increase serious
problems of efficiency will develop unless novel mechanisms are implemented to manage the
resources and interactions. Search engines can find these resources but no technology exists to
assist students in organizing and scheduling online learning.
     We are developing a system to select and customize educational resources from a Digital
Library in order to support the needs of individual students and teachers. Digital resources will be
assembled into courses designed to enable students to achieve specific learning goals, subject to
constraints on pedagogy, quality, cost or duration. The system will also support teachers in the
development of curriculum plans. The system will exploit a combination of manual and
automatic evaluation mechanisms to optimize the course plans.

This research will address the following questions:
      How much planning knowledge can be extracted from an existing digital library?
      Can software automatically determine the content and approach of a teaching resource?
      What evaluation data is useful for optimizing course assembly?
      Can automatically constructed course plans compare with human authored plans?

2.   State of the Art
Conventional search engines do not organize results. The number of specialized collections is
growing so rapidly that manually created directories (e.g. Yahoo) cannot keep up. Many high-
quality sites are extremely specialized: searchable indices to the complete works of Darwin,
nutritional information for foods, historical hydrological information in Western Washington, etc.
3.    Proposed Approach                     Table 1. Existing Instructional Repositories
The core of our approach is the use    COURSES:
of context sensitive planning          E-College, www.ecollege.com, thousands of courses, one hundred
methods to develop student             degree programs
specific courses optimized on the      California Virtual University, www.cvc.edu, 1569 courses.
basis of feedback from prior           Western Governor’s University, www.wgu.edu, 275 courses.
student usage. Machine learning        Southern Regional Education, www.-srec.sreb.org, 300 courses,
and statistical methods will be used   OBJECTS:
to evaluate learning resources.        Educational Object Economy, www.eoe.org, 2600 learning objects
Evaluation data will help refine,      NEEDS engineering database, www.needs.org, 863 Modules
prioritize and schedule the selected   LIBRARIES:
                                       Chemistry, www.chem.ucla.edu/chempointers.html
resources. Information retrieval
                                       Mathematics, www.forum.swarthmore.edu
methods will be used to construct
                                       DATABASES
formal representations of available
                                       NASA, www.nasa.gov/gallery/index.html
learning resources.                    Human Genome, www.ncbi.nlm.hih.gov/genemap99
     Resources will be managed by      CLEARING HOUSES, PORTALS, CHANNELS
three conceptual modules: Course       American Distance Education Consortium,www.deal.unl.edu
Assembly       Agents    will     be   The Gateway to Educational Materials, www.thegateway.org,
responsible for resource selection     Ask-ERIC, www.askeric.org
and planning; and Evaluation           Advanced Distributed Learning www.adlnet.org
Agents will monitor instruction and
assist with course optimization and
Ontology Agents will extract planning knowledge from the Digital Library

3.1     Course Assembly Agents
A student1 presents a query and the system determines which educational resource, or
combination of resources are relevant. Course Assembly Agents will use information about the
student, resources and topics, to construct an optimized course. When a consistent and complete
plan is found, it will be presented to the student for approval. Further search may yield a more
optimal plan, by exploring more options or as a result of unexpected changes in the availability or
quality of learning resources.
      The course planner will use well known planning techniques. Each learning resource will be
described using an IF-THEN rule2. In Figure 1, RULE-1 describes a Calculus course and RULE-2
describes a physics course. (In practice, the course assembly system will use many rules that
describe learning resources much smaller than a course.) As shown, a goal to know about forces
can be achieved by taking a course on Calculus followed by a course on Physics, assuming the
student already knows Algebra. A student who didn’t already know Algebra would first have to
take that course, while a student who already knows Calculus only needs the Physics course. Our
system will create curriculum plans by finding a chain of planning rules that connect the intended
final learning goal with the student’s prior knowledge.
      After planning has selected learning resources and partially determined their order, a specific
“best” solution will be extracted, using TÆMS, a heuristic scheduling system [Wagner et al.,
1999]. TÆMS produces a comprehensive linear instantiation of one possible solution to the
problem, based on constraints, such as preferred time, quality or cost of the teaching materials.
TÆMS will generate an initial solution and then enable the student to alter the parameters to
retrieve a second solution. Given the constraints supplied by the student, TÆMS will offer a
variety of solutions. We believe it is important to present plans with all variables fully
instantiated since many people have difficulty reasoning about abstractions.

1
  Teachers and instructional designers, will develop courses for entire classes and job trainers might use the system to
develop personalized courses for employees. For simplicity we call all of these uses student queries.
2
  This paper describes IF-THEN rules for simplicity; in practice, more general planning operators will be supported.
3.2      Evaluation Agents                          RULE-1:   IF     Knows(Algebra) AND
                                                                     Passes(Calculus)
Once a specific plan has been approved                      THEN
and scheduled, the student will be given                            Knows(Integration)
access to the selected resources, one at a
time, interacting via a browser or other      RULE-2:       IF      Knows(Integration) AND
interface. As the student finishes using                            Passes(Physics)
each resource, the student model is                         THEN
modified to track learning progress,                                Knows(Forces)
until the student reaches the intended
learning goal, or abandons it as a goal. Goal:              Knows(Forces)
Difficulties encountered along the way        Solution:     Passes(Calculus), Passes(Physics)
are handled by re-planning.
                                               Figure 1. A Trivial Course Planning Problem.
     The student model will record the
completion of each learning resource
and any grades given by the resource. Different resources may potentially (claim to) teach the
same topic. Evaluation must determine the relative effectiveness of different educational
resources.
     A key observation is that the planning knowledge defines producer consumer relationships
among learning resources. Resources that assume students have satisfied a precondition are
consumers of the students who are produced by resources teaching the prerequisite knowledge.
Performance of students learning from an advanced educational resource can be correlated with
the resources used to satisfy the preconditions. If prerequisite knowledge (as measured by
producers) does not correlate with success in a consumer resource (e.g., time spent and mastery)
then the precondition can be dropped. If the average performance of students from one producer
is different than the performance of students from another producer, then the two producer
resources can be given a relative evaluation.

3.3      Ontology Agents
The Ontology Agent is designed to extract planning knowledge from existing repositories using
information retrieval methods. Many sources of data can be searched to obtain planning
information, including university course catalogs, online textbooks and technical ontologies.
Specialized Ontology Agents will be developed for specialized sources of information.
     This knowledge will be extracted in two parts. First, the terms in the prerequisites and
postconditions will be isolated and organized into a collection of ontologies. Second, the specific
descriptions of learning resources will be created, using the ontologies as a target language.
Planning rules are abstracted from the descriptions of learning resources.
     The terms used as preconditions and postconditions can be found in existing taxonomy
databases and other texts. The Web has over 30 taxonomies of teaching topics varying from
stable and mature taxonomies, such as the Library of Congress classification
(http://lcweb.loc.gov) and Dewey Decimal Classification (http://www.oclc.org/oclc/fp/) to
homegrown and unstable taxonomies. Within these taxonomies, higher education topics are
broken into sub-topics. For example, general chemistry includes chemistry of mixtures, solutions,
reactions, titrations etc. In the case of new or evolving subjects, ontologies may be abstracted
from structured documents. Figure 2 shows two ontologies, one derived from the Department of
Biomedical Engineering at the USC3 and the other from the Annals of Biomedical Engineering, 4
using a table of contents keywords and abstracts from the six most recent papers in the journal.
These ontologies will be extracted and merged for use during course planning.
     The use of multiple ontologies requires consideration of merging similar terms. We have
explored this issue in terms of the ontologies implicitly defined by college course catalogs. We

3
    http://www.usc.edu/dept/biomed/
4
    http://nsr.bioeng.washington.edu/ABME/annals.html
Biomedical Enginee ring                                                              Annals of
                               At USC                                                                  Biomedical Enginee ring

         Part-of             Part-of Part-of         Part-of         Part-of                     Part-of         Part-of         Part-of    Part-of

                            Engineering            Phy sics
   Mathemati cs
                                               Part-of               Biology           Mathemati cs           Engineering          Chemistry            Biol ogy


          Part-of                    Chemistry
                                                     Phy sics
                  Part-of                             I, I I, I II                                                 Kinemat ics
                                                                                   Fourier                                                            Lungs
                                                                 Part-of          Transf orm
   Calculus                    Part-of               Part-of                                       Wav ef orm                              Glucose
                                                                      Molecular
    I, II, IIII                                     Biology           Biology            Non-                          Oxygen                             Cardiac
                                                      I, I I                            Linear                                      Carbon
                  Mechanics                                                                                                        Monoxide
                     I, I I                                    Prequisit e
                                                                                                           Poly et hy lene
                                     Prequisite
                                                   Organic
                            Gen Chem              Chemist ry


                                          Figure 2. Two Biomedical Engineering Ontologies
believe that enough information is available online so that these ontologies can be merged. Such
information includes course descriptions, syllabus pages and textbook indexes. Information
retrieval methods that measure the similarity of documents are used by Internet search engines
and can be used to compare course descriptions. Courses that use the same textbook are probably
similar. Different textbooks used by the same course are probably similar. Matching the
precondition structure of departments from different universities will provide one method of
detecting that two courses are similar. Another method for determining that course are similar is
to inspect the subtopics of both courses: if the subtopics of one course are similar to another, then
the courses are similar. Similarity of subtopics can be determined by examining the syllabus of a
course or the table of contents of a textbook. Applying multiple indications of similarity will
allow us to form equivalence classes among resources, such as courses, textbooks and other
learning resources.
      Once the terms used in document metadata are organized into ontologies, our system will
convert resource descriptions into planning rules. In its simplest form, our curriculum planner
requires IF-THEN rules that model the effects of learning resources. These rules indicate that IF a
student knows some prerequisite concepts AND completes a specified learning activity THEN the
student will obtain specified postcondition knowledge. For example, IF a student knows Calculus
AND the student takes (and passes) Physics, THEN the student will know about Forces, Figure 1.
The precondition and postconditions of learning resources will be extracted using information
retrieval methods to search meta data tags and other descriptions of the resources.
      Planning knowledge will be formalized using terms from the ontology, by analyzing meta
data descriptions of learning resources. We analyzed the University of Massachusetts online
catalog and extracted planning information from the listing of mathematics courses, Figure 3.
Online catalogs from other universities are structurally similar. Established natural language and
information retrieval techniques can transform the descriptions from English into formal
computer terms. Developers of educational material will not be required to provide complex
formal representations of their work but will only have to provide natural language descriptions
of each resource. Since educators are comfortable writing course descriptions, we believe they
will be able to write similar descriptions of online learning resources.
      These automated techniques are primarily intended as a temporary mechanism for quickly
incorporating knowledge from existing repositories. Eventually, we expect ontologies will be
standardized and authors will use tools that automatically ensure ontological consistency of
document metadata.
131--Calculus I (R2) 4 credits
    Elementary techniques of differentiation and integration of algebraic and trigonometric functions,
    elementary differential equations. Applications physics, chemistry, and engineering. Students will use
    calculators on homework and exams. Prerequisites: high school algebra, plane geometry,
    trigonometry, and analytic geometry.

    IF   Knows (High-school-algebra) AND
         Knows (Plane-geometry) AND
         Knows (Trigonometry) AND
         Knows (Analytic-geometry) AND
         Passes (MATH-131)
    THEN Knows (Differentiation) AND
         Knows (Integration of functions) AND
         Knows (Elementary-differential-equations)
                                Figure 3. Formalized Course Catalog Entry

     Much or all of this information is already required by existing meta data standards, such as
the Dublin Core5, which require compliant learning resources to contain a descriptive tag. Digital
Libraries make similar requirements. We will search existing meta data tags to locate descriptions
that can be translated into planning knowledge. We will encourage authors to explicitly provide
the preconditions and postconditions of all learning resources, so reliance on heuristic methods
can decrease.
     The long-range goal is to develop methods that can maintain the ontology knowledge
autonomously when needed or with human supervision when desired. Automatic ontology
maintenance involves matching subtopics and determining their relationships Eventually,
complete libraries will be searched and analyzed to obtain ontologies and planning knowledge.

4.        Summary and Claims
Planning methods will be used to combine online educational resources into high quality
courseware. Statistical methods will be used to determine which resources best prepare students
for learning more advanced topics; the planner will favor resources which have been most
effective in the past. Structured and unstructured sources of information will be used to
automatically construct ontologies and planning representations of available resources.

The epistemological theory behind our representation includes three significant hypotheses:

         All planning terms appear as preconditions or postconditions;
         Preconditions apply to learning rather than knowing; and
         Course planning knowledge does not include negative postconditions.

    1) All course planning terms are preconditions or postconditions of some learning resource.
An ontology is complete if all preconditions and postconditions can be represented. The planner
requires no other kinds of terms and some complex mechanisms can be avoided as a result.
    2) Ontology items have no precondition links. However, it is possible to, compute the
percentage of resources that require a specific precondition before teaching about an ontology
item.
     3) Nothing that we teach causes a student not to know something. Course planning requires
no negative postconditions, hence no backtracking. There are two exceptions. First, certain
demonstrations are most effective when they are surprising to students, but these students already
5
    http://purl.oclc.org/docs/core/documents/rec-dces-19990702.htm
have the knowledge. Second, lessons like laboratory experiments involve manipulating real world
objects, such as chemicals. We exclude laboratory experiments from the domain of course
planning, since this would require general reasoning about everything in the universe.
     We will develop methods for reasoning and planning with open knowledge bases of Digital
Library resources. One goal is to use of evaluation methods to guide the selection and planning
processes. The feedback cycle between planning and evaluation is designed to ensure a steady
improvement in the quality of instruction provided by the system. In order to maximize the ability
of our system to take advantage of existing resources, we have developed methods for
automatically extracting ontologies and planning knowledge from English text such as course
descriptions.
References
Woolf, B., and Hall, W. (1995) Multimedia Pedagogues: Interactive Multimedia Systems for Teaching and
  Learning, IEEE Computer, 28(5), pp. 74-80.
Boettcher, J. (2000) The state of distance education in the U.S.: Surprising realities. Syllabus, 13(7), pp.
  36-40.
Wagner, T. & Lesser, V. (1999) Relating Quantified Motivations for Organizationally Situated Agents,
  From Intelligent Agents VI: Agent Theories, Architectures, and Languages, April, Springer.

More Related Content

What's hot

Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...
Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...
Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...Tiago Nogueira
 
Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...
Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...
Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...Dr. Mokter Hossain
 
Using data mining in e learning-a generic framework for military education
Using data mining in e learning-a generic framework for military educationUsing data mining in e learning-a generic framework for military education
Using data mining in e learning-a generic framework for military educationElena Susnea
 
ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...
ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...
ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...Hisham Hussein
 
Random forest application on cognitive level classification of E-learning co...
Random forest application on cognitive level classification  of E-learning co...Random forest application on cognitive level classification  of E-learning co...
Random forest application on cognitive level classification of E-learning co...IJECEIAES
 
A Method of Designing Student Model in Ubiquitous Environment
A Method of Designing Student Model in Ubiquitous Environment  A Method of Designing Student Model in Ubiquitous Environment
A Method of Designing Student Model in Ubiquitous Environment ijujournal
 
Paper id 36201512
Paper id 36201512Paper id 36201512
Paper id 36201512IJRAT
 
Program Evaluation Rubric
Program Evaluation RubricProgram Evaluation Rubric
Program Evaluation RubricRebecca West
 
Solving The Problem of Adaptive E-Learning By Using Social Networks
Solving The Problem of Adaptive E-Learning By Using Social NetworksSolving The Problem of Adaptive E-Learning By Using Social Networks
Solving The Problem of Adaptive E-Learning By Using Social NetworksEswar Publications
 
Organising subject material in
Organising subject material inOrganising subject material in
Organising subject material inijejournal
 

What's hot (12)

Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...
Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...
Monitoring Academic Performance Based on Learning Analytics and Ontology: A S...
 
Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...
Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...
Preservice mathematics teachers’ perceptions of using a web 2.0 technology as...
 
Using data mining in e learning-a generic framework for military education
Using data mining in e learning-a generic framework for military educationUsing data mining in e learning-a generic framework for military education
Using data mining in e learning-a generic framework for military education
 
L016136369
L016136369L016136369
L016136369
 
ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...
ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...
ATTITUDES OF SAUDI UNIVERSITIES FACULTY MEMBERS TOWARDS USING LEARNING MANAGE...
 
Applying Semantic Web Technologies to Services of e-learning System
Applying Semantic Web Technologies to Services of e-learning SystemApplying Semantic Web Technologies to Services of e-learning System
Applying Semantic Web Technologies to Services of e-learning System
 
Random forest application on cognitive level classification of E-learning co...
Random forest application on cognitive level classification  of E-learning co...Random forest application on cognitive level classification  of E-learning co...
Random forest application on cognitive level classification of E-learning co...
 
A Method of Designing Student Model in Ubiquitous Environment
A Method of Designing Student Model in Ubiquitous Environment  A Method of Designing Student Model in Ubiquitous Environment
A Method of Designing Student Model in Ubiquitous Environment
 
Paper id 36201512
Paper id 36201512Paper id 36201512
Paper id 36201512
 
Program Evaluation Rubric
Program Evaluation RubricProgram Evaluation Rubric
Program Evaluation Rubric
 
Solving The Problem of Adaptive E-Learning By Using Social Networks
Solving The Problem of Adaptive E-Learning By Using Social NetworksSolving The Problem of Adaptive E-Learning By Using Social Networks
Solving The Problem of Adaptive E-Learning By Using Social Networks
 
Organising subject material in
Organising subject material inOrganising subject material in
Organising subject material in
 

Viewers also liked

Rabu, 29 April 2015
Rabu, 29 April 2015Rabu, 29 April 2015
Rabu, 29 April 2015suarakarya
 
Christopher N. Bull History-Sensitive Detection of Design Flaws B ...
Christopher N. Bull History-Sensitive Detection of Design Flaws B ...Christopher N. Bull History-Sensitive Detection of Design Flaws B ...
Christopher N. Bull History-Sensitive Detection of Design Flaws B ...butest
 
Automatic detection of microchiroptera echolocation calls ...
Automatic detection of microchiroptera echolocation calls ...Automatic detection of microchiroptera echolocation calls ...
Automatic detection of microchiroptera echolocation calls ...butest
 
Moore_slides.ppt
Moore_slides.pptMoore_slides.ppt
Moore_slides.pptbutest
 
633-600 Machine Learning
633-600 Machine Learning633-600 Machine Learning
633-600 Machine Learningbutest
 
ASCE_ChingHuei_Rev00..
ASCE_ChingHuei_Rev00..ASCE_ChingHuei_Rev00..
ASCE_ChingHuei_Rev00..butest
 
Topic 1 Topic 2 Topic 3
Topic 1 Topic 2 Topic 3Topic 1 Topic 2 Topic 3
Topic 1 Topic 2 Topic 3butest
 

Viewers also liked (7)

Rabu, 29 April 2015
Rabu, 29 April 2015Rabu, 29 April 2015
Rabu, 29 April 2015
 
Christopher N. Bull History-Sensitive Detection of Design Flaws B ...
Christopher N. Bull History-Sensitive Detection of Design Flaws B ...Christopher N. Bull History-Sensitive Detection of Design Flaws B ...
Christopher N. Bull History-Sensitive Detection of Design Flaws B ...
 
Automatic detection of microchiroptera echolocation calls ...
Automatic detection of microchiroptera echolocation calls ...Automatic detection of microchiroptera echolocation calls ...
Automatic detection of microchiroptera echolocation calls ...
 
Moore_slides.ppt
Moore_slides.pptMoore_slides.ppt
Moore_slides.ppt
 
633-600 Machine Learning
633-600 Machine Learning633-600 Machine Learning
633-600 Machine Learning
 
ASCE_ChingHuei_Rev00..
ASCE_ChingHuei_Rev00..ASCE_ChingHuei_Rev00..
ASCE_ChingHuei_Rev00..
 
Topic 1 Topic 2 Topic 3
Topic 1 Topic 2 Topic 3Topic 1 Topic 2 Topic 3
Topic 1 Topic 2 Topic 3
 

Similar to eliot.doc

eliot.doc
eliot.doceliot.doc
eliot.docbutest
 
eliot.doc
eliot.doceliot.doc
eliot.docbutest
 
Designing a Scaffolding for Supporting Personalized Synchronous e-Learning
Designing a Scaffolding for Supporting Personalized Synchronous e-LearningDesigning a Scaffolding for Supporting Personalized Synchronous e-Learning
Designing a Scaffolding for Supporting Personalized Synchronous e-Learningcscpconf
 
OLAP based Scaffolding to support Personalized Synchronous e-Learning
 OLAP based Scaffolding to support Personalized Synchronous e-Learning  OLAP based Scaffolding to support Personalized Synchronous e-Learning
OLAP based Scaffolding to support Personalized Synchronous e-Learning IJMIT JOURNAL
 
MIT Concept Catalog for Deeper Learning
MIT Concept Catalog for Deeper LearningMIT Concept Catalog for Deeper Learning
MIT Concept Catalog for Deeper Learningbirdland
 
Blackboard_Analytics_White_Paper
Blackboard_Analytics_White_PaperBlackboard_Analytics_White_Paper
Blackboard_Analytics_White_PaperMichael Wilder
 
An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...
An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...
An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...idescitation
 
Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...
Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...
Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...Lietuvos kompiuterininkų sąjunga
 
EdWeb Analysis & Design Documentation
EdWeb Analysis & Design DocumentationEdWeb Analysis & Design Documentation
EdWeb Analysis & Design Documentationayounce
 
A Systematic Literature Review Of Student Performance Prediction Using Machi...
A Systematic Literature Review Of Student  Performance Prediction Using Machi...A Systematic Literature Review Of Student  Performance Prediction Using Machi...
A Systematic Literature Review Of Student Performance Prediction Using Machi...Angie Miller
 
A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...
A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...
A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...iosrjce
 
Data-Driven Learning Strategy
Data-Driven Learning StrategyData-Driven Learning Strategy
Data-Driven Learning StrategyJessie Chuang
 

Similar to eliot.doc (20)

eliot.doc
eliot.doceliot.doc
eliot.doc
 
eliot.doc
eliot.doceliot.doc
eliot.doc
 
Intelligent tutoring systems
Intelligent  tutoring  systemsIntelligent  tutoring  systems
Intelligent tutoring systems
 
Designing a Scaffolding for Supporting Personalized Synchronous e-Learning
Designing a Scaffolding for Supporting Personalized Synchronous e-LearningDesigning a Scaffolding for Supporting Personalized Synchronous e-Learning
Designing a Scaffolding for Supporting Personalized Synchronous e-Learning
 
OLAP based Scaffolding to support Personalized Synchronous e-Learning
 OLAP based Scaffolding to support Personalized Synchronous e-Learning  OLAP based Scaffolding to support Personalized Synchronous e-Learning
OLAP based Scaffolding to support Personalized Synchronous e-Learning
 
MIT Concept Catalog for Deeper Learning
MIT Concept Catalog for Deeper LearningMIT Concept Catalog for Deeper Learning
MIT Concept Catalog for Deeper Learning
 
Unit 5
Unit  5Unit  5
Unit 5
 
Blackboard_Analytics_White_Paper
Blackboard_Analytics_White_PaperBlackboard_Analytics_White_Paper
Blackboard_Analytics_White_Paper
 
CAI & CAL
CAI & CALCAI & CAL
CAI & CAL
 
An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...
An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...
An Ant Colony Optimization based Advice Generation for Curriculum Sequencing ...
 
Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...
Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...
Intelektuali daugiaagentė mokymo sistema, naudojanti edukacinių duomenų tyryb...
 
EdWeb Analysis & Design Documentation
EdWeb Analysis & Design DocumentationEdWeb Analysis & Design Documentation
EdWeb Analysis & Design Documentation
 
A Systematic Literature Review Of Student Performance Prediction Using Machi...
A Systematic Literature Review Of Student  Performance Prediction Using Machi...A Systematic Literature Review Of Student  Performance Prediction Using Machi...
A Systematic Literature Review Of Student Performance Prediction Using Machi...
 
Education 11-00552
Education 11-00552Education 11-00552
Education 11-00552
 
K0176495101
K0176495101K0176495101
K0176495101
 
A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...
A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...
A Study on Learning Factor Analysis – An Educational Data Mining Technique fo...
 
Data-Driven Learning Strategy
Data-Driven Learning StrategyData-Driven Learning Strategy
Data-Driven Learning Strategy
 
ALASI 2015 workshop
ALASI 2015 workshopALASI 2015 workshop
ALASI 2015 workshop
 
A Comprehensive Study on Online Teaching–Learning (OTL) System and Platforms
A Comprehensive Study on Online Teaching–Learning (OTL) System and PlatformsA Comprehensive Study on Online Teaching–Learning (OTL) System and Platforms
A Comprehensive Study on Online Teaching–Learning (OTL) System and Platforms
 
overview slides
overview slidesoverview slides
overview slides
 

More from butest

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEbutest
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jacksonbutest
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer IIbutest
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazzbutest
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.docbutest
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1butest
 
Facebook
Facebook Facebook
Facebook butest
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...butest
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...butest
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTbutest
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docbutest
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docbutest
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.docbutest
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!butest
 

More from butest (20)

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
 
PPT
PPTPPT
PPT
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
 
Facebook
Facebook Facebook
Facebook
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
 
hier
hierhier
hier
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
 

eliot.doc

  • 1. Knowledge Extraction for Educational Planning Christopher Eliot Beverly Woolf Victor Lessor Department of Computer Science University of Massachusetts Amherst, Mass 01002 eliot@cs.umass.edu Abstract. Digital libraries promise to provide rapid access to immense knowledge resources, but the quality and organization will vary. We will implement and evaluate software to construct high quality courseware using resources from a Digital Library. We propose to use context sensitive planning methods to create educational plans using digital library resources. These plans will be customized for individual students, using a student model, and optimized, using machine learning methods to evaluate the learning value of digital resources. 1. Educational Use of Digital Libraries Digital Libraries have organized thousands of instructional objects that vary from intelligent tutors [Woolf & Hall, 1995], to online lectures and papers, Table 1. More than 27,000 college- level courses were delivered over the Internet and more than 1.6 million students enrolled in a distance education course in 1997-1998 [Boettcher, 2000]. As these numbers increase serious problems of efficiency will develop unless novel mechanisms are implemented to manage the resources and interactions. Search engines can find these resources but no technology exists to assist students in organizing and scheduling online learning. We are developing a system to select and customize educational resources from a Digital Library in order to support the needs of individual students and teachers. Digital resources will be assembled into courses designed to enable students to achieve specific learning goals, subject to constraints on pedagogy, quality, cost or duration. The system will also support teachers in the development of curriculum plans. The system will exploit a combination of manual and automatic evaluation mechanisms to optimize the course plans. This research will address the following questions: How much planning knowledge can be extracted from an existing digital library? Can software automatically determine the content and approach of a teaching resource? What evaluation data is useful for optimizing course assembly? Can automatically constructed course plans compare with human authored plans? 2. State of the Art Conventional search engines do not organize results. The number of specialized collections is growing so rapidly that manually created directories (e.g. Yahoo) cannot keep up. Many high- quality sites are extremely specialized: searchable indices to the complete works of Darwin, nutritional information for foods, historical hydrological information in Western Washington, etc.
  • 2. 3. Proposed Approach Table 1. Existing Instructional Repositories The core of our approach is the use COURSES: of context sensitive planning E-College, www.ecollege.com, thousands of courses, one hundred methods to develop student degree programs specific courses optimized on the California Virtual University, www.cvc.edu, 1569 courses. basis of feedback from prior Western Governor’s University, www.wgu.edu, 275 courses. student usage. Machine learning Southern Regional Education, www.-srec.sreb.org, 300 courses, and statistical methods will be used OBJECTS: to evaluate learning resources. Educational Object Economy, www.eoe.org, 2600 learning objects Evaluation data will help refine, NEEDS engineering database, www.needs.org, 863 Modules prioritize and schedule the selected LIBRARIES: Chemistry, www.chem.ucla.edu/chempointers.html resources. Information retrieval Mathematics, www.forum.swarthmore.edu methods will be used to construct DATABASES formal representations of available NASA, www.nasa.gov/gallery/index.html learning resources. Human Genome, www.ncbi.nlm.hih.gov/genemap99 Resources will be managed by CLEARING HOUSES, PORTALS, CHANNELS three conceptual modules: Course American Distance Education Consortium,www.deal.unl.edu Assembly Agents will be The Gateway to Educational Materials, www.thegateway.org, responsible for resource selection Ask-ERIC, www.askeric.org and planning; and Evaluation Advanced Distributed Learning www.adlnet.org Agents will monitor instruction and assist with course optimization and Ontology Agents will extract planning knowledge from the Digital Library 3.1 Course Assembly Agents A student1 presents a query and the system determines which educational resource, or combination of resources are relevant. Course Assembly Agents will use information about the student, resources and topics, to construct an optimized course. When a consistent and complete plan is found, it will be presented to the student for approval. Further search may yield a more optimal plan, by exploring more options or as a result of unexpected changes in the availability or quality of learning resources. The course planner will use well known planning techniques. Each learning resource will be described using an IF-THEN rule2. In Figure 1, RULE-1 describes a Calculus course and RULE-2 describes a physics course. (In practice, the course assembly system will use many rules that describe learning resources much smaller than a course.) As shown, a goal to know about forces can be achieved by taking a course on Calculus followed by a course on Physics, assuming the student already knows Algebra. A student who didn’t already know Algebra would first have to take that course, while a student who already knows Calculus only needs the Physics course. Our system will create curriculum plans by finding a chain of planning rules that connect the intended final learning goal with the student’s prior knowledge. After planning has selected learning resources and partially determined their order, a specific “best” solution will be extracted, using TÆMS, a heuristic scheduling system [Wagner et al., 1999]. TÆMS produces a comprehensive linear instantiation of one possible solution to the problem, based on constraints, such as preferred time, quality or cost of the teaching materials. TÆMS will generate an initial solution and then enable the student to alter the parameters to retrieve a second solution. Given the constraints supplied by the student, TÆMS will offer a variety of solutions. We believe it is important to present plans with all variables fully instantiated since many people have difficulty reasoning about abstractions. 1 Teachers and instructional designers, will develop courses for entire classes and job trainers might use the system to develop personalized courses for employees. For simplicity we call all of these uses student queries. 2 This paper describes IF-THEN rules for simplicity; in practice, more general planning operators will be supported.
  • 3. 3.2 Evaluation Agents RULE-1: IF Knows(Algebra) AND Passes(Calculus) Once a specific plan has been approved THEN and scheduled, the student will be given Knows(Integration) access to the selected resources, one at a time, interacting via a browser or other RULE-2: IF Knows(Integration) AND interface. As the student finishes using Passes(Physics) each resource, the student model is THEN modified to track learning progress, Knows(Forces) until the student reaches the intended learning goal, or abandons it as a goal. Goal: Knows(Forces) Difficulties encountered along the way Solution: Passes(Calculus), Passes(Physics) are handled by re-planning. Figure 1. A Trivial Course Planning Problem. The student model will record the completion of each learning resource and any grades given by the resource. Different resources may potentially (claim to) teach the same topic. Evaluation must determine the relative effectiveness of different educational resources. A key observation is that the planning knowledge defines producer consumer relationships among learning resources. Resources that assume students have satisfied a precondition are consumers of the students who are produced by resources teaching the prerequisite knowledge. Performance of students learning from an advanced educational resource can be correlated with the resources used to satisfy the preconditions. If prerequisite knowledge (as measured by producers) does not correlate with success in a consumer resource (e.g., time spent and mastery) then the precondition can be dropped. If the average performance of students from one producer is different than the performance of students from another producer, then the two producer resources can be given a relative evaluation. 3.3 Ontology Agents The Ontology Agent is designed to extract planning knowledge from existing repositories using information retrieval methods. Many sources of data can be searched to obtain planning information, including university course catalogs, online textbooks and technical ontologies. Specialized Ontology Agents will be developed for specialized sources of information. This knowledge will be extracted in two parts. First, the terms in the prerequisites and postconditions will be isolated and organized into a collection of ontologies. Second, the specific descriptions of learning resources will be created, using the ontologies as a target language. Planning rules are abstracted from the descriptions of learning resources. The terms used as preconditions and postconditions can be found in existing taxonomy databases and other texts. The Web has over 30 taxonomies of teaching topics varying from stable and mature taxonomies, such as the Library of Congress classification (http://lcweb.loc.gov) and Dewey Decimal Classification (http://www.oclc.org/oclc/fp/) to homegrown and unstable taxonomies. Within these taxonomies, higher education topics are broken into sub-topics. For example, general chemistry includes chemistry of mixtures, solutions, reactions, titrations etc. In the case of new or evolving subjects, ontologies may be abstracted from structured documents. Figure 2 shows two ontologies, one derived from the Department of Biomedical Engineering at the USC3 and the other from the Annals of Biomedical Engineering, 4 using a table of contents keywords and abstracts from the six most recent papers in the journal. These ontologies will be extracted and merged for use during course planning. The use of multiple ontologies requires consideration of merging similar terms. We have explored this issue in terms of the ontologies implicitly defined by college course catalogs. We 3 http://www.usc.edu/dept/biomed/ 4 http://nsr.bioeng.washington.edu/ABME/annals.html
  • 4. Biomedical Enginee ring Annals of At USC Biomedical Enginee ring Part-of Part-of Part-of Part-of Part-of Part-of Part-of Part-of Part-of Engineering Phy sics Mathemati cs Part-of Biology Mathemati cs Engineering Chemistry Biol ogy Part-of Chemistry Phy sics Part-of I, I I, I II Kinemat ics Fourier Lungs Part-of Transf orm Calculus Part-of Part-of Wav ef orm Glucose Molecular I, II, IIII Biology Biology Non- Oxygen Cardiac I, I I Linear Carbon Mechanics Monoxide I, I I Prequisit e Poly et hy lene Prequisite Organic Gen Chem Chemist ry Figure 2. Two Biomedical Engineering Ontologies believe that enough information is available online so that these ontologies can be merged. Such information includes course descriptions, syllabus pages and textbook indexes. Information retrieval methods that measure the similarity of documents are used by Internet search engines and can be used to compare course descriptions. Courses that use the same textbook are probably similar. Different textbooks used by the same course are probably similar. Matching the precondition structure of departments from different universities will provide one method of detecting that two courses are similar. Another method for determining that course are similar is to inspect the subtopics of both courses: if the subtopics of one course are similar to another, then the courses are similar. Similarity of subtopics can be determined by examining the syllabus of a course or the table of contents of a textbook. Applying multiple indications of similarity will allow us to form equivalence classes among resources, such as courses, textbooks and other learning resources. Once the terms used in document metadata are organized into ontologies, our system will convert resource descriptions into planning rules. In its simplest form, our curriculum planner requires IF-THEN rules that model the effects of learning resources. These rules indicate that IF a student knows some prerequisite concepts AND completes a specified learning activity THEN the student will obtain specified postcondition knowledge. For example, IF a student knows Calculus AND the student takes (and passes) Physics, THEN the student will know about Forces, Figure 1. The precondition and postconditions of learning resources will be extracted using information retrieval methods to search meta data tags and other descriptions of the resources. Planning knowledge will be formalized using terms from the ontology, by analyzing meta data descriptions of learning resources. We analyzed the University of Massachusetts online catalog and extracted planning information from the listing of mathematics courses, Figure 3. Online catalogs from other universities are structurally similar. Established natural language and information retrieval techniques can transform the descriptions from English into formal computer terms. Developers of educational material will not be required to provide complex formal representations of their work but will only have to provide natural language descriptions of each resource. Since educators are comfortable writing course descriptions, we believe they will be able to write similar descriptions of online learning resources. These automated techniques are primarily intended as a temporary mechanism for quickly incorporating knowledge from existing repositories. Eventually, we expect ontologies will be standardized and authors will use tools that automatically ensure ontological consistency of document metadata.
  • 5. 131--Calculus I (R2) 4 credits Elementary techniques of differentiation and integration of algebraic and trigonometric functions, elementary differential equations. Applications physics, chemistry, and engineering. Students will use calculators on homework and exams. Prerequisites: high school algebra, plane geometry, trigonometry, and analytic geometry. IF Knows (High-school-algebra) AND Knows (Plane-geometry) AND Knows (Trigonometry) AND Knows (Analytic-geometry) AND Passes (MATH-131) THEN Knows (Differentiation) AND Knows (Integration of functions) AND Knows (Elementary-differential-equations) Figure 3. Formalized Course Catalog Entry Much or all of this information is already required by existing meta data standards, such as the Dublin Core5, which require compliant learning resources to contain a descriptive tag. Digital Libraries make similar requirements. We will search existing meta data tags to locate descriptions that can be translated into planning knowledge. We will encourage authors to explicitly provide the preconditions and postconditions of all learning resources, so reliance on heuristic methods can decrease. The long-range goal is to develop methods that can maintain the ontology knowledge autonomously when needed or with human supervision when desired. Automatic ontology maintenance involves matching subtopics and determining their relationships Eventually, complete libraries will be searched and analyzed to obtain ontologies and planning knowledge. 4. Summary and Claims Planning methods will be used to combine online educational resources into high quality courseware. Statistical methods will be used to determine which resources best prepare students for learning more advanced topics; the planner will favor resources which have been most effective in the past. Structured and unstructured sources of information will be used to automatically construct ontologies and planning representations of available resources. The epistemological theory behind our representation includes three significant hypotheses: All planning terms appear as preconditions or postconditions; Preconditions apply to learning rather than knowing; and Course planning knowledge does not include negative postconditions. 1) All course planning terms are preconditions or postconditions of some learning resource. An ontology is complete if all preconditions and postconditions can be represented. The planner requires no other kinds of terms and some complex mechanisms can be avoided as a result. 2) Ontology items have no precondition links. However, it is possible to, compute the percentage of resources that require a specific precondition before teaching about an ontology item. 3) Nothing that we teach causes a student not to know something. Course planning requires no negative postconditions, hence no backtracking. There are two exceptions. First, certain demonstrations are most effective when they are surprising to students, but these students already 5 http://purl.oclc.org/docs/core/documents/rec-dces-19990702.htm
  • 6. have the knowledge. Second, lessons like laboratory experiments involve manipulating real world objects, such as chemicals. We exclude laboratory experiments from the domain of course planning, since this would require general reasoning about everything in the universe. We will develop methods for reasoning and planning with open knowledge bases of Digital Library resources. One goal is to use of evaluation methods to guide the selection and planning processes. The feedback cycle between planning and evaluation is designed to ensure a steady improvement in the quality of instruction provided by the system. In order to maximize the ability of our system to take advantage of existing resources, we have developed methods for automatically extracting ontologies and planning knowledge from English text such as course descriptions. References Woolf, B., and Hall, W. (1995) Multimedia Pedagogues: Interactive Multimedia Systems for Teaching and Learning, IEEE Computer, 28(5), pp. 74-80. Boettcher, J. (2000) The state of distance education in the U.S.: Surprising realities. Syllabus, 13(7), pp. 36-40. Wagner, T. & Lesser, V. (1999) Relating Quantified Motivations for Organizationally Situated Agents, From Intelligent Agents VI: Agent Theories, Architectures, and Languages, April, Springer.