| { |
| "paper_id": "Y06-1004", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:34:03.167750Z" |
| }, |
| "title": "Enhancing Automatic Chinese Essay Scoring System from Figures-of-Speech", |
| "authors": [ |
| { |
| "first": "Tao-Hsing", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Taiwan Normal University", |
| "location": { |
| "postCode": "10610", |
| "settlement": "Taipei", |
| "country": "Taiwan" |
| } |
| }, |
| "email": "thchang@cis.nctu.edu.tw" |
| }, |
| { |
| "first": "Chia-Hoang", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Chiao Tung University", |
| "location": { |
| "postCode": "30010", |
| "settlement": "Hsinchu", |
| "country": "Taiwan" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Yu-Ming", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Chiao Tung University", |
| "location": { |
| "postCode": "30010", |
| "settlement": "Hsinchu", |
| "country": "Taiwan" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Chinese automated essay scoring (CAES) is a very important tool for many educational researches. However, none of the methods for retrieving features in English essays is applicable to Chinese writings because Chinese grammar parsers cannot produce reliable and useful syntactic features. CAES systems must explore other distinct features in Chinese writing. This paper proposes a method for retrieving two Chinese figures-of-speech from essays and to predict the scores of essays based on the two skills used in the essays. A scoring model based on ID3 decision tree algorithm will validate and show that the proposed method increases the performance of CAES effectively.", |
| "pdf_parse": { |
| "paper_id": "Y06-1004", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Chinese automated essay scoring (CAES) is a very important tool for many educational researches. However, none of the methods for retrieving features in English essays is applicable to Chinese writings because Chinese grammar parsers cannot produce reliable and useful syntactic features. CAES systems must explore other distinct features in Chinese writing. This paper proposes a method for retrieving two Chinese figures-of-speech from essays and to predict the scores of essays based on the two skills used in the essays. A scoring model based on ID3 decision tree algorithm will validate and show that the proposed method increases the performance of CAES effectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Automated essay scoring (AES) in Chinese is a very important tool for such educational researches as curriculum and instruction, psychometrics, and educational testing. The studies on above domains usually use large writing samples to analyze the relationship between the score and the writer of an essay. The task, requiring many certified raters or experts, is very costly and time consuming and therefore impedes the development of many important and interesting studies on these domains. It is evident and urgent to develop theories and techniques for machine to automatically grade essays. Many studies ( [1] , [2] , [3] , [4] , and [5] ) for AES in English have been proposed and successfully applied to business products because of breakthrough in the field of natural language processing and information retrieval [6] . These approaches mainly contain three phases: retrieving the features of essays, modeling the associations between the score and the features in essays, and constructing a model for predicting essay scores using machine-learning methods. However, none of the methods for retrieving features in English essays is applicable to Chinese writings. This is due to a loose and ambiguous definition of Chinese sentence. Furthermore, current Chinese grammar parsers cannot produce reliable and useful syntactic features due to its low precision rates. Hence, the technique for developing CAES systems must explore other distinct features in Chinese writings.", |
| "cite_spans": [ |
| { |
| "start": 610, |
| "end": 613, |
| "text": "[1]", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 616, |
| "end": 619, |
| "text": "[2]", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 622, |
| "end": 625, |
| "text": "[3]", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 628, |
| "end": 631, |
| "text": "[4]", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 638, |
| "end": 641, |
| "text": "[5]", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 822, |
| "end": 825, |
| "text": "[6]", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Many studies for Chinese writing skills indicate that usage of figures-of-speech affects the score of an essay greatly [7] . It is interesting to note that there are three characteristics in figures-of-speech which can be used to facilitate CAES to better score Chinese essays. First, it is a writing skill beyond the beginners and requires extensive training. Essays containing figures-of-speech usually score better grades. Second, some subcategories of figures-of-speech are only dependent on both the arrangement of part-of-speech in sentences and the number of words. These subcategories are not related to the semantics of sentences and become feasible to extract. Third, most of figures-of-speech appear in intrasentence or among few sentences. Hence, the features are not rare. This paper will focus on \"pi-yu\" (\u8b6c\u55bb) and \"pai-bi\" (\u6392\u6bd4), two Chinese figures-of-speech. These two subcategories of figures-of-speech often appear in the essays written by well-disciplined students. The purpose of this paper is to develop and design a method for retrieving the two Chinese figures-of-speech from essays and to predict the scores of essays based on the two skills used in the essays. A scoring model based on ID3 decision tree algorithm will validate and show that the proposed method increases the performance of CAES effectively.", |
| "cite_spans": [ |
| { |
| "start": 119, |
| "end": 122, |
| "text": "[7]", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In the rest of the paper, Section 2 reviews some related studies. Section 3 discusses the proposed method in detail. Section 4 introduces ID3 decision tree algorithm briefly. Section 5 shows the experimental results of the method on real data. Section 6 gives a conclusion and discusses future works.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Such automated essay scoring systems as PEG [1] , IEA [2] , TCT [3] , e-rater [4] , and IntelliMetric [5] for English have been proposed and worked well in the past. Recent studies ([6] , [8] , [9] , and [10] ) focus on comparison and evaluation of the performances of these systems. These systems, in general, consist of several modules for retrieving various features from essays. For example, e-rater, which has been used for analytical writing assessment (AWA) in Graduate Management Admissions Test (GMAT), consists of three modules: syntactic, discourse and topic analysis. E-rater extracts features and uses a forwardentry stepwise linear regression method for scoring essays. Another famous AES system Intelligent Essay Assessor (IEA) also comprises three modules: content, style and mechanics. The performances of these systems are satisfactory and close to that of manual scoring. Most of these techniques, however, are not adequate for Chinese essay scoring system due to the lack of grammar parsers for Chinese language. Ko [7] notes that the usage of figures-of-speech in Chinese essays is an important factor in essay scoring. Many studies ( [11] , [12] , and [13] ) have proposed various definitions and classifications for figures-of-speech \"pi-yu\" and \"pai-bi\" in Chinese articles. Although definitions are varied, the manifestations of the figures-of-speech are similar to each other. These observations indicate that it is feasible to extract figures-of-speech \"pi-yu\" and \"pai-bi\" from essays.", |
| "cite_spans": [ |
| { |
| "start": 44, |
| "end": 47, |
| "text": "[1]", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 54, |
| "end": 57, |
| "text": "[2]", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 64, |
| "end": 67, |
| "text": "[3]", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 78, |
| "end": 81, |
| "text": "[4]", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 102, |
| "end": 105, |
| "text": "[5]", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 181, |
| "end": 185, |
| "text": "([6]", |
| "ref_id": null |
| }, |
| { |
| "start": 188, |
| "end": 191, |
| "text": "[8]", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 194, |
| "end": 197, |
| "text": "[9]", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 204, |
| "end": 208, |
| "text": "[10]", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 1036, |
| "end": 1039, |
| "text": "[7]", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 1156, |
| "end": 1160, |
| "text": "[11]", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 1163, |
| "end": 1167, |
| "text": "[12]", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 1174, |
| "end": 1178, |
| "text": "[13]", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Works", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Huang [14] notes that ten syntactic rules for Chinese figures-of-speech are all included in the textbooks of elementary schools, but Chen's experiments [15] show that the literary \"pi-yu\" is not used as often as the basic \"pi-yu\" in sixth grade students' Chinese essays. Some studies indicate that average students still need to practice the usage of figures-of-speech. Furthermore, [16] and [17] state that students' writing skills can be enhanced when they practice or study the usage of figures-of-speech.", |
| "cite_spans": [ |
| { |
| "start": 6, |
| "end": 10, |
| "text": "[14]", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 152, |
| "end": 156, |
| "text": "[15]", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 383, |
| "end": 387, |
| "text": "[16]", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 392, |
| "end": 396, |
| "text": "[17]", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Works", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Figures-of-speech \"Pi-yu\" and \"Pai-bi\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3", |
| "sec_num": null |
| }, |
| { |
| "text": "Our proposed method is based on two assumptions. First, the writers who use figures-of-speech in essays possess better writing skills. Second, a better writer will use an advanced representation of familiar figure-of-speech skills in essays among many alternatives. Subsection 3.1 discusses the advanced representation of figure-of-speech \"pi-yu\". Subsections 3.2 and 3.3 present the method for retrieving \"pi-yu\" and \"pai-bi\", respectively. Since there is no space between Chinese words, words should first be extracted and tagged. Many studies for Chinese word segmentation and tagging have been proposed. Sinica Autotag will be used in the paper for such preprocessing as word segmentation and part-of-speech tagging. In addition, although comma in Chinese functions as both comma and period in English, the issue of ambiguity does not influence the performance of our method. In brief, this paper treats a Chinese character sequence ended with comma, period, interrogation, exclamation and semicolon as a sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3", |
| "sec_num": null |
| }, |
| { |
| "text": "Figure-of-speech \"pi-yu\" makes a comparison between two unlike elements having at least one quality or characteristics in common. There are mainly four subcategories in \"pi-yu\": \"ming-yu\" (\u660e\u55bb), \"anyu\" (\u6697\u55bb), \"jie-yu\" (\u501f\u8aed) and \"lue-yu\" (\u7565\u55bb). \"Ming-yu\" and \"an-yu\" comprises three elements:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building Sets of Connectives and Literary Connectives", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "tenor, connective and vehicle. For example, in sentence \"the campus is similar to a market on recess\" (\u4e0b\u8ab2\u6642\u6821\u5712\u5c31\u50cf\u83dc\u5e02\u5834), words \"campus\", \"similar\" and \"market\" stand for respectively the tenor, connective and vehicle. \"Ming-yu\" and \"an-yu\" are both similar to simile in English, but \"ming-yu\" differs from \"an-yu\" in the degree of relationship between tenor and vehicle using different connectives. Because \"ming-yu\" and \"an-yu\" occur in essays with specific patterns, this paper only discusses the two subcategories of \"pi-yu\". Connectives are significant identifiers for retrieving the pattern of \"pi-yu\". Based on our observations, the parts-of-speech of connectives could be classified into classificatory verbs and conjunctives, respectively denoted as VG and Caa in [18] . For example, words \"\u8b8a\u6210\" and \"\u597d\u50cf\", which are respectively synonymous to word \"become\" and \"like\", are classificatory verbs. Words \"\u8ddf\" (as) and \"\u548c\" (as) are conjunctives. Since the classificatory verbs and conjunctives contain very few words in Sinica CKIP lexicon, experts can manually select qualified connectives.", |
| "cite_spans": [ |
| { |
| "start": 767, |
| "end": 771, |
| "text": "[18]", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building Sets of Connectives and Literary Connectives", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Some of the connectives, e.g. word \"\u5982\" (similar), almost do not appear in low-score essays, but occur in high-score essays frequently. These connectives, denoted as literary connectives, are found to be seldom used in colloquialism. Based on our observations, literary connectives should be useful for essay scoring.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building Sets of Connectives and Literary Connectives", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Formula (1) is used to retrieve literary connectives from training data. First essays in training data are divided into a subset of high-score essays and a subset of low-score essays. A literary connective w is defined to satisfy the following condition:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building Sets of Connectives and Literary Connectives", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "( ) ( ) ( ) Hf w Hf w Lf w \u03b2 \u2265 + (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building Sets of Connectives and Literary Connectives", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where Hf(w) represents the numbers of the occurrence of w in the high-score subset, Lf(w) represents that in the low-score subset, \u03b2 represents a threshold ranged from 0.5 to 1. The higher \u03b2 value is used, the more discriminatory power the connective has. However, it will result in a small number of literary connectives. Based on our experience from experiments, the best choice of \u03b2 is 0.6.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building Sets of Connectives and Literary Connectives", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The appearance of connectives can identify two patterns of figure-of-speech \"pi-yu\". The first pattern comprises \"noun+connective+noun\" in single sentence. For instance, the sentence below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Retrieving Figure-of-speech \"Pi-yu\"", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u9019\u6642\u5019 \u5b78\u6821 \u8b8a\u6210\u4e86 \u4e00\u500b \u5608\u96dc\u7684 \u83dc\u5e02\u5834 now Campus become a noisy market (Campus becomes a noisy market now.) contains the sequence \"campus+become+market\" which matches the pattern \"noun+connective+noun\". Formula (2) describes the rule for the first pattern in detail:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Retrieving Figure-of-speech \"Pi-yu\"", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "> (Na | Nb | Nca | Ncb) > Connective > (Na | Nb | Nca | Ncb) >", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Retrieving Figure-of-speech \"Pi-yu\"", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where symbol \">\" represents several words or no word, symbol \"|\" represents logical operator \"OR\". Parts-of-speech Na, Nb, Nca, Ncb represent general noun, proper noun, proper place noun and general place noun, respectively. The second pattern comprises either \"connective+adjective+noun\" or \"connective+noun+adjective\" in a single sentence. In addition, it should satisfy two conditions: (i) there is no noun before the connective, (ii) the preceding sentence ends with comma and contains a noun. For example, considering the two adjacent sentences: \u6821\u5712 \u5145\u6eff \u4ea4\u8ac7\u7684 \u8072\u97f3\uff0c\u5c31 \u5982 \u83dc\u5e02\u5834 \u822c \u71b1\u9b27\u975e\u51e1\u3002 Campus fill conversation voice as market boisterous (Campus fills with conversation voice, just as a boisterous market.) in which the preceding sentence end with comma and includes noun \"campus\", and the succeeding sentence includes pattern \"connective+noun+adjective\" corresponding to the sequence \"as+market+boisterous\" and there is no noun before the connective. Formula (3) describes the rule of the pattern in detail: > Noun > \uff0c> Connective > ((Adjective > Noun) | (Noun > Adjective)) >", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Retrieving Figure-of-speech \"Pi-yu\"", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where the definitions of symbols \">\" and \"|\" are the same as that in formula (2), \"Noun\" represents the component (Na | Nb | Nca | Ncb) in formula (2), \"Adjective\" represents a word whose part-of-speech is denoted as VH or A in [18] . Both rules for \"pi-yu\" in our proposed method effectively conform to the theoretical structure consisting of tenor, connective, and vehicle. Rule (2) often appears in English sentences and short Chinese sentences. Rule (3) is a mutation of rule (2) where tenor and vehicle appears on different sentences. This is needed because of elaborated description for the tenor and vehicle.", |
| "cite_spans": [ |
| { |
| "start": 228, |
| "end": 232, |
| "text": "[18]", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Retrieving Figure-of-speech \"Pi-yu\"", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Figure-of-speech \"pai-bi\" uses two sentences or sets of sentences, of which the syntactic structure is similar to each other, to express two concepts of the same property and domain. For example, both sentences \"\u6253\u7403 \u7684 \u6253\u7403\u3001\u6563\u6b65 \u7684 \u6563\u6b65\" (Players are playing, walkers are walking.) describe actions in campus using three words and the same syntactic structure: verb following noun. Our proposed method identifies the two single sentences as using the writing skill \"pai-bi\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Retrieving Figure-of-speech \"Pai-bi\"", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The following criterion is used to identify if \"pai-bi\" appears in the essay. If two sentences appearing in a small segment of content contain the same number of words and the same part-of-speech sequence, then the \"pai-bi\" is considered to occur. For example, in the four serial sentences \"\u5230\u64cd\u5834\u8d70\u8d70\uff0c\u53ef\u4ee5 \u770b\u5230\u6709\u4eba\u60a0\u9592\u7684\u6162\u8dd1\uff1b\u5230\u5408\u4f5c\u793e\u770b\u770b\uff0c\u53ef\u4ee5\u770b\u5230\u6709\u4eba\u760b\u72c2\u7684\u6436\u8cfc\u3002\" (Some guys are running leisurely on field; some guys are shopping irrationally on snack bar.), the word segmentation and partof-speech tagging for the first and third sentence is as follows.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Retrieving Figure-of-speech \"Pai-bi\"", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Both sentences consist of three words and the same parts-of-speech of the words. In particular, a preposition, general place noun and verb are in the sequence. Our method hence identifies the occurrence of \"pai-bi\" in the four serial sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u5230(P) \u64cd\u5834(Ncb) \u8d70\u8d70(VA) \u5230(P) \u5408\u4f5c\u793e(Ncb) \u770b\u770b(VA)", |
| "sec_num": null |
| }, |
| { |
| "text": "The above example actually shows the delicate aspect of \"pai-bi\" where the first and the third constitute a usage while the second and fourth also constitute another usage of \"pai-bi\". This is an advanced usage of \"pai-bi\" and is not considered in this study due to its rare occurrence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u5230(P) \u64cd\u5834(Ncb) \u8d70\u8d70(VA) \u5230(P) \u5408\u4f5c\u793e(Ncb) \u770b\u770b(VA)", |
| "sec_num": null |
| }, |
| { |
| "text": "ID3 algorithm makes use of a set of training examples, which consist of several attributes and a target attribute, to construct a decision tree. The decision tree is used to predict the value of target attribute for a new unseen example. To construct a decision tree, it first searches for an attribute which can best classify the training examples as the root of the decision tree. Next, it creates several branches according to different values of the attribute associated with the root. Each child of the root now contains a different subset of the training examples. Finally, it iteratively constructs a decision tree for the child node. Together, it forms the decision tree of the ID3 algorithm. Table 1. Examples for constructing ID3 decision tree d1 d2 d3 d4 d5 d6 d7 d8 d9 a1 0 0 1 1 0 0 0 1 1 a2 2 1 2 0 0 0 0 1 1 a3 4 3 1 1 2 3 4 4 0 a4 1 0 1 1 0 0 0 0 ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 701, |
| "end": 911, |
| "text": "Table 1. Examples for constructing ID3 decision tree d1 d2 d3 d4 d5 d6 d7 d8 d9 a1 0 0 1 1 0 0 0 1 1 a2 2 1 2 0 0 0 0 1 1 a3 4 3 1 1 2 3 4 4 0 a4 1 0 1 1 0 0 0 0", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Scoring with ID3 Decision Tree Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "1 g H H H L L L L L H", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scoring with ID3 Decision Tree Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "It is evident that decision tree algorithm can be used for the application area of scoring essays system. A set of essays can be regarded as the training examples while the score of the essays as the target attribute, the features of essays as other attributes. Table 1 shows 9 essays, denoted as d1, d2, \u2026, d9 with four attributes, denoted as a1, a2, a3 and a4, and a target attribute g. The target attribute g has two values: one is high score denoted as H and the other one is low score denoted as L. Figure 1 shows the decision tree constructed from the training examples of the nine essays. Table 1 ID3 algorithm uses the entropy measure of a set to select the best attribute for the classification in the algorithm. For details, the readers are referred to [19] .", |
| "cite_spans": [ |
| { |
| "start": 763, |
| "end": 767, |
| "text": "[19]", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 262, |
| "end": 269, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 504, |
| "end": 512, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 596, |
| "end": 603, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Scoring with ID3 Decision Tree Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Experimental corpus consists of 693 essays written by students from eighth grade. The theme of the essays is defined as \"Recess at School\". The score of each essay ranges from one point to six point where a higher point represents a higher quality. The score of an essay is obtained by averaging the scores from two or three teachers. The numbers of essays corresponding to different score in the ranges of 1-6 are 40, 166, 234, 177, 70 and 6, respectively. For each experiment, we randomly select three datasets of the size 197, 197 and 299 from the corpus as the training examples, validation examples and testing examples, respectively. Table 2 shows how figures-of-speech affect the scores of essays. Row 1 in Table 2 shows the ratios of essays to all of the essays in the corpus under different scores. Row 2 shows the ratios of the essays to all of the essays containing the usage of \"pai-bi\" under different scores. Row 3 shows the ratios of the essays to all of the essays containing the usage of \"pi-yu\" under different scores. Row 4 shows the ratios of the essays to all of the essays containing the usage of literary \"pi-yu\" under different scores. The different distribution or spread of the ratios shows that the usage of figure-of-speech in fact affects the score of the essays.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 640, |
| "end": 647, |
| "text": "Table 2", |
| "ref_id": "TABREF0" |
| }, |
| { |
| "start": 714, |
| "end": 721, |
| "text": "Table 2", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The total ratios in the expanded column of higher score for row 2, 3 and 4 are 0.57, 0.55 and 0.80 respectively while the total ratios for row 1 are 0.37. It shows that the essays using figure-of-speech increase the odds to obtain higher scores. Further, the data from row 2, 3 and 4 shows that the odds are increased if the advanced skill of figure-of-speech is used. In other words, graders tend to grade essays containing advanced writing skills to higher score against common skills. Table 3 shows that the performance of CAES can be increased by using figure-of speech proposed in our method. The column of \"accurate rate\" in Table 3 is defined as the ratio of essays in which the score graded by machine and that of the grader is less than one, to all of the essays in the test data. The column of \"exact rate\" represents the number of the essays, in which the scores graded by machine matches that by human, to all of essays in testing set. The column of \"baseline\" represents the performance of the decision tree based only on such surface features as the numbers of words, adjectives and idioms. If \"pi-yu\" is used as a feature of ID3 decision tree, the accurate and exact rates of scoring essays increases 8% and 12%. If literary \"pi-yu\" is used as a feature of ID3 decision tree, the accurate and exact rates of scoring essays increases 9% and 14%. If literary \"pai-bi\" is used as a feature of ID3 decision tree, the accurate rate of scoring essays remains steady but the exact rate increases 20%. It shows that any solo usage of figures-of-speech can increase the performance of CAES. Furthermore, if all of three features are used, the accurate and exact rates of scoring essays increase 13% and 19%. The experimental results show that the performance of our proposed method is very close to that of manual grading.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 488, |
| "end": 495, |
| "text": "Table 3", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 631, |
| "end": 638, |
| "text": "Table 3", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Relationship Between Score and Figure-of-speech", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "This paper proposed using figures-of-speech \"pi-yu\" and \"pai-bi\" as the features of ID3 for scoring essays. It also presents a method for retrieving figures-of-speech \"pi-yu\" and \"pai-bi\" from essays. Two advantages are observed in the proposed method. First, the experimental results clearly show that the proposed method increases the accuracy of CAES. Second, the representations of figure-of-speech skills are direct features in essays which human raters also use. Since the direct features represent writer's ability, the scoring model using these features can effectively avoid the bias introduced in surface features. Moreover, the evaluation of using the direct features in essays can be used as feedback and suggestion for improving writing skills.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussions and Future Works", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Since the patterns identified by the proposed method are not exclusive, further works should be explored in the future. First of all, other patterns of \"pi-yu\" and \"pai-bi\" which machine can extract should be examined from the context of linguistics. Moreover, the representation of some figures-ofspeech refers to the semantics and concept of words and sentences. It is necessary to develop methods for retrieving semantic patterns of figures-of-speech. Finally, the psychological progress of writers using figures-of-speech should also be analyzed. Such study will not only increase the performance of essay scoring, but also will be useful for developing the e-learning of writing skills.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussions and Future Works", |
| "sec_num": "6" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "Acknowledgments. This work was supported in part by the Center for Research on Educational Evaluation and Development, National Taiwan Normal University, Taiwan, under Grant 95E0012-A-05.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "acknowledgement", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Computer Grading of Student Prose Using Modern Concepts and Software", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "B" |
| ], |
| "last": "Page", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "J. of Experimental Education", |
| "volume": "67", |
| "issue": "", |
| "pages": "127--142", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Page, E.B.: Computer Grading of Student Prose Using Modern Concepts and Software. J. of Experimental Education. 67 (1994) 127-142", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The Intelligent Essay Assessor", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "K" |
| ], |
| "last": "Landauer", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Laham", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "W" |
| ], |
| "last": "Foltz", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "IEEE Intelligent System", |
| "volume": "15", |
| "issue": "", |
| "pages": "27--31", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Landauer, T.K., Laham, D., Foltz, P.W.: The Intelligent Essay Assessor. IEEE Intelligent System, 15 (2000) 27- 31", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A Text Categorization Approach to Automated Essay Grading", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "S" |
| ], |
| "last": "Larkey", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "B" |
| ], |
| "last": "Croft", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "55--69", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Larkey, L.S., Croft, W.B.: A Text Categorization Approach to Automated Essay Grading. Automated Essay Scoring: A Cross-Disciplinary Perspective. Lawrence Erlbaum Associates Inc. Mahwah New Jersey (2003) 55- 69", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Automated Scoring Using A Hybrid Feature Identification Technique", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Burstein", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Kukich", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Wolff", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Lut", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Braden-Harder", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Dee Harri", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of the 36 th Annual Meeting of the Association of Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "206--210", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Burstein, J., Kukich, K., Wolff, S., Lut, C., Chodorow, M., Braden-Harder, L., Dee Harri, M.: Automated Scoring Using A Hybrid Feature Identification Technique. Proc. of the 36 th Annual Meeting of the Association of Computational Linguistics. Montreal, Canada. (1998) 206-210", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "IntelliMetric: From Here to Validity", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "M" |
| ], |
| "last": "Elliot", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. of the Annual Meeting of the American Educational Research Association", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Elliot, S.M.: IntelliMetric: From Here to Validity. Proc. of the Annual Meeting of the American Educational Research Association (2001) Seattle, WA, USA", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The Debate on Automated Essay Grading", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hearst", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "IEEE Intelligent Systems", |
| "volume": "15", |
| "issue": "5", |
| "pages": "22--37", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hearst, M.: The Debate on Automated Essay Grading. IEEE Intelligent Systems, 15:5 (2003) 22-37", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The Evaluation Criteria of Expository and Narrative Writings", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [ |
| "W" |
| ], |
| "last": "Ko", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "J. of Chinese Language Teaching", |
| "volume": "1", |
| "issue": "2", |
| "pages": "15--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ko, H.W.: The Evaluation Criteria of Expository and Narrative Writings. J. of Chinese Language Teaching. 1:2 (2004) 15-32", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Automated Essay Scoring: A Cross-Disciplinary Perspective", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "D" |
| ], |
| "last": "Shermis", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "C" |
| ], |
| "last": "Burstein", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shermis, M.D., Burstein, J.C. (Eds): Automated Essay Scoring: A Cross-Disciplinary Perspective. Lawrence Erlbaum Associates Inc. Mahwah New Jersey (2003)", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "An overview of current research on automated essay grading", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Valenti", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Neri", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Cucchiarelli", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "J. of Information Technology Education", |
| "volume": "2", |
| "issue": "", |
| "pages": "319--330", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Valenti, S., Neri, F., Cucchiarelli, A.: An overview of current research on automated essay grading. J. of Information Technology Education. 2 (2003) 319-330", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Automated Essay Scoring", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Dikli", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Turkish Online J. of Distance Education", |
| "volume": "7", |
| "issue": "1", |
| "pages": "49--62", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "DIKLI, S.: Automated Essay Scoring. Turkish Online J. of Distance Education 7:1 (2006) 49-62", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Figure-of-speech \"Pai-bi\" (I). Chinese Language Monthly", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "C" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "491", |
| "issue": "", |
| "pages": "19--24", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Huang, L.C.: Figure-of-speech \"Pai-bi\" (I). Chinese Language Monthly. 491 (1998) 19-24", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Rhetoric Theory and Writing Teaching", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Tsai", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Newsletter for Teaching the Humanities and Social Sciences", |
| "volume": "9", |
| "issue": "3", |
| "pages": "52--62", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tsai, T.Y.: Rhetoric Theory and Writing Teaching. Newsletter for Teaching the Humanities and Social Sciences 9:3 (1998) 52-62", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Figures-of-speech \"pi-yu\", \"bi-ni\" and \"zhuan-hua", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "F" |
| ], |
| "last": "Tsai", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "World of Chinese Language and Literature", |
| "volume": "16", |
| "issue": "", |
| "pages": "81--87", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tsai, M.F.: Figures-of-speech \"pi-yu\", \"bi-ni\" and \"zhuan-hua\", World of Chinese Language and Literature. 16:9 (2001) 81-87", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Ten Figures-of-Speech Instruction Using Syntax. Elementary Education Century", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "T" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "215", |
| "issue": "", |
| "pages": "79--88", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Huang, T.T.: Ten Figures-of-Speech Instruction Using Syntax. Elementary Education Century. 215 (2005) 79- 88", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Analysis of Students Use Figure-of-speech \"Pi-yu. Newsletter for Languages and Literature Education", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [ |
| "J" |
| ], |
| "last": "Chen", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "", |
| "volume": "15", |
| "issue": "", |
| "pages": "48--55", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, H.J.: Analysis of Students Use Figure-of-speech \"Pi-yu. Newsletter for Languages and Literature Education. 15 (1997) 48-55", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A Study on Procedural Knowledge Learning for Mandarin Rhetoric Teaching", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "C" |
| ], |
| "last": "Chen", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, C.C.: A Study on Procedural Knowledge Learning for Mandarin Rhetoric Teaching. Master Thesis, Graduate Institute of Taiwan Languages and Language Education, National Hsinchu University of Education, Hsinchu, Taiwan. (2004)", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "The Effect of Reading-and-Writing Rhetoric Instructive Method on the Ability of Elementary Students' Writing Rhetoric Manner", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hsu", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "C" |
| ], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proc. of Conf. on Children's Languages and Literature Education", |
| "volume": "", |
| "issue": "", |
| "pages": "341--362", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hsu, H.J., Wang, C.C.: The Effect of Reading-and-Writing Rhetoric Instructive Method on the Ability of Elementary Students' Writing Rhetoric Manner. Proc. of Conf. on Children's Languages and Literature Education. Taitung, Taiwan. (1999) 341-362", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "CKIP: Chinese Part-of-speech Analysis", |
| "authors": [], |
| "year": 1993, |
| "venue": "Academia Sinica", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "CKIP: Chinese Part-of-speech Analysis. Technical Report 93-05, Academia Sinica, Taipei (1993)", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Induction of Decision Tree", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Quinlan", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Machine Learning", |
| "volume": "1", |
| "issue": "", |
| "pages": "81--106", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Quinlan, J.R.: Induction of Decision Tree, Machine Learning. 1:1 (1986) 81-106", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "The decision tree constructed from", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "TABREF0": { |
| "html": null, |
| "text": "The distributions of the ratios of essays to all of the essays", |
| "content": "<table><tr><td/><td/><td colspan=\"2\">Lower score</td><td/><td colspan=\"2\">Higher score</td></tr><tr><td/><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td></tr><tr><td>Rates of essays in corpus</td><td>0.06</td><td>0.24</td><td>0.34</td><td>0.26</td><td>0.10</td><td>0.01</td></tr><tr><td>Rates of essays containing \"pai-bi\"</td><td>0.02</td><td>0.15</td><td>0.25</td><td>0.42</td><td>0.13</td><td>0.02</td></tr><tr><td>Rates of essays containing \"pi-yu\"</td><td>0.01</td><td>0.18</td><td>0.26</td><td>0.34</td><td>0.19</td><td>0.02</td></tr><tr><td>Rates of essays containing literary \"pi-yu\"</td><td>0.00</td><td>0.08</td><td>0.13</td><td>0.41</td><td>0.37</td><td>0.02</td></tr></table>", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF1": { |
| "html": null, |
| "text": "The accurate and exact rates of CAES using different features", |
| "content": "<table><tr><td/><td colspan=\"2\">Accurate rate</td><td colspan=\"2\">Exact rate</td></tr><tr><td>Features in essays</td><td>baseline</td><td>containing feature</td><td>baseline</td><td>containing feature</td></tr><tr><td>\"Pai-bi\"</td><td>0.83</td><td>0.83</td><td>0.30</td><td>0.50</td></tr><tr><td>\"Pi-yu</td><td>0.75</td><td>0.83</td><td>0.28</td><td>0.40</td></tr><tr><td>Literary \"pi-yu\"</td><td>0.76</td><td>0.85</td><td>0.29</td><td>0.45</td></tr><tr><td>All</td><td>0.78</td><td>0.91</td><td>0.29</td><td>0.48</td></tr></table>", |
| "num": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |