SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
58
A Study of Teachable Agents for Scientific Reasoning
D.Sridevi1
, R.Prince Jeyaseelan James2
, V.Santhana Marichamy3
1 Assistant Professor,Computer Applications,Valliammai Engineering College,Tamilnadu,India
2Assistant Professor,Computer Applications,Valliammai Engineering College,Tamilnadu,India
3Assistant Professor,Computer Applications,Valliammai Engineering College,Tamilnadu,India
Email:ndsdevi@yahoo.com,prince.james1975@gmail.com,sandalswamy72@gmail.com
Abstract- Teachable agent instantiates Learning- by-Teaching theory through simulating a “naive” learner in
order to motivate students to teach it. Teachable Agent (TA) is a special type of pedagogical agent. Soon after
its emergence, researches of TA become an active field and encourage students to take the responsibility of
learning. Teachable agent enable student to teach the agent and query their agent to monitor their learning and
problem solving behavior. This motivates the students to learn more so they can teach their agent to perform
better. This paper presents a teachable agent called Betty that combines learning by teaching with self-regulated
learning feedback to promote deep learning and understanding in science domains.
Index Terms- Key Learning-by-teaching, Intrinsic motivation, Teachable agent, Goal-oriented approach word,
1. INTRODUCTION
Over the past several decades,
technology has continually assumed an essential and
transformative role in the teaching and learning
process. This can best be seen in recent trends in
education: flipped classroom approaches to
instruction, 1-to-1 tablet programs, computer-based
learning environments (CBLEs) that understand what
each individual knows and does not know, and
massive open online courses, or MOOCs, which
connect as many as hundreds of thousands of learners
all studying the same topic within a shared virtual
space [3]. With each new technology-oriented trend
comes new hope for the future of education;
technology is viewed as a means of providing access
to information in rich, engaging, interactive spaces
where students can experiment, learn, and grow[3].
In many ways, these hopes are well-
founded; technology has the potential to offer students
an endless supply of personalized, one-on-one
attention. In addition to endless attention and perfect
execution of tutoring strategies, CBLEs can capture,
analyze and report every interaction they have with
learners. This abundance of data, if properly analyzed,
filtered, and understood, can provide new
opportunities for researchers, educators, and policy
makers to gain better understandings of how people
learn [3]. Moreover, educational data can be analyzed
in real-time to personalize instruction for learners in
ways that lead to measurable optimizations of the
teaching and learning processes.
In computer-based learning by teaching
systems partially demonstrated the effectiveness of
explicit teaching tasks with shared representations and
shared responsibilities in facilitating learning and
motivation.
The use of explicit shared representations may
provide the social interaction framework that promotes
shared responsibility. Students get a chance to observe
and analyze how their teachable agents apply the
learnt knowledge to solve problems, and, in this
process, they may learn to monitor their own
knowledge.
The purpose of the present study was to
examine the learning benefits of different activities
associated with “learning by teaching” in teachable
agent environment. This was done by constructing
computer-based agents that students could teach
domain knowledge [1]. In particular, we created an
agent environment called Betty’s which can operate in
three modes: (i) the TEACH mode, where students
impart knowledge to the agent Betty by means of a
dynamic concept map interface, and access content
materials as needed to learn information for teaching,
(ii) The QUERY mode, where students ask Betty
questions (using question templates) which Betty
answers by reasoning with information that the student
has taught
(iii) The QUIZ mode, where students evaluate how
well they have taught Betty by observing performance
on a quiz. At times, an expert teacher agent intervenes
to make suggestions that may help Betty (and the
student) correct her answers.
Betty is a computer-based learning
environment that capitalizes on the social aspects of
learning. In Betty, students instruct a character called a
Teachable Agent (TA) which can reason based on how
it is taught [3]. TAs represents knowledge structures
rather than the referent domain. This is a departure
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
59
from traditional simulations, which typically show the
behavior of a physical system, for example, how an
algae bloom increases fish mortality. Instead, TAs
simulates the behavior of a person’s thoughts about a
system. This is important because the goal of learning
is often to simulate an expert’s reasoning processes
about a domain, not the domain itself. Learning
empirical facts is important, but learning to think with
the expert theory that organizes those facts is equally
important.
2. METHODS DESCRIPTION OF BETTY
Two principles drive the design and
implementation of Teachable Agent learning
environments. The first one ensures that students
activities in the learning environment cover the three
distinct phases of the teaching process, i.e., (i)
preparing to teach, (ii) teaching and interacting with
the teachable agent, and (iii) monitoring and reflecting
on what the agent has learned and using this
information to make preparations to teach further. The
second ensures that interactions between the student
and their TA are based on an explicit shared
representation and shared responsibility.
Figure 1 illustrates the Betty’s interface. The
system possesses multimedia capabilities. Students use
graphical drag and drop interface to create and modify
their concept maps. When queried, Betty can provide
explanations for how Betty derives answers, and
simultaneously depict the derivation process on the
concept map by animation. In the sections below three
modes are described: TEACH, QUERY and QUIZ [1].
2.1 TEACH BETTY
Students teach Betty by means of a concept
map interface. A concept map is a collection of
concepts and relations between these concepts. A
relation is a unidirectional link connecting two
entities. Concept maps help to categorize groups of
objects and express interactions among them. They
also provide a mechanism for representing knowledge
hierarchies and cause-effect relations. This makes the
concept-mapping technique very amenable to
applications in scientific domains, in particular, for
modeling dynamic systems.
Figure 1 displays an example of a concept
map that student created in Betty’s - the map
represents what the student has taught Betty. Note that
this map is not totally accurate or complete. The
labeled boxes correspond to concepts (the labels are
concept names), and the labeled links correspond to
relations. Students can use three kinds of links, (i)
causal, (ii) hierarchical, and (iii) descriptive [1].
Students use descriptive links to embed notes or
interesting characteristics of an object in their concept
map (e.g., “Fish live by Rocks”). Hierarchical links let
students establish class structures to organize domain
knowledge (e.g., “Fish is a type of Animal”).
A causal link specifies an active relationship
on how a change in the originating concept affects the
destination concept. For example, in the map below,
students could ask Betty to explain how cold
temperatures affect a person's body temperature. Betty
uses the causal map she has been taught to answer the
qeustions.
2.2 QUERY BETTY
Students are able to query Betty about what
they have taught. The query mode consists of two
mechanisms: (i) a reasoning mechanism and (ii) an
explanation mechanism. The reasoning mechanism
enables Betty to analyze the knowledge that the
student has taught so that Betty can answer questions.
The explanation mechanism enables Betty to produce
a detailed explanation of how Betty generated answer
[1].
The explanation mechanism uses a simple
process to convert concept-link-concept pairs to a
specific text form. The reasoning mechanism is based
on a simple chaining procedure to deduce the
relationship between a set of connected concepts. If
the teachable agent is asked to answer the question
about the effects of an addition of Algae on Fish,
Betty searches the concept map and deduces that Fish
increase when more Algae are added to a river.
The structure of Betty’s explanations is
closely tied to the reasoning algorithm. To avoid
information overload, the explanation is broken down
into segments [3]. If users ask for more explanation,
Betty works backward, and links the concept back to
the closest nodes. When asked “What happens to fish
when algae increase?”, Betty’s initial response is: “I
think that when Algae increase, Fish increase.”
Students can then ask Betty for a more detailed
explanation. The following is the sequence of
explanation that Betty generates:
1. “You asked me: If Algae increase, what happens to
Fish? I think that if Algae increase, Fish increase.”
2. . “To find out what happens to Fish when Algae
increase, I must first know what happens to Oxygen
and Plants. Both directly affect Fish.”
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
60
Figure:1 Betty’s interface and Example for Concept
Map
3. “An increase in Algae causes Plants to increase,
which causes Fish to increase.”
4. “Now let me explain how Algae affect Fish through
Oxygen. An increase in Algae causes Oxygen to
remain the same which causes Fish to remain the
same.”
5. “So, no change in Fish from Oxygen and an
increase in Fish from Plants cause an increase in
Fish”. After each step in the explanation, students
have the option to: (i) ask Betty to repeat the
explanation or (ii) look at the explanation in text form.
2.3 QUIZ BETTY
During the quiz phase, the student observes
Betty’s responses to a set of pre-scripted questions.
The teaching expert informs Betty (and the student) if
Betty’s answers are right or wrong. The teaching
expert also gives hints to help the student debug the
concept map. The teaching expert employs a simple
mechanism for generating feedback. The system is
provided with an expert concept map (built by a
teacher or other expert) in the domain of study. The
student’s concept map structure is superimposed on
the expert’s, and the teaching expert searches for a
missing concept (first) or relation that is considered
essential for the right answer, and uses this to generate
a hint for the student. A hint is given, if necessary, for
each quiz question. Currently, the system implements
three levels of hinting. First, the expert suggests that
the student read a section of the resource materials that
relates to the concept or link [1]. The second hint for
the same question explicitly mentions the name of the
missing concept or relation, and asks the student to
look for more information on that topic. The third hint
tells how to correct the concept or relation in the map.
The aim of this system is to create an
effective teaching environment with shared knowledge
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
61
representation and reasoning mechanism. To aid and
motivate learning, formative assessment is also
provided in the teaching and quiz modes, whereas
overall evaluation or summative assessment is covered
in the test mode. The backstage of the system used
exhaustive search for the concept map to do reasoning
and answer corresponding questions.
With this platform, how can Betty’s
realize the benefits of learning-by-teaching theory?
We examine this from three aspects corresponding to
the three advantages of learning-by-teaching. Firstly,
Betty helps students develop structured networks of
knowledge. A CM helps students avoid doing complex
programming by dragging graphical nodes and arcs to
construct domain knowledge. It helps students to
meaningfully organize knowledge, get better memory,
and easily apply knowledge to new situations.
Secondly, it provides opportunities for students to take
responsibility for teaching. When sending Betty to do
the quiz, students can observe learning results and
make changes to the CM on their own. They need to
dominate all the teaching process [1].
The third aspect is that teachable agent helps
students to develop meta-cognitive skills. When they
monitor Betty’s learning status, such as asking
questions or sending a quiz, it also provides the
opportunity for students to monitor their own learning
status. The reflection of knowledge can help them to
double check what they have done, reorganize their
knowledge structure and practice their rethinking
habits.
3.META COGNITIVE STRATEGIES AND SELF-
REGULATION TO SUPPORT LEARNING
Meta cognition and self-regulation play an
important role in developing effective learners. In the
learning context, self-regulated learning (SRL)
describes a set of comprehensive skills that start with
setting goals for learning new materials and applying
them to problem solving tasks, deliberating about
strategies to enable this learning, monitoring one’s
learning progress, and then revising one’s knowledge,
beliefs, and strategies as new materials and strategies
are learnt[2].
Betty’s persona in the SRL version
incorporates meta cognitive knowledge that she
conveys to the students at appropriate times to help
them develop and apply monitoring and self regulation
strategies [4][5]. For example, when the student is
building the concept map ,Betty occasionally responds
by demonstrating reasoning through chains of events.
She may query the user, and sometimes remark (right
or wrong) that the answer she is deriving does not
seem to make sense. The idea of these spontaneous
prompts is to get the student to reflect on what they
are teaching, and perhaps, like a good teacher check
on their tutee’s learning progress. These interactions
are directed to help Betty’s student teacher understand
the importance of monitoring and being aware of
one’s own abilities[6].
The two interacting factors of TA
implementations: (i) the visual shared representation
that the students use to teach their agents, and (ii)
shared responsibility that targets the positive effects of
social interactions to learning are particularly
supportive of self-regulation. These manifest as a joint
effort between the students and their TA. The student
has the responsibility for teaching the TA (the TA
knows no more and no less than what the student
teaches it), whereas the TA takes on the responsibility
for answering questions and taking tests.
The shared representation plus the agent’s
ability to answer questions independently results in
situations where the “self-monitoring” task is shared
between the agent, who does the reasoning and
problem solving, and the student as teacher, who is
responsible for assessment and evaluation of
performance[2]. This reduction in cognitive load helps
students self-assess their knowledge by “projection,”
and the combination of this projective assessment plus
the motivation to make their agent “succeed” prompts
the student to learn more and teach their agent again
so student may perform even better.
Betty incorporates Meta cognitive knowledge
that conveys to the students at appropriate times to
help them develop and apply monitoring and self-
regulation strategies. For example, when the student is
building the concept map, Betty occasionally responds
by demonstrating reasoning through chains of events.
She may query the user, and sometimes remark (right
or wrong) that the answer she is deriving does not
seem to make sense [2]. The idea of these spontaneous
prompts is to get the student to reflect on what they
are teaching, and perhaps, like a good teacher check
on their tutee’s learning progress. These interactions
are directed to help Betty’s student teacher understand
the importance of monitoring and being aware of
one’s own abilities.
4. CONCLUSIONS
Learning-by-teaching provides many
learning opportunities for students, but taking
advantage of these opportunities places a heavy Meta
cognitive demand. The goal is to develop Betty as a
generic teachable agent that can be applied to a variety
of scientific domains, where reasoning with cause-
effect structures helps in learning about the domain.
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
62
Providing students with opportunities to quiz their
agent decreases the amount of irrelevant information
and increases the proportion of causal information in
students’ maps; whereas having opportunities to query
their agent helps students develop an understanding of
the interrelationships of things living and non living.
The results point to the importance of
various forms of feedback when designing teachable
agent environments that promote teach Betty which
provides self-regulated learning feedback to cues from
the agent clearer and more salient, and support
students reflective knowledge-building and learning
[2].
From the results of various research [7] it is
suggested that when students find the challenges
associated with a modeling activity manageable, their
computational models generally improve and become
better predictors of their prepost learning gains.
REFERENCES
[1] Bharat, K.; Broder, A. (1998): A technique for
measuring the relative size and overlap of public
Web search engines. Computer Networks, 30(1–
7), pp. 107–117.
[2] Broder, A.; Kumar, R.; Maghoul, F.; Raghavan,
P.; Rajagopalan, S.; Stata, R.; Tomkins, A.;
Wiener, J. (2000): Graph structure in the Web.
Computer Networks, 33(1–6), pp. 309–320.
[3] Chakrabarti, S. (2000): Data mining for hypertext:
A tutorial survey. SIGKDD explorations, 1(2), pp.
1–11.
[4] Wagster, J., J. Tan, G. Biswas, and D. Schwartz,
“How Metacognitive Feedback Affects Behavior
in Learning and Transfer”, The 13 International
Conference on AI in Education, Marina del Rey,
California, 2007.
[5] Jeong, H., J. Wagster, R. Roscoe, G. Biswas, and
D. Schwartz, “Using Hidden Markov Models to
Characterize Student Behaviors Patterns in
Computer-base Learning Environments”, 9 Intl.
Conference on Intelligent Tutoring Systems,
Montreal, CA, 42(8), 2008.
[6] Bringing CBLEs into Classrooms: Experiences
with the Betty’s Brain System John Wagster1 ,
Henry Kwong2, James Segedy1,Gautam Biswas1
, and Dan Schwartz2 1Vanderbilt University & 2
Stanford University Nashville, TN 37235. USA.
john.wagster@vanderbilt.edu
[7] Investigating Student Generated Computational
Models of Science Satabdi Basu, Anton
Dukeman, John S. Kinnebrew, Gautam Biswas
and Pratim Sengupta Vanderbilt University,
Nashville, TN, USA.

More Related Content

What's hot

An educational bluetooth quizzing application in android
An educational bluetooth quizzing application in androidAn educational bluetooth quizzing application in android
An educational bluetooth quizzing application in androidijwmn
 
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
 
Leveraging social media for training object detectors
Leveraging social media for training object detectorsLeveraging social media for training object detectors
Leveraging social media for training object detectorsManish Kumar
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningIJSRD
 
Online Distance Training Model: a Case-based Experience Research
Online Distance Training Model: a Case-based Experience ResearchOnline Distance Training Model: a Case-based Experience Research
Online Distance Training Model: a Case-based Experience ResearchUwes Chaeruman
 
11.developing teaching material for e learning environment
11.developing teaching material for e learning environment11.developing teaching material for e learning environment
11.developing teaching material for e learning environmentAlexander Decker
 
2.[8 12]developing teaching material for e-learning environment
2.[8 12]developing teaching material for e-learning environment2.[8 12]developing teaching material for e-learning environment
2.[8 12]developing teaching material for e-learning environmentAlexander Decker
 
Blended learning a framewrok model - isodel 2012
Blended learning   a framewrok model - isodel 2012Blended learning   a framewrok model - isodel 2012
Blended learning a framewrok model - isodel 2012Uwes Chaeruman
 
Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...
Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...
Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...ijmpict
 
A Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsA Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsEditor IJMTER
 
Identifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningIdentifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningeSAT Publishing House
 
A Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement LearningA Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement Learningijtsrd
 
eliot.doc
eliot.doceliot.doc
eliot.docbutest
 
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSISFEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSISmlaij
 

What's hot (16)

An educational bluetooth quizzing application in android
An educational bluetooth quizzing application in androidAn educational bluetooth quizzing application in android
An educational bluetooth quizzing application in android
 
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
 
Leveraging social media for training object detectors
Leveraging social media for training object detectorsLeveraging social media for training object detectors
Leveraging social media for training object detectors
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion Mining
 
International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI), International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),
 
Online Distance Training Model: a Case-based Experience Research
Online Distance Training Model: a Case-based Experience ResearchOnline Distance Training Model: a Case-based Experience Research
Online Distance Training Model: a Case-based Experience Research
 
11.developing teaching material for e learning environment
11.developing teaching material for e learning environment11.developing teaching material for e learning environment
11.developing teaching material for e learning environment
 
2.[8 12]developing teaching material for e-learning environment
2.[8 12]developing teaching material for e-learning environment2.[8 12]developing teaching material for e-learning environment
2.[8 12]developing teaching material for e-learning environment
 
Ha3612571261
Ha3612571261Ha3612571261
Ha3612571261
 
Blended learning a framewrok model - isodel 2012
Blended learning   a framewrok model - isodel 2012Blended learning   a framewrok model - isodel 2012
Blended learning a framewrok model - isodel 2012
 
Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...
Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...
Student View on Web-Based Intelligent Tutoring Systems about Success and Rete...
 
A Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsA Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie Reviews
 
Identifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningIdentifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learning
 
A Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement LearningA Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement Learning
 
eliot.doc
eliot.doceliot.doc
eliot.doc
 
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSISFEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
 

Viewers also liked

Paper id 41201611
Paper id 41201611Paper id 41201611
Paper id 41201611IJRAT
 
Paper id 28201445
Paper id 28201445Paper id 28201445
Paper id 28201445IJRAT
 
Paper id 36201509
Paper id 36201509Paper id 36201509
Paper id 36201509IJRAT
 
Paper id 252014109
Paper id 252014109Paper id 252014109
Paper id 252014109IJRAT
 
Paper id 312201524
Paper id 312201524Paper id 312201524
Paper id 312201524IJRAT
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433IJRAT
 
Paper id 27201444
Paper id 27201444Paper id 27201444
Paper id 27201444IJRAT
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529IJRAT
 
Paper id 27201441
Paper id 27201441Paper id 27201441
Paper id 27201441IJRAT
 
Paper id 36201515
Paper id 36201515Paper id 36201515
Paper id 36201515IJRAT
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103IJRAT
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424IJRAT
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520IJRAT
 
Paper id 252014155
Paper id 252014155Paper id 252014155
Paper id 252014155IJRAT
 
Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502IJRAT
 
Paper id 35201575
Paper id 35201575Paper id 35201575
Paper id 35201575IJRAT
 
Paper id 41201613
Paper id 41201613Paper id 41201613
Paper id 41201613IJRAT
 
Paper id 212014109
Paper id 212014109Paper id 212014109
Paper id 212014109IJRAT
 
Paper id 36201537
Paper id 36201537Paper id 36201537
Paper id 36201537IJRAT
 
Paper id 212014121
Paper id 212014121Paper id 212014121
Paper id 212014121IJRAT
 

Viewers also liked (20)

Paper id 41201611
Paper id 41201611Paper id 41201611
Paper id 41201611
 
Paper id 28201445
Paper id 28201445Paper id 28201445
Paper id 28201445
 
Paper id 36201509
Paper id 36201509Paper id 36201509
Paper id 36201509
 
Paper id 252014109
Paper id 252014109Paper id 252014109
Paper id 252014109
 
Paper id 312201524
Paper id 312201524Paper id 312201524
Paper id 312201524
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433
 
Paper id 27201444
Paper id 27201444Paper id 27201444
Paper id 27201444
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529
 
Paper id 27201441
Paper id 27201441Paper id 27201441
Paper id 27201441
 
Paper id 36201515
Paper id 36201515Paper id 36201515
Paper id 36201515
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520
 
Paper id 252014155
Paper id 252014155Paper id 252014155
Paper id 252014155
 
Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502
 
Paper id 35201575
Paper id 35201575Paper id 35201575
Paper id 35201575
 
Paper id 41201613
Paper id 41201613Paper id 41201613
Paper id 41201613
 
Paper id 212014109
Paper id 212014109Paper id 212014109
Paper id 212014109
 
Paper id 36201537
Paper id 36201537Paper id 36201537
Paper id 36201537
 
Paper id 212014121
Paper id 212014121Paper id 212014121
Paper id 212014121
 

Similar to Paper id 36201512

An Activity-Theoretical Approach To Investigate Learners Factors Toward E-Le...
An Activity-Theoretical Approach To Investigate Learners  Factors Toward E-Le...An Activity-Theoretical Approach To Investigate Learners  Factors Toward E-Le...
An Activity-Theoretical Approach To Investigate Learners Factors Toward E-Le...Tye Rausch
 
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
 
Animation to Develop Mathematical Connections in Students
Animation to Develop Mathematical Connections in StudentsAnimation to Develop Mathematical Connections in Students
Animation to Develop Mathematical Connections in StudentsMangaiK4
 
Bridging the gap of the educational system across different countries through...
Bridging the gap of the educational system across different countries through...Bridging the gap of the educational system across different countries through...
Bridging the gap of the educational system across different countries through...PhD Assistance
 
significance of social media for pedagogical innovations
significance of social media for pedagogical innovationssignificance of social media for pedagogical innovations
significance of social media for pedagogical innovationsNASLAMOLk
 
CECS RC003 Evaluating ResearchPerformance Task Assessment.docx
CECS RC003 Evaluating ResearchPerformance Task Assessment.docxCECS RC003 Evaluating ResearchPerformance Task Assessment.docx
CECS RC003 Evaluating ResearchPerformance Task Assessment.docxketurahhazelhurst
 
Betty's Brain PILA (Platform for Innovative Learning Assessment) Application
Betty's Brain PILA (Platform for Innovative Learning Assessment) ApplicationBetty's Brain PILA (Platform for Innovative Learning Assessment) Application
Betty's Brain PILA (Platform for Innovative Learning Assessment) ApplicationRogrio572974
 
Activities And Resources In Online Learning From A Critical Thinking View
Activities And Resources In Online Learning  From A Critical Thinking ViewActivities And Resources In Online Learning  From A Critical Thinking View
Activities And Resources In Online Learning From A Critical Thinking ViewSamantha Martinez
 
Constructivist, Instructivist and Socio-Constructivist views of teaching tech...
Constructivist, Instructivist and Socio-Constructivist views of teaching tech...Constructivist, Instructivist and Socio-Constructivist views of teaching tech...
Constructivist, Instructivist and Socio-Constructivist views of teaching tech...Olufemi Jeremiah Olubodun
 
ContentUsability_TechnologySupportedLearning
ContentUsability_TechnologySupportedLearningContentUsability_TechnologySupportedLearning
ContentUsability_TechnologySupportedLearningNivedita Singh
 
Running Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docx
Running Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docxRunning Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docx
Running Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docxSUBHI7
 
Vygotsky and the more capable peer
Vygotsky and the more capable peerVygotsky and the more capable peer
Vygotsky and the more capable peerdebbieholley1
 
Clickers-solicits-real-interactive-engagement-in-education4
Clickers-solicits-real-interactive-engagement-in-education4Clickers-solicits-real-interactive-engagement-in-education4
Clickers-solicits-real-interactive-engagement-in-education4Aakansha Sharma
 
A study on “changing students’ attitude towards learning mathematics by appro...
A study on “changing students’ attitude towards learning mathematics by appro...A study on “changing students’ attitude towards learning mathematics by appro...
A study on “changing students’ attitude towards learning mathematics by appro...Dr. C.V. Suresh Babu
 
Implementation of different tutoring system to enhance student learning
Implementation of different tutoring system to enhance student learningImplementation of different tutoring system to enhance student learning
Implementation of different tutoring system to enhance student learningijctet
 
Changing students’ attitude towards learning mathematics by appropriate use o...
Changing students’ attitude towards learning mathematics by appropriate use o...Changing students’ attitude towards learning mathematics by appropriate use o...
Changing students’ attitude towards learning mathematics by appropriate use o...Dr. C.V. Suresh Babu
 

Similar to Paper id 36201512 (20)

An Activity-Theoretical Approach To Investigate Learners Factors Toward E-Le...
An Activity-Theoretical Approach To Investigate Learners  Factors Toward E-Le...An Activity-Theoretical Approach To Investigate Learners  Factors Toward E-Le...
An Activity-Theoretical Approach To Investigate Learners Factors Toward E-Le...
 
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
 
Animation to Develop Mathematical Connections in Students
Animation to Develop Mathematical Connections in StudentsAnimation to Develop Mathematical Connections in Students
Animation to Develop Mathematical Connections in Students
 
Intelligent tutoring systems
Intelligent  tutoring  systemsIntelligent  tutoring  systems
Intelligent tutoring systems
 
The schemes of students' understanding through digital argumentation in onli...
The schemes of students' understanding through digital  argumentation in onli...The schemes of students' understanding through digital  argumentation in onli...
The schemes of students' understanding through digital argumentation in onli...
 
Bridging the gap of the educational system across different countries through...
Bridging the gap of the educational system across different countries through...Bridging the gap of the educational system across different countries through...
Bridging the gap of the educational system across different countries through...
 
Self-Organising P2P Learning for 21C Education
Self-Organising P2P Learning for 21C EducationSelf-Organising P2P Learning for 21C Education
Self-Organising P2P Learning for 21C Education
 
significance of social media for pedagogical innovations
significance of social media for pedagogical innovationssignificance of social media for pedagogical innovations
significance of social media for pedagogical innovations
 
CECS RC003 Evaluating ResearchPerformance Task Assessment.docx
CECS RC003 Evaluating ResearchPerformance Task Assessment.docxCECS RC003 Evaluating ResearchPerformance Task Assessment.docx
CECS RC003 Evaluating ResearchPerformance Task Assessment.docx
 
Betty's Brain PILA (Platform for Innovative Learning Assessment) Application
Betty's Brain PILA (Platform for Innovative Learning Assessment) ApplicationBetty's Brain PILA (Platform for Innovative Learning Assessment) Application
Betty's Brain PILA (Platform for Innovative Learning Assessment) Application
 
Activities And Resources In Online Learning From A Critical Thinking View
Activities And Resources In Online Learning  From A Critical Thinking ViewActivities And Resources In Online Learning  From A Critical Thinking View
Activities And Resources In Online Learning From A Critical Thinking View
 
Constructivist, Instructivist and Socio-Constructivist views of teaching tech...
Constructivist, Instructivist and Socio-Constructivist views of teaching tech...Constructivist, Instructivist and Socio-Constructivist views of teaching tech...
Constructivist, Instructivist and Socio-Constructivist views of teaching tech...
 
ContentUsability_TechnologySupportedLearning
ContentUsability_TechnologySupportedLearningContentUsability_TechnologySupportedLearning
ContentUsability_TechnologySupportedLearning
 
Running Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docx
Running Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docxRunning Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docx
Running Head ANNOTATED BIBLIOGRAPHY1ANNOTATED BIBLIOGRAPHY .docx
 
11_01.pdf
11_01.pdf11_01.pdf
11_01.pdf
 
Vygotsky and the more capable peer
Vygotsky and the more capable peerVygotsky and the more capable peer
Vygotsky and the more capable peer
 
Clickers-solicits-real-interactive-engagement-in-education4
Clickers-solicits-real-interactive-engagement-in-education4Clickers-solicits-real-interactive-engagement-in-education4
Clickers-solicits-real-interactive-engagement-in-education4
 
A study on “changing students’ attitude towards learning mathematics by appro...
A study on “changing students’ attitude towards learning mathematics by appro...A study on “changing students’ attitude towards learning mathematics by appro...
A study on “changing students’ attitude towards learning mathematics by appro...
 
Implementation of different tutoring system to enhance student learning
Implementation of different tutoring system to enhance student learningImplementation of different tutoring system to enhance student learning
Implementation of different tutoring system to enhance student learning
 
Changing students’ attitude towards learning mathematics by appropriate use o...
Changing students’ attitude towards learning mathematics by appropriate use o...Changing students’ attitude towards learning mathematics by appropriate use o...
Changing students’ attitude towards learning mathematics by appropriate use o...
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Paper id 36201512

  • 1. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 58 A Study of Teachable Agents for Scientific Reasoning D.Sridevi1 , R.Prince Jeyaseelan James2 , V.Santhana Marichamy3 1 Assistant Professor,Computer Applications,Valliammai Engineering College,Tamilnadu,India 2Assistant Professor,Computer Applications,Valliammai Engineering College,Tamilnadu,India 3Assistant Professor,Computer Applications,Valliammai Engineering College,Tamilnadu,India Email:ndsdevi@yahoo.com,prince.james1975@gmail.com,sandalswamy72@gmail.com Abstract- Teachable agent instantiates Learning- by-Teaching theory through simulating a “naive” learner in order to motivate students to teach it. Teachable Agent (TA) is a special type of pedagogical agent. Soon after its emergence, researches of TA become an active field and encourage students to take the responsibility of learning. Teachable agent enable student to teach the agent and query their agent to monitor their learning and problem solving behavior. This motivates the students to learn more so they can teach their agent to perform better. This paper presents a teachable agent called Betty that combines learning by teaching with self-regulated learning feedback to promote deep learning and understanding in science domains. Index Terms- Key Learning-by-teaching, Intrinsic motivation, Teachable agent, Goal-oriented approach word, 1. INTRODUCTION Over the past several decades, technology has continually assumed an essential and transformative role in the teaching and learning process. This can best be seen in recent trends in education: flipped classroom approaches to instruction, 1-to-1 tablet programs, computer-based learning environments (CBLEs) that understand what each individual knows and does not know, and massive open online courses, or MOOCs, which connect as many as hundreds of thousands of learners all studying the same topic within a shared virtual space [3]. With each new technology-oriented trend comes new hope for the future of education; technology is viewed as a means of providing access to information in rich, engaging, interactive spaces where students can experiment, learn, and grow[3]. In many ways, these hopes are well- founded; technology has the potential to offer students an endless supply of personalized, one-on-one attention. In addition to endless attention and perfect execution of tutoring strategies, CBLEs can capture, analyze and report every interaction they have with learners. This abundance of data, if properly analyzed, filtered, and understood, can provide new opportunities for researchers, educators, and policy makers to gain better understandings of how people learn [3]. Moreover, educational data can be analyzed in real-time to personalize instruction for learners in ways that lead to measurable optimizations of the teaching and learning processes. In computer-based learning by teaching systems partially demonstrated the effectiveness of explicit teaching tasks with shared representations and shared responsibilities in facilitating learning and motivation. The use of explicit shared representations may provide the social interaction framework that promotes shared responsibility. Students get a chance to observe and analyze how their teachable agents apply the learnt knowledge to solve problems, and, in this process, they may learn to monitor their own knowledge. The purpose of the present study was to examine the learning benefits of different activities associated with “learning by teaching” in teachable agent environment. This was done by constructing computer-based agents that students could teach domain knowledge [1]. In particular, we created an agent environment called Betty’s which can operate in three modes: (i) the TEACH mode, where students impart knowledge to the agent Betty by means of a dynamic concept map interface, and access content materials as needed to learn information for teaching, (ii) The QUERY mode, where students ask Betty questions (using question templates) which Betty answers by reasoning with information that the student has taught (iii) The QUIZ mode, where students evaluate how well they have taught Betty by observing performance on a quiz. At times, an expert teacher agent intervenes to make suggestions that may help Betty (and the student) correct her answers. Betty is a computer-based learning environment that capitalizes on the social aspects of learning. In Betty, students instruct a character called a Teachable Agent (TA) which can reason based on how it is taught [3]. TAs represents knowledge structures rather than the referent domain. This is a departure
  • 2. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 59 from traditional simulations, which typically show the behavior of a physical system, for example, how an algae bloom increases fish mortality. Instead, TAs simulates the behavior of a person’s thoughts about a system. This is important because the goal of learning is often to simulate an expert’s reasoning processes about a domain, not the domain itself. Learning empirical facts is important, but learning to think with the expert theory that organizes those facts is equally important. 2. METHODS DESCRIPTION OF BETTY Two principles drive the design and implementation of Teachable Agent learning environments. The first one ensures that students activities in the learning environment cover the three distinct phases of the teaching process, i.e., (i) preparing to teach, (ii) teaching and interacting with the teachable agent, and (iii) monitoring and reflecting on what the agent has learned and using this information to make preparations to teach further. The second ensures that interactions between the student and their TA are based on an explicit shared representation and shared responsibility. Figure 1 illustrates the Betty’s interface. The system possesses multimedia capabilities. Students use graphical drag and drop interface to create and modify their concept maps. When queried, Betty can provide explanations for how Betty derives answers, and simultaneously depict the derivation process on the concept map by animation. In the sections below three modes are described: TEACH, QUERY and QUIZ [1]. 2.1 TEACH BETTY Students teach Betty by means of a concept map interface. A concept map is a collection of concepts and relations between these concepts. A relation is a unidirectional link connecting two entities. Concept maps help to categorize groups of objects and express interactions among them. They also provide a mechanism for representing knowledge hierarchies and cause-effect relations. This makes the concept-mapping technique very amenable to applications in scientific domains, in particular, for modeling dynamic systems. Figure 1 displays an example of a concept map that student created in Betty’s - the map represents what the student has taught Betty. Note that this map is not totally accurate or complete. The labeled boxes correspond to concepts (the labels are concept names), and the labeled links correspond to relations. Students can use three kinds of links, (i) causal, (ii) hierarchical, and (iii) descriptive [1]. Students use descriptive links to embed notes or interesting characteristics of an object in their concept map (e.g., “Fish live by Rocks”). Hierarchical links let students establish class structures to organize domain knowledge (e.g., “Fish is a type of Animal”). A causal link specifies an active relationship on how a change in the originating concept affects the destination concept. For example, in the map below, students could ask Betty to explain how cold temperatures affect a person's body temperature. Betty uses the causal map she has been taught to answer the qeustions. 2.2 QUERY BETTY Students are able to query Betty about what they have taught. The query mode consists of two mechanisms: (i) a reasoning mechanism and (ii) an explanation mechanism. The reasoning mechanism enables Betty to analyze the knowledge that the student has taught so that Betty can answer questions. The explanation mechanism enables Betty to produce a detailed explanation of how Betty generated answer [1]. The explanation mechanism uses a simple process to convert concept-link-concept pairs to a specific text form. The reasoning mechanism is based on a simple chaining procedure to deduce the relationship between a set of connected concepts. If the teachable agent is asked to answer the question about the effects of an addition of Algae on Fish, Betty searches the concept map and deduces that Fish increase when more Algae are added to a river. The structure of Betty’s explanations is closely tied to the reasoning algorithm. To avoid information overload, the explanation is broken down into segments [3]. If users ask for more explanation, Betty works backward, and links the concept back to the closest nodes. When asked “What happens to fish when algae increase?”, Betty’s initial response is: “I think that when Algae increase, Fish increase.” Students can then ask Betty for a more detailed explanation. The following is the sequence of explanation that Betty generates: 1. “You asked me: If Algae increase, what happens to Fish? I think that if Algae increase, Fish increase.” 2. . “To find out what happens to Fish when Algae increase, I must first know what happens to Oxygen and Plants. Both directly affect Fish.”
  • 3. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 60 Figure:1 Betty’s interface and Example for Concept Map 3. “An increase in Algae causes Plants to increase, which causes Fish to increase.” 4. “Now let me explain how Algae affect Fish through Oxygen. An increase in Algae causes Oxygen to remain the same which causes Fish to remain the same.” 5. “So, no change in Fish from Oxygen and an increase in Fish from Plants cause an increase in Fish”. After each step in the explanation, students have the option to: (i) ask Betty to repeat the explanation or (ii) look at the explanation in text form. 2.3 QUIZ BETTY During the quiz phase, the student observes Betty’s responses to a set of pre-scripted questions. The teaching expert informs Betty (and the student) if Betty’s answers are right or wrong. The teaching expert also gives hints to help the student debug the concept map. The teaching expert employs a simple mechanism for generating feedback. The system is provided with an expert concept map (built by a teacher or other expert) in the domain of study. The student’s concept map structure is superimposed on the expert’s, and the teaching expert searches for a missing concept (first) or relation that is considered essential for the right answer, and uses this to generate a hint for the student. A hint is given, if necessary, for each quiz question. Currently, the system implements three levels of hinting. First, the expert suggests that the student read a section of the resource materials that relates to the concept or link [1]. The second hint for the same question explicitly mentions the name of the missing concept or relation, and asks the student to look for more information on that topic. The third hint tells how to correct the concept or relation in the map. The aim of this system is to create an effective teaching environment with shared knowledge
  • 4. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 61 representation and reasoning mechanism. To aid and motivate learning, formative assessment is also provided in the teaching and quiz modes, whereas overall evaluation or summative assessment is covered in the test mode. The backstage of the system used exhaustive search for the concept map to do reasoning and answer corresponding questions. With this platform, how can Betty’s realize the benefits of learning-by-teaching theory? We examine this from three aspects corresponding to the three advantages of learning-by-teaching. Firstly, Betty helps students develop structured networks of knowledge. A CM helps students avoid doing complex programming by dragging graphical nodes and arcs to construct domain knowledge. It helps students to meaningfully organize knowledge, get better memory, and easily apply knowledge to new situations. Secondly, it provides opportunities for students to take responsibility for teaching. When sending Betty to do the quiz, students can observe learning results and make changes to the CM on their own. They need to dominate all the teaching process [1]. The third aspect is that teachable agent helps students to develop meta-cognitive skills. When they monitor Betty’s learning status, such as asking questions or sending a quiz, it also provides the opportunity for students to monitor their own learning status. The reflection of knowledge can help them to double check what they have done, reorganize their knowledge structure and practice their rethinking habits. 3.META COGNITIVE STRATEGIES AND SELF- REGULATION TO SUPPORT LEARNING Meta cognition and self-regulation play an important role in developing effective learners. In the learning context, self-regulated learning (SRL) describes a set of comprehensive skills that start with setting goals for learning new materials and applying them to problem solving tasks, deliberating about strategies to enable this learning, monitoring one’s learning progress, and then revising one’s knowledge, beliefs, and strategies as new materials and strategies are learnt[2]. Betty’s persona in the SRL version incorporates meta cognitive knowledge that she conveys to the students at appropriate times to help them develop and apply monitoring and self regulation strategies [4][5]. For example, when the student is building the concept map ,Betty occasionally responds by demonstrating reasoning through chains of events. She may query the user, and sometimes remark (right or wrong) that the answer she is deriving does not seem to make sense. The idea of these spontaneous prompts is to get the student to reflect on what they are teaching, and perhaps, like a good teacher check on their tutee’s learning progress. These interactions are directed to help Betty’s student teacher understand the importance of monitoring and being aware of one’s own abilities[6]. The two interacting factors of TA implementations: (i) the visual shared representation that the students use to teach their agents, and (ii) shared responsibility that targets the positive effects of social interactions to learning are particularly supportive of self-regulation. These manifest as a joint effort between the students and their TA. The student has the responsibility for teaching the TA (the TA knows no more and no less than what the student teaches it), whereas the TA takes on the responsibility for answering questions and taking tests. The shared representation plus the agent’s ability to answer questions independently results in situations where the “self-monitoring” task is shared between the agent, who does the reasoning and problem solving, and the student as teacher, who is responsible for assessment and evaluation of performance[2]. This reduction in cognitive load helps students self-assess their knowledge by “projection,” and the combination of this projective assessment plus the motivation to make their agent “succeed” prompts the student to learn more and teach their agent again so student may perform even better. Betty incorporates Meta cognitive knowledge that conveys to the students at appropriate times to help them develop and apply monitoring and self- regulation strategies. For example, when the student is building the concept map, Betty occasionally responds by demonstrating reasoning through chains of events. She may query the user, and sometimes remark (right or wrong) that the answer she is deriving does not seem to make sense [2]. The idea of these spontaneous prompts is to get the student to reflect on what they are teaching, and perhaps, like a good teacher check on their tutee’s learning progress. These interactions are directed to help Betty’s student teacher understand the importance of monitoring and being aware of one’s own abilities. 4. CONCLUSIONS Learning-by-teaching provides many learning opportunities for students, but taking advantage of these opportunities places a heavy Meta cognitive demand. The goal is to develop Betty as a generic teachable agent that can be applied to a variety of scientific domains, where reasoning with cause- effect structures helps in learning about the domain.
  • 5. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 62 Providing students with opportunities to quiz their agent decreases the amount of irrelevant information and increases the proportion of causal information in students’ maps; whereas having opportunities to query their agent helps students develop an understanding of the interrelationships of things living and non living. The results point to the importance of various forms of feedback when designing teachable agent environments that promote teach Betty which provides self-regulated learning feedback to cues from the agent clearer and more salient, and support students reflective knowledge-building and learning [2]. From the results of various research [7] it is suggested that when students find the challenges associated with a modeling activity manageable, their computational models generally improve and become better predictors of their prepost learning gains. REFERENCES [1] Bharat, K.; Broder, A. (1998): A technique for measuring the relative size and overlap of public Web search engines. Computer Networks, 30(1– 7), pp. 107–117. [2] Broder, A.; Kumar, R.; Maghoul, F.; Raghavan, P.; Rajagopalan, S.; Stata, R.; Tomkins, A.; Wiener, J. (2000): Graph structure in the Web. Computer Networks, 33(1–6), pp. 309–320. [3] Chakrabarti, S. (2000): Data mining for hypertext: A tutorial survey. SIGKDD explorations, 1(2), pp. 1–11. [4] Wagster, J., J. Tan, G. Biswas, and D. Schwartz, “How Metacognitive Feedback Affects Behavior in Learning and Transfer”, The 13 International Conference on AI in Education, Marina del Rey, California, 2007. [5] Jeong, H., J. Wagster, R. Roscoe, G. Biswas, and D. Schwartz, “Using Hidden Markov Models to Characterize Student Behaviors Patterns in Computer-base Learning Environments”, 9 Intl. Conference on Intelligent Tutoring Systems, Montreal, CA, 42(8), 2008. [6] Bringing CBLEs into Classrooms: Experiences with the Betty’s Brain System John Wagster1 , Henry Kwong2, James Segedy1,Gautam Biswas1 , and Dan Schwartz2 1Vanderbilt University & 2 Stanford University Nashville, TN 37235. USA. john.wagster@vanderbilt.edu [7] Investigating Student Generated Computational Models of Science Satabdi Basu, Anton Dukeman, John S. Kinnebrew, Gautam Biswas and Pratim Sengupta Vanderbilt University, Nashville, TN, USA.