4,994 research outputs found

    identifying archaeological knowledge using multi dimensional scaling and multiple constraint satisfaction

    Get PDF
    In this thesis, I look at the current state of research in two fields: the cognitive psychology of learning and expertise & the development of Intelligent Tutoring Systems, especially their methods of modelling the users knowledge state. Within these areas I proceed to examine the way that these theories have overlapped in the past and consider their recent divergence, suggesting that this parting of the ways is premature. I then consider other relevent research so as to suggest a hypothesis where a symbolic connectionist approach to the modelling of knowledge states could be a solution to previous difficulties in the field of Intelligent Tutoring. This hypothesis is then used to construct a method for its examination and also a computer program to analyse the collected data. I then undertake experimental work to validate my hypothesis, and compare my results and methods with a pre-established technique for interpreting the data, that of multi-dimensional scaling. Finally the method now shown to be feasible is discussed to indicate the its success and highlight its shortcomings. Further suggestions are also made as to further research avenues

    Improving QED-Tutrix by Automating the Generation of Proofs

    Full text link
    The idea of assisting teachers with technological tools is not new. Mathematics in general, and geometry in particular, provide interesting challenges when developing educative softwares, both in the education and computer science aspects. QED-Tutrix is an intelligent tutor for geometry offering an interface to help high school students in the resolution of demonstration problems. It focuses on specific goals: 1) to allow the student to freely explore the problem and its figure, 2) to accept proofs elements in any order, 3) to handle a variety of proofs, which can be customized by the teacher, and 4) to be able to help the student at any step of the resolution of the problem, if the need arises. The software is also independent from the intervention of the teacher. QED-Tutrix offers an interesting approach to geometry education, but is currently crippled by the lengthiness of the process of implementing new problems, a task that must still be done manually. Therefore, one of the main focuses of the QED-Tutrix' research team is to ease the implementation of new problems, by automating the tedious step of finding all possible proofs for a given problem. This automation must follow fundamental constraints in order to create problems compatible with QED-Tutrix: 1) readability of the proofs, 2) accessibility at a high school level, and 3) possibility for the teacher to modify the parameters defining the "acceptability" of a proof. We present in this paper the result of our preliminary exploration of possible avenues for this task. Automated theorem proving in geometry is a widely studied subject, and various provers exist. However, our constraints are quite specific and some adaptation would be required to use an existing prover. We have therefore implemented a prototype of automated prover to suit our needs. The future goal is to compare performances and usability in our specific use-case between the existing provers and our implementation.Comment: In Proceedings ThEdu'17, arXiv:1803.0072

    Using Natural Language as Knowledge Representation in an Intelligent Tutoring System

    Get PDF
    Knowledge used in an intelligent tutoring system to teach students is usually acquired from authors who are experts in the domain. A problem is that they cannot directly add and update knowledge if they don’t learn formal language used in the system. Using natural language to represent knowledge can allow authors to update knowledge easily. This thesis presents a new approach to use unconstrained natural language as knowledge representation for a physics tutoring system so that non-programmers can add knowledge without learning a new knowledge representation. This approach allows domain experts to add not only problem statements, but also background knowledge such as commonsense and domain knowledge including principles in natural language. Rather than translating into a formal language, natural language representation is directly used in inference so that domain experts can understand the internal process, detect knowledge bugs, and revise the knowledgebase easily. In authoring task studies with the new system based on this approach, it was shown that the size of added knowledge was small enough for a domain expert to add, and converged to near zero as more problems were added in one mental model test. After entering the no-new-knowledge state in the test, 5 out of 13 problems (38 percent) were automatically solved by the system without adding new knowledge

    An Analysis of Interactive Learning Environments for Arithmetic and Algebra Through an Integrative Perspective

    No full text
    International audienceThe analysis presented in this article tries to obtain a global view of the field of interactive learning environments (ILE) dedicated to arithmetic and algebra. As preliminaries, a brief overview of evaluation methods focusing on educational software is given and a short description of ten ILEs concerned by the study is provided as a kind of a state-of-the-art. Then the methodology of ILEs analysis developed in the TELMA project is explained consisting in the design and the refinement of an analysis grid and its use on the ten ILEs is mentioned. Next, a first level analysis of results leading to a compiled, analytic and synthetic view of the ILEs available and/or missing functionalities is given. A second level of the analysis is also proposed, with two concise representations of the ILEs, composed of graphical representations of the previous results, leading to a 3D map of ILEs dedicated to arithmetic and algebra. This map provides, as promised, a global view of the field and permits to define five sorts of ILEs according to two criteria: the first one is teacher-oriented and concerns usages enabled by the ILE; the second one is student-oriented and concerns control provided by the ILE to accomplish such usages

    An Analysis of Interactive Learning Environments for Arithmetic and Algebra Through an Integrative Perspective

    No full text
    International audienceThe analysis presented in this article tries to obtain a global view of the field of interactive learning environments (ILE) dedicated to arithmetic and algebra. As preliminaries, a brief overview of evaluation methods focusing on educational software is given and a short description of ten ILEs concerned by the study is provided as a kind of a state-of-the-art. Then the methodology of ILEs analysis developed in the TELMA project is explained consisting in the design and the refinement of an analysis grid and its use on the ten ILEs is mentioned. Next, a first level analysis of results leading to a compiled, analytic and synthetic view of the ILEs available and/or missing functionalities is given. A second level of the analysis is also proposed, with two concise representations of the ILEs, composed of graphical representations of the previous results, leading to a 3D map of ILEs dedicated to arithmetic and algebra. This map provides, as promised, a global view of the field and permits to define five sorts of ILEs according to two criteria: the first one is teacher-oriented and concerns usages enabled by the ILE; the second one is student-oriented and concerns control provided by the ILE to accomplish such usages

    Designing web-based adaptive learning environment : distils as an example

    Get PDF
    In this study, two components are developed for the Web-based adaptive learning: an online Intelligent Tutoring Tool (ITT) and an Adaptive Lecture Guidance (ALG). The ITT provides students timely problem-solving help in a dynamic Web environment. The ALG prevents students from being disoriented when a new domain is presented using Web technology. A prototype, Distributed Intelligent Learning System (DISTILS), has been implemented in a general chemistry laboratory domain. In DISTILS, students interact with the ITT through a Web browser. When a student selects a problem, the problem is formatted and displayed in the user interface for the student to solve. On the other side, the ITT begins to solve the problem simultaneously. The student can then request help from the ITT through the interface. The ITT interacts with the student, verifying those solution activities in an ascending order of the student knowledge status. In DISTILS, a Web page is associated with a HTML Learning Model (HLM) to describe its knowledge content. The ALG extracts the HLM, collects the status of students\u27 knowledge in HLM, and presents a knowledge map illustrating where the student is, how much proficiency he/she already has and where he/she is encouraged to explore. In this way, the ALG helps students to navigate the Web-based course material, protecting them from being disoriented and giving them guidance in need. Both the ITT and ALG components are developed under a generic Common Object Request Broker Architecture (CORBA)-driven framework. Under this framework, knowledge objects model domain expertise, a student modeler assesses student\u27s knowledge progress, an instruction engine includes two tutoring components, such as the ITT and the ALG, and the CORBA-compatible middleware serves as the communication infrastructure. The advantage of such a framework is that it promotes the development of modular and reusable intelligent educational objects. In DISTILS, a collection of knowledge objects were developed under CORBA to model general chemistry laboratory domain expertise. It was shown that these objects can be easily assembled in a plug-and-play manner to produce several exercises for different laboratory experiments. Given the platform independence of CORBA, tutoring objects developed under such a framework have the potential to be easily reused in different applications. Preliminary results showed that DISTILS effectively enhanced learning in Web environment. Three high school students and twenty-two NJIT students participated in the evaluation of DISTILS. In the final quiz of seven questions, the average correct answers of the students who studied in a Web environment with DISTILS (DISTILS Group) was 5.3, and the average correct answers of those who studied in the same Web environment without DISTILS (NoDISTILS Group) was 2.75. A t-test conducted on this small sample showed that the DISTILS group students significantly scored better than the NoDISTILS group students

    Evaluating the Effectiveness of tutorial dialogue instruction in a Explotary learning context

    Get PDF
    [Proceedings of] ITS 2006, 8th International Conference on Intelligent Tutoring Systems, 26-30 June 2006, Jhongli, Taoyuan County, TaiwanIn this paper we evaluate the instructional effectiveness of tutorial dialogue agents in an exploratory learning setting. We hypothesize that the creative nature of an exploratory learning environment creates an opportunity for the benefits of tutorial dialogue to be more clearly evidenced than in previously published studies. In a previous study we showed an advantage for tutorial dialogue support in an exploratory learning environment where that support was administered by human tutors [9]. Here, using a similar experimental setup and materials, we evaluate the effectiveness of tutorial dialogue agents modeled after the human tutors from that study. The results from this study provide evidence of a significant learning benefit of the dialogue agentsThis project is supported by ONR Cognitive and Neural Sciences Division, Grant number N000140410107proceedingPublicad

    AI as a Methodology for Supporting Educational Praxis and Teacher Metacognition

    Get PDF
    Evidence-based practice (EBP) is of critical importance in education where emphasis is placed on the need to equip educators with an ability to independently generate and reflect on evidence of their practices in situ – a process also known as praxis. This paper examines existing research related to teachers’ metacognitive skills and, using two exemplar projects, it discusses the utility and relevance of AI methods of knowledge representation and knowledge elicitation as methodologies for supporting EBP. Research related to technology-enhanced communities of practice as a means for teachers to share and compare their knowledge with others is also examined. Suggestions for the key considerations in supporting teachers’ metacognition in praxis are made based on the review of literature and discussion of the specific projects, with the aim to highlight potential future research directions for AIEd. A proposal is made that a crucial part of AIEd’s future resides in its curating the role of AI as a methodology for supporting teacher training and continuous professional development, especially as relates to their developing metacognitive skills in relation to their practices
    • …
    corecore