scispace - formally typeset
Search or ask a question
Book ChapterDOI

LANA-I: An Arabic Conversational Intelligent Tutoring System for Children with ASD

TL;DR: In this article, a novel Arabic Conversational Intelligent Tutoring System, called LANA-I, was developed for children with ASD that adapts to the Visual, Auditory and Kinaesthetic learning styles model (VAK) to enhance learning.
Abstract: Children with Autism Spectrum Disorder (ASD) share certain difficulties but being autistic will affect them in different ways in terms of their level of intellectual ability. Children with high functioning autism or Asperger syndrome are very intelligent academically but they still have difficulties in social and communication skills. Many of these children are taught within mainstream schools but there is a shortage of specialised teachers to deal with their specific needs. One solution is to use a virtual tutor to supplement the education of children with ASD in mainstream schools. This paper describes research to develop a novel Arabic Conversational Intelligent Tutoring System, called LANA-I, for children with ASD that adapts to the Visual, Auditory and Kinaesthetic learning styles model (VAK) to enhance learning. This paper also proposes an evaluation methodology and describes an experimental evaluation of LANA-I. The evaluation was conducted with neurotypical children and indicated promising results with a statistically significant difference between user’s scores with and without adapting to learning style. Moreover, the results show that LANA-I is effective as an Arabic Conversational Agent (CA) with the majority of conversations leading to the goal of completing the tutorial and the majority of the correct responses (89%).

Summary (4 min read)

1 Introduction

  • The number of children being diagnosed with autism spectrum disorder (ASD) is increasing [1].
  • In addition, traditional education using human tutors is a challenge for students with autism, who have difficulties in communication and social © Springer Nature Switzerland AG 2019 K. Arai et al. (Eds.): CompCom 2019, AISC 997, pp. 498–516, 2019.
  • The main contributions in this paper are: A novel architecture for an Arabic CITS using VAK model for an appropriate education scenario. .
  • This paper is organized as follows: Sect. 2 describes the architecture and methodology of implementing LANA-I.
  • Section 4 provides the results and discussion.

2 LANA-I Architecture and Implementation

  • LANA-I was developed based on two phases.
  • The proposed framework for the Arabic CA consists of five components as shown in Fig. 1: 1. Graphical User Interface: Responsible for the communication between the user and CA (in this case the CITS tutor) through a web interface with panels to display supporting material.
  • Responsible for controlling and directing the conversation through contexts, also known as 3. Conversation Agent Manager.
  • The ITS manager, which is the main component that interacts with the user through the GUI, and personalises the tutorial based on the user’s learning style, also known as 2. Tutor Model.
  • The proposed LANA-I CITS architecture, shown in Fig. 3 contains three main components that are described in the following sections: k.crockett@mmu.ac.uk.

2.1 The Knowledge Base

  • The knowledge base consists of four sub-components: (1) the Tutorial Knowledge base, (2) Arabic general contexts (e.g. weather, and greetings), (3) user’s profile, and (4) the log file.
  • A short interview was conducted to design the knowledge base with three primary school teachers in Saudi Arabia, who teach Science.
  • The LANA-I knowledge base consists of two contexts: the domain, which is the science tutorials, and a general context, illustrated in Fig.
  • General contexts deal with general conversation that is not related to the domain, such as weather, greeting, rude words, and user leaving words (any words or sentences means that the user will leave the conversation).
  • Once the tutorial was designed and approved by the primary school teachers then the tutorial questions were mapped to the VAK learning style model.

2.2 Arabic Scripting Language

  • The three different approaches to develop an Arabic CA and a number of challenges faced by Arabic language were discussed in survey paper [6].
  • It was concluded that there is a lack of Arabic NLP resources leading to limited capabilities within Arabic CAs.
  • InfoChat was designed using English scripting language and based on the pattern matching (PM) technique, where the domain is organised into a number of contexts and each context contains rules, each rule in the domain contains a number of patterns and a response that forms the CA output to the user.
  • Based on the scripting methodology reported by Latham [11] the procedures to create the scripts within the Knowledge base are: 1. The methodology for scripting each context is: Create a context table, which has a record with a unique name to represent that context . .
  • For each rule, create patterns that match user utterances.

2.3 Scripting Arabic CA for LANA-I

  • In LANA-I, the tutorial topics were represented as the contexts and the agent’s questions for such topic were represented as the rules, while the pattern represent the user’s utterances, which belong to such a rule.
  • The scripting language in LANA-I includes the following features: Provide supporting material to the user depending on the user’s learning style (Visual: images and videos – Auditory: Sounds – Kinaesthetic: Instructions and objects).
  • All images, videos and audios provide the right answer.
  • When the user is visual learner, the rule is fired with the video or image material.
  • Figure 5 shows the models that are used with the Kinaesthetic learning style.

2.4 The Arabic Conversational Agent

  • The second component of LANA-I (Fig. 3) is the Arabic CA.
  • The controller then checks if the conversation is within the tutorial scenario or not by communicate with the CA.
  • The Conversational Agent Engine contains a combination of methods of string similarity and PM approaches to determine the similarity between two sets of strings within CA’s, while traditional CA’s used only a PM approach that involves a strength calculation through different aspects of the user utterance and the scripted pattern such as activation level and number of words, etc.
  • In PM technique, the user utterance will be matched to the stored patterns; these patterns contain wildcard k.crockett@mmu.ac.uk characters to represent any number of words of characters.
  • The similarity between two pieces of text is determined by representing each piece of text in the form of word vector.

2.5 The Workflow of LANA-I CA Engine

  • In the beginning, the PM Wildcard will be used to match the user utterance with the patterns stored in the database.
  • If the match is not found, the STS Cosine similarity will be applied.
  • Assume the pattern stored in the LANA-I database was (S1), while the user utterance was (S2), as shown in Table 4: The utterance is not recognised by the PM approach because of the word order or minor differences from the pattern.
  • Therefore, the system applies the Cosine similarity, which is illustrated in the following steps: k.crockett@mmu.ac.uk Create Matrix[][] where the columns are the unique words from S1 and S2, and the rows are the words sequence of S1 and S2.
  • When the user’s utterance is recognized by the similarity measure, the corresponding response will be generated and delivered to the user.

2.6 LANA-I ITS

  • The third component in the LANA-I architecture (Fig. 3) contains: The Graphics User Interface (GUI), and the ITS manager.
  • This character appears in all the system interfaces to make the conversation more natural and engaging for the users.
  • The LANA character was designed by the author and then evaluated by primary school teachers in Saudi Arabia in order to make the tutorial more engaging.
  • There were three questions focused on Smith’s visual, auditory, and kinaesthetic styles (VAK).
  • For each question, the pupils had to respond ‘yes’ or ‘no’ to each question.

2.7 LANA-I Workflow

  • This section describes the LANA-I workflow from perspectives of teacher and the pupil in order to understand how each activity communicates with others.
  • Initially LANA-I starts from the learning style questionnaire, which is taken by the teacher.
  • After completing this stage, the system shows the pre-test interface, and asks the user to complete the test.
  • The next interface after submitting the test is the CA tutorial, The ITS manager is responsible in this stage for personalising the tutoring session according to the user’s learning style by providing the CA components, through the controller, the suitable materials from the Knowledge base component.
  • The ITS manager also saves the user’s registration information and the pre-test score in the log file/student’s profile.

3 Experimental Methodology

  • The LANA-I prototype was tested through two main experiments to evaluate the system.
  • The objective metrics were measured through the log file/temporal memory and the pre-test and post-test score.
  • The subjective metrics were measured using the user feedback questionnaire.
  • The main hypothesis of the experiments is: HA0: LANA-I using VAK model cannot be adapted the student learning style.
  • The second experiment was conducted to test the Hypothesis B (LANA-I is an effective Arabic CA).

