| { |
| "paper_id": "Q13-1032", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:08:18.107213Z" |
| }, |
| "title": "Powergrading: a Clustering Approach to Amplify Human Effort for Short Answer Grading", |
| "authors": [ |
| { |
| "first": "Sumit", |
| "middle": [], |
| "last": "Basu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Microsoft Research Microsoft Research Microsoft Research", |
| "location": { |
| "addrLine": "One Microsoft Way One Microsoft Way One Microsoft Way Redmond", |
| "settlement": "Redmond, Redmond", |
| "region": "WA, WA, WA" |
| } |
| }, |
| "email": "sumitb@microsoft.com" |
| }, |
| { |
| "first": "Chuck", |
| "middle": [], |
| "last": "Jacobs", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Microsoft Research Microsoft Research Microsoft Research", |
| "location": { |
| "addrLine": "One Microsoft Way One Microsoft Way One Microsoft Way Redmond", |
| "settlement": "Redmond, Redmond", |
| "region": "WA, WA, WA" |
| } |
| }, |
| "email": "cjacobs@microsoft.com" |
| }, |
| { |
| "first": "Lucy", |
| "middle": [], |
| "last": "Vanderwende", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Microsoft Research Microsoft Research Microsoft Research", |
| "location": { |
| "addrLine": "One Microsoft Way One Microsoft Way One Microsoft Way Redmond", |
| "settlement": "Redmond, Redmond", |
| "region": "WA, WA, WA" |
| } |
| }, |
| "email": "lucyv@microsoft.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We introduce a new approach to the machine-assisted grading of short answer questions. We follow past work in automated grading by first training a similarity metric between student responses, but then go on to use this metric to group responses into clusters and subclusters. The resulting groupings allow teachers to grade multiple responses with a single action, provide rich feedback to groups of similar answers, and discover modalities of misunderstanding among students; we refer to this amplification of grader effort as \"powergrading.\" We develop the means to further reduce teacher effort by automatically performing actions when an answer key is available. We show results in terms of grading progress with a small \"budget\" of human actions, both from our method and an LDA-based approach, on a test corpus of 10 questions answered by 698 respondents.", |
| "pdf_parse": { |
| "paper_id": "Q13-1032", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We introduce a new approach to the machine-assisted grading of short answer questions. We follow past work in automated grading by first training a similarity metric between student responses, but then go on to use this metric to group responses into clusters and subclusters. The resulting groupings allow teachers to grade multiple responses with a single action, provide rich feedback to groups of similar answers, and discover modalities of misunderstanding among students; we refer to this amplification of grader effort as \"powergrading.\" We develop the means to further reduce teacher effort by automatically performing actions when an answer key is available. We show results in terms of grading progress with a small \"budget\" of human actions, both from our method and an LDA-based approach, on a test corpus of 10 questions answered by 698 respondents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Increasing access to quality education is a global issue, and one of the most exciting developments in recent years has been the introduction of MOOCsmassively online open courses, in which hundreds or thousands of students take a course online. While this works wonderfully for lectures, assessment in the form of quizzes and exams presents some significant challenges. One straightforward solution is to use multiple choice questions, but it is well known that there is far greater educational benefit from fill-in-the-blank and essay questions (Anderson and Biddle, 1975) . For many domains, then, there could be great value in using short answer questions; the problem is grading those answers without making the cost prohibitive. Even in relatively small classrooms of a few dozen to a few hundred, the ability to grade such answers more efficiently would be a great boon to teachers.", |
| "cite_spans": [ |
| { |
| "start": 547, |
| "end": 574, |
| "text": "(Anderson and Biddle, 1975)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "One approach to addressing this is to automatically grade such answers as right or wrong or with a numerical score-there have been significant past efforts in this space (Leacock and Chodorow, 2003; Mohler and Mihalcea, 2009; Jordan and Mitchell, 2009) . However, in practice this path has some significant obstacles. The first is that while these approaches have made impressive progress, they are never 100% accurate-some number of misgraded answers are left on the table. The second is that assigning a score is not really sufficient-in a small classroom, a teacher would give feedback as to why the answer is wrong; ideally she would be able to do this in the MOOC scenario as well. A third problem, or at least a lost opportunity, is that there may be consistent patterns of misunderstanding amongst students that go beyond the fraction getting a question right or wrong. For instance many students might mistakenly believe that one of the rights afforded by the first amendment to the US constitution is the right to bear arms; a teacher would want to know this so that she could correct their misconception in class.", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 198, |
| "text": "(Leacock and Chodorow, 2003;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 199, |
| "end": 225, |
| "text": "Mohler and Mihalcea, 2009;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 226, |
| "end": 252, |
| "text": "Jordan and Mitchell, 2009)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To address these issues, we propose looking at the problem in a different way. Instead of trying to grade answers completely automatically, we attempt to leverage the abilities of both the human and the machine. In particular, instead of classifying individual answers as being right or wrong, we propose to automatically find groupings and subgroupings of similar answers from a large set of answers to the same question, and let teachers apply their expertise to mark the groups. We found that answers for a particular question often cluster into groups around different modes of understanding or misunderstanding. Once identified, such groups would allow a teacher to quickly \"divide and conquer\" the grading task-she could mark entire groups as right or wrong, and give rich feedback to a whole group at once. This has the additional benefit of increasing a grader's self-consistency, found to be a problem in past studies (Jordan and Mitchell, 2009; Pulman and Sukkarieh, 2005) . The groupings also allow the teacher to get an overview of the level of understanding of her students and the modes of misunderstanding. In the absence of an answer key, we propose to form these groupings automatically without any model of the question or its answers; however, if a simple text answer key is available, we can use it to automatically mark some groups.", |
| "cite_spans": [ |
| { |
| "start": 927, |
| "end": 954, |
| "text": "(Jordan and Mitchell, 2009;", |
| "ref_id": null |
| }, |
| { |
| "start": 955, |
| "end": 982, |
| "text": "Pulman and Sukkarieh, 2005)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "While attractive in principle, the powergrading approach of dividing and conquering contains many questions and challenges of its own, as various students will express the same answer in many different ways. Popular approaches to clustering text, such as using LDA to group answers by inferred topics, do their best to explain these variations in terms of distributions over words, but are limited by their word-based representations of text. Ideally, we would like to learn how to group items together based on data, with an array of features that expand over time as our technologies grow more mature. We propose to model this distance function by training a classifier that predicts whether two answers should be grouped together, in the vein of past work which modeled the similarity between student answers and answer key entries (Mohler et al. 2011) .", |
| "cite_spans": [ |
| { |
| "start": 835, |
| "end": 855, |
| "text": "(Mohler et al. 2011)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The notion of this distance function is subtle. We want answers that are paraphrases of each other, such as \"the Congress\" and \"the houses of Cngress [sic]\" to be close, but \"the Senate and the House of Representatives\" to be different from these so we can mark out this more precise mode. Because we are modeling the distance between answers as opposed to the answers themselves, we can use \"between-item\" features that measure semantic or spelling differences. We thus supply our classifier with the best available features that can account for misspellings, tenses, and other variations, with the hopes that we can add more sophisticated features in the future.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Finally, we would like to evaluate the benefit of our cluster-based approach. In general, evaluating how helpful a given clustering is for a particular task can be difficult, but this scenario offers a very specific criteria-we examine how far a grader can get with a given amount of effort. One take on this measure is \"grading on a budget,\" where we want to maximize the progress from a fixed number of actions; another is \"effort left for perfection,\" which is the number of additional user actions required to grade all items correctly. Under these criteria, we find that using clusters formed via the learned similarity metric leads to substantially better results than using those formed via LDA or individually classifying items.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Decades of educational research have demonstrated the critical importance of assessment in learning. Testing contributes in multiple ways to the learning process: testing is characterized as formative when used to guide the learning, and summative when used to evaluate the student. Notably, testing has been shown to play a key role in the learning process as it assists retention (Anderson & Biddle, 1975 ), and answer construction for open response is shown to play a critical role in consolidating learning (Karpicke and Roediger, 2008) .", |
| "cite_spans": [ |
| { |
| "start": 382, |
| "end": 406, |
| "text": "(Anderson & Biddle, 1975", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 511, |
| "end": 540, |
| "text": "(Karpicke and Roediger, 2008)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Though multiple choice questions (MCQs) are the dominant method of assessment at present, there are drawbacks to the approach; see Conole and Warburton (2005) and Bull and McKenna (2004) for comprehensive surveys of Computer Assisted Assessment in general. MCQ is widely used primarily for the ease of grading, but while the summative value of MCQs may be obvious, the formative value of MCQs is dubious (Davies, 2002; Warburton and Conole, 2003) . Additionally, answering an MCQ requires the recognition of the correct answer(s), which is known to be an easier task than the construction of the answer (Laufer and Goldstein, 2004) . Essays are another form of assessment and have been shown to be amenable to automatic grading (Burstein et al., 2004) , though the grading is not formative as it cannot provide feedback on essay quality.", |
| "cite_spans": [ |
| { |
| "start": 131, |
| "end": 158, |
| "text": "Conole and Warburton (2005)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 163, |
| "end": 186, |
| "text": "Bull and McKenna (2004)", |
| "ref_id": null |
| }, |
| { |
| "start": 404, |
| "end": 418, |
| "text": "(Davies, 2002;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 419, |
| "end": 446, |
| "text": "Warburton and Conole, 2003)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 603, |
| "end": 631, |
| "text": "(Laufer and Goldstein, 2004)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 728, |
| "end": 751, |
| "text": "(Burstein et al., 2004)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Open response questions are challenging to grade, but testing with open response is both summative and formative. This challenge has attracted both the academic community as well as sponsored challenges such as the Automated Student Assessment Prize (Hewlett Foundation, 2013) . The most widely used method for grading open response answers relies on careful authoring of the answer (Mitchell et al., 2002; Leacock and Chodorow, 2003; Jordan and Mitchell, 2009; Nielsen et al., 2009) . C-rater (Leacock and Chodorow, 2003) is a paraphrase recognizer that identifies rephrasings of the answer key as correct answers. To recognize the paraphrases, c-rater uses sophisticated linguistic processing, in addition to automatic spelling correction. The authors describe an interface which guides the expert (i.e., teacher) in creating the model answers to the questions, which must represent a considerable time investment since only \"if the teacher uses the same question for several classes or over several semesters, then the advantages of the initial effort are worthwhile.\" They report that c-rater agreed with human raters about 84% and a related work (Attali et al., 2008) reports agreement of 84% for the biology test and 93% for the Psychology test. Similarly, Jordan and Mitchell (2009) describe an authoring tool \"which enables a question author with no knowledge of natural language processing (NLP) to use the software.\" These methods require that all of the various linguistically similar forms of the correct answer are encoded prior to grading, but cannot account for unanticipated student answers. Finally, Pulman and Sukkarieh (2005) compare hand-authored patterns with machine learned patterns based on simple word-based features, and find that the hand-crafted patterns perform better.", |
| "cite_spans": [ |
| { |
| "start": 250, |
| "end": 276, |
| "text": "(Hewlett Foundation, 2013)", |
| "ref_id": null |
| }, |
| { |
| "start": 383, |
| "end": 406, |
| "text": "(Mitchell et al., 2002;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 407, |
| "end": 434, |
| "text": "Leacock and Chodorow, 2003;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 435, |
| "end": 461, |
| "text": "Jordan and Mitchell, 2009;", |
| "ref_id": null |
| }, |
| { |
| "start": 462, |
| "end": 483, |
| "text": "Nielsen et al., 2009)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 494, |
| "end": 522, |
| "text": "(Leacock and Chodorow, 2003)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 1151, |
| "end": 1172, |
| "text": "(Attali et al., 2008)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 1274, |
| "end": 1289, |
| "text": "Mitchell (2009)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Short answer grading can also be formulated as a similarity task in which the score is assigned based on the similarity of the teacher and student answers (Mohler and Mihalcea, 2009; Mohler et al., 2011; Gomaa and Fahmy, 2012, i.a.) . In Mohler and Mihalcea (2009) , given a data set of 21 questions with 30 student answers each, the authors compare various measures of lexical similarity, including the use of knowledge-based resources (WordNet) and corpus-based metrics (Latent Semantic Analysis, or LSA); the best results (92% accuracy when the continuous grade scores are binarized and the threshold is set using binary labels on other held-out questions) are obtained using LSA trained on a corpus of Wikipedia articles topically related to the questions being graded (Mohler and Mihalcea, 2009) . Mohler et al. (2011) explores how features can be included that encode the similarity of nodes based on a syntactic alignment of student answer and teacher answer; a system using these features does not on its own outperform the bag-of-words based metrics but in combination the improvements are measurable. Similarly, Meurers et al. (2011) and Hahn and Meurers (2012) show that using semantic analysis to align student and target answers, including functional roles such as subject/object, has an overall accuracy of 86.3%, improving on results that use alignment only at the surface level.", |
| "cite_spans": [ |
| { |
| "start": 155, |
| "end": 182, |
| "text": "(Mohler and Mihalcea, 2009;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 183, |
| "end": 203, |
| "text": "Mohler et al., 2011;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 204, |
| "end": 232, |
| "text": "Gomaa and Fahmy, 2012, i.a.)", |
| "ref_id": null |
| }, |
| { |
| "start": 238, |
| "end": 264, |
| "text": "Mohler and Mihalcea (2009)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 773, |
| "end": 800, |
| "text": "(Mohler and Mihalcea, 2009)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 803, |
| "end": 823, |
| "text": "Mohler et al. (2011)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 1122, |
| "end": 1143, |
| "text": "Meurers et al. (2011)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 1148, |
| "end": 1171, |
| "text": "Hahn and Meurers (2012)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "While some datasets of student answers are publicly available, most have only a small number of students (e.g., 30 in Mohler and Mihalcea, 2009) or are multiple choice. To study the problem as we have posed it, we needed a large number of responses to open-ended questions. We thus selected twenty questions from the United States Citizenship Exam (USCIS, 2012) and offered them to two groups as a task on Amazon Mechanical Turk; we received 100 complete responses from the first group (for training) and 698 from the second (for test). A subset of these questions (1-8,13,20) were selected as they represented a range of answer lengths, from a few words to a sentence or two. The particular questions that were manually graded are listed in Table 1 , as well as the average answer length and the number of case-independent unique answers. In addition to the train/test split, to further prevent any biasing from the target set, all training of classifiers and parameter settings was done on the complement of these questions (9-12 and 14-19) on the smaller set, so they were exclusive both in terms of answer content and responders.", |
| "cite_spans": [ |
| { |
| "start": 118, |
| "end": 144, |
| "text": "Mohler and Mihalcea, 2009)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 742, |
| "end": 749, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For our proposed approach, we need two different types of labeling for our data. The first identifies groups of answers that are semantically equivalent; this is used to train the distance metric between items. This labeling was done by a single labeler (an author) on the complement set of questions described above, to ensure that we are learning general measures and not ones specific to particular questions or students. There is of course some subjectivity to this labeling, but rather than argue that we have the best possible labeling, we show that a learned model leads to improved performance. The second type of labeling is the ground truth grading, i.e., the \"correct\" vs. \"incorrect\" for each student response for each question. Even though an answer key was available for our data, the open-ended nature of the questions means that some answers will be subject to interpretation. For instance, for the question \"why does the flag have 13 stripes?\" the answer key says \"because there were 13 original colonies\" and \"because the stripes represent the original colonies,\" but when a student writes \"13 states\" as their answer, should that be considered correct, or does their fundamental confusion regarding states vs. colonies warrant a correction? As such, different teachers will have different grading patterns, and rather than attempting to optimize for the average labels, an effective system should help a teacher quickly converge to the grades they intend. We thus show separate results in terms of agreement with each of three graders. Finally, in order to allow other researchers to benefit from this data, we have made the set of twenty questions, the answer key, and all responses, as well as the annotators' grades and groupings, available at http://research.microsoft.com/~sumitb/grading.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Given the labeled groups of similar answers (and the remaining answers not assigned to any group), we wish to learn a distance metric between them. We frame this as the problem of learning a classifier of whether they are similar or not, where each data item will be based on two answers and a positive or negative label. The resulting classifier can return a score \u202b\u0749\u0745\u074f\u202c\u123a\u073d \u0b35 , \u073d \u0b36 \u123b between 0 and 1; we can express the distance between items as \u0740\u123a\u073d \u0b35 , \u073d \u0b36 \u123b = 1 \u2212 \u202b\u0749\u0745\u074f\u202c\u123a\u073d \u0b35 , \u073d \u0b36 \u123b. For each answer in a labeled group, then, we generate one positive and two negative examples: the positive example contains the current answer and one other answer from the group; the first negative example contains the current answer and an item from another group; the second pairs it with an item not placed in any group, for a total of 596 training examples.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning a Similarity Metric Between Student Answers", |
| "sec_num": "4" |
| }, |
| { |
| "text": "For each labeled pair we generate an array of features expressing the relation between the items; we can then use these features and the labels to train the classifier we desire. These are \"between-item\" features: they concern the relationships between \u073d \u0b35 and \u073d \u0b36 , as it is such features that we hope will be predictive of whether the items are similar. Note that all features below are computed after stopwords have been removed from both items. We also treat words that appear in the question as stopwords in a process termed as \"question demoting\" by Mohler et al. (2011) , who found this resulted in noticeable improvements in measuring similarities between student answers and answer key entries. Mohler and Mihalcea (2009) showed that a feature based on an LSA decomposition (Dumais, 2004) of Wikipedia was particularly powerful for grading. In a similar vein, we computed the LSA for all English Wikipedia articles (from 2012) using the most frequent 100k words as a vocabulary; we then computed the similarity between answers using the top 100 singular vectors. In the descriptions below, we use \"tf-idf vector similarity\" to refer to the cosine similarity between standard tf-idf term-frequency vectors. These tf and idf scores are computed using the entire corpus of relevant answers, as this process does not make use of labeled data.", |
| "cite_spans": [ |
| { |
| "start": 556, |
| "end": 576, |
| "text": "Mohler et al. (2011)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 704, |
| "end": 730, |
| "text": "Mohler and Mihalcea (2009)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 783, |
| "end": 797, |
| "text": "(Dumais, 2004)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Features for the Similarity Metric", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The full set of features is as follows: a. Difference in length: the absolute difference between answer lengths in characters. b. Fraction of words with matching base forms:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Features for the Similarity Metric", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "we find the derivational base forms for all words (Quirk et al., 2012) , count the words with matching bases in both answers, and normalize by the average answer length in words. c. Max idf of matching base form: max idf of a word corresponding to a matching base. d. tf-idf vector similarity of \u073d \u0b35 and \u073d \u0b36 e. tf-idf vector similarity of letters: the letterbased analogue to tf-idf with stopletters (punctuation, space, etc.) removed. f. Lowercase string match: whether the lowercased versions of the strings match. g. Wikipedia-based LSA similarity While we have used these particular features for the experiments in this paper, we expect that over time, as more sophisticated features become available, the performance of this classifier and thus the technique as a whole will improve further. Figure 1 . ROC for different similarity measures on the grouping task: trained metrics using logistic regression and a mixture of decision trees (MDT) as well as LSA.", |
| "cite_spans": [ |
| { |
| "start": 50, |
| "end": 70, |
| "text": "(Quirk et al., 2012)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 797, |
| "end": 805, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Features for the Similarity Metric", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "With these features and labels, we can now train any of a number of classifiers to model the similarity function; in Figure 1 we show the performance characteristics as a receiver operating characteristic (ROC) curve for both logistic regression (maxent) and boosted decision trees, as well as the LSA metric for comparison. These were formed via ten-fold cross-validation in which we trained on grouping labels for 9 of the 10 training questions and tested on the 10 th ; we then swept over all threshold values.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 117, |
| "end": 125, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Performance of the Similarity Metric", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We choose logistic regression due to its slightly stronger performance as well as the fact that its output is calibrated, i.e., the output value represents the probability that \u073d \u0b35 and \u073d \u0b36 are in the same group. This is important as we later use this value in our distance measure for clustering. While the threshold could be tuned for a particular task, the value of 0.5 is meaningful in terms of the probabilistic model, and is what we will use for judgments of similarity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Performance of the Similarity Metric", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "To understand the relative contributions of various features in the classifier, we trained a set of classifiers using each feature individually; the results are shown in Figure 2 . As Mohler et al. (2011) found in their work, the tf-idf similarity feature is a powerful one, as is the letter-based similarity. Overall, though, the classifier trained on all features gives us the most robust performance. ", |
| "cite_spans": [ |
| { |
| "start": 181, |
| "end": 204, |
| "text": "As Mohler et al. (2011)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 170, |
| "end": 178, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Performance of the Similarity Metric", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "To allow the teacher to \"divide and conquer,\" we need to choose a strategy for the division. Initially we only grouped the answers into a single layer of a small number of clusters (10), but found that this could lead to a great deal of variability within the clusters and made it difficult to get a sense of the range of answers. At the same time, with too many top-level clusters (e.g., 50), it would be necessary for a teacher to take at least 50 actions to grade the whole set, and she could not benefit from large clusters that were consistently correct or incorrect. We found that forming subclusters within each cluster provided a good compromise and led to the most easily readable results. By having this two level hierarchy, we could maintain high-level groupings and still structure the content within them. Furthermore, teachers would be able to mark a cluster with a label if most items were correct or incorrect, then easily reach in and flip the label of an outlier subcluster. There remains the question of how many clusters and subclusters to use; based on the complement set of questions we found 10 clusters and 5 subclusters to be a good setting. In Section 6.3, we explore a range of values for these parameters to see how much this affects the results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Forming Clusters and Subclusters of Student Answers", |
| "sec_num": "5" |
| }, |
| { |
| "text": "As for finding the clusters, given our learned similarity measure, we can use metric clustering to group the items into clusters and subclusters. We use the k-medoids algorithm with some small modifications. Alternatively, we could form these clusters and subclusters using the topic assignments from LDA, and explore this as a baseline. Furthermore, if an answer key is available, we can mark some clusters and subclusters automatically based on those answers, both for our metric clustering and for LDA, and develop approaches for each case. With or without these automatic labels, we then measure how much would be gained from each user action in terms of progress on the grading task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Forming Clusters and Subclusters of Student Answers", |
| "sec_num": "5" |
| }, |
| { |
| "text": "As we only have distances between items as opposed to coordinates, we must turn to the domain of metric clustering; specifically, we make use of the k-medoids algorithm (Kaufman and Rousseeuw, 1987) . We first use the distance metric learned above to form a matrix of all pairwise distances between items \u202b:\u0726\u202c \u202b\u0726\u202c = 1 \u2212 \u202b\u0749\u0745\u074f\u202c\u123a\u073d , \u073d \u123b", |
| "cite_spans": [ |
| { |
| "start": 169, |
| "end": 198, |
| "text": "(Kaufman and Rousseeuw, 1987)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity-Based Clustering", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The canonical procedure for k-medoids, the Partitioning Around Medoids (PAM) algorithm (Kauf-man and Rousseuw, 1990) , is then straightforward-we pick a random set of indices to initialize as medoids, then for each iteration we assign all items to the cluster whose medoid it is closest to, and then recompute the medoid for each group by finding which item in each cluster has the smallest total distance to the other items. This process is iterated until the clusters converge. However, there are a number of subtleties to this procedure. First, as items are generally closer to themselves than any other item, often clusters will \"collapse\" and end up with the centroid as a single item while other clusters become egregiously large. We address this issue with a redistribution step: if there are any empty or single item clusters, we examine the distribution of item distances to the medoids in the other clusters, and redistribute items from larger clusters if they have become unwieldy. We use the ratio of the mean to median distance to the medoid as a measure of cluster distortion; when it is greater than 1 it is likely that most items have a small distance (resulting in a small median) but there are outliers with large distances (causing the large mean) that could be moved. Second, as our classifier is trained to determine the probability of items being in the same group, we don't expect items with a value of less than 0.5 to be a good fit for the cluster-we thus reserve the final cluster for these \"misfit\" items. We implement this via an artificial item whose distance to all items is 0.5 and is the medoid of this last cluster; any item with no better match will fall there. These changes result in the modified PAM algorithm in Figure 3 . Modified PAM for k Medoids, N Items 1. Select \u0747 \u2212 1 points as medoids \u073f \u0b35..\u0b3f\u0b35 2. Create \"artificial item\" \u0730 + 1 for last medoid \u073f such that \u202b\u0726\u202c \u0bc7\u0b3e\u0b35 = 0.5 3. Until convergence: a. Assign each item to closest medoid b. For each cluster \u202b\u0725\u202c \u0be6 : \u202b\u0725|\u202c \u0be6 | \u2264 1 i. For each cluster \u202b\u0725\u202c with medoid c find \u202b\u074e\u202c = \u0749\u0741\u073d\u074a\u123a\u202b\u0726\u202c \u123b/\u0749\u0741\u0740\u0745\u073d\u074a\u123a\u202b\u0726\u202c \u123b \u2200\u0746 \u2208 \u202b\u0725\u202c ii. If there is a cluster \u202b\u0725\u202c : \u202b\u074e\u202c \u2265 \u202b\u074e\u202c \u00ac > 1, move items \u0748: \u202b\u0726\u202c > 2 * \u0749\u0741\u073d\u074a\u0d6b\u202b\u0726\u202c \u0d6f from \u202b\u0725\u202c to \u202b\u0725\u202c \u0be6 c. Recompute medoids for each cluster in 1. . \u0747 \u2212 1 as \u073f = arg min \u2211 \u202b\u0726\u202c \u2200\u0745, \u0746 \u2208 \u202b\u0725\u202c", |
| "cite_spans": [ |
| { |
| "start": 87, |
| "end": 116, |
| "text": "(Kauf-man and Rousseuw, 1990)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1750, |
| "end": 1758, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Similarity-Based Clustering", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We make use of the LDA algorithm as our baseline (Blei 2003) ; clusters are formed by assigning answers to their most probable \"topic.\" As we mentioned, despite its power, the LDA approach suffers from its sensitivity to individual words; the model depends on precisely the same words being used in multiple \"documents\" (in our case, answers). To reduce the effect of this sensitivity, we applied simple stemming (Porter, 1980) to the words; we found this greatly improved the performance.", |
| "cite_spans": [ |
| { |
| "start": 49, |
| "end": 60, |
| "text": "(Blei 2003)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 413, |
| "end": 427, |
| "text": "(Porter, 1980)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "LDA Clustering", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "While a user-facing system based on this technology will involve an interactive experience leveraging the strengths of both the human and the algorithm, we wanted to measure how user actions might translate into grading progress. In our model of interaction, there are two \"macro\" actions the human can take in addition to labeling individual items-label all of the items in a cluster as correct/incorrect, or label all of the items in a subcluster as correct/incorrect. To choose between these actions, we model the human as always picking the next action which will maximally increase the number of correctly graded items. In intuitive terms, this amounts to the user taking an action when the majority of the items in the cluster or subcluster have the same label and are either unlabeled or labeled incorrectly. In order to prevent the undoing of earlier work, clusters must be labeled before subclusters contained within them can have their labels \"flipped.\" When no actions will result in an increase in correct labels, the process is done; the remaining items must be labeled individually.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Getting \"User Labels\" for Clusters", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "When an answer key is available, we have devised mechanisms for both algorithms to automatically perform a subset of the available actions. In the case of our metric clustering method, we can determine the distance \u202b\u0726\u202c between any user answer and any answer key item. We compute the \"correctness\" of an answer as the maximum similarity to any answer key item. If the average correctness for a cluster or subcluster is greater than the classifier's threshold of 0.5, the set is marked as \"correct\" and otherwise \"incorrect.\" In the case of LDA, the model does not allow for computing distances to each item. Instead we add all the answer key items as additional items into the clustering and see what clusters they land in; we then label those clusters as correct. It would be possible to label the subclusters instead, but labeling the entire cluster gives the automatic actions the greatest chance for impact in the LDA setting. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Automatic Labels from the Answer Key", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "In Figures 4-5 , the benefits of the powergrading approach can be seen for two sample questions in terms of the reduction in work with each user action. Furthermore, when automatic actions are added (metric-auto and LDA-auto), the eventual reduction of work (the final y-axis value) is the same as the manual version, but far less human effort is required to get there. Another way to look at this is to consider a particular point on the x-axis, e.g. 3 user actions, and look at how far this amount of grader effort gets us. In our results for the entire corpus in the next section, we choose such an operating point to provide an overview of performance over all questions, graders, and methods.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 14, |
| "text": "Figures 4-5", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Sample Results for Clustering Methods", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "We now turn to computing aggregate results over all of the test data, i.e., the 698 responses to each of the 10 questions from Table 1. Figure 6 . ROCs for the grading of individual items, learned similarity metric vs. the LSA metric.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 136, |
| "end": 144, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We begin by considering the performance of our similarity metric for correctly grading individual responses via their similarity to answer key items; we show the ROC along with the performance of the LSA measure in Figure 6 . The values were computed over all student responses and grades from all graders. As Mohler et al. (2011) found, the learned metric does improve over the powerful baseline of LSA. It is interesting to note, though, that in our case the classifier was not optimized to mark items as correct or incorrect, but to correctly predict whether a pair of items belongs to the same group. We computed the overall accuracy on grading individual items with our learned similarity measure (92.9%), the LSA measure at its equal-error rate threshold of 0.7 (82.5%), and marking all answers as correct (84.6%). We also computed significance between these results with paired-t tests, and found all pairs significant at p < 1e-8.", |
| "cite_spans": [ |
| { |
| "start": 310, |
| "end": 330, |
| "text": "Mohler et al. (2011)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 215, |
| "end": 223, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Grading with the Similarity Measure", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "To now examine the overall potential of our method for the grading task, we need to think both about the appropriate metric to use as well as appropriate baselines. As we have designed our approach to work in concert with a human grader, maximizing the result of a small amount of human effort, we report results for our method and baselines in terms of the \"number of actions left after N manual actions.\" One can think of this as how far we get if we are \"grading on a budget\"-after the algorithm has done what it can automatically, and the teacher takes the N best next actions (those resulting in maximal gain of correctly graded items), we compute how many actions (either cluster/subcluster flips or individual rescorings) would be required to complete the task to perfection, where perfection is defined as perfect agreement with a given grader. Q# G1 G2 G3 G1 G2 G3 G1 G2 G3 G1 G2 G3 G1 G2 G3 1 2 1 2 11 12 11 1 0 1 11 10 11 44 43 44 2 14 12 13 42 34 38 15 11 13 38 38 38 86 78 82 3 80 87 145 110 110 184 103 107 134 247 249 242 108 108 203 4 32 26 43 92 80 106 56 59 48 67 62 53 128 121 The benefit of this measure is that given a set of student responses and corresponding grades (labels), it allows us to quantitatively compare any clustering (or non-clustering) method on this task.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 853, |
| "end": 1162, |
| "text": "Q# G1 G2 G3 G1 G2 G3 G1 G2 G3 G1 G2 G3 G1 G2 G3 1 2 1 2 11 12 11 1 0 1 11 10 11 44 43 44 2 14 12 13 42 34 38 15 11 13 38 38 38 86 78 82 3 80 87 145 110 110 184 103 107 134 247 249 242 108 108 203 4 32 26 43 92 80 106 56 59 48 67 62 53 128 121", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Performance on a Budget in Terms of \"Actions Left\"", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "In Table 3 , we show these values for each grader (G1-G3) after three manual actions (N=3) for both clustering methods as well as using the individual classifiers-metric, the LSA value alone, and \"always-yes,\" i.e., marking all answers as correct. For most of the questions, our metric-clustering based method requires fewer actions by a large marginan average of 61% fewer actions than the LDAbased method and 36% fewer actions than the metric classifier operating on individual items. Note that there are some instances in which an individual classifier performs better, but typically only by a small number of additional actions. In Table 4 , we examine the case in which an answer key is not available, again seeing how much work is left after the budget of three manual actions. While the numbers are necessarily greater than in Table 3 , they are still small compared to the full work of grading 698 answers. Note that the individual classifier or other automatic methods are not applicable here, as there are no known answers to compare against. We expect this is often the case the first time the teacher is giving and grading a test.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 10, |
| "text": "Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 636, |
| "end": 643, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 834, |
| "end": 841, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Performance on a Budget in Terms of \"Actions Left\"", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "As we did not wish to optimize on our test set, we based our choice of 10 clusters and 5 subclusters on data from the other questions not used for our evaluation. However, we wished to post facto examine what the effect of sweeping these parameters over a range of values would have been for our results. In Table 5 below we show the average number of actions left over all 10 questions and all three graders after auto and manual actions (N=3). While there is a clear benefit to moving beyond one or two clusters/subclusters, the benefits of adding more clusters seem to plateau in the regime of our chosen settings. Note that we wish to minimize the value for each parameter, since more clusters/subclusters means a larger set of actions for the teacher to choose from. Furthermore, we prefer a smaller number of clusters, as that reduces the minimum number of actions, since at best the user could just mark the clusters to complete the task. Table 5 . Average number of actions left across settings of the number of clusters/subclusters after 3 actions. The setting used for our other results is shaded in grey.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 308, |
| "end": 315, |
| "text": "Table 5", |
| "ref_id": null |
| }, |
| { |
| "start": 946, |
| "end": 953, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Choosing the Number of Clusters", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "One of the advantages of grouping items into clusters and subclusters is the ability for a teacher to detect modes of misunderstanding in their students, provide them with rich feedback, and potentially revise their teaching materials. We show an example from question 3 in Figure 7 below in which students have confused the Constitution with the Declaration of Independence. With a single short message, the teacher can explain the nature of the students' confusions instead of merely marking their answers as incorrect. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 274, |
| "end": 282, |
| "text": "Figure 7", |
| "ref_id": "FIGREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Finding Modes of Misunderstanding", |
| "sec_num": "6.4" |
| }, |
| { |
| "text": "To better understand the patterns of errors made by the grading metric, we consider cases where all of the human graders agree and the learned similarity metric disagrees-this corresponds to 313 of the 6980 responses (4.5%). 89 of the 313 are false positives, where the metric labels the answer correct while all human graders agree that the answer is incorrect. Analysis of this set shows us examples where additional structure might be useful to the metric. For question 8, e.g., the correct answer is \"speaker of the house\", comprised of a head noun with a modifier. Looking at the errors suggests that a feature encoding the match between modifiers could provide enough information to label the answers \"speaker\", \"speaker of the senate\" and \"senate speaker\" as wrong because the modifiers, where there are any, do not match. For question 6, one of the correct answers is \"Senate and House\". Many of the answers labeled incorrectly mention either \"senate\" or \"house\" but not both. Taking the coordination of the answer key into account would provide more information to reject these answers as incorrect. While we see the need for modification structure and awareness of coordination, we did not observe any items where a predicate-argument analysis would improve results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Examining the Classification Errors", |
| "sec_num": "6.5" |
| }, |
| { |
| "text": "The other 224 out of 313 are false negatives, where the metric labels the answer as wrong while all human graders agree that the answer is correct. In question 3, e.g., the answer key mentions \"independence\" and \"be free from\" Great Britain. Student answers include paraphrases such as \"separate from\", \"become our own country\", \"no longer one of their subjects\". It's evident that human graders can recognize these phrases as being closely related in meaning, but it is more difficult to imagine which semantic features will be able to capture these. Incorporating a similarity metric which accesses dictionary definitions (see Lesk, 1986 ) was found to be informative in Mohler and Mihalcea (2011) , and could connect \"independent\" and \"not subject,\" but would not be sufficient to recognize many of the other paraphrases we observed.", |
| "cite_spans": [ |
| { |
| "start": 629, |
| "end": 639, |
| "text": "Lesk, 1986", |
| "ref_id": null |
| }, |
| { |
| "start": 673, |
| "end": 699, |
| "text": "Mohler and Mihalcea (2011)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Examining the Classification Errors", |
| "sec_num": "6.5" |
| }, |
| { |
| "text": "We have shown how the powergrading approach of dividing and conquering the short-answer grading task can greatly reduce the number of actions re-quired; from another perspective it can greatly extend the impact of a small number of user actions when grading resources are limited. It offers teachers the opportunity to identify modes of misunderstanding among their students and provide rich feedback to groups of students whose incorrect answers have clustered together. Furthermore, this approach is effective when an answer key is not available, but is even more so when a simple list of text answers is provided. It is worth noting that the real power in powergrading is not in the specifics of the features we used, the choice of classifier, or the clustering algorithm. While all of these individual choices could be improved upon, it is the approach of dividing and conquering that leads to a substantial magnification of the progress a teacher can make with a given amount of manual effort. This magnification is important because of the greater educational value of recall-oriented questions (Anderson and Biddle, 1975) ; thus far largescale online courses have shied away from them because of the potential grading expense. We hope this technology may begin to change that view to the benefit of students everywhere.", |
| "cite_spans": [ |
| { |
| "start": 1101, |
| "end": 1128, |
| "text": "(Anderson and Biddle, 1975)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Of course, in order to apply these results to MOOCs we need to move from 1k answers to 10k or more responses. In order to get a taste for how our methods might scale to such numbers, we examined how the answers and the clusters might evolve with increasing data size. When we considered the number of unique strings among the answer set, the fraction decreased modestly with increasing data, but plateaued at an average of around 40% (Figure 8 below) . When we instead used our learned similarity metric and looked at the fraction of items that are classified as having no similar items, it dropped rapidly and flattened out to an average of 2-3% (Figure 9 below) . In other words, we can expect 97% of responses to cluster nicely with others, and the rest to end up in our miscellaneous cluster \u0747. As such, we expect even substantially larger datasets can be feasibly processed via our approach.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 434, |
| "end": 451, |
| "text": "(Figure 8 below)", |
| "ref_id": "FIGREF7" |
| }, |
| { |
| "start": 648, |
| "end": 664, |
| "text": "(Figure 9 below)", |
| "ref_id": "FIGREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Finally, there is a clear direction forward from this point, and that is towards the teacher himself. While we have presented evidence for the workings of our algorithmic approach, there are many questions as to how to best surface these capabilities to a human operator, ranging from how clusters and subclusters are displayed to how users provide feedback. Furthermore, users could provide other kinds of feedback such as moving items between clusters, allowing for the opportunity for relevance feedback; classifier uncertainty could be surfaced to the user, and active learning approaches could be used to ask the teacher for specific labels. We look forward to exploring this next set of human-computer interaction and interactive machine-learning challenges in our future work. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Transactions of the Association for Computational Linguistics, 1 (2013) 391-402. Action Editor: Rada Mihalcea.Submitted 5/2013; Published 10/2013. c 2013 Association for Computational Linguistics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "On asking people questions about what they are reading", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Richard", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "Barry" |
| ], |
| "last": "Anderson", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Biddle", |
| "suffix": "" |
| } |
| ], |
| "year": 1975, |
| "venue": "Psychology of Learning and Motivation", |
| "volume": "9", |
| "issue": "", |
| "pages": "90--132", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Richard C. Anderson and W. Barry Biddle. 1975. On ask- ing people questions about what they are reading. In G. Bower (Ed.) Psychology of Learning and Motiva- tion, 9: 90-132.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Automated Scoring of Short-Answer Open-Ended GRE Subject Test Items", |
| "authors": [ |
| { |
| "first": "Yigal", |
| "middle": [], |
| "last": "Attali", |
| "suffix": "" |
| }, |
| { |
| "first": "Don", |
| "middle": [], |
| "last": "Powers", |
| "suffix": "" |
| }, |
| { |
| "first": "Marshall", |
| "middle": [], |
| "last": "Freedman", |
| "suffix": "" |
| }, |
| { |
| "first": "Marissa", |
| "middle": [], |
| "last": "Harrison", |
| "suffix": "" |
| }, |
| { |
| "first": "Susan", |
| "middle": [], |
| "last": "Obetz", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "ETS GRE Board Research Report", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yigal Attali, Don Powers, Marshall Freedman, Marissa Harrison, and Susan Obetz. 2008. Automated Scoring of Short-Answer Open-Ended GRE Subject Test Items. ETS GRE Board Research Report No. 04-02. ETS RR-08-20.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Latent Dirichlet allocation", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Journal of Machine Learning", |
| "volume": "3", |
| "issue": "4-5", |
| "pages": "993--1022", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David M. Blei, Andrew Y. Ng, and Michael I. Jordan. 2003. Latent Dirichlet allocation. Journal of Machine Learning, 3(4-5): 993-1022.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Automated Essay Evaluation: The Criterion Online Writing Evaluation Service", |
| "authors": [ |
| { |
| "first": "Jill", |
| "middle": [], |
| "last": "Burstein", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| }, |
| { |
| "first": "Claudia", |
| "middle": [], |
| "last": "Leacock", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "AI Magazine", |
| "volume": "25", |
| "issue": "3", |
| "pages": "27--36", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jill Burstein, Martin Chodorow, and Claudia Leacock. 2004. Automated Essay Evaluation: The Criterion Online Writing Evaluation Service. AI Magazine, Vol. 25, No. 3, pp. 27-36", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A review of computer-assisted assessment", |
| "authors": [ |
| { |
| "first": "Gr\u00e1inne", |
| "middle": [], |
| "last": "Conole", |
| "suffix": "" |
| }, |
| { |
| "first": "Bill", |
| "middle": [], |
| "last": "Warburton", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "ALT-J, Research in Learning Technology", |
| "volume": "13", |
| "issue": "1", |
| "pages": "17--31", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gr\u00e1inne Conole and Bill Warburton. 2005. A review of computer-assisted assessment. ALT-J, Research in Learning Technology 13(1): 17-31.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "There's no confidence in multiplechoice testing", |
| "authors": [ |
| { |
| "first": "Phil", |
| "middle": [], |
| "last": "Davies", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "th International CAA Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "4--5", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Phil Davies. 2002. There's no confidence in multiple- choice testing, in: M. Danson (Ed.) 6 th International CAA Conference, Loughborough University, 4-5 July 2002.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Latent Semantic Analysis", |
| "authors": [ |
| { |
| "first": "Susan", |
| "middle": [ |
| "T" |
| ], |
| "last": "Dumais", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Annual Review of Information Science and Technology (ARIST)", |
| "volume": "38", |
| "issue": "", |
| "pages": "189--230", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Susan T. Dumais. 2004. Latent Semantic Analysis. In An- nual Review of Information Science and Technology (ARIST). 38(4): 189-230.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Short Answer Grading Using String Similarity and Corpus-Based Similarity", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Wael", |
| "suffix": "" |
| }, |
| { |
| "first": "Aly", |
| "middle": [ |
| "A" |
| ], |
| "last": "Gomaa", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Fahmy", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "In International Journal of Advanced Computer Science and Applications (IJACSA)", |
| "volume": "3", |
| "issue": "11", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wael H. Gomaa and Aly A. Fahmy. 2012. Short Answer Grading Using String Similarity and Corpus-Based Similarity. In International Journal of Advanced Com- puter Science and Applications (IJACSA), Vol. 3, No. 11, 2012.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Evaluating the Meaning of Answers to Reading Comprehension Questions: A Semantics-Based Approach", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Hahn", |
| "suffix": "" |
| }, |
| { |
| "first": "Detmar", |
| "middle": [], |
| "last": "Meurers", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 7th Workshop on Innovative Use of NLP for Building Educational Applications (BEA7)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Hahn and Detmar Meurers. 2012. Evaluating the Meaning of Answers to Reading Comprehension Questions: A Semantics-Based Approach. In Proceed- ings of the 7th Workshop on Innovative Use of NLP for Building Educational Applications (BEA7) . Asso- ciation for Computational Linguistics. Montreal, Can- ada.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "The Automated Student Assessment Prize Phase 2: Short Answer Scoring", |
| "authors": [], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "The Hewlett Foundation. 2012. The Automated Student Assessment Prize Phase 2: Short Answer Scoring. http://www.kaggle.com/c/asap-sas", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Examining the effects of flexible online exams on students' engagement in e-learning", |
| "authors": [ |
| { |
| "first": "Selcuk", |
| "middle": [], |
| "last": "Karaman", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Educational Research and Reviews", |
| "volume": "6", |
| "issue": "3", |
| "pages": "259--264", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Selcuk Karaman. Examining the effects of flexible online exams on students' engagement in e-learning. 2011. Educational Research and Reviews Vol. 6(3): 259- 264, March 2011", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The Critical Importance of Retrieval for Learning", |
| "authors": [ |
| { |
| "first": "Jeffrey", |
| "middle": [ |
| "D" |
| ], |
| "last": "Karpicke", |
| "suffix": "" |
| }, |
| { |
| "first": "Henry", |
| "middle": [ |
| "L" |
| ], |
| "last": "Roediger", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Science", |
| "volume": "319", |
| "issue": "", |
| "pages": "966--988", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jeffrey D. Karpicke and Henry L. Roediger. 2008. The Critical Importance of Retrieval for Learning. Science 319: 966-988.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Clustering by Means of Medoids", |
| "authors": [ |
| { |
| "first": "Leonard", |
| "middle": [], |
| "last": "Kaufman", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [ |
| "J" |
| ], |
| "last": "Rousseeuw", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Statistical Data Analysis Based on the L1-norm and Related Methods, Y. Dodge", |
| "volume": "", |
| "issue": "", |
| "pages": "405--416", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leonard Kaufman and Peter J. Rousseeuw. 1987. \"Clus- tering by Means of Medoids.\" In Statistical Data Analysis Based on the L1-norm and Related Methods, Y. Dodge, Ed., pp. 405-416. Elsevier, Amsterdam.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Finding Groups in Data: an Introduction to Cluster Analysis", |
| "authors": [ |
| { |
| "first": "Leonard", |
| "middle": [], |
| "last": "Kaufman", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [ |
| "J" |
| ], |
| "last": "Rousseeuw", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leonard Kaufman and Peter J. Rousseeuw. 1990. Find- ing Groups in Data: an Introduction to Cluster Anal- ysis. John Wiley and Sons, New York.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Testing Vocabulary Knowledge: Size, Strength, and Computer Adaptiveness", |
| "authors": [ |
| { |
| "first": "Batia", |
| "middle": [], |
| "last": "Laufer", |
| "suffix": "" |
| }, |
| { |
| "first": "Zahava", |
| "middle": [], |
| "last": "Goldstein", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Language Learning", |
| "volume": "54", |
| "issue": "", |
| "pages": "399--436", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Batia Laufer and Zahava Goldstein. 2004. Testing Vo- cabulary Knowledge: Size, Strength, and Computer Adaptiveness. Language Learning, 54: 399-436.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "C-rater: Automated Scoring of Short-Answer questions", |
| "authors": [ |
| { |
| "first": "Claudia", |
| "middle": [], |
| "last": "Leacock", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Computers and the Humanities", |
| "volume": "37", |
| "issue": "", |
| "pages": "389--405", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Claudia Leacock and Martin Chodorow. 2003. C-rater: Automated Scoring of Short-Answer questions. Com- puters and the Humanities, 37(4): 389-405.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Evaluating Answers to Reading Comprehension Questions in Context: Results for German and the Role of Information Structure", |
| "authors": [ |
| { |
| "first": "Detmar", |
| "middle": [], |
| "last": "Meurers", |
| "suffix": "" |
| }, |
| { |
| "first": "Ramon", |
| "middle": [], |
| "last": "Ziai", |
| "suffix": "" |
| }, |
| { |
| "first": "Niels", |
| "middle": [], |
| "last": "Ott", |
| "suffix": "" |
| }, |
| { |
| "first": "Janina", |
| "middle": [], |
| "last": "Kopp", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the TextInfer 2011 Workshop on Textual Entailment", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Detmar Meurers, Ramon Ziai, Niels Ott, and Janina Kopp. 2011. Evaluating Answers to Reading Compre- hension Questions in Context: Results for German and the Role of Information Structure. In Proceedings of the TextInfer 2011 Workshop on Textual Entailment, EMNLP 2011.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Towards robust computerized marking of free-text responses", |
| "authors": [ |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| }, |
| { |
| "first": "Terry", |
| "middle": [], |
| "last": "Russell", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Broomhead", |
| "suffix": "" |
| }, |
| { |
| "first": "Nicola", |
| "middle": [], |
| "last": "Aldridge", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the Sixth International Computer Assisted Assessment Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tom Mitchell, Terry Russell, Peter Broomhead, and Ni- cola Aldridge 2002 Towards robust computerized marking of free-text responses. In Proceedings of the Sixth International Computer Assisted Assessment Conference, Loughborough University, Loughbor- ough, UK.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Text-to-text semantic similarity for automatic short answer grading", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Mohler", |
| "suffix": "" |
| }, |
| { |
| "first": "Rada", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the European Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Mohler and Rada Mihalcea. 2009. Text-to-text semantic similarity for automatic short answer grad- ing. In Proceedings of the European Association for Computational Linguistics (EACL 2009). Athens, Greece.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Learning to Grade Short Answer Questions using Semantic Similarity Measures and Dependency Graph Alignments", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Mohler", |
| "suffix": "" |
| }, |
| { |
| "first": "Razvan", |
| "middle": [], |
| "last": "Bunescu", |
| "suffix": "" |
| }, |
| { |
| "first": "Rada", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Mohler, Razvan Bunescu, and Rada Mihalcea. 2011. Learning to Grade Short Answer Questions us- ing Semantic Similarity Measures and Dependency Graph Alignments. In Proceedings of the Association for Computational Linguistics (ACL). Portland, Ore- gon.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Recognizing entailment in intelligent tutoring systems", |
| "authors": [ |
| { |
| "first": "Rodney", |
| "middle": [ |
| "D" |
| ], |
| "last": "Nielsen", |
| "suffix": "" |
| }, |
| { |
| "first": "Wayne", |
| "middle": [], |
| "last": "Ward", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "H" |
| ], |
| "last": "Martin", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Natural Language Engineering", |
| "volume": "15", |
| "issue": "4", |
| "pages": "479--501", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rodney D. Nielsen, Wayne Ward and James H. Martin. 2009. Recognizing entailment in intelligent tutoring systems. Natural Language Engineering, 15(4):479- 501.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "An Algorithm for Suffix Stripping. Program: Electronic Library and Information Systems", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [ |
| "F" |
| ], |
| "last": "Porter", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "", |
| "volume": "14", |
| "issue": "", |
| "pages": "130--137", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael F. Porter. 1980. An Algorithm for Suffix Strip- ping. Program: Electronic Library and Information Systems, 14(3): 130-137.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Automatic Short Answer Marking", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [ |
| "G" |
| ], |
| "last": "Stephen", |
| "suffix": "" |
| }, |
| { |
| "first": "Jana", |
| "middle": [ |
| "Z" |
| ], |
| "last": "Pulman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Sukkarieh", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of Building Educational Applications using NLP, an ACL workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephen.G. Pulman and Jana Z. Sukkarieh. 2005. Auto- matic Short Answer Marking. In Proceedings of Building Educational Applications using NLP, an ACL workshop.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "MSR SPLAT, a language analysis toolkit", |
| "authors": [ |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Quirk", |
| "suffix": "" |
| }, |
| { |
| "first": "Pallavi", |
| "middle": [], |
| "last": "Choudhury", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Hisami", |
| "middle": [], |
| "last": "Suzuki", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Gamon", |
| "suffix": "" |
| }, |
| { |
| "first": "Wentau", |
| "middle": [], |
| "last": "Yih", |
| "suffix": "" |
| }, |
| { |
| "first": "Lucy", |
| "middle": [], |
| "last": "Vanderwende", |
| "suffix": "" |
| }, |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Cherry", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chris Quirk, Pallavi Choudhury, Jianfeng Gao, Hisami Suzuki, Kristina Toutanova, Michael Gamon, Wen- tau Yih, Lucy Vanderwende and Colin Cherry. 2012. MSR SPLAT, a language analysis toolkit. In Proceed- ings of NAACL 2012.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Optimizing retrieval as a learning event: When and why expanding retrieval practice enhances longterm retention", |
| "authors": [ |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Storm", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Bjork", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Storm", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Memory & Cognition", |
| "volume": "38", |
| "issue": "2", |
| "pages": "244--253", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Benjamin Storm, Robert Bjork, and Jennifer Storm. 2010. Optimizing retrieval as a learning event: When and why expanding retrieval practice enhances long- term retention. Memory & Cognition 2010, 38(2): 244-253.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "100 Civics Questions and Answers (English version)", |
| "authors": [ |
| { |
| "first": "U", |
| "middle": [ |
| "S" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "U.S. Citizenship and Immigration Services (USCIS). 2012. \"100 Civics Questions and Answers (English version).\" http://www.uscis.gov/USCIS/Office%20of %20Citizenship/Citizenship%20Resource%20Cen- ter%20Site/Publications/100q.pdf", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "CAA in UK HEIs: the state of the art", |
| "authors": [ |
| { |
| "first": "Bill", |
| "middle": [], |
| "last": "Warburton", |
| "suffix": "" |
| }, |
| { |
| "first": "Gr\u00e1inne", |
| "middle": [], |
| "last": "Conole", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "7th International CAA Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bill Warburton and Gr\u00e1inne Conole. 2003. CAA in UK HEIs: the state of the art, in: J. Christie (Ed.) 7th Inter- national CAA Conference, University of Loughbor- ough, 8-9 July 2003.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "ROC on the grouping task for LR trained on individual features as well as all features.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "text": "Modified algorithm for k-medoids clustering.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF3": { |
| "text": "Number of items left to grade or correct out of 698 after each macro user action for G1, question 4.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF4": { |
| "text": "Number of items left to grade or correct out of 698 after each macro user action for G2, question 13.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF6": { |
| "text": "A subcluster of student answers for question 3 exhibiting a consistent mode of misunderstanding.\"What did the Declaration of Independence do?\"\u2022 Set rules/rights so that the people have rights to stand up too \u2022 gaves everyone rights \u2022 Gave everyone rights.\u2022 Put our rights on paper.\u2022 Give rights to americans.\u2022 Entailed the Bill of Rights", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF7": { |
| "text": "Fraction of answers with no exact match from another student; each curve represents one question, and the x-axis represents the size of the answer set (i.e., class size). Each curve is averaged over 30 reshufflings of the answer set.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF8": { |
| "text": "Fraction of answers with no match from another student using the learned similarity metric; each curve represents one question, and the x-axis represents the size of the answer set (i.e., class size). Each curve is averaged over 30 reshufflings of the answer set.Sally Jordan and TomMitchell. 2009, e-Assessment for learning? The potential of short-answer free-text questions with tailored feedback. British Journal of", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "TABREF0": { |
| "num": null, |
| "content": "<table><tr><td/><td>Un-</td><td>Avg</td><td/><td/></tr><tr><td>Q#</td><td>ique</td><td colspan=\"2\">Len. Question</td><td/></tr><tr><td>1</td><td>57</td><td colspan=\"4\">3.3 What are the first ten amendments</td></tr><tr><td/><td/><td/><td colspan=\"3\">to the U.S. Constitution called?</td></tr><tr><td>2</td><td>132</td><td colspan=\"4\">3.2 What is one right or freedom from</td></tr><tr><td/><td/><td/><td colspan=\"3\">the First Amendment?</td></tr><tr><td>3</td><td>586</td><td colspan=\"4\">7.8 What did the Declaration of Inde-</td></tr><tr><td/><td/><td/><td colspan=\"2\">pendence do?</td></tr><tr><td>4</td><td>205</td><td colspan=\"4\">2.0 What is the economic system in</td></tr><tr><td/><td/><td/><td colspan=\"2\">the United States?</td></tr><tr><td>5</td><td>138</td><td colspan=\"4\">1.5 Name one of the three branches of</td></tr><tr><td/><td/><td/><td colspan=\"3\">the United States government.</td></tr><tr><td>6</td><td>219</td><td colspan=\"4\">2.8 Who or what makes federal (na-</td></tr><tr><td/><td/><td/><td colspan=\"3\">tional) laws in the US?</td></tr><tr><td>7</td><td>395</td><td colspan=\"4\">5.2 Why do some states have more</td></tr><tr><td/><td/><td/><td colspan=\"3\">Representatives than other states?</td></tr><tr><td>8</td><td>157</td><td colspan=\"4\">4.0 If both the President and the Vice-</td></tr><tr><td/><td/><td/><td colspan=\"3\">President can no longer serve, who</td></tr><tr><td/><td/><td/><td colspan=\"2\">becomes President?</td></tr><tr><td>13</td><td>367</td><td colspan=\"4\">4.2 What is one reason the original</td></tr><tr><td/><td/><td/><td colspan=\"3\">colonists came to America?</td></tr><tr><td>20</td><td>276</td><td colspan=\"3\">4.8 # Marked Correct by</td></tr><tr><td/><td/><td colspan=\"3\">Each Grader out of 698</td></tr><tr><td colspan=\"2\">Q#</td><td>1</td><td>2</td><td>3</td><td>Kappa</td></tr><tr><td>1</td><td/><td>651</td><td>652</td><td>651</td><td>0.992</td></tr><tr><td>2</td><td/><td>609</td><td>617</td><td>613</td><td>0.946</td></tr><tr><td>3</td><td/><td>587</td><td>587</td><td>492</td><td>0.574</td></tr><tr><td>4</td><td/><td>567</td><td>574</td><td>541</td><td>0.864</td></tr><tr><td>5</td><td/><td>655</td><td>668</td><td>658</td><td>0.831</td></tr><tr><td>6</td><td/><td>568</td><td>582</td><td>548</td><td>0.838</td></tr><tr><td>7</td><td/><td>645</td><td>649</td><td>652</td><td>0.854</td></tr><tr><td>8</td><td/><td>416</td><td>425</td><td>409</td><td>0.966</td></tr><tr><td colspan=\"2\">13</td><td>613</td><td>535</td><td>557</td><td>0.659</td></tr><tr><td colspan=\"2\">20</td><td>643</td><td>674</td><td>678</td><td>0.449</td></tr><tr><td colspan=\"6\">Table 2. Differences in graders' judgments and inter-an-</td></tr><tr><td/><td colspan=\"5\">notator agreement (Fleiss' Kappa).</td></tr></table>", |
| "html": null, |
| "type_str": "table", |
| "text": "Why does the flag have 13 stripes?Table 1. Subset of questions used for evaluating our method and data characteristics for the 698 responses." |
| } |
| } |
| } |
| } |