<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Toward Adaptive Unsupervised Dialogue Act Classification in Tutoring by Gender and Self-Efficacy</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Aysu</forename><surname>Ezen-Can</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">North Carolina State University</orgName>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Kristy</forename><forename type="middle">Elizabeth</forename><surname>Boyer</surname></persName>
							<email>keboyer@ncsu.edu</email>
							<affiliation key="aff1">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">North Carolina State University</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Toward Adaptive Unsupervised Dialogue Act Classification in Tutoring by Gender and Self-Efficacy</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">6EB5EF3A95A80B325237536A9604BEE2</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T02:51+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Tutorial dialogue</term>
					<term>learner characteristics</term>
					<term>dialogue act classification</term>
					<term>unsupervised machine learning</term>
					<term>adaptive learning</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>For tutorial dialogue systems, classifying the dialogue act (such as questions, requests for feedback, and statements) of student natural language utterances is a central challenge. Recently, unsupervised machine learning approaches are showing great promise; however, these models still have much room for improvement in terms of accuracy. To address this challenge, this paper presents a new unsupervised dialogue act modeling approach that leverages non-cognitive factors of gender and selfefficacy to better model students' utterances during tutorial dialogue. The experimental findings show that for females, leveraging learner characteristics within dialogue act classification significantly improves performance of the models, producing better accuracy. This line of investigation will inform the design of next-generation tutorial dialogue systems, which leverage machine-learned models to adapt to their users with the help of non-cognitive factors.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">INTRODUCTION</head><p>Tutorial dialogue is a highly effective form of instruction, and much of its benefit is thought to be gained from the rich natural language dialogue exchanged between tutor and student <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b35">36]</ref>. In order to model tutorial dialogue for the purposes of building tutorial systems or for studying human tutoring, dialogue acts, which capture both cognitive and non-cognitive aspects of dialogue utterances, provide a valuable level of representation. Dialogue acts represent the underlying intention of utterances (for example, to ask a question, agree or disagree, or to give a command) <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b31">32]</ref>. Within the computational linguistics and dialogue systems literature, automatically classifying dialogue acts has been a focus of research for several decades <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b34">35]</ref>. For tutorial dialogue systems, dialogue act classification is crucial to understanding students' utterances and developing tutorial strategies <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b23">24]</ref>.</p><p>Today's tutorial dialogue systems utilize a variety of dialogue act classification strategies, some rule-based and some statistical <ref type="bibr" target="#b12">[13]</ref>. Historically when machine learning has been used to devise tutorial dialogue classifiers, these have been supervised classifiers, which require training on a manually labeled corpus. The same is true within the broader dialogue systems research community: dialogue act classifiers have historically either been handcrafted and rule-based, or learned with supervised machine learning techniques <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b21">22,</ref><ref type="bibr" target="#b28">29]</ref>. However, supervised techniques face substantial limitations in that they are labor-intensive due to the manual annotation and handcrafted dialogue act taxonomies that are usually domain-specific. To overcome these challenges, unsupervised dialogue act modeling techniques including hidden Markov models <ref type="bibr" target="#b19">[20,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b29">30]</ref>, Dirichlet Process clustering <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b22">23]</ref>, k-means clustering <ref type="bibr" target="#b30">[31]</ref>, and query-likelihood clustering <ref type="bibr" target="#b14">[15]</ref> have been investigated in recent years.</p><p>Despite this growing focus on developing unsupervised dialogue act classifiers, these models still underperform compared to supervised approaches in their accuracy for classifying according to manual tags. However, while unsupervised models to date have considered such things as lexical features (the words found in the utterance) and syntactic features (the structure of the sentence), they have not considered non-cognitive factors, such as gender and self-efficacy, which are believed to influence the structure of tutorial dialogue <ref type="bibr" target="#b9">[10]</ref>. Cognitive factors such as skill mastery has been widely studied in learning environments. However, there is a smaller body of work on adaptive learning environments using non-cognitive factors. A variety of learner characteristics, including non-cognitive factors, play an influential role in learning, not only in tutoring but in classroom settings <ref type="bibr" target="#b0">[1]</ref>, and in web-based courses <ref type="bibr" target="#b18">[19]</ref>. Prior work on learner characteristics has focused on building adaptive systems based on different user groups <ref type="bibr" target="#b15">[16]</ref>, tutorial feedback selection <ref type="bibr" target="#b8">[9]</ref> and identifying students that need remedial support <ref type="bibr" target="#b26">[27]</ref>. Identifying clusters of student characteristics is also an active area of research <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b24">[25]</ref><ref type="bibr" target="#b25">[26]</ref><ref type="bibr" target="#b26">[27]</ref>. This paper investigates whether the performance of an unsupervised dialogue act classifier can be improved by taking these factors into account. Because non-cognitive factors are shown to affect language, we believe that training dialogue act classifiers tailored to specific learner characteristics can help tutorial dialogue systems to understand students better. We utilize two learner characteristics: gender, as self-reported by students on a survey and domain-specific self-efficacy, as measured by a validated instrument for determining a student's confidence in her own abilities. Specifically, we train unsupervised dialogue act models that are tailored to students of specific gender and selfefficacy level, and we compare those models to corresponding ones trained without restricting by that learner characteristic. This unsupervised training is conducted entirely without the use of manual tags. We then test all of the models on held-out test sets within leave-one-student-out cross validation, and compare the resulting classification accuracy according to their previously applied manual tags. The results show that for female students, utilizing learner characteristics statistically significantly improves dialogue act classification models. For self-efficacy groups, improvement is observed but not at a statistically reliable level. This paper constitutes the first research toward incorporating noncognitive factors into unsupervised dialogue act classifiers for tutorial dialogue with the overarching goal of providing personalized learning for students. We first administered a survey to collect these characteristics via self-report, and then learned a dialogue act classifier tailored to those characteristics. These results can inform the way that next-generation tutorial dialogue systems conduct their real-time dialogue act classification and language adaptation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">RELATED WORK</head><p>Dialogue act modeling is an important level of representation within dialogue systems. Following theories proposed several decades ago within philosophy and linguistics <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b31">32]</ref>, dialogue act classification aims to capture the intention of an utterance; for example, in tutoring some dialogue acts involve asking questions or giving or requesting feedback. While a long-standing line of investigation has focused on handcrafted or supervised machine learning techniques for dialogue act classification <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b21">22,</ref><ref type="bibr" target="#b28">29]</ref>, only recently is a body of work emerging on unsupervised approaches to this problem. Most of this work has been done outside of educational domains, with a proposed hidden Markov model in the domains of Twitter posts <ref type="bibr" target="#b29">[30]</ref> and emails <ref type="bibr" target="#b20">[21]</ref>, Dirichlet Process Mixture Models for a train fare dialogue domain <ref type="bibr" target="#b11">[12]</ref> and for navigating buildings <ref type="bibr" target="#b22">[23]</ref>, and a Chinese Restaurant Process approach for spoken Japanese <ref type="bibr" target="#b19">[20]</ref>.</p><p>Another important difference between the current work and prior research is in the features used, namely the non-cognitive characteristics of gender and self-efficacy. Prior work has used a variety of features for performing supervised dialogue act classification, including prosodic and acoustic features which involve the profile of the sound signal itself <ref type="bibr" target="#b34">[35]</ref>, lexical features such as words and sequences of words <ref type="bibr" target="#b33">[34]</ref>, syntactic features including part-of-speech tags <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b23">24]</ref>, dialogue structure features such as taking the initiative and the previous dialogue act <ref type="bibr" target="#b32">[33]</ref> as well as task/subtask features in tutorial dialogue <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b17">18]</ref>. Within unsupervised dialogue act classification a subset of these features have also been used such as words <ref type="bibr" target="#b11">[12]</ref>, state transition probabilities in Markov models <ref type="bibr" target="#b22">[23]</ref>, topic words <ref type="bibr" target="#b29">[30]</ref>, function words <ref type="bibr" target="#b14">[15]</ref>, a smaller subset of words containing beginning portions of utterances <ref type="bibr" target="#b30">[31]</ref>, part-of-speech tags and dependency trees <ref type="bibr" target="#b20">[21]</ref>. While a variety of experiments have demonstrated the utility of these features in several domains, no prior work has reported on an attempt to include the factors considered here, in order to improve the performance of an unsupervised dialogue act classifier. To investigate this, we build dialogue act classifiers that learn from utterances of specific learner groups and predict dialogue acts of students according to their learner characteristics.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">CORPUS</head><p>The corpus used in this study consists of student-tutor interactions in an introductory computer science programming task <ref type="bibr" target="#b17">[18]</ref>. Throughout the data collection, freshman engineering students and tutors communicated through a textual dialogue-based learning environment while working on Java programming. The ethnicity of students participated in this study is distributed as follows: 26 white, 9 Asian, 3 Latino, 2 African American, 1 Middle Eastern and 1 Asian American. An excerpt from the corpus is shown in Table <ref type="table" target="#tab_0">1</ref>.</p><p>Students were given a pre-survey that included survey items on computer science self-efficacy, such as 'I am sure I can learn programming'. This self-efficacy scale was adapted directly from the Domain-specific Self-Efficacy Scale <ref type="bibr" target="#b4">[5]</ref>, with five items measured on a Likert scale from 1-5 (1 being lowest self-efficacy, 5 being highest). Students also completed a demographic questionnaire from which gender was obtained. For self-efficacy, students were divided into classes based on the median score across all students on that scale. Along with gender, this produces two partitions of the 42 students: females <ref type="bibr" target="#b11">(12)</ref> and males <ref type="bibr" target="#b29">(30)</ref>, low <ref type="bibr" target="#b23">(24)</ref> and high self-efficacy students <ref type="bibr" target="#b17">(18)</ref>. The order of the lines matters S</p><p>The corpus containing 1640 student utterances was manually annotated with dialogue act tags in previous work <ref type="bibr" target="#b17">[18]</ref> (Table <ref type="table" target="#tab_1">2</ref>). These dialogue act tags are not available during model training, but we use them for evaluation purposes to calculate accuracy on a held-out testing set. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">DIALOGUE ACT MODELING BASED ON LEARNER CHARACTERISTICS</head><p>We hypothesize that dialogue act models built using unsupervised machine learning will perform substantially better when customized to specific learner groups. Specifically, we investigate whether by training a model only on students of a particular learner characteristic, that model would perform significantly better at predicting the dialogue acts of unseen students with the same learner characteristic compared to a model that was trained on students of all learner characteristics.</p><p>We note that because the same corpus is being partitioned in two different ways, the same student will occur in one of the gender groups and in one of the self-efficacy groups. This choice to partition in 2-way splits rather than 2n-way splits where n is the number of learner characteristics is because of issues that arise with sparsity. This interdependence between partitions is a limitation to note; however, as discussed in Section 5, this interdependence can be taken into account for making decisions within a tutorial dialogue system by employing a suite of classifiers within a voting scheme.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Experimental Design</head><p>For gender and self-efficacy, we will test whether an unsupervised dialogue act classifier trained only on students with that characteristic outperforms a classifier that is not specialized by this characteristic. In order to gather accuracy data across these characteristics, we conduct leave-one-student-out training and testing folds. The testing set for each of the n folds (where n varies depending on which learner group is being considered) consists of all of a single student's dialogue utterances and the model is trained on the remaining n-1 students. The average number of utterances per student in the corpus is 36.8 (σ=12.07; min=16; max=64). These are therefore the average, minimum, and maximum number of utterances across the leave-one-student-out test sets.</p><p>We compute the average test set performance of the model across all folds for each non-cognitive characteristic partition. The performance metric utilized in this study is accuracy compared to the manually labeled dialogue acts described in the previous section, where accuracy is computed as the number of utterances in the test set that were classified according to their manual label, divided by the number of utterances total in the test set. As described in 4.2, the process of labeling via unsupervised classification involves taking the majority vote within each cluster.</p><p>For constructing the folds, we take an approach to balance the sample size available to model training. This balancing approach is needed to ensure that each model is trained on a similar size of data. Consider, for example, the partition of gender. Without a balanced sampling approach the leave-one-student-out testing folds for the un-specialized classifier for female students would include n female =12 test folds but the available data for each training fold would be n total -1 = 41. In contrast, the specialized classifier trained only on female students would still include n female =12 test points but the available data for each training fold would be n female -1 = 11. Therefore, each un-specialized classifier was trained on a randomly selected subset of the corpus. In the case of females, each of the 12 testing folds will utilize a model trained on 11 data points. The specialized classifier will use 11 female data points, and the un-specialized classifier will use 11 randomly selected data points. In this way, we investigate how well a model predicts dialogue acts of a student with and without utilizing learner characteristic information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Unsupervised Dialogue Act Models</head><p>Our unsupervised dialogue act classification approach leverages the k-medoids clustering technique <ref type="bibr" target="#b27">[28]</ref>. This approach groups similar utterances together, and is similar to the more familiar kmeans algorithm except that in k-medoids, the centroid of each cluster must be an actual data point within the corpus rather than a potentially artificial data point computed as the mean of distances.</p><p>Our experiments with k-medoids have demonstrated that it outperforms a variety of other unsupervised machine learning approaches for the task of dialogue act classification in tutorial dialogue, although the results of such experiments are beyond the scope of this paper since our goal is to investigate the differential benefit of adding learner characteristic features to the model, not to compare different unsupervised approaches.</p><p>The k-medoids algorithm requires seeding clusters at the beginning of each training fold and then proceeds by distributing data points to clusters according to their closest centroids until convergence upon the model. In the standard k-medoids algorithm, the seeds are randomly selected. However, we employ a greedy seed selection approach intended to mitigate the effects of the unbalanced distribution of dialogue acts in the corpus <ref type="bibr" target="#b1">[2]</ref>. Within this greedy seed selection, an initial seed is randomly selected and then each of the subsequent seeds are selected by choosing the point that maximizes its distance from the alreadyselected seeds. The goal in using this approach is to select the seeds from diverse utterances so the algorithm produces better clusters, and our initial experiments indicated that it substantially improves the model.</p><p>In addition to its seeding approach, the k-medoids approach requires the number of clusters k to be set prior to model training.</p><p>To discover the number of clusters, we experimented with X-Means and Expectation Maximization clustering, both of which attempt to identify the optimal number of clusters. Both of these algorithms converged at four clusters as the optimal choice, so we proceed with k=4. However, perhaps in part due to the benefit of the greedy seed selection made possible by k-medoids, these models performed with substantially worse overall accuracy than k-medoids.</p><p>The utterances were represented as vectors with each column matching a token (punctuation and words) in the corpus and each row matching an utterance. There were a total of 877 distinct tokens.</p><p>With these parameters in place, first the clusters were formed using each training set, and then for each utterance of the student held out within the leave-one-student-out fold, we computed the closest cluster to that utterance as indicated by average cosine distance to each point in the cluster. The closest cluster was selected as the cluster to which the test utterance belongs, and the majority vote of the cluster was assigned to the test utterance as its dialogue act label. For each leave-one-student-out testing fold, the accuracy was computed by comparing these cluster-assigned labels to the manual dialogue act tags.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Experimental Results</head><p>This section presents experimental results for unsupervised dialogue act classification based on learner characteristics. We compare each model built separately by gender and self-efficacy level to the models that are built using utterances from randomly selected students, i.e. not utilizing learner characteristic information. Each comparison in this section is conducted with a one-tailed t-test with a post-hoc Bonferroni correction. The threshold for statistical reliability after the correction has been taken as α=0.05.</p><p>Gender. As shown in Figure <ref type="figure">1</ref>, the average leave-one-student-out cross-validation accuracy for the model built using female students' utterances (n female =12) is higher than the model built on randomly selected students. In each test run, all of one female's utterances were left out to be used as the test set, and the dialogue act model was built on the remaining eleven female students' utterances. This process was repeated for each female student. Note that for each of the eleven students, all utterances from that student were considered. Average test set accuracy for the model with randomly selected students was 0.41 (σ=0. For male students (n male =30), the average accuracy is only slightly higher with the models tailored to males 0.43 (σ =0.13) than the models learned for randomly selected students 0.40 (σ =0.12), and this difference is not statistically significant (Figure <ref type="figure">1</ref>). Looking more closely at the results, we find that for eight of the thirty males within the corpus, a tailored model outperformed the random model (with five of these seeing more than 10% increase in accuracy), while twenty-two of the cases saw no difference in accuracy between the random and tailored conditions. Two of the males saw a decrease in accuracy for the tailored condition.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 1: Leave-one-student-out test set accuracies for models by gender</head><p>Self-efficacy. Models built using the self-efficacy learner characteristic predict the unseen utterances' dialogue acts marginally more successfully than models that do not use this information, though these differences are not statistically reliable.</p><p>For students with low self-efficacy (n lowEff =24) the average test set accuracy for dialogue act models that selected students randomly is 0.38 (σ=0.16) and it increases to 0.43 (σ=0.17) with dialogue act models that learn only from low-self-efficacy students' utterances (Figure <ref type="figure" target="#fig_0">2</ref>). In fifteen out of twenty-four cases the dialogue act models tailored to low self-efficacy groups outperform models that are trained on randomly selected students (eight of the cases with more than a 10% increase), while in seven of the cases the performance is decreased by utilizing the learner characteristic (five of them by more than a 5%) and in two of the cases the accuracy remains the same.</p><p>The improvement obtained by utilizing learner characteristics in dialogue act classification task is also marginal for high-selfefficacy students, where n highEff =18. The average performance for the random model is 0.41 (σ=0.14) whereas the model achieves 0.47 (σ=0.11) accuracy when trained only on utterances of highself-efficacy students. This improvement was statistically significant before Bonferroni correction but not afterward. In seven out of eighteen cases, models trained on utterances of high self-efficacy students improved test set accuracy (five of them above 15% improvement) and in two of the cases the learner characteristic decreases the performance (both of them below 5% decrease). Nine of the cases remained unaffected in their dialogue act classification accuracy.</p><p>The average accuracies over the leave-one-student-out crossvalidation folds can be found in Table <ref type="table" target="#tab_3">3</ref>. Models tailored to learner groups uniformly outperform their counterpart, and the improvement is statistically significant for females.  First, we examine clusters from the gender-tailored unsupervised dialogue act classifier. Table <ref type="table" target="#tab_5">4</ref> displays a selection of utterances that were clustered together during the unsupervised training of the model, and afterward the clusters were labeled for testing purposes using the manual tags that comprise the majority of each cluster. For those in Table <ref type="table" target="#tab_5">4</ref> the clusters were labeled as Acknowledgments and Questions. By examining the structure of these clusters we gain some intuition as to the types of regularities that help the tailored models to perform significantly better. We see females in this study tended to use acknowledgment phrases such as, "oh I see" and "makes sense," while males tended to use the phrasing, "got it" more frequently. Within the cluster labeled as questions, we observe that females tended to request more feedback, an observation that also emerged in prior work within a different corpus in the same domain collected approximately six years earlier <ref type="bibr" target="#b9">[10]</ref>. On the other hand, male students tended to ask more general questions.</p><p>In addition, we observe some example clusters from the models based on self-efficacy in Table <ref type="table" target="#tab_6">5</ref>. Students with high self-efficacy tend to use more confident utterances such as "absolutely" compared to "ok" used by low-self efficacy students. We note that questions in the low self-efficacy group often make an implicit Test Set Accuracies For Self-Efficacy request for reassurance within their task-based questions, such as, "and that is it?". In contrast, students in the high self-efficacy group more often ask contentful questions. Limitations. The present work has several notable limitations. First, as mentioned previously, the partitions of the corpus are not independent; that is, the same student, and associated utterances, are present within one gender group and one self-efficacy group. Because these partitions are not independent, care must be taken when interpreting the findings. Furthermore, it is possible that the self-efficacy of students can change in the course of tutoring, which would not be handled by a classifier built using a one-time self-report. However, we believe that the current approach holds great promise for real-time tutorial dialogue classification. By building separate classifiers by learner characteristic, a suite of classifiers (each smaller and faster than one built on the entire corpus) can be run in parallel and can vote for the classification of a given students' utterance. However, as is the case with the work presented here, splitting the corpus results in a substantially reduced sample size on which to train, which partially explains the lack of statistically reliable results observed here. Our work has begun to explore the use of intrinsic metrics for accuracy (rather than relying on manual tags), which has the potential to dramatically increase the available data to any dialogue act classifier and mitigate issues of sparsity that arise when splitting by learner characteristics.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">CONCLUSION AND FUTURE WORK</head><p>More accurately understanding student natural language within intelligent tutoring systems is a critical line of investigation for tutorial dialogue systems researchers. The field has only begun to explore unsupervised approaches and to investigate the range of features that are beneficial within this paradigm. We have presented a first attempt to leverage non-cognitive factors within such a dialogue act classification model, achieving statistically significant improvements in dialogue act modeling for female students, and increasing the models' performance by small margins for the self-efficacy groups.</p><p>Building upon these first steps, there are several promising future directions. First, while sample size prohibited exploring some other learner characteristics here, other characteristics are likely highly influential and should be investigated. These may include ethnicity, personality, and other non-cognitive factors. Additionally, while the current work focused on analyzing dialogue, another aspect of the tutorial interaction that presents challenges in understanding is the task model. Models that aim to understand students' problem-solving activities and infer their goals or plans may benefit substantially from leveraging learner characteristics. It is hoped that the research community can continue to build richer models of natural language understanding for students of all learner characteristics in order to improve the student experience and enhance learning by adaptation.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Leave-one-student-out test set accuracies for models by self-efficacy</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 : Excerpt of dialogue with a male student in the low self-efficacy group</head><label>1</label><figDesc></figDesc><table><row><cell></cell><cell></cell><cell>Dialogue</cell></row><row><cell>Role</cell><cell>Utterance</cell><cell>Act</cell></row><row><cell>Tutor</cell><cell>You'll need to end every Java</cell><cell>S</cell></row><row><cell></cell><cell>statement with a semi colon</cell><cell></cell></row><row><cell cols="2">Student Got it!</cell><cell>ACK</cell></row><row><cell>Tutor</cell><cell>This is to let Java know where each</cell><cell>S</cell></row><row><cell></cell><cell>statement ends</cell><cell></cell></row><row><cell>Tutor</cell><cell>Ah no prompt!</cell><cell>S</cell></row><row><cell>Tutor</cell><cell>Why do you think that is?</cell><cell>Q</cell></row><row><cell cols="2">Student I wish I knew...</cell><cell>A</cell></row><row><cell cols="2">Student I don't think I spelled anything wrong</cell><cell>S</cell></row><row><cell>Tutor</cell><cell>Ah it's actually pretty easy</cell><cell>S</cell></row><row><cell>Tutor</cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 : Student dialogue acts and distributions</head><label>2</label><figDesc></figDesc><table><row><cell>Student Dialogue Act</cell><cell>Example</cell><cell>Distribution</cell></row><row><cell>A (answer)</cell><cell>yeah I'm ready!</cell><cell>39.95%</cell></row><row><cell>ACK</cell><cell>Alright</cell><cell>21.31%</cell></row><row><cell>(acknowledgement)</cell><cell></cell><cell></cell></row><row><cell>S (statement)</cell><cell>i am taking basic fortran</cell><cell>21.20%</cell></row><row><cell></cell><cell>right now never seen</cell><cell></cell></row><row><cell></cell><cell>literal before</cell><cell></cell></row><row><cell>Q (question)</cell><cell>what does that mean?</cell><cell>15.15%</cell></row><row><cell>RF (request feedback)</cell><cell>better?</cell><cell>0.98%</cell></row><row><cell>C (clarification)</cell><cell>*html messing</cell><cell>0.79%</cell></row><row><cell>O (other)</cell><cell>haha</cell><cell>0.61%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 : Average test set accuracies for each learner characteristic (**p&lt;0.05 after Bonferroni correction)</head><label>3</label><figDesc></figDesc><table><row><cell>Learner</cell><cell>Model restricted</cell><cell>Model built on</cell></row><row><cell>characteristic</cell><cell>by learner</cell><cell>randomly</cell></row><row><cell>group</cell><cell>characteristic</cell><cell>selected students</cell></row><row><cell>Females</cell><cell>0.56**</cell><cell>0.41</cell></row><row><cell>Males</cell><cell>0.43</cell><cell>0.40</cell></row><row><cell>Low self--efficacy</cell><cell>0.43</cell><cell>0.38</cell></row><row><cell>High self--efficacy</cell><cell>0.47</cell><cell>0.41</cell></row><row><cell>5. DISCUSSION</cell><cell></cell><cell></cell></row><row><cell cols="3">Dialogue act classification is a central task for tutorial dialogue</cell></row><row><cell cols="3">systems. Without accurate dialogue act classification, systems</cell></row><row><cell cols="3">cannot adapt and respond appropriately. Unsupervised machine</cell></row><row><cell cols="3">learning approaches to dialogue act classification are a highly</cell></row><row><cell cols="3">promising new area of study, and we have presented the first</cell></row><row><cell cols="3">unsupervised dialogue act classifier tailored to learner</cell></row><row><cell cols="3">characteristics. The experimental results demonstrated that</cell></row><row><cell cols="3">dialogue act classifiers that leverage the non-cognitive factors of</cell></row><row><cell cols="3">gender and self-efficacy outperform those that do not, and in the</cell></row><row><cell cols="3">case of female students the improvement was statistically</cell></row><row><cell cols="3">significant. This section presents some examples of the learned</cell></row><row><cell cols="3">dialogue act clusters and discusses the implications of this work</cell></row><row><cell cols="2">for tutorial dialogue systems.</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 4 : Selected utterances from clusters tailored to gender</head><label>4</label><figDesc></figDesc><table><row><cell></cell><cell></cell><cell>Females</cell><cell>Males</cell></row><row><cell>Acknowledg</cell><cell>ements</cell><cell>-oh I see -make sense -yup -aha! -hahaha its ok</cell><cell>-got it -ok i got it -alright i got it -gotcha alrigth -cool -sure thing</cell></row><row><cell cols="2">Questions</cell><cell>-is this right? -does that work? -should I run it? -was i supposed to put that before something? -so for line number could i have typed system out println monopoly instead of println x if i wanted to?</cell><cell>-so will testing always be related to running the program -so it is kinda like saying x number or something in algebra? -why does not it stop on the next line in this case</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>Table 5 : Selected utterances from clusters tailored to self- efficacy Low Self-Efficacy High Self-Efficacy</head><label>5</label><figDesc></figDesc><table><row><cell>Acknowled</cell><cell>gements</cell><cell>-ok -yes there were a lot of things i felt like i had to switch around -that makes sense now</cell><cell>-cool! -oh ok that works -yep got that -absolutely</cell></row><row><cell></cell><cell></cell><cell>-so what exactly am i</cell><cell>-what is the best way to</cell></row><row><cell></cell><cell></cell><cell>supposed to be doing?</cell><cell>do that?</cell></row><row><cell cols="2">Questions</cell><cell>-is there something specific i need to call my game -i finished reading should i</cell><cell>-ok so tell me if this makes sense string declares the variable and then line number</cell></row><row><cell></cell><cell></cell><cell>click compile again?</cell><cell>tells me what that</cell></row><row><cell></cell><cell></cell><cell>-and that is it?</cell><cell>variable is value is?</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGMENTS</head><p>The authors wish to thank the members of the Center for Educational Informatics at North Carolina State University for their helpful input. This work is supported in part by the National Science Foundation through Grant DRL-1007962 and the STARS Alliance, CNS-1042468. Any opinions, findings, conclusions, or recommendations expressed in this report are those of the participants, and do not necessarily represent the official views, opinions, or policy of the National Science Foundation.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Achievement Goals in the Classroom: Students&apos; Learning Strategies and Motivation Processes</title>
		<author>
			<persName><forename type="first">C</forename><surname>Ames</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Archer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Educational Psychology</title>
		<imprint>
			<biblScope unit="volume">80</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="260" to="267" />
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">k-means++: The Advantages of Careful Seeding</title>
		<author>
			<persName><forename type="first">D</forename><surname>Arthur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vassilvitskii</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings Of The Eighteenth Annual ACM-SIAM Symposium On Discrete Algorithms</title>
				<meeting>Of The Eighteenth Annual ACM-SIAM Symposium On Discrete Algorithms</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="1027" to="1035" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Austin</surname></persName>
		</author>
		<title level="m">How To Do Things With Words</title>
				<imprint>
			<publisher>Oxford University Press</publisher>
			<date type="published" when="1962">1962</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Toward a Framework for Learner Segmentation</title>
		<author>
			<persName><forename type="first">B</forename><surname>Azarnoush</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Bekki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">L</forename><surname>Bernstein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JEDM</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="102" to="126" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Guide for Constructing Self-Efficacy Scales</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bandura</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Self-efficacy Beliefs Of Adolescents</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="307" to="337" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Learning the Structure of Task-Driven Human-Human Dialogs</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bangalore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Di Fabbrizio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Stent</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Audio, Speech and Language Processing</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="1249" to="1259" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Sigma of Problem: The Methods Instruction One-to-One Tutoring</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">S</forename><surname>Bloom</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Educational Researcher</title>
		<imprint>
			<biblScope unit="page" from="4" to="16" />
			<date type="published" when="1984">1984</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Dialogue Act Modeling in a Complex Task-Oriented Domain</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Boyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">Y</forename><surname>Ha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Phillips</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Wallis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Vouk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Lester</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of SIGDIAL</title>
				<meeting>SIGDIAL</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="297" to="305" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Balancing Cognitive and Motivational Scaffolding in Tutorial Dialogue</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Boyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Phillips</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wallis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vouk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lester</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ITS</title>
				<meeting>ITS</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="239" to="249" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">The Influence of Learner Characteristics on Task-Oriented Tutorial Dialogue</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Boyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Vouk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Lester</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of AIED</title>
				<meeting>AIED</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="365" to="372" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A Classification of Dialogue Actions in Tutorial Dialogue</title>
		<author>
			<persName><forename type="first">M</forename><surname>Buckley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wolska</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd International Conference on Computational Linguistics</title>
				<meeting>the 22nd International Conference on Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="73" to="80" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Unsupervised Classification of Dialogue Acts Using a Dirichlet Process Mixture Model</title>
		<author>
			<persName><forename type="first">N</forename><surname>Crook</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Granell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pulman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of SIGDIAL</title>
				<meeting>SIGDIAL</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="341" to="348" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Combining Semantic Interpretation and Statistical Classification for Improved Explanation Processing in a Tutorial Dialogue System</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">O</forename><surname>Dzikovska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Farrow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Moore</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of AIED</title>
				<meeting>AIED</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="279" to="288" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Dialogue Act Classification , Higher Order Dialogue Structure, and Instance-Based Learning</title>
		<author>
			<persName><forename type="first">B</forename><surname>Eugenio</surname></persName>
		</author>
		<author>
			<persName><surname>Di</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Serafin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Dialogue &amp; Discourse</title>
				<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1" to="24" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Unsupervised Classification of Student Dialogue Acts With Querylikelihood Clustering</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ezen-Can</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Boyer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of EDM</title>
				<meeting>EDM</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="20" to="27" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A User Modeling-Based Performance Analysis Of A Wizarded Uncertainty-Adaptive Dialogue System Corpus</title>
		<author>
			<persName><forename type="first">K</forename><surname>Forbes-Riley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">J</forename><surname>Litman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of INTERSPEECH</title>
				<meeting>INTERSPEECH</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="2467" to="2470" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">AutoTutor: A Simulation Of A Human Tutor</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Graesser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wiemer-Hastings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Wiemer-Hastings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kreuz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognitive Systems Research</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="35" to="51" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Combining Verbal and Nonverbal Features to Overcome the &apos;Information Gap&apos; in Task-Oriented Dialogue</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">Y</forename><surname>Ha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Grafsgaard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Mitchell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E</forename><surname>Boyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Lester</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of SIGDIAL</title>
				<meeting>SIGDIAL</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="247" to="256" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Online Persistence In Higher Education Web-Supported Courses</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hershkovitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nachmias</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Internet and Higher Education</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="98" to="106" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Unsupervised Clustering of Utterances Using Non-Parametric Bayesian Methods</title>
		<author>
			<persName><forename type="first">R</forename><surname>Higashinaka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Kawamae</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sadamitsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Minami</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Meguro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Dohsaka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Inagaki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of INTERSPEECH</title>
				<meeting>INTERSPEECH</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="2081" to="2084" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Unsupervised Modeling Of Dialog Acts In Asynchronous Conversations</title>
		<author>
			<persName><forename type="first">S</forename><surname>Joty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Carenini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C.-Y</forename><surname>Lin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence</title>
				<meeting>the Twenty-Second International Joint Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="1807" to="1813" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Dialogue Act Recognition with Bayesian Networks for Dutch Dialogues</title>
		<author>
			<persName><forename type="first">S</forename><surname>Keizer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Akker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nijholt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the SIGDIAL Workshop</title>
				<meeting>the SIGDIAL Workshop</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="88" to="94" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Unsupervised Spoken Language Understanding for a Multi-Domain Dialog System</title>
		<author>
			<persName><forename type="first">D</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jeong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ryu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Geunbae</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions On Audio, Speech, and Language Processing</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="2451" to="2464" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Classification of Speech Acts in Tutorial Dialog</title>
		<author>
			<persName><forename type="first">J</forename><surname>Marineau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Wiemer-Hastings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Harter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Olde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Chipman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Karnavat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Pomeroy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rajan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Graesser</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop On Modeling Human Teaching Tactics And Strategies at ITS</title>
				<meeting>the Workshop On Modeling Human Teaching Tactics And Strategies at ITS</meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="65" to="71" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">A Pattern Analysis Of Students&apos; Achievement Goals</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Meece</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Holt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal Of Educational Psychology</title>
		<imprint>
			<biblScope unit="volume">85</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="582" to="590" />
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">A Web-Based Tutoring Tool With Mining Facilities to Improve Learning and Teaching</title>
		<author>
			<persName><forename type="first">A</forename><surname>Merceron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Yacef</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of AIED</title>
				<meeting>AIED</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="201" to="208" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Clustering Students To Help Evaluate Learning</title>
		<author>
			<persName><forename type="first">A</forename><surname>Merceron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Yacef</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Technology Enhanced Learning</title>
		<imprint>
			<biblScope unit="volume">171</biblScope>
			<biblScope unit="page" from="31" to="42" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Efficient and Effective Clustering Methods for Spatial Data Mining</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">T</forename><surname>Ng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Han</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 20th International Conference on Very Large Data Bases</title>
				<meeting>the 20th International Conference on Very Large Data Bases</meeting>
		<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="144" to="155" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Dialogue Act Classification Using Language Models</title>
		<author>
			<persName><forename type="first">N</forename><surname>Reithinger</surname></persName>
		</author>
		<author>
			<persName><surname>Klesen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of EuroSpeech</title>
				<meeting>EuroSpeech</meeting>
		<imprint>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="2235" to="2238" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Unsupervised Modeling of Twitter Conversations</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ritter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Cherry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dolan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Association for Computational Linguistics</title>
				<meeting>the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="172" to="180" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Automated Discovery of Speech Act Categories in Educational Games</title>
		<author>
			<persName><forename type="first">V</forename><surname>Rus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Moldovan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Niraula</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Graesser</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of EDM</title>
				<meeting>EDM</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="25" to="32" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">Speech Acts: An Essay in the Philosophy of Language</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Searle</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1969">1969</date>
			<publisher>Cambridge University Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">FLSA: Extending Latent Semantic Analysis With Features For Dialogue Act Classification</title>
		<author>
			<persName><forename type="first">R</forename><surname>Serafin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Di Eugenio</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Association for Computational Linguistics</title>
				<meeting>the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="692" to="699" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Combining Lexical, Syntactic and Prosodic Cues For Improved Online Dialog Act Tagging</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">K R</forename><surname>Sridhar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bangalore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Narayanan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer Speech &amp; Language</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="407" to="422" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Dialogue Act Modeling for Automatic Tagging and Recognition of Conversational Speech</title>
		<author>
			<persName><forename type="first">A</forename><surname>Stolcke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Ries</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Coccaro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Shriberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bates</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Jurafsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ess-Dykema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Van And Meteer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="339" to="373" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">The Architecture Of Why2-Atlas: A Coach For Qualitative Physics Essay Writing</title>
		<author>
			<persName><forename type="first">K</forename><surname>Vanlehn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">W</forename><surname>Jordan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">P</forename><surname>Rosé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bhembe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bottner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gaydos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Makatchev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Pappuswamy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ringenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Roque</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Siler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Srivastava</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ITS</title>
				<meeting>ITS</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="158" to="167" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