3.1 Participants

  • The total size of the sample was 24 neurotypical participants within the age group (10– 12) years and their first language was Arabic.
  • The participants recruited for the evaluation were residents of the Greater Manchester area within the UK and none of them had previous experience of using LANA-I.
  • All participants’ parents received an information sheet about the project and its aims, and a consent form to obtain their permission before conducting the experiment.
  • The participants were divided into two groups.
  • The first group is a control group (n = 12), who used the LANA-I without adapting to the learning style VAK model as basis comparison.

3.2 Experiment 1: LANA-I Tutoring with and Without VAK Learning Style

  • Subjective and objective metrics were used to answer the two questions related to Hypothesis A. Each group of participants was asked first to register into the system and complete the pre-test questions.
  • They started the tutorial without the VAK questionnaire, whereas the experimental Group, who used the LANA-I with adapting to VAK learning style model, were asked to fill the VAK learning style questionnaire in order for LANA-I to be adapted to the learning style.
  • After adapting the learning style, the tutorial provided the most suitable material during the session such as videos, images or k.crockett@mmu.ac.uk instructions and physical resources.
  • When the session ended, both groups did the post-test questions in order to measure their learning gain.

3.3 Experiment 2: LANA-I CA System Robustness

  • The data for this experiment was gathered from the LANA-I log file and the user feedback questionnaire whilst participants were completing experiment 1.
  • The subjective and objective metrics were used to answer questions related to Hypothesis B.
  • The data gathered from the log file allows assessment of the performance of LANA-I CA and the algorithms deployed in the architecture.
  • This data will measure success using objective metrics.
  • The data from user feedback questionnaire will be analysed in order to measure success using subjective metrics.

4 Results and Discussion

  • The learning gain was measured using a pre-test and post-test approach [17–19].
  • Average test score improvements were calculated and compared using the following formula: Relative learning gain ¼ PostTest PreTestð Þ= TotalScore PreTestð Þ ð4Þ Table 6 illustrates the results of the MannWhitney U test conducted in order to measure the relative learning gain between Control Group and Experimental Group.
  • This result indicates that HA1 can be accepted.
  • Further tests have been carried out to find out whether there was a significant difference in the scores for participant’s satisfaction with adapting the tutorial to the VAK learning style.
  • The results illustrated that (57.18%) of all the utterances input by the users were actually different from the scripted patterns and in this case the system used the Short Text Similarity algorithm (Cosine algorithm).

5 Conclusion

  • This paper outlined a novel Arabic CITS called LANA-I, which used the VAK learning style model to enhance the learning of children.
  • The authors findings provide evidence for theses novel features: 1. LANA-I can be adapted to the VAK learning style for the tutorial.
  • The first evaluation highlighted areas of weakness within LANA-I architecture.
  • New methodologies will be researched and developed to overcome the spelling variations in the Arabic language, which affect the performance of the similarity algorithm.
  • These weakness and further enhancements will be addressed by further research and development, to make the system ready for use with autistic pupils.

Did you find this useful? Give us your feedback

Content maybe subject to copyright    Report

Aljameel, S, O’Shea, J, Crockett, K ORCID logoORCID:
https://orcid.org/0000-0003-1941-6201, Latham, A and Kaleem, M (2019)
LANA-I: An Arabic Conversational Intelligent Tutoring System for Children
with ASD. In: CompCom: Intelligent Computing, 16 July 2019 - 17 July 2019,
London, United Kingdom.
Downloaded from:
https://e-space.mmu.ac.uk/623574/
Publisher: Spr inger
DOI: https://doi.org/10.1007/978-3-030-22871-2_34
Please cite the published version
https://e-space.mmu.ac.uk

LANA-I: An Arabic Conversational Intelligent
Tutoring System for Children with ASD
Sumayh Aljameel
1(&)
, James OShea
2
, Keeley Crockett
2
,
Annabel Latham
2
, and Mohammad Kaleem
2
1
Department of Computer Science, College of Computer Science
and Information Technology, Imam Abdulrahman Bin Faisal University,
Dammam, Saudi Arabia
saljameel@iau.edu.sa
2
Department of Computing, Math and Digital Technology,
Manchester Metropolitan University, Manchester, UK
{j.d.oshea,k.crockett,a.latham,m.kaleem}@mmu.ac.uk
Abstract. Children with Autism Spectrum Disorder (ASD) share certain dif-
culties but being autistic will affect them in different ways in terms of their
level of intellectual ability. Children with high functioning autism or Asperger
syndrome are very intelligent academically but they still have difculties in
social and communication skills. Many of these children are taught within
mainstream schools but there is a shortage of specialised teachers to deal with
their specic needs. One solution is to use a virtual tutor to supplement the
education of children with ASD in mainstream schools. This paper describes
research to develop a novel Arabic Conversational Intelligent Tutoring System,
called LANA-I, for children with ASD that adapts to the Visual, Auditory and
Kinaesthetic learning styles model (VAK) to enhance learning. This paper also
proposes an evaluation methodology and describes an experimental evaluation
of LANA-I. The evaluation was conducted with neurotypical children and
indicated promising results with a statistically signicant difference between
users scores with and without adapting to learning style. Moreover, the results
show that LANA-I is effective as an Arabic Conversational Agent (CA) with the
majority of conversations leading to the goal of completing the tutorial and the
majority of the correct responses (89%).
Keywords: Autism
Intelligent tutoring system String similarity
Arabic language
1 Introduction
The number of children being diagnosed with autism spectrum disorde r (ASD) is
increasing [1]. Children with high functioning Autism (HFA) or Aspergers Syndrome
(AS) (i.e. those with higher verbal IQ) are usually offered education in the mainstream
schools. However, many mainstream schools are not able to include students with ASD
because of the lack of skilled teachers and the poor training and provisions from the
responsible institutions [2]. In addition, traditional education using human tutors is a
challenge for students with autism, who have difculties in communication and social
© Springer Nature Switzerland AG 2019
K. Arai et al. (Eds.): CompCom 2019, AISC 997, pp. 498516, 2019.
https://doi.org/10.1007/978-3-030-22871-2_34
k.crockett@mmu.ac.uk

interactions. Many researchers have reported that using a virt ual tutor with students
with ASD could meet the individual students needs [3, 4].
Conversational Intelligent Tutoring System (CITS ) is a software system which uses
natural language interfaces to allo w users to learn topics through discussion as they
would in the classroom. Many CITS have been developed for different domains. To our
knowledge, no academic research exists on Arabic CITS developed specically for
Autistic children. LANA-I [ 5 ] is an Arabic CITS, which engages autistic children with
a science tutorial where the curriculum material is mapped to VAK model. One
challenge in building such a system is the requirement to deal with the Arabic language
grammatical features and its morphological nature. The research into Conversational
Agent (CA) development techniques revealed that hybrid approach was the most
appropriate approach to develop an Arabic CA [6]. The engine of LANA-I is based on
the two main CA development strategies, A Pattern Matching (PM) engine and a Short
Text Similarity (ST S) algorithm that calculate the matching strength of a pattern to the
user utterance. The two parts of the engine work together to overcome some of the
unique challenges of the Arabic language and to extract responses from resources in a
particular domain (Science topic). The main contributions in this paper are:
A novel architecture for an Arabic CITS using VAK model for an appropriate
education scenario.
The results of designing an experimental methodology to validate the educational
tutoring scenario in the Arabic CITS.
In order to evaluate LANA-I, an initial pilot study was conducted on the general
population. This study took place in UK with neurotypical children from the target age
group (1012) years whose rst language is Arabic. It is important to test LANA-I,
with the general population before testing it with Autistic children to avoid any
problems and issues that may occur in the tuto rial or confusion in the presentation of
the tutorial material. The study used the learning gain measurement (de ned in Sect. 3)
to evaluate the ability of CITS to adapt to a child s learning styles.
This paper is organized as follows: Sect. 2 describes the architecture and
methodology of implementing LANA-I. Section 3 explains the experimental
methodology and the experiments. Section 4 provides the results and discussion.
Finally, Sect. 5 presents the conclusions and future works.
2 LANA-I Architecture and Implementation
LANA-I was developed based on two phases. The rst phase involved designing and
implementing an Arabic CA, and the second phase focused on development of an
educational tutorial on science, mapping the tutorial to the VAK model and introducing
the Arabic ITS interface to the CA. In the rst phase, a new architecture for developing
an Arabic CA was developed using both PM and STS. The key features are sum-
marised as follows:
LANA-I: An Arabic Conversational Intelligent Tutoring System 499
k.crockett@mmu.ac.uk

Ability to control the conversation through context.
Ability to personalise the lesson with the users learning style and provide suitable
supporting material to the user.
A scripting language to provide Arabic dialogue for LANA-I.
A novel CA engine that manages the response using a combination of the PM
technique and the STS technique.
Managing the response when the context is changed. For example, creating the right
response when the user writes something that is not related to the tutorial topic.
The proposed framework for the Arabic CA consists of ve components as shown
in Fig. 1:
1. Graphical User Interface: Responsible for the communication between the user and
CA (in this case the CITS tutor) through a web interface with panels to display
supporting material.
2. Controller: The controller manages the conversation between the user and the
Arabic CA, as well as cleaning the user utterance by removing diacritics and other
illegal characters (e.g. ! £ $).
3. Conversation Agent Manager: Responsible for controlling and directing the con-
versation through contexts. In addition, the manager ensures that the discussion is
directed towards completion of the tutorial.
4. Conversation Agent engine: Responsible for pattern matching and calculating the
similarity strength between the user utterance and the scripted patterns.
5. The knowledge base: The knowledge base is responsible for holding the tutorial
domain knowledge in a relational database, which includes CA scripts, Log le, and
General contexts such as weather, agreement and rude words.
In the second phase the ITS architecture is designed to adap t to the users learning
style within the Arabic CA. Based on the typical ITS architecture [7], LANA-I ITS
architecture consists of four main components as shown in Fig. 2:
Fig. 1. The LANA-I CA architecture
500 S. Aljameel et al.
k.crockett@mmu.ac.uk

1. User Interface Model: responsible for the interaction between the user and the ITS
components.
2. Tutor Model: the ITS manager, which is the main component that interacts with the
user through the GUI, and personalises the tutorial based on the users learning
style.
3. Student Model: a temporal memory structure, which records the users responses
during the tutoring session and the students prole such as user ID, users age,
gender, users learning style, and Pre-test and Post-test scores.
4. Domain Model: the Tutorial Knowl edge Base, which contains structured topics that
are presented to the user.
The LANA-I architecture combines the Arabic CA (Fig. 1) and ITS architecture
(Fig. 2). The proposed LANA-I CITS architecture, shown in Fig. 3 contains three main
components that are described in the following sections:
Fig. 2. LANA-I ITS Architecture.
Fig. 3. LANA-I CITS architecture
LANA-I: An Arabic Conversational Intelligent Tutoring System 501
k.crockett@mmu.ac.uk

Citations
More filters
Journal ArticleDOI
TL;DR: This work provides a thorough review of recent Arabic conversational AI systems and group them into three categories based on their functionality: question-answering (QA) systems, task-oriented dialogue systems (DS), and chatbots.
Abstract: Conversational AI is one of the most active research areas in AI, and it has gained more attention from academia as well as industry. Given recent advancements in several conversational AI systems in addition to the availability of several datasets, the aim of this study is to explore the landscape of Arabic text-based conversational AI systems. In this work, we provide a thorough review of recent Arabic conversational AI systems. We group them into three categories based on their functionality: (1) question-answering (QA) systems, (2) task-oriented dialogue systems (DS), and (3) chatbots. Furthermore, we describe the common datasets used in building and evaluating conversational AI systems in Arabic. Few surveys have targeted the conversational AI field for the Arabic language, and we aim to cover this gap with this study. Our contribution focuses on reviewing and analyzing the literature in the field and highlighting future research directions towards human-like conversational AI systems in Arabic.

5 citations

Journal ArticleDOI
TL;DR: This study introduces the first Arabic end-to-end generative model for task-oriented DS (AraConv), which uses the multi-lingual transformer model mT5 with different settings, and indicates the AraConv model performed better in the joint-training setting than in the mono-lingually setting.
Abstract: Task-oriented dialogue systems (DS) are designed to help users perform daily activities using natural language. Task-oriented DS for English language have demonstrated promising performance outcomes; however, developing such systems to support Arabic remains a challenge. This challenge is mainly due to the lack of Arabic dialogue datasets. This study introduces the first Arabic end-to-end generative model for task-oriented DS (AraConv), which uses the multi-lingual transformer model mT5 with different settings. We also present an Arabic dialogue dataset (Arabic-TOD) and used it to train and test the proposed AraConv model. The results obtained are reasonable compared to those reported in the studies of English and Chinese using the same mono-lingual settings. To avoid problems associated with a small training dataset and to improve the AraConv model’s results, we suggest joint-training, in which the model is jointly trained on Arabic dialogue data and data from one or two high-resource languages such as English and Chinese. The findings indicate the AraConv model performed better in the joint-training setting than in the mono-lingual setting. The results obtained from AraConv on the Arabic dialogue dataset provide a baseline for other researchers to build robust end-to-end Arabic task-oriented DS that can engage with complex scenarios.

4 citations

Proceedings ArticleDOI
26 Aug 2020
TL;DR: Results from a 32 participant study, show that the fuzzy measure improves rule matching within the dialogue system by 21.88% compared with the crisp measure known as STASIS, thus providing a more natural and fluid dialogue exchange.
Abstract: Dialogue systems are automated systems that interact with humans using natural language. Much work has been done on dialogue management and learning using a range of computational intelligence based approaches, however the complexity of human dialogue in different contexts still presents many challenges. The key impact of work presented in this paper is to use fuzzy semantic similarity measures embedded within a dialogue system to allow a machine to semantically comprehend human utterances in a given context and thus communicate more effectively with a human in a specific domain using natural language. To achieve this, perception based words should be understood by a machine in context of the dialogue. In this work, a simple question and answer dialogue system is implemented for a cafe customer satisfaction feedback survey. Both fuzzy and crisp semantic similarity measures are used within the dialogue engine to assess the accuracy and robustness of rule firing. Results from a 32 participant study, show that the fuzzy measure improves rule matching within the dialogue system by 21.88% compared with the crisp measure known as STASIS, thus providing a more natural and fluid dialogue exchange.

3 citations

Journal ArticleDOI
TL;DR: In this paper , the authors provide a thorough review of recent Arabic conversational AI systems and group them into three categories based on their functionality: (1) question-answering (QA), (2) task-oriented dialogue systems (DS), and (3) chatbots.
Abstract: Conversational AI is one of the most active research areas in AI, and it has gained more attention from academia as well as industry. Given recent advancements in several conversational AI systems in addition to the availability of several datasets, the aim of this study is to explore the landscape of Arabic text-based conversational AI systems. In this work, we provide a thorough review of recent Arabic conversational AI systems. We group them into three categories based on their functionality: (1) question-answering (QA) systems, (2) task-oriented dialogue systems (DS), and (3) chatbots. Furthermore, we describe the common datasets used in building and evaluating conversational AI systems in Arabic. Few surveys have targeted the conversational AI field for the Arabic language, and we aim to cover this gap with this study. Our contribution focuses on reviewing and analyzing the literature in the field and highlighting future research directions towards human-like conversational AI systems in Arabic.

3 citations

Book ChapterDOI
06 Sep 2018
TL;DR: Investigation into how LANA CITS using VAK learning style model can be adapted to autistic pupils learning style and improve their learning in mainstream schools and a case study evaluation of three children with high-functioning autism are provided.
Abstract: LANA CITS is a Conversational Intelligent Tutoring System that uses the Visual, Auditory, and Kinaesthetic learning style (VAK). It supports learning in autistic pupils, who are studying in mainstream primary schools. Facilitating the learning of these pupils using traditional teaching within mainstream schools is complex and poorly understood. This paper presents investigation into how LANA CITS using VAK learning style model can be adapted to autistic pupils learning style and improve their learning in mainstream schools. This paper provides a case study evaluation of three children with high-functioning autism examining the effectiveness of learning with LANA CITS. The case study took place in primary school in Saudi Arabia. The results were positive with the students engaged in the tutorial and the teacher noticed some improvement over classroom activities. This results support for the continuing development, evaluation, and use of CITS for pupils with autism in mainstream schools.

1 citations


Cites background from "LANA-I: An Arabic Conversational In..."

  • ...This paper is a part of our investigation within LANA CITS project [22, 23]....

    [...]

  • ...LANA CITS [22] [23] is a novel Arabic CITS, which delivers topics related to the science subject by engaging with the user in Arabic language....

    [...]

References
More filters
Journal ArticleDOI
TL;DR: Experiments demonstrate that the proposed method provides a similarity measure that shows a significant correlation to human intuition and can be used in a variety of applications that involve text knowledge representation and discovery.
Abstract: Sentence similarity measures play an increasingly important role in text-related research and applications in areas such as text mining, Web page retrieval, and dialogue systems. Existing methods for computing sentence similarity have been adopted from approaches used for long text documents. These methods process sentences in a very high-dimensional space and are consequently inefficient, require human input, and are not adaptable to some application domains. This paper focuses directly on computing the similarity between very short texts of sentence length. It presents an algorithm that takes account of semantic information and word order information implied in the sentences. The semantic similarity of two sentences is calculated using information from a structured lexical database and from corpus statistics. The use of a lexical database enables our method to model human common sense knowledge and the incorporation of corpus statistics allows our method to be adaptable to different domains. The proposed method can be used in a variety of applications that involve text knowledge representation and discovery. Experiments on two sets of selected sentence pairs demonstrate that the proposed method provides a similarity measure that shows a significant correlation to human intuition

850 citations

Journal ArticleDOI
TL;DR: This paper found that children with autism have difficulty in solving social problems and in generating multiple solutions to problems, however, they are relatively skilled in responding to visual cues such as pictures and animations.
Abstract: Children with autism have difficulty in solving social problems and in generating multiple solutions to problems. They are, however, relatively skilled in responding to visual cues such as pictures and animations. Eight distinct social problems were presented on a computer, along with a choice of possible solutions, and an option to produce alternative solutions. Eight preschool children with autism and eight matched normal children went through 10 training sessions interleaved with 6 probe sessions. Children were asked to provide solutions to animated problem scenes in all the sessions. Unlike the probe sessions, in the training sessions problem solutions were first explained thoroughly by the trainer. Subsequently these explanations were illustrated using dynamic animations of the solutions. Although children with autism produced significantly fewer alternative solutions compared to their normal peers, a steady increase across probe sessions was observed for the autistic group. The frequency of new ideas was directly predicted by the diagnostic category of autism. Results suggest young children with autism and their normal peers can be taught problem-solving strategies with the aid of computer interfaces. More research is required to establish whether such computer-assisted instruction will generalize to nontrained problem situations in real-life contexts.

354 citations

