| { |
| "paper_id": "W05-0201", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T04:44:12.176834Z" |
| }, |
| "title": "Applications of Lexical Information for Algorithmically Composing Multiple-Choice Cloze Items", |
| "authors": [ |
| { |
| "first": "Chao-Lin", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Chun-Hung", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Zhao-Ming", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "\u2021zmgao@ntu.edu.tw" |
| }, |
| { |
| "first": "Shang-Ming", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We report experience in applying techniques for natural language processing to algorithmically generating test items for both reading and listening cloze items. We propose a word sense disambiguationbased method for locating sentences in which designated words carry specific senses, and apply a collocation-based method for selecting distractors that are necessary for multiple-choice cloze items. Experimental results indicate that our system was able to produce a usable item for every 1.6 items it returned. We also attempt to measure distance between sounds of words by considering phonetic features of the words. With the help of voice synthesizers, we were able to assist the task of composing listening cloze items. By providing both reading and listening cloze items, we would like to offer a somewhat adaptive system for assisting Taiwanese children in learning English vocabulary.", |
| "pdf_parse": { |
| "paper_id": "W05-0201", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We report experience in applying techniques for natural language processing to algorithmically generating test items for both reading and listening cloze items. We propose a word sense disambiguationbased method for locating sentences in which designated words carry specific senses, and apply a collocation-based method for selecting distractors that are necessary for multiple-choice cloze items. Experimental results indicate that our system was able to produce a usable item for every 1.6 items it returned. We also attempt to measure distance between sounds of words by considering phonetic features of the words. With the help of voice synthesizers, we were able to assist the task of composing listening cloze items. By providing both reading and listening cloze items, we would like to offer a somewhat adaptive system for assisting Taiwanese children in learning English vocabulary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Computer-assisted item generation (CAIG) allows the creation of large-scale item banks, and has attracted active study in the past decade Irvine and Kyllonen, 2002) . Applying techniques for natural language processing (NLP), CAIG offers the possibility of creating a large number of items of different challenging levels, thereby paving a way to make computers more adaptive to students of different competence. Moreover, with the proliferation of Web contents, one may search and sift online text files for candidate sentences, and come up with a list of candidate cloze items economically. This unleashes the topics of the test items from being confined by item creators' personal interests.", |
| "cite_spans": [ |
| { |
| "start": 138, |
| "end": 164, |
| "text": "Irvine and Kyllonen, 2002)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "NLP techniques serve to generate multiple-choice cloze items in different ways. (For brevity, we use cloze items or items for multiple-choice cloze items henceforth.) One may create sentences from scratch by applying template-based methods (Dennis et al., 2002) or more complex methods based on some predetermined principles . Others may take existing sentences from a corpus, and select those that meet the criteria for becoming test items. The former approach provides specific and potentially well-controlled test items at the costs of more complex systems than the latter, e.g., . Nevertheless, as the Web provides ample text files at our disposal, we may filter the text sources stringently for obtaining candidate test items of higher quality. Administrators can then select really usable items from these candidates at a relatively lower cost.", |
| "cite_spans": [ |
| { |
| "start": 240, |
| "end": 261, |
| "text": "(Dennis et al., 2002)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Some researchers have already applied NLP techniques to the generation of sentences for multiplechoice cloze items. Stevens (1991) employs the concepts of concordance and collocation for generating items with general corpora. Coniam (1997) relies on factors such as word frequencies in a tagged corpus for creating test items of particular types.", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 130, |
| "text": "Stevens (1991)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 226, |
| "end": 239, |
| "text": "Coniam (1997)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There are other advanced NLP techniques that may help to create test items of higher quality. For instance, many words in English may carry multiple senses, and test administrators usually want to test a particular usage of the word in an item. In this case, blindly applying a keyword matching method, such as a concordancer, may lead us to a list of irrelevant sentences that would demand a lot of postprocess- Figure 1 : A multiple-choice cloze item for English ing workload. In addition, composing a cloze item requires not just a useful sentence. Figure 1 shows a multiple-choice item, where we call the sentence with a gap the stem, the answer to the gap the key, and the other choices the distractors. Given a sentence, we still need distractors for a multiple-choice item. The selection of distractors affects the item facility and item discrimination of the cloze items (Poel and Weatherly, 1997) . Therefore, the selection of distractors calls for deliberate strategies, and simple considerations alone, such as word frequencies, may not satisfy the demands.", |
| "cite_spans": [ |
| { |
| "start": 879, |
| "end": 905, |
| "text": "(Poel and Weatherly, 1997)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 413, |
| "end": 421, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 552, |
| "end": 560, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To remedy these shortcomings, we employ the techniques for word sense disambiguation (WSD) for choosing sentences in which the keys carries specific senses, and utilize the techniques for computing collocations (Manning and Sch\u00fctze, 1999) for selecting distractors. Results of empirical evaluation show that our methods could create items of satisfactory quality, and we have actually used the generated cloze items in freshmen-level English classes.", |
| "cite_spans": [ |
| { |
| "start": 211, |
| "end": 238, |
| "text": "(Manning and Sch\u00fctze, 1999)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "For broadening the formats of cloze items, we also design software that assists teachers to create listening cloze items. After we defining a metric for measuring similarity between pronunciations of words, our system could choose distractors for listening cloze items. This addition opens a door to offering different challenging levels of cloze items.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We sketch the flow of the item generation process in Section 2, and explain the preparation of the source corpus in Section 3. In Section 4, we elaborate on the application of WSD to selecting sentences for cloze items, and, in Section 5, we delve into the application of collocations to distractor generation. Results of evaluating the created reading cloze items are presented in Section 6. We then outline methods for creating listening cloze items in Section 7 before making some concluding remarks. Tagged Corpus. Target-Dependent Item Requirements specify general principles that should be followed by all items for a particular test. For example, the number of words in cloze items for College Entrance Examinations in Taiwan (CEET) ranges between 6 and 28 , and one may want to follow this tradition in creating drill tests. Figure 3 shows the interface to the Item Specification. Through this interface, test administrators select the key for the desired cloze item, and specify part-of-speech and sense of the key that will be used in the item. Our system will attempt to create the requested number of items. After retrieving the target sentence, the Distractor Generator considers such constraining factors as word frequencies and collocations in selecting the distractors at the second step. Figure 4 shows a sample output for the specification shown in Figure 3 . Given the generated items, the administrator may choose and edit the items, and save the edited items into the item bank. It is possible to retrieve previously saved items from the item bank, and compile the items for different tests.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 833, |
| "end": 841, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 1305, |
| "end": 1313, |
| "text": "Figure 4", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 1367, |
| "end": 1375, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Employing a web crawler, we retrieve the contents of Taiwan Review <publish.gio.gov.tw>, Taiwan Journal <taiwanjournal.nat.gov.tw>, and China Post <www.chinapost.com.tw>. Currently, we have 127,471 sentences that consist of 2,771,503 words in 36,005 types in the corpus. We look for useful sentences from web pages that are encoded in the HTML format. We need to extract texts from the mixture of titles, main body of the reports, and multimedia contents, and then segment the extracted paragraphs into individual sentences. We segment sentences with the help of MXTERMINA-TOR (Reynar and Ratnaparkhi, 1997) . We then tokenize words in the sentences before assigning useful tags to the tokens.", |
| "cite_spans": [ |
| { |
| "start": 577, |
| "end": 607, |
| "text": "(Reynar and Ratnaparkhi, 1997)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Source Corpus and Lexicons", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We augment the text with an array of tags that facilitate cloze item generation. We assign tags of part-of-speech (POS) to the words with MXPOST that adopts the Penn Treebank tag set (Ratnaparkhi, 1996) . Based on the assigned POS tags, we annotate words with their lemmas. For instance, we annotate classified with classify and classified, respectively, when the original word has VBN and JJ as its POS tag. We also employ MINIPAR (Lin, 1998) to obtain the partial parses of sentences that we use extensively in our system. Words with direct relationships can be identified easily in the partially parsed trees, and we rely heavily on these relationships between words for WSD. For easy reference, we will call words that have direct syntactic relationship with a word W as W 's signal words or simply signals.", |
| "cite_spans": [ |
| { |
| "start": 183, |
| "end": 202, |
| "text": "(Ratnaparkhi, 1996)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 432, |
| "end": 443, |
| "text": "(Lin, 1998)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Source Corpus and Lexicons", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Since we focus on creating items for verbs, nouns, adjectives, and adverbs , we care about signals of words with these POS tags in sentences for disambiguating word senses. Specifically, the signals of a verb include its subject, object, and the adverbs that modify the verb. The signals of a noun include the adjectives that modify the noun and the verb that uses the noun as its object or predicate. For instance, in \"Jimmy builds a grand building.\", both \"build\" and \"grand\" are signals of \"building\". The signals of adjectives and adverbs include the words that they modify and the words that modify the adjectives and adverbs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Source Corpus and Lexicons", |
| "sec_num": "3" |
| }, |
| { |
| "text": "When we need lexical information about English words, we resort to electronic lexicons. We use WordNet <www.cogsci.princeton.edu/\u02dcwn/> when we need definitions and sample sentences of words for disambiguating word senses, and we employ HowNet <www.keenage.com> when we need information about classes of verbs, nouns, adjectives, and adverbs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Source Corpus and Lexicons", |
| "sec_num": "3" |
| }, |
| { |
| "text": "HowNet is a bilingual lexicon. An entry in HowNet includes slots for Chinese words, English words, POS information, etc. We rely heavily on the slot that records the semantic ingredients related to the word being defined. HowNet uses a limited set of words in the slot for semantic ingredient, and the leading ingredient in the slot is considered to be the most important one generally.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Source Corpus and Lexicons", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The sentence retriever in Figure 2 extracts qualified sentences from the corpus. A sentence must contain the desired key of the requested POS to be considered as a candidate target sentence. Having identified such a candidate sentence, the item generator needs to determine whether the sense of the key also meets the requirement. We conduct this WSD task based on an extended notion of selectional preferences.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 26, |
| "end": 34, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Target Sentence Retriever", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Selectional preferences generally refer to the phenomenon that, under normal circumstances, some verbs constrain the meanings of other words in a sentence (Manning and Sch\u00fctze, 1999; Resnik, 1997) . We can extend this notion to the relationships between a word of interest and its signals, with the help of HowNet. Let w be the word of interest, and \u03c0 be the first listed class, in HowNet, of a signal word that has the syntactic relationship \u00b5 with w. We define the strength of the association of w and \u03c0 as follows:", |
| "cite_spans": [ |
| { |
| "start": 155, |
| "end": 182, |
| "text": "(Manning and Sch\u00fctze, 1999;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 183, |
| "end": 196, |
| "text": "Resnik, 1997)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extended Selectional Preferences", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "A \u00b5 (w, \u03c0) = Pr \u00b5 (w, \u03c0) Pr \u00b5 (w) ,", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Extended Selectional Preferences", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "where Pr \u00b5 (w) is the probability of w participating in the \u00b5 relationship, and Pr \u00b5 (w, \u03c0) is the probability that both w and \u03c0 participate in the \u00b5 relationship.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extended Selectional Preferences", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We employ the generalized selectional preferences to determine the sense of a polysemous word in a sentence. Consider the task of determining the sense of \"spend\" in the candidate target sentence \"They say film makers don't spend enough time developing a good story.\" The word \"spend\" has two possible meanings in WordNet.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "1. (99) spend, pass -(pass (time) in a specific way; \"How are you spending your summer vacation?\") 2. (36) spend, expend, drop -(pay out; \"I spend all my money in two days.\")", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Each definition of the possible senses include (1) the head words that summarize the intended meaning and (2) a sample sentence for sense. When we work on the disambiguation of a word, we do not consider the word itself as a head word in the following discussion. Hence, \"spend\" has one head word, i.e., \"pass\", in the first sense and two head words, i.e., \"extend\" and \"drop\", in the second sense.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "An intuitive method for determining the meaning of \"spend\" in the target sentence is to replace \"spend\" with its head words in the target sentence. The head words of the correct sense should go with the target sentence better than head words of other senses. This intuition leads to the a part of the scores for senses, i.e., S t that we present shortly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In addition, we can compare the similarity of the contexts of \"spend\" in the target sentence and sample sentences, where context refers to the classes of the signals of the word being disambiguated. For the current example, we can check whether the subject and object of \"spend\" in the target sentence have the same classes as the subjects and objects of \"spend\" in the sample sentences. The sense whose sample sentence offers a more similar context for \"spend\" in the target sentence receives a higher score. This intuition leads to the other part of the scores for senses, i.e., S s that we present below.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Assume that the key w has n senses. Let \u0398 = {\u03b8 1 , \u03b8 2 , \u2022 \u2022 \u2022 , \u03b8 n } be the set of senses of w. Assume that sense \u03b8 j of word w has m j head words in Word-Net. (Note that we do not consider w as its own head word.) We use the set", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "\u039b j = {\u03bb j,1 , \u03bb j,2 , \u2022 \u2022 \u2022 , \u03bb j,m j }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "to denote the set of head words that WordNet provides for sense \u03b8 j of word w.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "When we use the partial parser to parse the target sentence T for a key, we obtain information about the signal words of the key. Moreover, for each of these signals, we look up their classes in HowNet, and adopt the first listed class for each of the signals when the signal covers multiple classes. Assume that there are \u00b5(T ) signals for the key w in a sentence T . We use the set \u03a8(T, w) = {\u03c8 1,T , \u03c8 2,T , \u2022 \u2022 \u2022 , \u03c8 \u00b5(T ),T } to denote the set of signals for w in T . Correspondingly, we use \u03c5 j,T to denote the syntactic relationship between w and \u03c8 j,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "T in T , use \u03a5(T, w) = {\u03c5 1,T , \u03c5 2,T , \u2022 \u2022 \u2022 , \u03c5 \u00b5(T ),T }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "for the set of relationships between signals in \u03a8(T, w) and w, use \u03c0 j,T for the class of \u03c8 j,T , and use", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "\u03a0(T, w) = {\u03c0 1,T , \u03c0 2,T , \u2022 \u2022 \u2022 , \u03c0 \u00b5(T ),T } for the set of classes of the signals in \u03a8(T, w).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Equation 2measures the average strength of association of the head words of a sense with signals of the key in T , so we use (2) as a part of the score for w to take the sense \u03b8 j in the target sentence T . Note that both the strength of association and S t fall in the range of", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "[0,1]. S t (\u03b8 j |w, T ) = 1 m j m j k=1 1 \u00b5(T ) \u00b5(T ) l=1 A \u00b5 l,T (\u03bb j,k , \u03c0 l,T ) (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In 2, we have assumed that the signal words are not polysemous. If they are polysemous, we assume that each of the candidate sense of the signal words are equally possible, and employ a slightly more complicated formula for (2). This assumption may introduce errors into our decisions, but relieves us from the needs to disambiguate the signal words in the first place .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Since WordNet provides sample sentences for important words, we also use the degrees of similarity between the sample sentences and the target sentence to disambiguate the word senses of the key word in the target sentence. Let T and S be the target sentence of w and a sample sentence of sense \u03b8 j of w, respectively. We compute this part of score, S s , for \u03b8 j using the following three-step procedure. If there are multiple sample sentences for a given sense, say \u03b8 j of w, we will compute the score in (3) for each sample sentence of \u03b8 j , and use the average score as the final score for \u03b8 j .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "1. Compute signals of the key and their relationships with the key in the target and sample sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "\u03a8(T, w) = {\u03c8 1,T , \u03c8 2,T , \u2022 \u2022 \u2022 , \u03c8 \u00b5(T ),T }, \u03a5(T, w) = {\u03c5 1,T , \u03c5 2,T , \u2022 \u2022 \u2022 , \u03c5 \u00b5(T ),T }, \u03a8(S, w) = {\u03c8 1,S , \u03c8 2,S , \u2022 \u2022 \u2022 , \u03c8 \u00b5(S),S },", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "\u03a5(S, w) = {\u03c5 1,S , \u03c5 2,S , \u2022 \u2022 \u2022 , \u03c5 \u00b5(S),S } 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "We look for \u03c8 j,T and \u03c8 k,S such that \u03c5 j,T = \u03c5 k,S , and then check whether \u03c0 j,T = \u03c0 k,S . Namely, for each signal of the key in T , we check the signals of the key in S for matching syntactic relationships and word classes, and record the counts of matched relationship in M (\u03b8 j , T ) . 3. The following score measures the proportion of matched relationships among all relationships between the key and its signals in the target sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "S s (\u03b8 j |w, T ) = M (\u03b8 j , T ) \u00b5(T )", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "The score for w to take sense \u03b8 j in a target sentence T is the sum of S t (\u03b8 j |w, T ) defined in (2) and S s (\u03b8 j |w, T ) defined in (3), so the sense of w in T will be set to the sense defined in (4) when the score exceeds a selected threshold. When the sum of S t (\u03b8 j |w, T ) and S s (\u03b8 j |w, T ) is smaller than the threshold, we avoid making arbitrary decisions about the word senses. We discuss and illustrate effects of choosing different thresholds in Section 6.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "arg max \u03b8 j \u2208\u0398 S t (\u03b8 j |w, T ) + S s (\u03b8 j |w, T )", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "Procedure for computing S s (\u03b8 j |w, T )", |
| "sec_num": null |
| }, |
| { |
| "text": "Distractors in multiple-choice items influence the possibility of making lucky guesses to the answers. Should we use extremely impossible distractors in the items, examinees may be able to identify the correct answers without really knowing the keys. Hence, we need to choose distractors that appear to fit the gap, and must avoid having multiple answers to items in a typical cloze test at the same time. There are some conceivable principles and alternatives that are easy to implement and follow. Antonyms of the key are choices that average examinees will identify and ignore. The part-of-speech tags of the distractors should be the same as the key in the target sentence. We may also take cultural background into consideration. Students in Taiwan tend to associate English vocabularies with their Chinese translations. Although this learning strategy works most of the time, students may find it difficult to differentiate English words that have very similar Chinese translations. Hence, a culturedependent strategy is to use English words that have similar Chinese translations with the key as the distractors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distractor Generation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "To generate distractors systematically, we employ ranks of word frequencies for selecting distractors (Poel and Weatherly, 1997) . Assume that we are generating an item for a key whose part-of-speech is \u03c1, that there are n word types whose part-ofspeech may be \u03c1 in the dictionary, and that the rank of frequency of the key among these n types is m. We randomly select words that rank in the range [m\u2212n/10, m+n/10] among these n types as candidate distractors. These distractors are then screened by their fitness into the target sentence, where fitness is defined based on the concept of collocations of word classes, defined in HowNet, of the distractors and other words in the stem of the target sentence.", |
| "cite_spans": [ |
| { |
| "start": 102, |
| "end": 128, |
| "text": "(Poel and Weatherly, 1997)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distractor Generation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Recall that we have marked words in the corpus with their signals in Section 3. The words that have more signals in a sentence usually contribute more to the meaning of the sentence, so should play a more important role in the selection of distractors. Since we do not really look into the semantics of the target sentences, a relatively safer method for selecting distractors is to choose those words that seldom collocate with important words in the target sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distractor Generation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Let T = {t 1 , t 2 , \u2022 \u2022 \u2022 , t n } denote the set of words in the target sentence. We select a set T \u2282 T such that each t i \u2208 T has two or more signals in T and is a verb, noun, adjective, or adverb. Let \u03ba be the first listed class, in HowNet, of the candidate distractor, and \u2135 = {\u03c4 i |\u03c4 i is the first listed class of a t i \u2208 T }. The fitness of a candidate distractor is defined in (5).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distractor Generation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u22121 |\u2135| \u03c4 i \u2208\u2135 log Pr(\u03ba, \u03c4 i ) Pr(\u03ba) Pr(\u03c4 i )", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Distractor Generation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The candidate whose score is better than 0.3 will be admitted as a distractor. Pr(\u03ba) and Pr(\u03c4 i ) are the probabilities that each word class appears individually in the corpus, and Pr(\u03ba, \u03c4 i ) is the probability that the two classes appear in the same sentence. Operational definitions of these probabilities are provided in . The term in the summation is a pointwise mutual information, and measures how often the classes \u03ba and \u03c4 i collocate in the corpus. We negate the averaged sum so that classes that seldom collocate receive higher scores. We set the threshold to 0.3, based on statistics of (5) that are observed from the cloze items used in the 1992-2003 CEET.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distractor Generation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "6 Evaluations and Applications", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distractor Generation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Different approaches to WSD were evaluated in different setups, and a very wide range of accuracies in [40%, 90%] were reported (Resnik, 1997; Wilks and Stevenson, 1997) . Objective comparisons need to be carried out on a common test environment like SEN-SEVAL, so we choose to present only our results. We arbitrarily chose, respectively, 50, 50, 30, and 30 sentences that contained polysemous verbs, nouns, adjectives, and adverbs for disambiguation. Table 1 shows the percentage of correctly disambiguated words in these 160 samples.", |
| "cite_spans": [ |
| { |
| "start": 128, |
| "end": 142, |
| "text": "(Resnik, 1997;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 143, |
| "end": 169, |
| "text": "Wilks and Stevenson, 1997)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 453, |
| "end": 460, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "The baseline column shows the resulting accuracy when we directly use the most frequent sense, recorded in WordNet, for the polysemous words. The rightmost two columns show the resulting accuracy when we used different thresholds for applying (4). As we noted in Section 4.2, our system selected fewer sentences when we increased the threshold, so the selected threshold affected the performance. A larger threshold led to higher accuracy, but increased the rejection rate at the same time. Since the corpus can be extended to include more and more sentences, we afford to care about the accuracy more than the rejection rate of the sentence retriever.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We note that not every sense of all words have sample sentences in the WordNet. When a sense does not have any sample sentence, this sense will receive no credit, i.e., 0, for S s . Consequently, our current reliance on sample sentences in Word- Net makes us discriminate against senses that do not have sample sentences. This is an obvious drawback in our current design, but the problem is not really detrimental and unsolvable. There are usually sample sentences for important and commonly-used senses of polysemous words, so the discrimination problem does not happen frequently. When we do want to avoid this problem once and for all, we can customize WordNet by adding sample sentences to all senses of important words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We asked the item generator to create 200 items in the evaluation. To mimic the distribution over keys of the cloze items that were used in CEET, we used 77, 62, 35, and 26 items for verbs, nouns, adjectives, and adverbs, respectively, in the evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cloze Item Generation", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "In the evaluation, we requested one item at a time, and examined whether the sense and part-of-speech of the key in the generated item really met the requests. The threshold for using (4) to disambiguate word sense was set to 0.7. Results of this experiment, shown in Table 2 , do not differ significantly from those reported in Table 1 . For all four major classes of cloze items, our system was able to return a correct sentence for less than every 2 items it generated. In addition, we checked the quality of the distractors, and marked those items that permitted unique answers as good items. Table 3 shows that our system was able to create items with unique answers for another 200 items most of the time. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 268, |
| "end": 275, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 329, |
| "end": 336, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| }, |
| { |
| "start": 597, |
| "end": 604, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cloze Item Generation", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "We have used the generated items in real tests in a freshman-level English class at National Chengchi University, and have integrated the reported item generator in a Web-based system for learning English. In this system, we have two major subsystems: the authoring and the assessment subsystems. Using the authoring subsystem, test administrators may select items from the interface shown in Figure 4 , save the selected items to an item bank, edit the items, including their stems if necessary, and finalize the selection of the items for a particular examination. Using the assessment subsystem, students answer the test items via the Internet, and can receive grades immediately if the administrators choose to do so. The answers of students are recorded for student modelling and analysis of the item facility and the item discrimination.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 393, |
| "end": 401, |
| "text": "Figure 4", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "More Applications", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "We apply the same infrastructure for generating reading cloze items, shown in Figure 2 , for the generation of listening cloze items (Huang et al., 2005) . Due to the educational styles in Taiwan, students generally find it more difficult to comprehend messages by listening than by reading. Hence, we can regard listening cloze tests as an advanced format of reading cloze tests. Having constructed a database of sentences, we can extract sentences that contain the key for which the test administrator would like to have a listening cloze, and employ voice synthesizers to create the necessary recordings. Figure 5 shows an interface through which administrators choose and edit sentences for listening cloze items. Notice that we employ the concept that is related to ordinary concordance in arranging the extracted sentences. By defining a metric for measuring similarity between sounds, we can put sentences that have similar phonetic contexts around the key near each other. We hope this would better help teachers in selecting sentences by this rudimentary Figure 6 shows the most simple format of listening cloze items. In this format, students click on the options, listen to the recorded sounds, and choose the option that fit the gap. The item shown in this figure is very similar to that shown in Figure 1 , except that students read and hear the options. From this most primitive format, we can image and implement other more challenging formats. For instance, we can replace the stem, currently in printed form in Figure 6 , into clickable links, demanding students to hear the stem rather than reading the stem. A middle ground between this more challenging format and the original format in the figure is to allow the gap to cover more words in the original sentence. This would require the students to listen to a longer stream of sound, so can be a task more challenging than the original test. In addition to controlling the lengths of the answer voices, we can try to modulate the speed that the voices are replayed. Moreover, for multiple-word listening cloze, we may try to find word sequences that sound similar to the answer sequence to control the difficulty of the test item.", |
| "cite_spans": [ |
| { |
| "start": 133, |
| "end": 153, |
| "text": "(Huang et al., 2005)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 78, |
| "end": 86, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 608, |
| "end": 616, |
| "text": "Figure 5", |
| "ref_id": "FIGREF3" |
| }, |
| { |
| "start": 1064, |
| "end": 1072, |
| "text": "Figure 6", |
| "ref_id": "FIGREF4" |
| }, |
| { |
| "start": 1309, |
| "end": 1317, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 1528, |
| "end": 1536, |
| "text": "Figure 6", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Generating Listening Cloze Items", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Defining a metric for measuring similarity between two recordings is the key to support the aforementioned functions. In (Huang et al., 2005) , we consider such features of phonemes as place and manner of pronunciation in calculating the similarity between sounds. Using this metric we choose as distractors those sounds of words that have similar pronunciation with the key of the listening cloze. We have to define the distance between each phoneme so that we could employ the minimal-edit-distance algorithm for computing the distance between the sounds of different words.", |
| "cite_spans": [ |
| { |
| "start": 121, |
| "end": 141, |
| "text": "(Huang et al., 2005)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating Listening Cloze Items", |
| "sec_num": "7" |
| }, |
| { |
| "text": "We believe that NLP techniques can play an important role in computer assisted language learning, and this belief is supported by papers in this workshop and the literature. What we have just explored is limited to the composition of cloze items for English vocabulary. With the assistance of WSD techniques, our system was able to identify sentences that were qualified as candidate cloze items 65% of the time. Considering both word frequencies and collocation, our system recommended distractors for cloze items, resulting in items that had unique answers 90% of the time. In addition to assisting the composition of cloze items in the printed format, our system is also capable of helping the composition of listening cloze items. The current system considers features of phonemes in computing distances between pronunciations of different word strings.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concluding Remarks", |
| "sec_num": "8" |
| }, |
| { |
| "text": "We imagine that NLP and other software techniques could empower us to create cloze items for a wide range of applications. We could control the formats, contents, and timing of the presented material to manipulate the challenging levels of the test items. As we have indicated in Section 7, cloze items in the listening format are harder than comparable items in the printed format. We can also control when and what the students can hear to fine tune the difficulties of the listening cloze items.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concluding Remarks", |
| "sec_num": "8" |
| }, |
| { |
| "text": "We must admit, however, that we do not have sufficient domain knowledge in how human learn languages. Consequently, tools offered by computing technologies that appear attractive to computer scientists or computational linguists might not provide effective assistance for language learning or diagnosis. Though we have begun to study item comparison from a mathematical viewpoint (Liu, 2005) , the current results are far from being practical. Expertise in psycholinguistics may offer a better guidance on our system design, we suppose.", |
| "cite_spans": [ |
| { |
| "start": 380, |
| "end": 391, |
| "text": "(Liu, 2005)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concluding Remarks", |
| "sec_num": "8" |
| }, |
| { |
| "text": "A portion of results reported in this paper will be expanded inHuang et al., 2005).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank anonymous reviewers for their invaluable comments on a previous version of this report. We will respond to some suggestions that we do not have space to do so in this report in the workshop. This research was supported in part by Grants 93-2213-E-004-004 and 93-2411-H-002-013 from the National Science Council of Taiwan.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A preliminary inquiry into using corpus word frequency data in the automatic generation of English language cloze tests", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Coniam", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Computer Assisted Language Instruction Consortium", |
| "volume": "16", |
| "issue": "2-4", |
| "pages": "15--33", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Coniam. 1997. A preliminary inquiry into using corpus word frequency data in the automatic generation of English language cloze tests. Computer Assisted Language Instruc- tion Consortium, 16(2-4):15-33.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Automatic item generation via frame semantics", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Deane", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Sheehan", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Deane and K. Sheehan. 2003. Automatic item gen- eration via frame semantics. Education Testing Service: http://www.ets.org/research/dload/ncme03-deane.pdf.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Approaches to modeling item-generative tests", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Dennis", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Handley", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Bradon", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Nestead", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Item generation for test development", |
| "volume": "", |
| "issue": "", |
| "pages": "53--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "I. Dennis, S. Handley, P. Bradon, J. Evans, and S. Nestead. 2002. Approaches to modeling item-generative tests. In Item generation for test development (Irvine and Kyllonen, 2002), pages 53-72.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Computerassisted item generation for listening cloze tests and dictation practice in English", |
| "authors": [ |
| { |
| "first": "S.-M", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "C.-L", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Z.-M", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of the 4th Int. Conf. on Webbased Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S.-M. Huang, C.-L. Liu, and Z.-M. Gao. 2005. Computer- assisted item generation for listening cloze tests and dictation practice in English. In Proc. of the 4th Int. Conf. on Web- based Learning. to appear.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Item Generation for Test Development", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "H" |
| ], |
| "last": "Irvine", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "C" |
| ], |
| "last": "Kyllonen", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. H. Irvine and P. C. Kyllonen, editors. 2002. Item Genera- tion for Test Development. Lawrence Erlbaum Associates, Mahwah, NJ.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Dependency-based evaluation of MINIPAR", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of the Workshop on the Evaluation of Parsing Systems in the 1st Int. Conf. on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Lin. 1998. Dependency-based evaluation of MINIPAR. In Proc. of the Workshop on the Evaluation of Parsing Systems in the 1st Int. Conf. on Language Resources and Evaluation.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Using lexical constraints for enhancing computer-generated multiplechoice cloze items", |
| "authors": [ |
| { |
| "first": "C.-L", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "C.-H", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Z.-M", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Int. J. of Computational Linguistics and Chinese Language Processing", |
| "volume": "10", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C.-L. Liu, C.-H. Wang, and Z.-M. Gao. 2005. Using lexi- cal constraints for enhancing computer-generated multiple- choice cloze items. Int. J. of Computational Linguistics and Chinese Language Processing, 10:to appear.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Using mutual information for adaptive item comparison and student assessment", |
| "authors": [ |
| { |
| "first": "C.-L", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "J. of Educational Technology & Society", |
| "volume": "8", |
| "issue": "4", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C.-L. Liu. 2005. Using mutual information for adaptive item comparison and student assessment. J. of Educational Tech- nology & Society, 8(4):to appear.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Foundations of Statistical Natural Language Processing", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. D. Manning and H. Sch\u00fctze. 1999. Foundations of Statisti- cal Natural Language Processing. MIT Press, Cambridge.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A cloze look at placement testing", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "J" |
| ], |
| "last": "Poel", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "D" |
| ], |
| "last": "Weatherly", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Shiken: JALT (Japanese Assoc. for Language Teaching) Testing & Evaluation SIG Newsletter", |
| "volume": "1", |
| "issue": "", |
| "pages": "4--10", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. J. Poel and S. D. Weatherly. 1997. A cloze look at place- ment testing. Shiken: JALT (Japanese Assoc. for Language Teaching) Testing & Evaluation SIG Newsletter, 1(1):4-10.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "A maximum entropy part-of-speech tagger", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ratnaparkhi", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proc. of the Conf. on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "133--142", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Ratnaparkhi. 1996. A maximum entropy part-of-speech tag- ger. In Proc. of the Conf. on Empirical Methods in Natural Language Processing, pages 133-142.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Selectional preference and sense disambiguation", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proc. of the Applied NLP Workshop on Tagging Text with Lexical Semantics: Why, What and How", |
| "volume": "", |
| "issue": "", |
| "pages": "52--57", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Resnik. 1997. Selectional preference and sense disambigua- tion. In Proc. of the Applied NLP Workshop on Tagging Text with Lexical Semantics: Why, What and How, pages 52-57.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "A maximum entropy approach to identifying sentence boundaries", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "C" |
| ], |
| "last": "Reynar", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ratnaparkhi", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proc. of the Conf. on Applied Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "16--19", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. C. Reynar and A. Ratnaparkhi. 1997. A maximum entropy approach to identifying sentence boundaries. In Proc. of the Conf. on Applied Natural Language Processing, pages 16- 19.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A partially automated system for generating passage-based multiple-choice verbal reasoning items", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [ |
| "M" |
| ], |
| "last": "Sheehan", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Deane", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Kostin", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. M. Sheehan, P. Deane, and I. Kostin. 2003. A partially auto- mated system for generating passage-based multiple-choice verbal reasoning items. Paper presented at the Nat'l Council on Measurement in Education Annual Meeting.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Classroom concordancing: vocabulary materials derived from relevant authentic text. English for Specific Purposes", |
| "authors": [ |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Stevens", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "", |
| "volume": "10", |
| "issue": "", |
| "pages": "35--46", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "V. Stevens. 1991. Classroom concordancing: vocabulary ma- terials derived from relevant authentic text. English for Spe- cific Purposes, 10(1):35-46.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Combining independent knowledge sources for word sense disambiguation", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Wilks", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proc. of the Conf. on Recent Advances in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1--7", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Wilks and M. Stevenson. 1997. Combining independent knowledge sources for word sense disambiguation. In Proc. of the Conf. on Recent Advances in Natural Language Pro- cessing, pages 1-7.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "type_str": "figure", |
| "text": "shows major steps for creating cloze items. Constrained by test administrator's specifications and domain dependent requirements, the Sentence Retriever chooses a candidate sentence from the Main components of our item generator", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "num": null, |
| "type_str": "figure", |
| "text": "Interface for specifying cloze items", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "num": null, |
| "type_str": "figure", |
| "text": "An output afterFigure 3", |
| "uris": null |
| }, |
| "FIGREF3": { |
| "num": null, |
| "type_str": "figure", |
| "text": "A phonetic concordancer", |
| "uris": null |
| }, |
| "FIGREF4": { |
| "num": null, |
| "type_str": "figure", |
| "text": "The most simple form of listening cloze clustering of sentences.", |
| "uris": null |
| }, |
| "TABREF0": { |
| "text": "Accuracy of WSD", |
| "html": null, |
| "content": "<table><tr><td>POS</td><td>baseline</td><td colspan=\"2\">threshold=0.4 threshold=0.7</td></tr><tr><td colspan=\"4\">verb 38.0%(19/50) 57.1%(16/28) 68.4%(13/19)</td></tr><tr><td colspan=\"4\">noun 34.0%(17/50) 63.3%(19/30) 71.4%(15/21)</td></tr><tr><td>adj.</td><td>26.7%(8/30)</td><td>55.6%(10/18)</td><td>60.0%(6/10)</td></tr><tr><td>adv.</td><td colspan=\"2\">36.7%(11/30) 52.4%(11/21)</td><td>58.3%(7/12)</td></tr></table>", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF1": { |
| "text": "Correctness of the generated sentences", |
| "html": null, |
| "content": "<table><tr><td colspan=\"3\">POS of the key # of items % of correct sentences</td></tr><tr><td>verb</td><td>77</td><td>66.2%</td></tr><tr><td>noun</td><td>62</td><td>69.4%</td></tr><tr><td>adjective</td><td>35</td><td>60.0%</td></tr><tr><td>adverb</td><td>26</td><td>61.5%</td></tr><tr><td/><td>overall</td><td>65.5%</td></tr></table>", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF2": { |
| "text": "", |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"2\">: Uniqueness of answers</td><td/></tr><tr><td colspan=\"4\">item category key's POS number of items results</td></tr><tr><td/><td>verb</td><td>64</td><td>90.6%</td></tr><tr><td/><td>noun</td><td>57</td><td>94.7%</td></tr><tr><td>cloze</td><td>adjective</td><td>46</td><td>93.5%</td></tr><tr><td/><td>adverb</td><td>33</td><td>84.8%</td></tr><tr><td/><td/><td>overall</td><td>91.5%</td></tr></table>", |
| "num": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |