| { |
| "paper_id": "Y09-1020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:43:30.595333Z" |
| }, |
| "title": "Multi-Task Learning in Conditional Random Fields for Chunking in Shallow Semantic Parsing", |
| "authors": [ |
| { |
| "first": "Saike", |
| "middle": [], |
| "last": "He", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Bejing University of Posts and Telecommunications", |
| "location": { |
| "postCode": "100876", |
| "settlement": "Beijing", |
| "country": "P.R.China" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Xiaojie", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Bejing University of Posts and Telecommunications", |
| "location": { |
| "postCode": "100876", |
| "settlement": "Beijing", |
| "country": "P.R.China" |
| } |
| }, |
| "email": "xjwang@bupt.edu.cn" |
| }, |
| { |
| "first": "Yuan", |
| "middle": [], |
| "last": "Dong", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Bejing University of Posts and Telecommunications", |
| "location": { |
| "postCode": "100876", |
| "settlement": "Beijing", |
| "country": "P.R.China" |
| } |
| }, |
| "email": "yuandong@orange-ftgroup.com" |
| }, |
| { |
| "first": "Taozheng", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Bejing University of Posts and Telecommunications", |
| "location": { |
| "postCode": "100876", |
| "settlement": "Beijing", |
| "country": "P.R.China" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Xue", |
| "middle": [], |
| "last": "Bai", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Bejing University of Posts and Telecommunications", |
| "location": { |
| "postCode": "100876", |
| "settlement": "Beijing", |
| "country": "P.R.China" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Alternating Structure Optimization (ASO) is a recently proposed linear Multitask Learning algorithm. Although its effective has been verified in both semi-supervised as well as supervised methods, yet they necessitate taking external resource as a prerequisite. Therefore, feasibility of employing ASO to further improve the performance merely rests on the labeled data on hand proves to be a task deserving close scrutiny. Catering to this challenging while untapped problem, this paper presents a novel application of ASO to the subtask of Shallow Semantic Parsing: Chunking. Our experiments on Chinese Treebank 5.0 present promising result in chunk analysis, and the error rate is reduced by 5.72%, proposing a profound way to further improve the performance.", |
| "pdf_parse": { |
| "paper_id": "Y09-1020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Alternating Structure Optimization (ASO) is a recently proposed linear Multitask Learning algorithm. Although its effective has been verified in both semi-supervised as well as supervised methods, yet they necessitate taking external resource as a prerequisite. Therefore, feasibility of employing ASO to further improve the performance merely rests on the labeled data on hand proves to be a task deserving close scrutiny. Catering to this challenging while untapped problem, this paper presents a novel application of ASO to the subtask of Shallow Semantic Parsing: Chunking. Our experiments on Chinese Treebank 5.0 present promising result in chunk analysis, and the error rate is reduced by 5.72%, proposing a profound way to further improve the performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Semantic parsing of text corpora is needed to support tasks such as information extraction and question-answering. In particular, shallow semantic parsing focuses on identifying the semantic roles of the arguments of a verb (or any predicate) rather than parsing the whole sentence in detail.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Traditional shallow semantic parsing systems for chunk analysis (Kudoh and Matsumoto, 2001; Zhan etal., 2002) , which employ machine learning method, focus on the selection of features and their variety combinations to train a statistical model (Carreras and Marquez, 2005) . However, we usually have no idea of what a good model is like, neither do we know which features to select. Fortunately, Multi-task Learning (MTL) provides us with a substantial solution to work out this nontrivial problem (Caruana, 1997; Ben-David and Schuller, 2003; Evgeniou and Pontil, 2004; Miccheli and Pontil, 2005; Maurer, 2006) . Multi-task Learning is an approach to inductive transfer that emphasizes learning multiple tasks in parallel while using a shared representation, so that what is learned by all tasks is available to the target task.", |
| "cite_spans": [ |
| { |
| "start": 64, |
| "end": 91, |
| "text": "(Kudoh and Matsumoto, 2001;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 92, |
| "end": 109, |
| "text": "Zhan etal., 2002)", |
| "ref_id": null |
| }, |
| { |
| "start": 245, |
| "end": 273, |
| "text": "(Carreras and Marquez, 2005)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 499, |
| "end": 514, |
| "text": "(Caruana, 1997;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 515, |
| "end": 544, |
| "text": "Ben-David and Schuller, 2003;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 545, |
| "end": 571, |
| "text": "Evgeniou and Pontil, 2004;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 572, |
| "end": 598, |
| "text": "Miccheli and Pontil, 2005;", |
| "ref_id": null |
| }, |
| { |
| "start": 599, |
| "end": 612, |
| "text": "Maurer, 2006)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Alternating Structure Optimization (ASO) algorithm ) is a linear method based on such idea with the shared representation projected as a low-dimensional projection matrix shared by all related tasks. In supervised learning applications, large amount of unlabeled data is readily available, while labeled data are costly to obtain. Therefore, (Ando and Zhang, 2005b) employs ASO in semi-supervised method and seeks to discover shared predictive structures through jointly learning multiple classification problems on unlabeled data. As adequate unlabeled data is involved, promising result achieved.", |
| "cite_spans": [ |
| { |
| "start": 342, |
| "end": 365, |
| "text": "(Ando and Zhang, 2005b)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Based on the consideration of huge resource consumption in (Ando and Zhang, 2005b) and the availability of large human-labeled corpora such as PropBank (Palmer et al., 2005) and FrameNet (Baker et al., 1998) , (Liu and Ng, 2007) utilizes labeled data to train ASO classifier, reasonably promising performance is obtained with comparably less additional labeled corpora.", |
| "cite_spans": [ |
| { |
| "start": 59, |
| "end": 82, |
| "text": "(Ando and Zhang, 2005b)", |
| "ref_id": null |
| }, |
| { |
| "start": 152, |
| "end": 173, |
| "text": "(Palmer et al., 2005)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 187, |
| "end": 207, |
| "text": "(Baker et al., 1998)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 210, |
| "end": 228, |
| "text": "(Liu and Ng, 2007)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Although ASO proves to be efficient in both semi-supervised and supervised methods as aforementioned, yet external resources (labeled or unlabeled data) necessitate to be provided to guarantee the effectiveness of ASO. Therefore, whether we can further improve the performance merely rest on the labeled data on hand turns out to be a challenging yet untapped problem.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our research have been focused on developing a general learning framework for employing ASO on the given labeled data to further boost the performance of chunk analysis in shallow semantic parsing. We employ the basic idea of Feature Nets (Caruana, 1997) in our chunking system, which utilizes Conditional Random Fields (CRFs) (Lafferty et al., 2001) as the basic statistical model.", |
| "cite_spans": [ |
| { |
| "start": 239, |
| "end": 254, |
| "text": "(Caruana, 1997)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 327, |
| "end": 350, |
| "text": "(Lafferty et al., 2001)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Experiment results of chunking on Chinese Treebank 5.0 1 present an error reduction of 5.72%, demonstrating the effectiveness of this strategy. It is worth noting that this result is obtained without any additional resource compared with that used in (Ando and Zhang, 2005b) and (Liu and Ng, 2007) .", |
| "cite_spans": [ |
| { |
| "start": 251, |
| "end": 274, |
| "text": "(Ando and Zhang, 2005b)", |
| "ref_id": null |
| }, |
| { |
| "start": 279, |
| "end": 297, |
| "text": "(Liu and Ng, 2007)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This paper enjoys contribution in tri-fold. First, we make reasonable modification on the original version of ASO, the memory and time consumption is greatly reduced. Second, we incorporated ASO into CRFs through Feature Nets, promising results achieved in contrast to its simplicity. Finally, a fundamental conclusion has been drawn on the key point of improving the performance of a combined system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The rest of the paper is organized as follows: Section 2 describes the framework of our chunking system briefly. Section 3 introduces ASO algorithm and its modification. Section 4 describes a combined model with ASO in detail. Section 5 presents and analyzes our experimental results, followed by an in-depth discussion on 2 worthy issues in Section 6. Finally, we conclude the work in Section 7.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our framework for chunking system utilizes CRFs as the basic statistical model. The features used to train CRFs will also be introduced briefly in this section.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Framework of Shallow Semantic Parsing", |
| "sec_num": "2" |
| }, |
| { |
| "text": "CRFs for sequence labeling offers advantages over both generative models like HMMs and classifiers applied at each sequence position. CRFs is undirected graph established on G = (V, E), where V is the set of random variables Y = {Y i |1 \u2264 i \u2264 n} for each the n tokens in an input sequence and E = {(Y i\u22121 , Y i )|1 \u2264 i \u2264 n} is the set of (n \u2212 1) edges forming a linear chain. Following (Lafferty et al., 2001) , Let O = {o 1 , o 2 , ..., o T } denote some observed input data sequences such as a sequence of phrases in training data. Let S = {s 1 , s 2 , ..., s T } be a set of finite state machine (F SM ) states, each of which is associated with a label (such as SBJ, OBJ , LOC, TMP in chunk analysis), then the conditional probability of the state sequence S given the input sequence O is computed as follows:", |
| "cite_spans": [ |
| { |
| "start": 386, |
| "end": 409, |
| "text": "(Lafferty et al., 2001)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Random Fields (CRFs)", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P \u039b (S|O) = 1 Z O c=C(S,O) exp T t=1 K k=1 \u03bb k f k (s t\u22121 , s t , o, t)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Conditional Random Fields (CRFs)", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where f k is an arbitrary feature function; and \u03bb k is the weight for each feature function; it can be optimized through iterative algorithms like GIS (Darroch and Ratcliff, 1972) . Recent research indicates that quasi-Newton methods such as L-BFGS (Byrd et al., 1994) are more effective than GIS. Table 1 lists the features we used in our chunking system to train CRFs, and they are grouped into 4 categories: features based on word, features based on pos, compound features (involving both word and pos), and finally, features based on position. The 'position feature' takes 2 values: beforeVP and afterVP, this is used to distinguish ssubjective and objective. In general, subjective locates on the left side of a verb while objective locates on its right side. ", |
| "cite_spans": [ |
| { |
| "start": 151, |
| "end": 179, |
| "text": "(Darroch and Ratcliff, 1972)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 249, |
| "end": 268, |
| "text": "(Byrd et al., 1994)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 298, |
| "end": 305, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conditional Random Fields (CRFs)", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Feature", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type", |
| "sec_num": null |
| }, |
| { |
| "text": "Unigram W n (n = \u22122, \u22121, 0, 1, 2) Word Bigram W n W n+1 (n = \u22122, \u22121, 0, 1) Trigram W n+1 W n W n\u22121 (n = \u22121, 0, 1) Jump W \u22121 W 1 Unigram P n (n = \u22122, \u22121, 0, 1, 2) POS Bigram P n P n+1 (n = \u22122, \u22121, 0, 1) Trigram P n+1 P n P n\u22121 (n = \u22121, 0, 1) Jump P \u22121 P 1 Bigram W n P n (n =, \u22121, 0, 1) Compound Trigram W 0 P n+1 P n (n = \u22122, 1) Jump P \u22121 W 0 P 1 Position", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type", |
| "sec_num": null |
| }, |
| { |
| "text": "Unigram bef oreV P/af terV P Note:W and P represent word and pos respectively; subscript n indicates the relative position taking the current word as its reference.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type", |
| "sec_num": null |
| }, |
| { |
| "text": "In statistics domain, most tasks are trained on a single, isolated, difficult task, rendering its paleness to learn the model well. It might be better to require the learner to learn many tasks simultaneously. If the tasks can share what they learn, the learner may find it is easier to learn them together than in isolation. We call this approach Multi-task Learning (MTL) (Caruana, 1997) . The task we wish to learn better is the target task. The related tasks whose training signals are used by Multi-task Learning to learn the target task better are auxiliary tasks. Multitask Learning could be efficiently cast as a joint optimization problem , and can be solved by alternating structure optimization (ASO) algorithm.", |
| "cite_spans": [ |
| { |
| "start": 374, |
| "end": 389, |
| "text": "(Caruana, 1997)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multi-Task Learning", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the following section, we will present a brief overview of ASO. For a more complete description, pleas refer to . Then, we will introduce our modification on ASO, which reduces the resource consumption as well as the running time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multi-Task Learning", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the literature of traditional single task learning (also called STL) (Caruana, 1997) , for a given finite set of training samples {X i , Y i }(i = 1 . . . n), the formulation of linear predicator is given by:", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 87, |
| "text": "(Caruana, 1997)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "f (x) = u T X (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where u is weight vector. The frequently used method for finding a optimum u is to minimize the empirical error on the training data (ERM):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "u = arg min u 1 n n i=1 L u T X, Y i + \u03bb u 2", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Function L(p, y) is referred to as loss function. It encodes the penalty for the disparity between the predicted label and the gold label. The formulation of L(p,y) is given below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L(p, y) = \uf8f1 \uf8f4 \uf8f2 \uf8f4 \uf8f3 \u22124py if py < \u22121 (1 \u2212 py) 2 if \u22121 \u2264 py < 1 0 if py \u2265 \u22121", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Letting q = py, we could obtain an equivalent definition of the loss function L as in formula (4):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L(p, y) = M (q) = \uf8f1 \uf8f4 \uf8f2 \uf8f4 \uf8f3 \u22124q if q < \u22121 (1 \u2212 q) 2 if \u22121 \u2264 q < 1 0 if q \u2265 \u22121", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The regularization parameter \u03bb is fixed to 10 \u22124 . The formulation of loss function given in formula (5) is for the convenient of our further modification, which could be seen in Section 3.2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Under the circumstance of MTL, there is assumed to be a low-dimensional projection matrix \u0398(h \u00d7 p) shared by all related tasks and used to capture the common structures of the m weight vectors u l forl \u2208 {1, . . . , m}(h \u2264 m). The h rows of \u0398 represent the h most significant components shared by all the u, which for task l is modeled by", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "u l = w l + \u0398 T v l", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The optimum parameters [{w l , v l }] could be found by joint empirical risk minimization over all the m problems:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "m l=1 1 n n i=1 L w l + \u0398 T v l T X l i , Y l i + \u03bb w l 2", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "The ASO algorithm", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Although ASO algorithm introduced by is reasonable, yet it is not perfect. Since \u0398 is obtained by processing all the auxiliary tasks simultaneously, thus great memory space and training time is needed. Hence, it is not always tractably especially when extremely large auxiliary tasks are involved in. Fortunately, a way work this problem out exists and is enlightened by the work of (Liu and Ng, 2007) . This section describes in detail the mathematics of ASO. We rewrite the optimization problems (7) in matrix form as shown below. We first make equal conversion of (7) to obtain:", |
| "cite_spans": [ |
| { |
| "start": 383, |
| "end": 401, |
| "text": "(Liu and Ng, 2007)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "w, v = arg min w,v 1 n n i=1 L w + \u0398 T v T X, Y i + \u03bb u 2", |
| "eq_num": "(8)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We define a vector version of the single-parameter robust loss function M:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "M(Q) = (M (Q 1 ) , M (Q 2 ) , . . . , M (Q p )) T", |
| "eq_num": "(9)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Thus, the linear classifier optimization (3) can be rewritten as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "u = arg min u 1 n n i=1 L u T X i , Y i + \u03bb u 2 = arg min u 1 n n i=1 L X T i u, Y i + \u03bb u 2 = arg min u 1 n sum (M (Xu \u2022 Y)) + \u03bb u 2", |
| "eq_num": "(10)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The sum() function calculates the sum of all elements of a vector. The operator \u2022 represents pointwise vector multiplication. Define P = Xu, Y = (Y \u2022 X) u, the function value supplied to L-BFGS is then:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "u = 1 n sum (M (P)) + \u03bb u 2", |
| "eq_num": "(11)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In order to obtain the gradient, we need differentiate the loss function:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "dM (q) dq = \uf8f1 \uf8f4 \uf8f2 \uf8f4 \uf8f3 \u22124 if q < \u22121 2(q \u2212 1) if \u22121 \u2264 q < 1 0 if q \u2265 \u22121", |
| "eq_num": "(12)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "A vector of gradient is defined as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "N (Q) = d dQ = dM (q) dq Q1 , dM (q) dq Q2 , . . . , dM (q) dq Qp T", |
| "eq_num": "(13)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "And the gradient is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "df (u) du = = 1 n d(u) du sum (M (P)) + \u03bb d(u) du u 2 = 1 n d(P) du T d dP sum (M (P)) + 2\u03bbu = 1 n (Y \u2022 X) T N (P) + 2\u03bbu = 1 n X T (Y \u2022 N (P)) + 2\u03bbu", |
| "eq_num": "(14)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The common structure are represented by the h rows of \u0398. We further define:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "u = w + \u0398 T v", |
| "eq_num": "(15)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The optimization (7) can now be rewritten in matrix form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "w, v = arg min w,v 1 n n i=1 L w + \u0398 T v T X, Y i + \u03bb u 2 = arg min w,v 1 n n i=1 L u T X i , Y i + \u03bb w 2 = arg min w,v 1 n sum (M (Xu \u2022 Y)) + \u03bb w 2", |
| "eq_num": "(16)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We can now conclude:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "f (w,v) = 1 n sum (M (P)) + \u03bb w 2 (17)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "P = X w + \u0398 T v \u2022 Y.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "And the gradients are:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "df (w,v) dw = 1 n d(u) dw T d du sum (M (P)) + \u03bb d dw w 2 = 1 n X T (Y \u2022 N (P)) + 2\u03bbw df (w,v) dv = 1 n d(u) dv T d du sum (M (P)) + \u03bb d dv w 2 = 1 n \u0398X T (Y \u2022 N (P))", |
| "eq_num": "(18)" |
| } |
| ], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Our contribution of the former modification lies in 2 aspects. First, the u used to obtain \u0398 can now be trained in isolation, thus memory consumption is reduced greatly. Secondly, as each u could be trained separately, it makes multi-thread mechanism feasible. As the training process could be conducted on several CPUs at the same time, thus the time consumption is nearly inversely proportional to the number of CPUs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modificatio on ASO", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Having nailed down the algorithm for ASO, we now turn to the construction of target task and auxiliary tasks. We choose a classifier trained on the original training data to make inference for chunking prediction as our target task, while the auxiliary tasks are obtained by the following rule: dividing the training data into several parts, then each part could be used to train a chunking predictor, thus constituting an auxiliary task. Notice, under the current circumstance, the target task and each auxiliary task are essentially same tasks except for their data sizes. This might be different from the rules used by (Ando and Zhang, 2005b) or (Liu and Ng, 2007) in constructing auxiliary tasks. As great amount of additional data is involved in both (Ando and Zhang, 2005b) and (Liu and Ng, 2007) , their method for obtaining auxiliary tasks could meet the statistical property while data sparsity is not so serious. That is to say, their adequate data size could compensate the irrelevancy between target task and auxiliary tasks. In contrast, only limited data is presumed in our experiment setting. Therefore, high relevance between the target task and auxiliary tasks is necessary to guarantee the final performance. Our strategy mentioned above could not only preserves the mechanism of MTL, but also proves effective. This will be shown later in Section 5.", |
| "cite_spans": [ |
| { |
| "start": 622, |
| "end": 645, |
| "text": "(Ando and Zhang, 2005b)", |
| "ref_id": null |
| }, |
| { |
| "start": 649, |
| "end": 667, |
| "text": "(Liu and Ng, 2007)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 756, |
| "end": 779, |
| "text": "(Ando and Zhang, 2005b)", |
| "ref_id": null |
| }, |
| { |
| "start": 784, |
| "end": 802, |
| "text": "(Liu and Ng, 2007)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Target Task and Auxiliary Tasks", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "To boost the final performance by utilizing ASO, our final system for chunking in shallow semantic parsing is implemented in two steps. In the first step, we need to train an ASO classifier. The features we use are the same as that in Table 1. Sparked by the basic idea of Feature Nets, in the second step, we decode the testing data with ASO classifier, then encode the predicted chunking information into additional features (hereafter, ASO features), indicating the potential chunk label for the word currently considered. As for the training data, the 'ASO features' are directly obtained by the gold-standard chunk labels, that is to say, using the gold labels as ASO features. With features defined in Table 1 and Table 2 , a CRFs model could be trained and then tested, each phrase with ASO features involved. The flow chart of our combined system is shown in Figure 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 708, |
| "end": 727, |
| "text": "Table 1 and Table 2", |
| "ref_id": "TABREF0" |
| }, |
| { |
| "start": 867, |
| "end": 875, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "ASO in CRFs Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "As ASO is derived from the mechanism of MTL, it could dig out novel features that would never be discovered in STL mode. Though there might unavoidably exist some errors in the output of ASO, however, a model of STL could benefit greatly from the correct portion as the errors could be masked through feature combination. That is to say, the attempt of utilizing ASO features alone would deteriorate the overall performance as these errors might mislead the training of CRFs model. Thus, a more wise strategy would be masking the errors and filtering out the beneficial part through feature combination. Thereafter, only compound ASO features are involved in the final combination system, which could be found in Table 2 . ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 713, |
| "end": 720, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "ASO in CRFs Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "W n A n (n = \u22121, 0, 1) ASO P n A n (n = \u22122, \u22121, 0, 1) Compound Trigram W n P n A n (n = \u22121, 0, 1) Jump", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ASO in CRFs Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "A \u22121 P 0 A 1 Where A represents additional feature derived from ASO. Note: Only combined features associating with ASO features are list here. The other parts of features also utilized in the final combination system are listed in Table 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 231, |
| "end": 238, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "ASO in CRFs Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "This section reports the experiment results in chunking based on the Chinese Treebank 5.0, of which chtb 001.f id \u223c chtb 300.f id are the training data, while chtb 301.f id \u223c chtb 400.f id are the testing data. In our experiment, we mainly consider the performance on SBJ, OBJ, TMP and LOC for chunking analysis. The performance is measured by F-score, F = 2RP/(R + P ), where the recall R and precision P are respectively the proportions of the correctly labeled chunks to all the chunks in the gold-standard label and the model's output.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "For comparison, we also trained 2 traditional classifiers in STL mode using the same features as that in our combined system. Linear Classifier Theoretically, it is a kind of STL method. In implementation, for the sake of convenience, we still employ our ASO toolkit to training this linear classifier. Here, no auxiliary tasks are involved, only the training data is trained in isolation, therefore the ostensibly MTL method is actually in STL mode, thus guarantees the correctness of this method. This linear classifier is involved as an ancillary comparison in justify the superiority of ASO in MTL mode. SVM Classifier Support Vector Machines 2 (SVMs, which is also a statistical learner in STL), first introduced by Vapnik (Cortes and Vapnik, 1995; Vapnik, 1995) , are relatively effective ap-proaches for solving two-class pattern recognition problems. For its well-know good generalization performance and ability to tackle multi-classes problems, SVMs have been applied to a myriad of fields in NLP. Here, SVMs is involved to clarify what is the key factor that determines the final performance of a combined system, as well as certify whether ASO model with a relative lower performance could bring more benefit than the one with a higher performance in STL mode.", |
| "cite_spans": [ |
| { |
| "start": 728, |
| "end": 753, |
| "text": "(Cortes and Vapnik, 1995;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 754, |
| "end": 767, |
| "text": "Vapnik, 1995)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline System", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Under the circumstance of our experiments setting, the auxiliary tasks are created following the rules given below: the whole training data (which is chtb 001.f id \u223c chtb 150.f id) are used as the target task, then this training data is divided equally into 7 parts to constitute the auxiliary tasks, namely, aux task 1, aux task 2 . . . aux task 7. In order to guarantee the reliability of the experiment result, 8-fold cross validation has been conducted. Table 3 shows the gradually change in performance as auxiliary tasks are involved into ASO model. Note, STL(linear classifier) switches to MTL once the first auxiliary task is involved. As shown in Table 3 , compared with the linear model in STL mode, ASO improves the recall while degrading the precision, ultimately, the final F-score is lifted to a higher plateau: 59.23%, with the error rate reduced the by 2.65%, thus demonstrating the effectiveness of the strategy for constructing auxiliary tasks as introduced in Section 3.3. Except for the relative improvement, what we do care about is what fraction of extra information ASO can provide for a stronger STL learner to benefit from. This will be shown in Table 4 , while a more detailed discussion will be presented in Section 6. Table 4 shows the performance comparison of CRFs 3 with systems in different configurations. In this experiment group, CRFs model is the baseline system, and we investigate the optimal com-bination of it with other models. Here, SVMs are involved and serve as a competent comparison to justify whether a higher performance leaner is certainly more beneficial than an inferior one.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 458, |
| "end": 465, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 656, |
| "end": 663, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 1171, |
| "end": 1178, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 1246, |
| "end": 1253, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiment Setting", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "As shown in Table 4 , CRFs combined with ASO achieves the highest performance, 93.43, reducing the total error rate by 5.72%, when taking CRFs alone as a baseline. On the other side, neither Linear nor SVMs classifier bring any benefit when combined with CRFs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 12, |
| "end": 19, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiment Results", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "As aforementioned in Sectioned 5.3, compared with linear predictor, the improved performance of ASO is mainly due to the lifted recall rate while the precision is actually degraded. However, this is inconsistent with the conclusion drawn in (Ando and Zhang, 2005b) that ASO could improve both precision and recall. There might be a dual explanation. First, the data sets we utilized are different in both the language type and size. Secondly, which may proves to be more crucial: the experiments conducted in (Ando and Zhang, 2005b ) is based on semi-supervised learning, that is to say, a large amount of unlabeled data are involved to capture the common law inherent in the huge data set, which is then encoded in a common structure. Thus, its effectiveness is based on information from a broad data span, which would be beneficial both for the precision and recall. However, this is not the case in our experiment setting. As none of any additional data are involved, the only additional information is obtained through digging out information in depth based on the given data. This two aspects may function together to contribute to such disparity.", |
| "cite_spans": [ |
| { |
| "start": 241, |
| "end": 264, |
| "text": "(Ando and Zhang, 2005b)", |
| "ref_id": null |
| }, |
| { |
| "start": 509, |
| "end": 531, |
| "text": "(Ando and Zhang, 2005b", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ASO Compared with Linear Predictor", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Based on the result from Table 4 , we draw the conclusion that only CRFs combined with ASO bring about performance promotion. The conception of 'Information Coverage Rate (ICR)' may serve as an adequate explanation to this phenomenon. For the sake of measurement convenience, here the ICR is defined as the ratio of chunks correctly recognized by statistic model to the goldstandard chunks. The ICR information of each model is given in Table 5 . Table 5 presents the statistical information in the form of ICR. On one hand, though ASO in isolation performs only slightly better than linear classifier in F-score, as shown in Table 4 , the additional information it could provide is really large, contributing an ICR value of 96.33%. It is this large portion of extra information that guarantees the superiority in the combined model. On the other hand, the relative lower ICR of 'SVMs + CRFs' could explain its inferior to the combined CRFs with ASO. Since the additional correct information is already limited, the inaccurate part outweigh the limited benefit, these two factors play a dual function and ultimately port detriment to the final performance.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 25, |
| "end": 32, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 437, |
| "end": 444, |
| "text": "Table 5", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 447, |
| "end": 454, |
| "text": "Table 5", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 626, |
| "end": 633, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Effectiveness of CRFs Combined with ASO", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "Casting to the challenging problem of further improve performance merely based on given data without any external resource, we presented a novel strategy to employ ASO in supervised learning. Experiments of chunking in shallow semantic parsing on Chinese Treebank 5.0 indicate the effectiveness of our strategy, with the error rate reduced by 5.72%. Close scrutiny to our experiments indicates 2 aspects worthy mention: (1) As the information provide by ASO is mixed with errors to some extent, the ASO feature should be utilized delicately. In order to mask the misleading information, ASO feature should be used in compound features only. (2) To justify whether a given model would bring benefit when combined with another, the key lies in the fraction of additional information it can provide. In other words, high performance model does not necessitate guaranteeing high performance in the combined model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "23rd Pacific Asia Conference on Language, Information and Computation, pages 180-189", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "A detailed description of our data set could be found at: http://www.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId=LDC2005T01", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We use the Support Vector Machines Toolkit from: http://svmlight.joachims.org/.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We use its implementation CRF++ by Taku Kudo, which can be downloaded from: http://crfpp.sourceforge.net/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A framework for learning predictive structures from multiple tasks and unlabeled data", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "K" |
| ], |
| "last": "Ando", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ando, R.K. and T. Zhang. 2005a. A framework for learning predictive structures from multiple tasks and unlabeled data. Journal of Machine Learning Research.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "A high-performance semi-supervised learning method for text chunking", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "K" |
| ], |
| "last": "Ando", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ando, R.K. and T. Zhang. 2005a. A high-performance semi-supervised learning method for text chunking. In Proc. of ACL.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "The Berkeley FrameNet project", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "F" |
| ], |
| "last": "Baker", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "B" |
| ], |
| "last": "Lowe", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of COLING-ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Baker, C.F., C. J. Fillmore and J. B. Lowe. 1998. The Berkeley FrameNet project. In Proc. of COLING-ACL.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Exploiting task relatedness for multiple task learning", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Ben-David", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Schuller", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of COLT", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ben-David, S. and R. Schuller. 2003. Exploiting task relatedness for multiple task learning. In Proc. of COLT.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Representations of quasi-Newton matrices and their use in limited memory methods", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Schnabel", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Mathematical Programming", |
| "volume": "", |
| "issue": "63", |
| "pages": "129--156", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "B. Schnabel. 1994. Representations of quasi-Newton matrices and their use in limited memory methods. Mathematical Programming, (63): 129-156.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Introduction to the CoNLL-2005 shared task: Semantic role labeling", |
| "authors": [ |
| { |
| "first": "X", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Marquez", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of CoNLL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carreras, X. and L. Marquez. 2005. Introduction to the CoNLL-2005 shared task: Semantic role labeling. In Proc. of CoNLL.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Multitask Learning", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Caruana", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Caruana, R. 1997. Multitask Learning. Ph.D. thesis, School of Computer Science, CMU.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Support Vector Networks. Machine Learning", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Cortes", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Vladimir", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Vapnik", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "20", |
| "issue": "", |
| "pages": "273--297", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cortes, C. and Vladimir N. Vapnik. 1995. Support Vector Networks. Machine Learning, 20:273- 297.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Generalized iterative scaling for log-linear models", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "N" |
| ], |
| "last": "Darroch", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Ratcliff", |
| "suffix": "" |
| } |
| ], |
| "year": 1972, |
| "venue": "The Annals of Mathematical Statistics", |
| "volume": "43", |
| "issue": "5", |
| "pages": "1470--1480", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Darroch, J.N. and D. Ratcliff. 1972. Generalized iterative scaling for log-linear models. The Annals of Mathematical Statistics, 43 (5):1470-1480.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Regularized multitask learning", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Evgeniou", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Pontil", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of KDD", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Evgeniou, T. and M. Pontil. 2004. Regularized multitask learning. In Proc. of KDD.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Chunking with support vector machines", |
| "authors": [ |
| { |
| "first": "Taku", |
| "middle": [], |
| "last": "Kudoh", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuji", |
| "middle": [], |
| "last": "Matsumoto", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. of NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kudoh, Taku and Yuji Matsumoto. 2001. Chunking with support vector machines. In Proc. of NAACL 2001.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Lafferty", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. of the 18th ICML", |
| "volume": "", |
| "issue": "", |
| "pages": "282--289", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lafferty, J., A. McCallum and F. Pereira. 2001. Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data. In Proc. of the 18th ICML, pp.282-289, San Francisco, CA.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Learning Predictive Structures for Semantic Role Labeling of NomBank", |
| "authors": [ |
| { |
| "first": "Chang", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Hwee Tou", |
| "middle": [], |
| "last": "Ng", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the 45th Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Liu, Chang and Hwee Tou Ng. 2007. Learning Predictive Structures for Semantic Role Labeling of NomBank. Proc. of the 45th Annual Meeting of the ACL.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Bounds for linear multitask learning", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Maurer", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maurer, A. 2006. Bounds for linear multitask learning. Journal of Machine Learning Research.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Kernels for multitask learning", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "A" |
| ], |
| "last": "Micchelli", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Pontil", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of NIPS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Micchelli, C.A. and M. Pontil. 2005. Kernels for multitask learning. In Proc. of NIPS.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "The Proposition Bank: an annotated corpus of semantic roles", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Kingsbury", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Palmer, M., D. Gildea and P. Kingsbury. 2005. The Proposition Bank: an annotated corpus of semantic roles. Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "The Nature of Statistical Learning Theory", |
| "authors": [ |
| { |
| "first": "Vladimir", |
| "middle": [ |
| "N" |
| ], |
| "last": "Vapnik", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vapnik, Vladimir N. 2005. The Nature of Statistical Learning Theory. Springer.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Text chunking based on a generalization of Winnow", |
| "authors": [ |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Fred", |
| "middle": [], |
| "last": "Damerau", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "E" |
| ], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "2", |
| "issue": "", |
| "pages": "615--637", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhang, Tong, Fred Damerau and David E. Johnson. 2002. Text chunking based on a generaliza- tion of Winnow. Journal of Machine Learning Research, 2:615-637.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Flow chart of the combined system.", |
| "uris": null |
| }, |
| "TABREF0": { |
| "html": null, |
| "text": "Features used in the chunking system.", |
| "num": null, |
| "type_str": "table", |
| "content": "<table/>" |
| }, |
| "TABREF1": { |
| "html": null, |
| "text": "Compound ASO features.", |
| "num": null, |
| "type_str": "table", |
| "content": "<table><tr><td>Type</td><td>Feature</td></tr><tr><td>Bigram</td><td/></tr></table>" |
| }, |
| "TABREF2": { |
| "html": null, |
| "text": "Comparison of ASO with linear classifier.", |
| "num": null, |
| "type_str": "table", |
| "content": "<table><tr><td/><td>Run ID</td><td>P</td><td>R</td><td>F</td></tr><tr><td>STL</td><td>Linear</td><td colspan=\"3\">64.26 53.05 58.12</td></tr><tr><td/><td colspan=\"4\">+Aux Task 1 64.17 53.95 58.62</td></tr><tr><td/><td colspan=\"4\">+Aux Task 2 64.22 53.96 58.65</td></tr><tr><td colspan=\"5\">MTL +Aux Task 3 64.20 54.10 58.72</td></tr><tr><td colspan=\"5\">(ASO) +Aux Task 4 64.19 54.15 58.74</td></tr><tr><td/><td colspan=\"4\">+Aux Task 5 64.25 54.65 59.06</td></tr><tr><td/><td colspan=\"4\">+Aux Task 6 64.20 54.89 59.18</td></tr><tr><td/><td colspan=\"4\">+Aux Task 7 64.19 54.98 59.23</td></tr></table>" |
| }, |
| "TABREF3": { |
| "html": null, |
| "text": "Performance comparison of CRFs with systems in different configurations.", |
| "num": null, |
| "type_str": "table", |
| "content": "<table><tr><td colspan=\"2\">Run ID</td><td>P</td><td>R</td><td>F</td></tr><tr><td>STL</td><td>Linear</td><td colspan=\"3\">64.26 53.05 58.12</td></tr><tr><td/><td>SVMs</td><td colspan=\"3\">85.68 86.47 86.07</td></tr><tr><td>MTL</td><td>ASO</td><td colspan=\"3\">64.19 54.98 59.23</td></tr><tr><td>BaseLine</td><td>CRFs</td><td colspan=\"3\">92.41 93.67 93.04</td></tr><tr><td colspan=\"5\">(Combined) CRFs + Linear 91.15 92.36 91.75</td></tr><tr><td>(Systems)</td><td colspan=\"4\">CRFs + SVMs 92.26 93.32 92.79</td></tr><tr><td/><td>CRFs + ASO</td><td colspan=\"3\">92.21 94.70 93.43</td></tr></table>" |
| }, |
| "TABREF4": { |
| "html": null, |
| "text": "Information Coverage Rate of each model. ' does not mean a combined model, it merely indicates that the 2 models involved are just grouped together to calculate ICR.", |
| "num": null, |
| "type_str": "table", |
| "content": "<table><tr><td>Target Object</td><td>F</td><td>ICR</td></tr><tr><td>CRFs</td><td colspan=\"2\">93.04 93.67</td></tr><tr><td colspan=\"3\">CRFs + Linear 91.75 93.74</td></tr><tr><td colspan=\"3\">CRFs + SVMs 92.79 93.95</td></tr><tr><td>CRFs + ASO</td><td colspan=\"2\">93.43 96.33</td></tr><tr><td>Note: here '+</td><td/><td/></tr></table>" |
| } |
| } |
| } |
| } |