Proceedings ArticleDOI
14 Mar 2004
TL;DR: This paper compares two commonly used distance measures in vector models, namely, Euclidean distance (EUD) and cosine angle distance (CAD), for nearest neighbor (NN) queries in high dimensional data spaces and shows that CAD works no worse than EUD.
Abstract: Understanding the relationship among different distance measures is helpful in choosing a proper one for a particular application. In this paper, we compare two commonly used distance measures in vector models, namely, Euclidean distance (EUD) and cosine angle distance (CAD), for nearest neighbor (NN) queries in high dimensional data spaces. Using theoretical analysis and experimental results, we show that the retrieval results based on EUD are similar to those based on CAD when dimension is high. We have applied CAD for content based image retrieval (CBIR). Retrieval results show that CAD works no worse than EUD, which is a commonly used distance measure for CBIR, while providing other advantages, such as naturally normalized distance.

281 citations

Journal ArticleDOI
TL;DR: A generic methodology and architecture for developing a novel conversational intelligent tutoring system (CITS) called Oscar that leads a tutoring conversation and dynamically predicts and adapts to a student's learning style is proposed.
Abstract: This paper proposes a generic methodology and architecture for developing a novel conversational intelligent tutoring system (CITS) called Oscar that leads a tutoring conversation and dynamically predicts and adapts to a student's learning style Oscar aims to mimic a human tutor by implicitly modelling the learning style during tutoring, and personalising the tutorial to boost confidence and improve the effectiveness of the learning experience Learners can intuitively explore and discuss topics in natural language, helping to establish a deeper understanding of the topic The Oscar CITS methodology and architecture are independent of the learning styles model and tutoring subject domain Oscar CITS was implemented using the Index of Learning Styles (ILS) model (Felder & Silverman, 1988) to deliver an SQL tutorial Empirical studies involving real students have validated the prediction of learning styles in a real-world teaching/learning environment The results showed that all learning styles in the ILS model were successfully predicted from a natural language tutoring conversation, with an accuracy of 61-100% Participants also found Oscar's tutoring helpful and achieved an average learning gain of 13%

155 citations

Journal ArticleDOI
01 Sep 2006-Autism
TL;DR: It is indicated that at least some children with autism benefit from the face in learning new language within an automated program.
Abstract: A computer-animated tutor, Baldi, has been successful in teaching vocabulary and grammar to children with autism and those with hearing problems. The present study assessed to what extent the face facilitated this learning process relative to the voice alone. Baldi was implemented in a Language Wizard/Tutor, which allows easy creation and presentation of a vocabulary lesson involving the association of pictures and spoken words. The lesson plan included both the receptive identification of pictures and the production of spoken words. A within-subject design with five children with autism followed an alternating treatment in which each child continuously learned to criterion sets of words with and without the face. The rate of learning was significantly faster and the retention was better with the face. The research indicates that at least some children with autism benefit from the face in learning new language within an automated program.

119 citations

Frequently Asked Questions (2)
Q1. What contributions have the authors mentioned in the paper "Aljameel, s, o’shea, j, crockett, k orcid logoorcid: https://orcid.org/0000-0003-1941-6201, latham, a and kaleem, m (2019) lana-i: an arabic conversational intelligent tutoring system for children" ?

This paper describes research to develop a novel Arabic Conversational Intelligent Tutoring System, called LANA-I, for children with ASD that adapts to the Visual, Auditory and Kinaesthetic learning styles model ( VAK ) to enhance learning. This paper also proposes an evaluation methodology and describes an experimental evaluation of LANA-I. The evaluation was conducted with neurotypical children and indicated promising results with a statistically significant difference between user ’ s scores with and without adapting to learning style. 

Further research is required to make components and algorithms within LANAI more robust and to achieve the main objective, which is developing an Arabic CITS for people with Autism. These weakness and further enhancements will be addressed by further research and development, to make the system ready for use with autistic pupils. Additional research is required as follows: • Further improvement to the knowledge base and the CA engine will be made based on the results of the first pilot study. New methodologies will be researched and developed to overcome the spelling variations in the Arabic language, which affect the performance of the similarity algorithm.