Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
118 kB
{
"paper_id": "D09-1004",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T16:40:10.159890Z"
},
"title": "Semantic Dependency Parsing of NomBank and PropBank: An Efficient Integrated Approach via a Large-scale Feature Selection *",
"authors": [
{
"first": "Hai",
"middle": [],
"last": "Zhao",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Hong Kong",
"location": {
"addrLine": "Tat Chee Avenue",
"settlement": "Kowloon, Hong Kong",
"country": "China"
}
},
"email": "haizhao@cityu.edu.hk"
},
{
"first": "Wenliang",
"middle": [],
"last": "Chen",
"suffix": "",
"affiliation": {
"laboratory": "Language Infrastructure Group",
"institution": "MASTAR Project National Institute of Information and Communications Technology",
"location": {
"addrLine": "3-5 Hikari-dai, Seika-cho, Soraku-gun",
"postCode": "619-0289",
"settlement": "Kyoto",
"country": "Japan"
}
},
"email": "chenwl@nict.go.jp"
},
{
"first": "Chunyu",
"middle": [],
"last": "Kit",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Hong Kong",
"location": {
"addrLine": "Tat Chee Avenue",
"settlement": "Kowloon, Hong Kong",
"country": "China"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We present an integrated dependencybased semantic role labeling system for English from both NomBank and Prop-Bank. By introducing assistant argument labels and considering much more feature templates, two optimal feature template sets are obtained through an effective feature selection procedure and help construct a high performance single SRL system. From the evaluations on the date set of CoNLL-2008 shared task, the performance of our system is quite close to the state of the art. As to our knowledge, this is the first integrated SRL system that achieves a competitive performance against previous pipeline systems.",
"pdf_parse": {
"paper_id": "D09-1004",
"_pdf_hash": "",
"abstract": [
{
"text": "We present an integrated dependencybased semantic role labeling system for English from both NomBank and Prop-Bank. By introducing assistant argument labels and considering much more feature templates, two optimal feature template sets are obtained through an effective feature selection procedure and help construct a high performance single SRL system. From the evaluations on the date set of CoNLL-2008 shared task, the performance of our system is quite close to the state of the art. As to our knowledge, this is the first integrated SRL system that achieves a competitive performance against previous pipeline systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "We investigate the possibility to construct an effective integrated system for dependency-based semantic role labeling (SRL) task. This means in this work that a single system handles all these sub-tasks, predicate identification/disambiguation and argument identification/classification, regardless of whether the predicate is verbal or nominal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Traditionally, a SRL task, either dependency or constituent based, is implemented as two subtasks, namely, argument identification and classification. If the predicate is unknown, then a predicate identification or disambiguation subtask should be additionally considered. A pipeline framework is usually adopted to handle all these sub-tasks. The reason to divide the whole task into multiple stages is two-fold, one is each subtask asks for its favorable features, the other is at the consideration of computational efficiency. Generally speaking, a joint system is slower than a pipeline system in training. (Xue and Palmer, 2004) fount out that different features suited for different sub-tasks of SRL, i.e. argument identification and classification. The results from CoNLL shared tasks in 2005 and 2008 (Carreras and Marquez, 2005; Koomen et al., 2005; Johansson and Nugues, 2008) , further show that SRL pipeline may be one of the standard to achieve a state-of-the-art performance in practice.",
"cite_spans": [
{
"start": 611,
"end": 633,
"text": "(Xue and Palmer, 2004)",
"ref_id": "BIBREF28"
},
{
"start": 809,
"end": 837,
"text": "(Carreras and Marquez, 2005;",
"ref_id": "BIBREF2"
},
{
"start": 838,
"end": 858,
"text": "Koomen et al., 2005;",
"ref_id": "BIBREF14"
},
{
"start": 859,
"end": 886,
"text": "Johansson and Nugues, 2008)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In the recent years, most works on SRL, including two CoNLL shared task in 2004 and 2005, focus on verbal predicates with the availability of PropBank . As a complement to PropBank, NomBank (Meyers et al., 2004) annotates nominal predicates and their corresponding semantic roles using similar semantic framework as PropBank. Though SRL for nominal predicates offers more challenge, it draws relatively little attention (Jiang and Ng, 2006) . (Pustejovsky et al., 2005) discussed the issue of merging various treebanks, including PropBank, NomBank, and others. The idea of merging these two different treebanks was implemented in the CoNLL-2008 shared task . However, few empirical studies support the necessity of an integrated learning strategy from NomBank and PropBank. Though aiming at Chinese SRL, (Xue, 2006) reported that their experiments show that simply adding the verb data to the training set of NomBank and extracting the same features from the verb and noun instances will hurt the overall performance. From the results of CoNLL-2008 shared task, the top system by (Johansson and Nugues, 2008) also used two different subsystems to handle verbal and nominal predicates, respectively. Despite all the above facts, an integrated SRL system still holds some sort of merits, being easier to implement, a single-stage feature selection benefiting the whole system, an all-in-one model outputting all required semantic role information and so on.",
"cite_spans": [
{
"start": 190,
"end": 211,
"text": "(Meyers et al., 2004)",
"ref_id": "BIBREF18"
},
{
"start": 420,
"end": 440,
"text": "(Jiang and Ng, 2006)",
"ref_id": "BIBREF11"
},
{
"start": 443,
"end": 469,
"text": "(Pustejovsky et al., 2005)",
"ref_id": "BIBREF23"
},
{
"start": 804,
"end": 815,
"text": "(Xue, 2006)",
"ref_id": "BIBREF29"
},
{
"start": 1080,
"end": 1108,
"text": "(Johansson and Nugues, 2008)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The shared tasks at the CoNLL 2008 and 2009 are devoted to the joint learning of syntactic and semantic dependencies, which show that SRL can be well performed using only dependency syntax input. Using data and evaluation settings of the CoNLL-2008 shared task, this work will only focus on semantic dependency parsing and compares the best-performing SRL system in the CoNLL-2009 shared Task (Zhao et al., 2009b) with those in the CoNLL-2008 shared task Haji\u010d et al., 2009) 1 .",
"cite_spans": [
{
"start": 393,
"end": 413,
"text": "(Zhao et al., 2009b)",
"ref_id": "BIBREF32"
},
{
"start": 455,
"end": 474,
"text": "Haji\u010d et al., 2009)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Aiming at main drawbacks of an integrated approach, two key techniques will be applied. 1) Assistant argument labels are introduced for the further improvement of argument pruning. This helps the development of a fast and lightweight SRL system. 2) Using a greedy feature selection algorithm, a large-scale feature engineering is performed on a much larger feature template set than that in previous work. This helps us find features that may be of benefit to all SRL sub-tasks as long as possible. As two optimal feature template sets have been proven available, for the first time we report that an integrated SRL system may provide a result close to the state-of-the-art achieved by those SRL pipelines or individual systems for some specific predicates.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A word-pair classification is used to formulate semantic dependency parsing as in (Zhao and Kit, 2008) . As for predicate identification or disambiguation, the first word is set as a virtual root (which is virtually set before the beginning of the sentence.) and the second as a predicate candidate. As for argument identification/classification, the first word in a word pair is specified as a predi-cate candidate and the second as an argument candidate. In either of case, the first word is called a semantic head, and noted as p in our feature representation, the second is called a semantic dependent and noted as a.",
"cite_spans": [
{
"start": 82,
"end": 102,
"text": "(Zhao and Kit, 2008)",
"ref_id": "BIBREF30"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "Word pairs are collected for the classifier in such order. The first word of the pair is set to the virtual root at first, the second word is then specified as a predicate candidate. According to the result that the predicate candidate is classified or proven to be non-predicate, 1) the second word is reset to next predicate candidate if the answer is non-predicate, otherwise, 2) the first word of the pair is reset to the predicate that is just determined, and the second is set to every argument candidates one by one. The classifier will scan the input sentence from left to right to check if each word is a true predicate.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "Without any constraint, all word pairs in an input sequence must be considered by the classifier, leading to poor computational efficiency and unnecessary performance loss. Thus, the training sample for SRL task needs to be pruned properly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "We use a simple strategy to prune predicate candidates, namely, only verbs and nouns are chosen in this case.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "There are two paths to collect argument candidates over the sequence. One is based on an input syntactic dependency tree, the other is based on a linear path of the sentence. As for the former (hereafter it is referred to synPth), we continue to use a dependency version of the pruning algorithm of (Xue and Palmer, 2004) . The pruning algorithm is readdressed as the following.",
"cite_spans": [
{
"start": 299,
"end": 321,
"text": "(Xue and Palmer, 2004)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "Initialization: Set the given predicate as the current node;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "(1) The current node and all of its syntactic children are selected as argument candidates (children are traversed from left to right.).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "(2) Reset the current node to its syntactic head and repeat step (1) until the root is reached.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "Note that this pruning algorithm is slightly different from that of (Xue and Palmer, 2004) , the predicate itself is also included in the argument candidate list as the nominal predicate sometimes takes itself as its argument.",
"cite_spans": [
{
"start": 68,
"end": 90,
"text": "(Xue and Palmer, 2004)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "The above pruning algorithm has been shown effective. However, it is still inefficient for a SRL system that needs to tackle argument identification/classification in a single stage. Assuming that arguments trend to surround their predicate, an assistant argument label ' NoMoreArgument' is introduced for further pruning. If an argument candidate in the above algorithm is assigned to such a label, then the pruning algorithm will end immediately. In training, this assistant label means no more samples will be generated for the current predicate, while in test, the decoder will not search arguments any more. It will be seen that this adaptive technique more effectively prunes argument candidates without missing more true arguments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "Along the linear path (hereafter referred to linPth), the classifier will search all words before and after the predicate. Similar to the pruning algorithm for synPth, we also introduce two assistant argument labels ' noLeft' and ' noRight' to adaptively prune words too far away from the predicate.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "To show how assistant argument labels actually work, we give an example for linP th. Suppose an input sequence with argument labels for a predicate is a b c d e f g h .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adaptive Argument Pruning",
"sec_num": "2"
},
{
"text": "Note that c and g are two boundary words as no more arguments appear before or after them. After two assistant argument labels are added, it will be",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A1 A0",
"sec_num": null
},
{
"text": "a b c d e f g h . noLeft A1 A0 noRight",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A1 A0",
"sec_num": null
},
{
"text": "Training samples will generated from c to g according to the above sequence. We use a Maximum Entropy classifier with a tunable Gaussian prior as usual. Our implementation of the model adopts L-BFGS algorithm for parameter optimization.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A1 A0",
"sec_num": null
},
{
"text": "3 Feature Templates",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A1 A0",
"sec_num": null
},
{
"text": "Motivated by previous works, we carefully consider those factors from a wide range of features that can help semantic role labeling for both predicate disambiguation, argument's identification and classification as the predicate is either verbal or nominal. These works include (Gildea and Jurafsky, 2002; Carreras and Marquez, 2005; Koomen et al., 2005; Dang and Palmer, 2005; Pradhan et al., 2005; Toutanova et al., 2005; Jiang and Ng, 2006; Liu and Ng, 2007; Surdeanu et al., 2007; Johansson and Nugues, 2008; Che et al., 2008) . Most feature templates that we will adopt for this work will come from various combinations or integrations of the following basic elements.",
"cite_spans": [
{
"start": 278,
"end": 305,
"text": "(Gildea and Jurafsky, 2002;",
"ref_id": "BIBREF8"
},
{
"start": 306,
"end": 333,
"text": "Carreras and Marquez, 2005;",
"ref_id": "BIBREF2"
},
{
"start": 334,
"end": 354,
"text": "Koomen et al., 2005;",
"ref_id": "BIBREF14"
},
{
"start": 355,
"end": 377,
"text": "Dang and Palmer, 2005;",
"ref_id": "BIBREF6"
},
{
"start": 378,
"end": 399,
"text": "Pradhan et al., 2005;",
"ref_id": "BIBREF22"
},
{
"start": 400,
"end": 423,
"text": "Toutanova et al., 2005;",
"ref_id": "BIBREF27"
},
{
"start": 424,
"end": 443,
"text": "Jiang and Ng, 2006;",
"ref_id": "BIBREF11"
},
{
"start": 444,
"end": 461,
"text": "Liu and Ng, 2007;",
"ref_id": "BIBREF15"
},
{
"start": 462,
"end": 484,
"text": "Surdeanu et al., 2007;",
"ref_id": "BIBREF24"
},
{
"start": 485,
"end": 512,
"text": "Johansson and Nugues, 2008;",
"ref_id": "BIBREF12"
},
{
"start": 513,
"end": 530,
"text": "Che et al., 2008)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "Word Property. This type of elements include word form (form and its split form, spForm) 2 , lemma (lemma,spLemma), and part-of-speech tag (pos, spPos), syntactic dependency label (dprel), and semantic dependency label (semdprel) 3 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "Syntactic Connection. This includes syntactic head (h), left(right) farthest(nearest) child (lm, ln, rm, and rn), and high(low) support verb or noun. We explain the last item, support verb(noun). From a given word to the syntactic root along the syntactic tree, the first verb/noun/preposition that is met is called as its low support verb/noun/preposition, and the nearest one to the root is called as its high support verb/noun/preposition. The concept of support verb was broadly used (Toutanova et al., 2005; Xue, 2006 ; Jiang and Ng, 2006) 4 , we here extend it to nouns and prepositions. In addition, we introduce a slightly modified syntactic head, pphead, it returns the left most sibling of a given word if the word is headed by a preposition, otherwise it returns the original head.",
"cite_spans": [
{
"start": 488,
"end": 512,
"text": "(Toutanova et al., 2005;",
"ref_id": "BIBREF27"
},
{
"start": 513,
"end": 522,
"text": "Xue, 2006",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "Path. There are two basic types of path between the predicate and the argument candidates. One is the linear path (linePath) in the sequence, the other is the path in the syntactic parsing tree (dp-Path). For the latter, we further divide it into four sub-types with respect to the syntactic root, dp-Path is the full path in the syntactic tree. Leading two paths to the root from the predicate and the argument, respectively, the common part of these two paths will be dpPathShare. Assume that dp-PathShare starts from a node r , then dpPathPred is from the predicate to r , and dpPathArgu is from the argument to r .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "Family. Two types of children sets for the predicate or argument candidate are considered, the first includes all syntactic children (children), the second also includes all but excludes the left most and the right most children (noFarChildren).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "Concatenation of Elements. For all collected elements according to linePath, children and so on, we use three strategies to concatenate all those strings to produce the feature value. The first is seq, which concatenates all collected strings without doing anything. The second is bag, which removes all duplicated strings and sort the rest. The third is noDup, which removes all duplicated neighbored strings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "We address some other elements that are not included by the above description as the following.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "dpTreeRelation. It returns the relationship of a and p in the input syntactic tree. The possible values for this feature include parent, sibling etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "isCurPred. It judges if a given word is the current predicate. If the word is the predicate, then it returns the predicate itself, otherwise it returns a default value.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "existCross. It judges if a forthcoming dependency relation that is between a given word pair may cause any cross with all existing dependency relations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "distance. It counts the number of words along a given path, either dpP ath or lineP ath.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "existSemdprel. It checks if the given argument label for other predicates has been assigned to a given word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "voice. This feature returns Active or Passive for verbs, and a default value for nouns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "baseline. Two types of semantic role baseline outputs are used for features from (Carreras and Marquez, 2005) 5 . baseline Ax tags the head of the first NP before the predicate as A0 and the head of the first NP after the predicate as A1. baseline M od tags the dependant of the predicate as AM-MOD as it is a modal verb.",
"cite_spans": [
{
"start": 81,
"end": 109,
"text": "(Carreras and Marquez, 2005)",
"ref_id": "BIBREF2"
},
{
"start": 110,
"end": 111,
"text": "5",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "We show some feature template examples derived from the above mentioned items.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "a.lm.lemma The lemma of the left most child of the argument candidate. p.h.dprel The dependant label of the syntactic head of the predicate candidate. p \u22121 .pos+p.pos pos of the previous word of the predicate and PoS of the predicate itself.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "a:p|dpPath.lemma.bag Collect all lemmas along the syntactic tree path from the argument to the predicate, then removed all duplicated ones and sort the rest, finally concatenate all as a feature string. a:p.highSupportNoun|linePath.dprel.seq Collect all dependant labels along with the line path from the argument to the high support noun of the predicate, then concatenate all as a feature string.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Elements for Feature Generation",
"sec_num": "3.1"
},
{
"text": "Based on the above mentioned elements, 781 feature templates (hereafter the set of these templates is referred to F T ) 6 are initially considered. Feature templates in this initial set are constructed in a generalized way. For example, if we find that a feature template a.lm.lemma was once used in some existing work, then such three templates, a.rm.lemma, a.rn.lemma, a.ln.lemma will be also added into the set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Template Selection",
"sec_num": "3.2"
},
{
"text": "As an optimal feature template subset cannot be expected to be extracted from so large a set by hand, a greedy feature selection similar to that in (Jiang and Ng, 2006; Ding and Chang, 2008) is applied. The detailed algorithm is described in Algorithm 1. Assuming that the number of feature templates in a given set is n, the algorithm of (Ding and Chang, 2008) requires O(n 2 ) times of training/test routines, it cannot handle a set that consists of hundreds of templates. As the time complexity of Algorithm 1 is only O(n), it permits a large scale feature selection accomplished by paying a reasonable time cost. Though the time complexity of the algorithm given by (Jiang and Ng, 2006) is also linear, it should assume all feature templates in the initial selected set 'good' enough and handles other feature template candidates in a strict incremental way. However, these two constraints are not easily satisfied in our case, while Algorithm 1 may release these two constraints.",
"cite_spans": [
{
"start": 148,
"end": 168,
"text": "(Jiang and Ng, 2006;",
"ref_id": "BIBREF11"
},
{
"start": 169,
"end": 190,
"text": "Ding and Chang, 2008)",
"ref_id": "BIBREF7"
},
{
"start": 339,
"end": 361,
"text": "(Ding and Chang, 2008)",
"ref_id": "BIBREF7"
},
{
"start": 670,
"end": 690,
"text": "(Jiang and Ng, 2006)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Template Selection",
"sec_num": "3.2"
},
{
"text": "Choosing the first 1/10 templates in F T as the initial selected set S, the feature selection is performed for two argument candidate traverse schemes, synP th and linP th, respectively. 4686 machine learning routines run for the former, while 6248 routines for the latter. Two feature template sets, F T syn and F T lin , are obtained at last. These two sets are given in Table 1 -3. We see that two sets share 30 identical feature templates as in Table 1 Table 2 and F T lin holds 57 different templates as in Table 3 . In these tables, the subscripts -2(or -1) and 1(or 2) stand for the previous and next words, respectively. For example, a.lm \u22121 .lemma returns the lemma of the previous word of the argument's left most child.",
"cite_spans": [],
"ref_spans": [
{
"start": 373,
"end": 380,
"text": "Table 1",
"ref_id": "TABREF1"
},
{
"start": 449,
"end": 456,
"text": "Table 1",
"ref_id": "TABREF1"
},
{
"start": 457,
"end": 464,
"text": "Table 2",
"ref_id": "TABREF5"
},
{
"start": 512,
"end": 519,
"text": "Table 3",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Feature Template Selection",
"sec_num": "3.2"
},
{
"text": "After the predicate sense is disambiguated, an optimal argument structure for each predicate is determined by the following maximal probability.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Decoding",
"sec_num": "4"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "S p = argmax i P (a i |a i\u22121 , a i\u22122 , ...),",
"eq_num": "(1)"
}
],
"section": "Decoding",
"sec_num": "4"
},
{
"text": "where S p is the argument structure, P (a i |a i\u22121 ...) is the conditional probability to determine the label of the i-th argument candidate label. A beam search algorithm is used to find the optimal argument structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Decoding",
"sec_num": "4"
},
{
"text": "Our . Note that CoNLL-2008 shared task is essentially a joint learning task for both syntactic and semantic dependencies, however, we will focus on semantic part of this task. The main semantic measure that we adopt is semantic labeled F 1 score (Sem-F 1 ). In addition, the macro labeled F 1 scores (Macro-F 1 ), which was used for the ranking of the participating systems of CoNLL-2008, the ratio between labeled F 1 score for semantic dependencies and the LAS for syntactic dependencies (Sem-F 1 /LAS), are also given for reference.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Results",
"sec_num": "5"
},
{
"text": "C r = C r + f j . end if end for C = C + C r S i = S i \u2212 C r Let S i = S i Train",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Results",
"sec_num": "5"
},
{
"text": "C r = C r + f j . end if end for C = C \u2212 C r S i = S i + C r if S i = S i\u22121 (",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Results",
"sec_num": "5"
},
{
"text": "We consider three types of syntactic information to feed the SRL task. One is gold-standard syntactic input, and other two are based on automatically parsing results of two parsers, the state-ofthe-art syntactic parser described in (Johansson and Nugues, 2008) 7 (it is referred to Johansson) and an integrated parser described as the following (referred to MST M E ).",
"cite_spans": [
{
"start": 232,
"end": 262,
"text": "(Johansson and Nugues, 2008) 7",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Dependency Parsers",
"sec_num": "5.1"
},
{
"text": "The parser is basically based on the MSTParser 8 using all the features presented by (McDonald et al., 2006) with projective parsing. Moreover, we exploit three types of additional features to improve the parser. 1) Chen et al. (2008) used features derived from short dependency pairs based on large-scale auto-parsed data to enhance dependency parsing. Here, the same features are used, though all dependency pairs rather than short dependency pairs are extracted along with the dependency direction from training data rather than auto-parsed data. 2) Koo et al. (2008) presented new features based on word clusters obtained from large-scale unlabeled data and achieved large improvement for English and Czech. Here, the same features are also used as word clusters are generated only from the training data. 3) Nivre and McDonald (2008) presented an integrating method to provide additional information for graph-based and transition-based parsers. Here, we represent features based on dependency relations predicted by transition-based parsers for the MSTParer. For the sake of efficiency, we use a fast transition- 7 It is a 2-order maximum spanning tree parser with pseudo-projective techniques. A syntactic-semantic reranking was performed to output the final results according to (Johansson and Nugues, 2008) . However, only 1-best outputs of the parser before reranking are used for our evaluation. Note that the reranking may slightly improve the syntactic performance according to (Johansson and Nugues, 2008 based parser based on maximum entropy as in Zhao and Kit (2008) . We still use the similar feature notations of that work.",
"cite_spans": [
{
"start": 85,
"end": 108,
"text": "(McDonald et al., 2006)",
"ref_id": "BIBREF17"
},
{
"start": 216,
"end": 234,
"text": "Chen et al. (2008)",
"ref_id": "BIBREF4"
},
{
"start": 553,
"end": 570,
"text": "Koo et al. (2008)",
"ref_id": "BIBREF13"
},
{
"start": 813,
"end": 838,
"text": "Nivre and McDonald (2008)",
"ref_id": "BIBREF19"
},
{
"start": 1119,
"end": 1120,
"text": "7",
"ref_id": null
},
{
"start": 1287,
"end": 1315,
"text": "(Johansson and Nugues, 2008)",
"ref_id": "BIBREF12"
},
{
"start": 1491,
"end": 1518,
"text": "(Johansson and Nugues, 2008",
"ref_id": "BIBREF12"
},
{
"start": 1563,
"end": 1582,
"text": "Zhao and Kit (2008)",
"ref_id": "BIBREF30"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Dependency Parsers",
"sec_num": "5.1"
},
{
"text": "At first, we report the effectiveness of the proposed adaptive argument pruning. The numbers of argument candidates are in Table 4 . The statistics is conducted on three different syntactic inputs. The coverage rate in the table means the ratio of how many true arguments are covered by the selected pruning scheme. Note that the adaptive pruning of argument candidates using assistant labels does not change this rate. This ratio only depends on which path, either synP th or linP th, is chosen, and how good the syntactic input is (if synP th is the case). From the results, we see that more than a half of argument candidates can be effectively pruned for synP th and even 2/3 for linP th.",
"cite_spans": [],
"ref_spans": [
{
"start": 123,
"end": 130,
"text": "Table 4",
"ref_id": "TABREF8"
}
],
"eq_spans": [],
"section": "The Results",
"sec_num": "5.2"
},
{
"text": "As mentioned by (Pradhan et al., 2004) , argument identification plays a bottleneck role in improving the performance of a SRL system. The effectiveness of the proposed additional pruning techniques may be seen as a significant improvement over the original algorithm of (Xue and Palmer, 2004) . The results also indicate that such an assumption holds that arguments trend to close with their predicate, at either type of distance, syntactic or linear. Based on different syntactic inputs, we obtain different results on semantic dependency parsing as shown in Table 5 . These results on different syntactic inputs also give us a chance to observe how semantic performance varies according to syntactic performance. The fact from the results is that the ratio Sem-F 1 /LAS becomes relatively smaller as the syntactic input becomes better. Though not so surprised, the results do show that the argument traverse scheme synP th always outperforms the other linP th. The result of this comparison partially shows that an integrated semantic role labeler is sensitive to the order of how argument candidates are traversed to some extent.",
"cite_spans": [
{
"start": 16,
"end": 38,
"text": "(Pradhan et al., 2004)",
"ref_id": "BIBREF21"
},
{
"start": 271,
"end": 293,
"text": "(Xue and Palmer, 2004)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [
{
"start": 561,
"end": 568,
"text": "Table 5",
"ref_id": "TABREF9"
}
],
"eq_spans": [],
"section": "The Results",
"sec_num": "5.2"
},
{
"text": "The performance given by synP th is compared to some other systems that participated in the CoNLL-2008 shared task. They were chosen among the 20 participating systems either because they held better results (the first four participants) or because they used some joint learning techniques (Henderson et al., 2008) . The results of (Titov et al., 2009) that use the similar joint learning technique as (Henderson et al., 2008) are also included 9 . Results of these evaluations on the test set are in Table 6 . Top three systems of CoNLL-2008, (Johansson and Nugues, 2008; Ciaramita et al., 2008; Che et al., 2008) , used SRL pipelines.",
"cite_spans": [
{
"start": 290,
"end": 314,
"text": "(Henderson et al., 2008)",
"ref_id": "BIBREF10"
},
{
"start": 332,
"end": 352,
"text": "(Titov et al., 2009)",
"ref_id": null
},
{
"start": 402,
"end": 426,
"text": "(Henderson et al., 2008)",
"ref_id": "BIBREF10"
},
{
"start": 532,
"end": 558,
"text": "CoNLL-2008, (Johansson and",
"ref_id": null
},
{
"start": 559,
"end": 572,
"text": "Nugues, 2008;",
"ref_id": "BIBREF12"
},
{
"start": 573,
"end": 596,
"text": "Ciaramita et al., 2008;",
"ref_id": "BIBREF5"
},
{
"start": 597,
"end": 614,
"text": "Che et al., 2008)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [
{
"start": 501,
"end": 508,
"text": "Table 6",
"ref_id": "TABREF10"
}
],
"eq_spans": [],
"section": "The Results",
"sec_num": "5.2"
},
{
"text": "In this work, we partially use the similar techniques (synP th) for our participation in the shared tasks of CoNLL-2008 (Zhao and Kit, 2008 Zhao et al., 2009b; Zhao et al., 2009a ). Here we report that all SRL sub-tasks are tackled in one integrated model, while the predicate disambiguation sub-task was performed individually in both of our previous systems. Therefore, this is our first attempt at a full integrated SRL system. (Titov et al., 2009) reported the best result by using joint learning technique up to now. The comparison indicates that our integrated system outputs a result quite close to the state-of-the-art by the pipeline system of (Johansson and Nugues, 2008) as the same syntactic structure input is adopted. It is worth noting that our system actually competes with two independent sub-systems of (Johansson and Nugues, 2008) , one for verbal predicates, the other for nominal predicates. In addition, the results of our system is obtained without using additional joint learning technique like syntactic-semantic reranking. It indicates that our system is expected to obtain some further performance improvement by using such techniques.",
"cite_spans": [
{
"start": 109,
"end": 119,
"text": "CoNLL-2008",
"ref_id": null
},
{
"start": 120,
"end": 139,
"text": "(Zhao and Kit, 2008",
"ref_id": "BIBREF30"
},
{
"start": 140,
"end": 159,
"text": "Zhao et al., 2009b;",
"ref_id": "BIBREF32"
},
{
"start": 160,
"end": 178,
"text": "Zhao et al., 2009a",
"ref_id": "BIBREF31"
},
{
"start": 431,
"end": 451,
"text": "(Titov et al., 2009)",
"ref_id": null
},
{
"start": 653,
"end": 681,
"text": "(Johansson and Nugues, 2008)",
"ref_id": "BIBREF12"
},
{
"start": 821,
"end": 849,
"text": "(Johansson and Nugues, 2008)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Results",
"sec_num": "5.2"
},
{
"text": "We have described a dependency-based semantic role labeling system for English from NomBank and PropBank. From the evaluations, the result of our system is quite close to the state of the art. As to our knowledge, it is the first integrated SRL system that achieves such a competitive performance against previous pipeline systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "According to the path that the word-pair classifier traverses argument candidates, two integration schemes are presented. Argument candidate pruning and feature selection are performed on them, respectively. These two schemes are more than providing a trivial comparison. As assistant labeled are introduced to help further argument candidate pruning, and this techniques work well for both schemes, it support the assumption that arguments trend to surround their predicate. The proposed feature selection procedure also work for both schemes and output quite different two feature template sets, and either of the sets helps the system obtain a competitive performance, this fact suggests that the feature selection procedure is robust and effective, too.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Either of the presented integrated systems can provide a competitive performance. This conclusion about basic learning scheme for SRL is some different from previous literatures. However, according to our results, there does exist a 'harmony' feature template set that is helpful to both predicate and argument identification/classification, or SRL for both verbal and nominal predicates. We attribute this different conclusion to two main factors, 1) much more feature templates (for example, ten times more than those used by Xue et al.) than previous that are considered for a successful feature engineering, 2) a maximum entropy classifier makes it possible to accept so many various features in one model. Note that maximum entropy is not so sensitive to those (partially) overlapped features, while SVM and other margin-based learners are not so. a Ranking according to Sem-F1 b Labeled F1 for predicate identification and classification c Labeled F1 for argument identification and classification d Labeled F1 for verbal predicates e Labeled F1 for nominal predicates f * means post-evaluation results, which are available at the official website of CoNLL-2008 shared task, http://www.yr-bcn.es/dokuwiki/doku.php?id=conll2008:start. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "CoNLL-2008 is an English-only task, while CoNLL-2009 is a multilingual one. Though the English corpus in CoNLL-2009 is almost identical to the corpus in the CoNLL-2008 shared task evaluation, the latter holds more sophisticated input structure as in. The most difference for these two tasks is that the identification of semantic predicates is required in the task of CoNLL-2008 but not inCoNLL-2009.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "InCoNLL-2008, Treebank tokens are split at the position that a hyphen (-) or a forward slash (/) occurs. This leads to two types of feature columns, non-split and split.3 Lemma and pos for either training or test are from automatically pre-analyzed columns in the input files.4 Note that the meaning of support verb is slightly different between(Toutanova et al., 2005) and(Xue, 2006;Jiang and Ng, 2006)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "These baseline rules were developed by Erik Tjong Kim Sang, from the University of Antwerp, Belgium.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This set with detailed explanation will be available at our website.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In addition, the work of(Henderson et al., 2008) and(Titov et al., 2009) jointly considered syntactic and semantic dependencies, that is significantly different from the others.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Our thanks give to Dr. Richard Johansson, who kindly provided the syntactic output for his participation in the CoNLL-2008 shared task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Sem-F1 Macro Sem-F1 pred-F1 b argu-F1 c Verb-F1 d Nomi-F1 e F1 /LAS Johansson",
"authors": [],
"year": 2008,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sem-F1 Macro Sem-F1 pred-F1 b argu-F1 c Verb-F1 d Nomi-F1 e F1 /LAS Johansson:2008",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Introduction to the conll-2005 shared task: Semantic role labeling",
"authors": [
{
"first": "Xavier",
"middle": [],
"last": "Carreras",
"suffix": ""
},
{
"first": "Lluis",
"middle": [],
"last": "Marquez",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of CoNLL-2005",
"volume": "",
"issue": "",
"pages": "152--164",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xavier Carreras and Lluis Marquez. 2005. Introduc- tion to the conll-2005 shared task: Semantic role la- beling. In Proceedings of CoNLL-2005, pages 152- 164, Ann Arbor, Michigan, USA.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A cascaded syntactic and semantic dependency parsing system",
"authors": [
{
"first": "Wanxiang",
"middle": [],
"last": "Che",
"suffix": ""
},
{
"first": "Zhenghua",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Yuxuan",
"middle": [],
"last": "Hu",
"suffix": ""
},
{
"first": "Yongqiang",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Bing",
"middle": [],
"last": "Qin",
"suffix": ""
},
{
"first": "Ting",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Sheng",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of CoNLL-2008",
"volume": "",
"issue": "",
"pages": "238--242",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wanxiang Che, Zhenghua Li, Yuxuan Hu, Yongqiang Li, Bing Qin, Ting Liu, and Sheng Li. 2008. A cascaded syntactic and semantic dependency pars- ing system. In Proceedings of CoNLL-2008, pages 238-242, Manchester, England, August.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Dependency parsing with short dependency relations in unlabeled data",
"authors": [
{
"first": "Wenliang",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Daisuke",
"middle": [],
"last": "Kawahara",
"suffix": ""
},
{
"first": "Kiyotaka",
"middle": [],
"last": "Uchimoto",
"suffix": ""
},
{
"first": "Yujie",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Hitoshi",
"middle": [],
"last": "Isahara",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of IJCNLP-2008",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wenliang Chen, Daisuke Kawahara, Kiyotaka Uchi- moto, Yujie Zhang, and Hitoshi Isahara. 2008. De- pendency parsing with short dependency relations in unlabeled data. In Proceedings of IJCNLP-2008, Hyderabad, India, January 8-10.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Desrl: A linear-time semantic role labeling system",
"authors": [
{
"first": "Massimiliano",
"middle": [],
"last": "Ciaramita",
"suffix": ""
},
{
"first": "Giuseppe",
"middle": [],
"last": "Attardi",
"suffix": ""
},
{
"first": "Felice",
"middle": [],
"last": "Dell'orletta",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of CoNLL-2008",
"volume": "",
"issue": "",
"pages": "258--262",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Massimiliano Ciaramita, Giuseppe Attardi, Felice Dell'Orletta, and Mihai Surdeanu. 2008. Desrl: A linear-time semantic role labeling system. In Pro- ceedings of CoNLL-2008, pages 258-262, Manch- ester, England, August.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The role of semantic roles in disambiguating verb senses",
"authors": [
{
"first": "Trang",
"middle": [],
"last": "Hoa",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Dang",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of ACL-2005",
"volume": "",
"issue": "",
"pages": "42--49",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hoa Trang Dang and Martha Palmer. 2005. The role of semantic roles in disambiguating verb senses. In Proceedings of ACL-2005, pages 42-49, Ann Arbor, USA.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Improving chinese semantic role classification with hierarchical feature selection strategy",
"authors": [
{
"first": "Weiwei",
"middle": [],
"last": "Ding",
"suffix": ""
},
{
"first": "Baobao",
"middle": [],
"last": "Chang",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of EMNLP-2008",
"volume": "",
"issue": "",
"pages": "324--323",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weiwei Ding and Baobao Chang. 2008. Improving chinese semantic role classification with hierarchi- cal feature selection strategy. In Proceedings of EMNLP-2008, pages 324-323, Honolulu, USA.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Automatic labeling of semantic roles",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2002,
"venue": "Computational Linguistics",
"volume": "28",
"issue": "3",
"pages": "245--288",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Gildea and Daniel Jurafsky. 2002. Automatic labeling of semantic roles. Computational Linguis- tics, 28(3):245-288.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "The CoNLL-2009 shared task: Syntactic and semantic dependencies in multiple languages",
"authors": [
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Massimiliano",
"middle": [],
"last": "Ciaramita",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "Daisuke",
"middle": [],
"last": "Kawahara",
"suffix": ""
},
{
"first": "Maria",
"middle": [
"Ant\u00f2nia"
],
"last": "Mart\u00ed",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Pad\u00f3",
"suffix": ""
},
{
"first": "Pavel",
"middle": [],
"last": "Jan\u0161t\u011bp\u00e1nek",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Stra\u0148\u00e1k",
"suffix": ""
},
{
"first": "Nianwen",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Yi",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Zhang",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 13th Conference on Computational Natural Language Learning (CoNLL-2009)",
"volume": "",
"issue": "",
"pages": "1--18",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jan Haji\u010d, Massimiliano Ciaramita, Richard Johans- son, Daisuke Kawahara, Maria Ant\u00f2nia Mart\u00ed, Llu\u00eds M\u00e0rquez, Adam Meyers, Joakim Nivre, Sebastian Pad\u00f3, Jan\u0160t\u011bp\u00e1nek, Pavel Stra\u0148\u00e1k, Mihai Surdeanu, Nianwen Xue, and Yi Zhang. 2009. The CoNLL- 2009 shared task: Syntactic and semantic depen- dencies in multiple languages. In Proceedings of the 13th Conference on Computational Natural Lan- guage Learning (CoNLL-2009), June 4-5, pages 1- 18, Boulder, Colorado, USA.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A latent variable model of synchronous parsing for syntactic and semantic dependencies",
"authors": [
{
"first": "James",
"middle": [],
"last": "Henderson",
"suffix": ""
},
{
"first": "Paola",
"middle": [],
"last": "Merlo",
"suffix": ""
},
{
"first": "Gabriele",
"middle": [],
"last": "Musillo",
"suffix": ""
},
{
"first": "Ivan",
"middle": [],
"last": "Titov",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of CoNLL-2008",
"volume": "",
"issue": "",
"pages": "178--182",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Henderson, Paola Merlo, Gabriele Musillo, and Ivan Titov. 2008. A latent variable model of syn- chronous parsing for syntactic and semantic depen- dencies. In Proceedings of CoNLL-2008, pages 178-182, Manchester, England, August.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Semantic role labeling of nombank: A maximum entropy approach",
"authors": [
{
"first": "Ping",
"middle": [],
"last": "Zheng",
"suffix": ""
},
{
"first": "Hwee Tou",
"middle": [],
"last": "Jiang",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ng",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of EMNLP-2006",
"volume": "",
"issue": "",
"pages": "138--145",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zheng Ping Jiang and Hwee Tou Ng. 2006. Seman- tic role labeling of nombank: A maximum entropy approach. In Proceedings of EMNLP-2006, pages 138-145, Sydney, Australia.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Dependency-based syntactic semantic analysis with propbank and nombank",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "Pierre",
"middle": [],
"last": "Nugues",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of CoNLL-2008",
"volume": "183",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Johansson and Pierre Nugues. 2008. Dependency-based syntactic semantic analysis with propbank and nombank. In Proceedings of CoNLL-2008, page 183 187, Manchester, UK.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Simple semi-supervised dependency parsing",
"authors": [
{
"first": "Terry",
"middle": [],
"last": "Koo",
"suffix": ""
},
{
"first": "Xavier",
"middle": [],
"last": "Carreras",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL-08: HLT",
"volume": "",
"issue": "",
"pages": "595--603",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Terry Koo, Xavier Carreras, and Michael Collins. 2008. Simple semi-supervised dependency parsing. In Proceedings of ACL-08: HLT, pages 595-603, Columbus, Ohio, USA, June.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Generalized inference with multiple semantic role labeling systems",
"authors": [
{
"first": "Peter",
"middle": [],
"last": "Koomen",
"suffix": ""
},
{
"first": "Vasin",
"middle": [],
"last": "Punyakanok",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Roth",
"suffix": ""
},
{
"first": "Wen",
"middle": [],
"last": "Tau",
"suffix": ""
},
{
"first": "Yih",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of CoNLL-2005",
"volume": "",
"issue": "",
"pages": "181--184",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter Koomen, Vasin Punyakanok, Dan Roth, and Wen tau Yih. 2005. Generalized inference with multi- ple semantic role labeling systems. In Proceedings of CoNLL-2005, pages 181-184, Ann Arbor, Michi- gan, USA.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"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": "Proceedings of ACL-2007",
"volume": "",
"issue": "",
"pages": "208--215",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chang Liu and Hwee Tou Ng. 2007. Learning pre- dictive structures for semantic role labeling of nom- bank. In Proceedings of ACL-2007, pages 208-215, Prague, Czech.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "A robust combination strategy for semantic role labeling",
"authors": [
{
"first": "Lluis",
"middle": [],
"last": "Marquez",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Pere",
"middle": [],
"last": "Comas",
"suffix": ""
},
{
"first": "Jordi",
"middle": [],
"last": "Turmo",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of HLT/EMNLP-2005",
"volume": "644",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lluis Marquez, Mihai Surdeanu, Pere Comas, and Jordi Turmo. 2005. A robust combination strat- egy for semantic role labeling. In Proceedings of HLT/EMNLP-2005, page 644 651, Vancouver, Canada.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Multilingual dependency analysis with a two-stage discriminative parser",
"authors": [
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Lerman",
"suffix": ""
},
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of CoNLL-X",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ryan McDonald, Kevin Lerman, and Fernando Pereira. 2006. Multilingual dependency analysis with a two-stage discriminative parser. In Proceedings of CoNLL-X, New York City, June.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "The nombank project: An interim report",
"authors": [
{
"first": "Adam",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "Ruth",
"middle": [],
"last": "Reeves",
"suffix": ""
},
{
"first": "Catherine",
"middle": [],
"last": "Macleod",
"suffix": ""
},
{
"first": "Rachel",
"middle": [],
"last": "Szekely",
"suffix": ""
},
{
"first": "Veronika",
"middle": [],
"last": "Zielinska",
"suffix": ""
},
{
"first": "Brian",
"middle": [],
"last": "Young",
"suffix": ""
},
{
"first": "Ralph",
"middle": [],
"last": "Grishman",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of HLT/NAACL Workshop on Frontiers in Corpus Annotation",
"volume": "",
"issue": "",
"pages": "24--31",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Adam Meyers, Ruth Reeves, Catherine Macleod, Rachel Szekely, Veronika Zielinska, Brian Young, and Ralph Grishman. 2004. The nombank project: An interim report. In Proceedings of HLT/NAACL Workshop on Frontiers in Corpus Annotation, pages 24-31, Boston, Massachusetts, USA, May 6.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Integrating graph-based and transition-based dependency parsers",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL-08: HLT",
"volume": "",
"issue": "",
"pages": "950--958",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre and Ryan McDonald. 2008. Integrat- ing graph-based and transition-based dependency parsers. In Proceedings of ACL-08: HLT, pages 950-958, Columbus, Ohio, June.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "The proposition bank: An annotated corpus of semantic roles",
"authors": [
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Kingsbury",
"suffix": ""
}
],
"year": 2005,
"venue": "Computational Linguistics",
"volume": "31",
"issue": "1",
"pages": "71--106",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martha Palmer, Daniel Gildea, and Paul Kingsbury. 2005. The proposition bank: An annotated cor- pus of semantic roles. Computational Linguistics, 31(1):71-106.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Shallow semantic parsing using support vector machines",
"authors": [
{
"first": "Sameer",
"middle": [],
"last": "Pradhan",
"suffix": ""
},
{
"first": "Wayne",
"middle": [],
"last": "Ward",
"suffix": ""
},
{
"first": "Kadri",
"middle": [],
"last": "Hacioglu",
"suffix": ""
},
{
"first": "James",
"middle": [
"H"
],
"last": "Martin",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of HLT/NAACL-2004",
"volume": "",
"issue": "",
"pages": "233--240",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sameer Pradhan, Wayne Ward, Kadri Hacioglu, James H. Martin, and Dan Jurafsky. 2004. Shallow semantic parsing using support vector machines. In Proceedings of HLT/NAACL-2004, pages 233-240, Boston, Massachusetts, USA.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Semantic role labeling using different syntactic views",
"authors": [
{
"first": "Sameer",
"middle": [],
"last": "Pradhan",
"suffix": ""
},
{
"first": "Wayne",
"middle": [],
"last": "Ward",
"suffix": ""
},
{
"first": "Kadri",
"middle": [],
"last": "Hacioglu",
"suffix": ""
},
{
"first": "James",
"middle": [
"H"
],
"last": "Martin",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of ACL-2005",
"volume": "",
"issue": "",
"pages": "581--588",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sameer Pradhan, Wayne Ward, Kadri Hacioglu, James H. Martin, and Daniel Jurafsky. 2005. Se- mantic role labeling using different syntactic views. In Proceedings of ACL-2005, pages 581-588, Ann Arbor, USA.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Merging propbank, nombank, timebank, penn discourse treebank and coreference",
"authors": [
{
"first": "James",
"middle": [],
"last": "Pustejovsky",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Massimo",
"middle": [],
"last": "Poesio",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Workshop on Frontiers in Corpus Annotations II: Pie in the Sky",
"volume": "",
"issue": "",
"pages": "5--12",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Pustejovsky, Adam Meyers, Martha Palmer, and Massimo Poesio. 2005. Merging propbank, nom- bank, timebank, penn discourse treebank and coref- erence. In Proceedings of the Workshop on Frontiers in Corpus Annotations II: Pie in the Sky, pages 5-12, Ann Arbor, USA.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Combination strategies for semantic role labeling",
"authors": [
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Lluis",
"middle": [],
"last": "Marquez",
"suffix": ""
},
{
"first": "Xavier",
"middle": [],
"last": "Carreras",
"suffix": ""
},
{
"first": "Pere",
"middle": [
"R"
],
"last": "Comas",
"suffix": ""
}
],
"year": 2007,
"venue": "Journal of Artificial Intelligence Research",
"volume": "29",
"issue": "",
"pages": "105--151",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mihai Surdeanu, Lluis Marquez, Xavier Carreras, and Pere R. Comas. 2007. Combination strategies for semantic role labeling. Journal of Artificial Intelli- gence Research, 29:105-151.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "The CoNLL-2008 shared task on joint parsing of syntactic and semantic dependencies",
"authors": [
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of CoNLL-2008",
"volume": "",
"issue": "",
"pages": "159--177",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mihai Surdeanu, Richard Johansson, Adam Meyers, Llu\u00eds M\u00e0rquez, and Joakim Nivre. 2008. The CoNLL-2008 shared task on joint parsing of syntac- tic and semantic dependencies. In Proceedings of CoNLL-2008, pages 159-177, Manchester, UK.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Online graph planarisation for synchronous parsing of semantic and syntactic dependencies",
"authors": [
{
"first": "Ivan",
"middle": [],
"last": "Titov",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Henderson",
"suffix": ""
},
{
"first": "Paola",
"middle": [],
"last": "Merlo",
"suffix": ""
},
{
"first": "Gabriele",
"middle": [],
"last": "Musillo",
"suffix": ""
}
],
"year": 2009,
"venue": "IJCAI-2009",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ivan Titov, James Henderson, Paola Merlo, and Gabriele Musillo. 2009. Online graph planarisation for synchronous parsing of semantic and syntactic dependencies. In IJCAI-2009, Pasadena, California, USA.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Joint learning improves semantic role labeling",
"authors": [
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
},
{
"first": "Aria",
"middle": [],
"last": "Haghighi",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of ACL-2005",
"volume": "",
"issue": "",
"pages": "589--596",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kristina Toutanova, Aria Haghighi, and Christopher D. Manning. 2005. Joint learning improves semantic role labeling. In Proceedings of ACL-2005, pages 589-596, Ann Arbor, USA.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Calibrating features for semantic role labeling",
"authors": [
{
"first": "Nianwen",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of EMNLP-2004",
"volume": "",
"issue": "",
"pages": "88--94",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nianwen Xue and Martha Palmer. 2004. Calibrating features for semantic role labeling. In Proceedings of EMNLP-2004, pages 88-94, Barcelona, Spain, July 25-26.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Semantic role labeling of nominalized predicates in chinese",
"authors": [
{
"first": "Nianwen",
"middle": [],
"last": "Xue",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of NAACL-2006",
"volume": "",
"issue": "",
"pages": "431--438",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nianwen Xue. 2006. Semantic role labeling of nom- inalized predicates in chinese. In Proceedings of NAACL-2006, pages 431-438, New York City, USA, June.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Parsing syntactic and semantic dependencies with two single-stage maximum entropy models",
"authors": [
{
"first": "Hai",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Chunyu",
"middle": [],
"last": "Kit",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceeding of CoNLL-2008",
"volume": "",
"issue": "",
"pages": "203--207",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hai Zhao and Chunyu Kit. 2008. Parsing syntactic and semantic dependencies with two single-stage max- imum entropy models. In Proceeding of CoNLL- 2008, pages 203-207, Manchester, UK.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Multilingual dependency learning: Exploiting rich features for tagging syntactic and semantic dependencies",
"authors": [
{
"first": "Hai",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Wenliang",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Kiyotaka",
"middle": [],
"last": "Jun'ichi Kazama",
"suffix": ""
},
{
"first": "Kentaro",
"middle": [],
"last": "Uchimoto",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Torisawa",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 13th Conference on Computational Natural Language Learning (CoNLL-2009)",
"volume": "",
"issue": "",
"pages": "61--66",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hai Zhao, Wenliang Chen, Jun'ichi Kazama, Kiyotaka Uchimoto, and Kentaro Torisawa. 2009a. Multilin- gual dependency learning: Exploiting rich features for tagging syntactic and semantic dependencies. In Proceedings of the 13th Conference on Computa- tional Natural Language Learning (CoNLL-2009), June 4-5, pages 61-66, Boulder, Colorado, USA.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Multilingual dependency learning: A huge feature engineering method to semantic dependency parsing",
"authors": [
{
"first": "Hai",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Wenliang",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Chunyu",
"middle": [],
"last": "Kit",
"suffix": ""
},
{
"first": "Guodong",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of CoNLL-2009",
"volume": "",
"issue": "",
"pages": "55--60",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hai Zhao, Wenliang Chen, Chunyu Kit, and Guodong Zhou. 2009b. Multilingual dependency learning: A huge feature engineering method to semantic de- pendency parsing. In Proceedings of CoNLL-2009, pages 55-60, Boulder, Colorado, USA.",
"links": null
}
},
"ref_entries": {
"TABREF0": {
"num": null,
"type_str": "table",
"content": "<table><tr><td>p.lm.dprel</td></tr><tr><td>p.rm.dprel</td></tr><tr><td>p.spForm</td></tr><tr><td>p\u22121.spLemma</td></tr><tr><td>p.spLemma</td></tr><tr><td>p\u22121.spLemma+p.spLemma</td></tr><tr><td>p.spLemma + p1.spLemma</td></tr><tr><td>p.spLemma + p.h.spForm</td></tr><tr><td>p.spLemma + p.currentSense</td></tr><tr><td>p.lemma</td></tr><tr><td>p.lemma + p1.lemma</td></tr><tr><td>p\u22121.pos+p.pos</td></tr><tr><td>a.isCurPred.lemma</td></tr><tr><td>a\u22122.isCurPred.lemma + a\u22121.isCurPred.lemma</td></tr><tr><td>a.isCurPred.spLemma</td></tr><tr><td>a\u22121.isCurPred.spLemma + a.isCurPred.spLemma</td></tr><tr><td>a.isCurPred.spLemma + a1.isCurPred.spLemma</td></tr><tr><td>a.children.dprel.bag</td></tr><tr><td>a\u22121.spLemma + a.spLemma</td></tr><tr><td>a\u22121.spLemma + a.dprel</td></tr><tr><td>a\u22121.spLemma + a.dprel + a.h.spLemma</td></tr><tr><td>a.lm\u22121.spLemma</td></tr><tr><td>a.rm\u22121.dprel + a.spPos</td></tr><tr><td>a\u22121.lemma + a.dprel + a.h.lemma</td></tr><tr><td>a.lemma + p.lemma</td></tr><tr><td>a.pos + p.pos</td></tr><tr><td>a.spLemma + p.spLemma</td></tr><tr><td>a:p|dpPath.dprel</td></tr><tr><td>a:p|dpPathArgu.dprel</td></tr><tr><td>a:p|dpPathPred.spPos</td></tr></table>",
"text": ". F T syn holds 51 different templates",
"html": null
},
"TABREF1": {
"num": null,
"type_str": "table",
"content": "<table/>",
"text": "Feature templates for both synP th and linP th as in",
"html": null
},
"TABREF2": {
"num": null,
"type_str": "table",
"content": "<table><tr><td>Output:</td></tr><tr><td>The set of selected feature templates: S</td></tr><tr><td>Procedure:</td></tr><tr><td>Let the counter i = 1</td></tr><tr><td>Let S i = S 0 and C = F T \u2212 S i</td></tr><tr><td>while do</td></tr><tr><td>Train a model with features according to S i ,</td></tr><tr><td>test on development set and the result is p i .</td></tr><tr><td>Let C</td></tr></table>",
"text": "Greedy Feature Selection Input:The set of all feature templates: F T The set of selected feature templates: S 0",
"html": null
},
"TABREF3": {
"num": null,
"type_str": "table",
"content": "<table><tr><td>Train a model with features according to</td></tr><tr><td>C , test on development set and the result</td></tr><tr><td>is p .</td></tr><tr><td>if p &gt; q i then</td></tr></table>",
"text": "a model with features according to S i , test on development set and the result is q i . Let C r = null for each feature template f j in set C doLet C = S i + f j .",
"html": null
},
"TABREF4": {
"num": null,
"type_str": "table",
"content": "<table><tr><td>p\u22121.lemma + p.lemma</td></tr><tr><td>p\u22122.pos</td></tr><tr><td>p.pos</td></tr><tr><td>p\u22122.spForm + p\u22121.spForm</td></tr><tr><td>p1.spForm</td></tr><tr><td>p.spForm + p.children.dprel.noDup</td></tr><tr><td>p.lm.spPos</td></tr><tr><td>p.spForm + p.lm.spPos</td></tr><tr><td>+ p.noFarChildren.spPos.bag + p.rm.spPos</td></tr><tr><td>p.dprel</td></tr><tr><td>p.children.dprel.bag</td></tr><tr><td>p.children.pos.seq p.dprel = OBJ ? a</td></tr><tr><td>a.dprel</td></tr><tr><td>a\u22121.lemma + a1.lemma</td></tr><tr><td>a1.lemma</td></tr><tr><td>a\u22121.pos</td></tr><tr><td>a1.spPos</td></tr><tr><td>a.h.lemma</td></tr><tr><td>a.h.spLemma</td></tr><tr><td>a.pphead.lemma</td></tr><tr><td>a.pphead.spLemma</td></tr><tr><td>a.lm.dprel + a.spPos</td></tr><tr><td>a.rm\u22121.pos</td></tr><tr><td>a.spLemma + a.h.spPos</td></tr><tr><td>a.existSemdprel A1</td></tr><tr><td>a.dprel = OBJ ?</td></tr><tr><td>a.form + a.children.pos.seq</td></tr><tr><td>a.children.adv.bag b</td></tr><tr><td>a:p|linePath.distance</td></tr><tr><td>a:p|dpPath.distance</td></tr><tr><td>a:p|existCross</td></tr><tr><td>a:p|dpPath.dprel.bag</td></tr><tr><td>a:p|dpPathPred.dprel.bag</td></tr><tr><td>a:p|dpPath.spForm.seq</td></tr><tr><td>a:p|dpPathArgu.spForm.seq</td></tr><tr><td>a:p|dpPathPred.spForm.bag</td></tr><tr><td>a:p|dpPath.spLemma.seq</td></tr><tr><td>a:p|dpPathArgu.spLemma.seq</td></tr><tr><td>a:p|dpPathArgu.spLemma.bag</td></tr><tr><td>a:p|dpPathPred.spLemma.bag</td></tr><tr><td>a:p|dpPath.spPos.bag</td></tr><tr><td>a:p|dpPathPred.spPos.bag</td></tr><tr><td>(a:p|dpPath.dprel.seq) + p.spPos</td></tr><tr><td>(a:p|dpTreeRelation) + a.spPos</td></tr><tr><td>(a:p|dpTreeRelation) + p.spPos</td></tr><tr><td>(a.highSupportVerb:p|dpTreeRelation) + a.spPos</td></tr><tr><td>a.highSupportNoun:p|dpPath.dprel.seq</td></tr><tr><td>a.lowSupportVerb:p|dpPath.dprel.seq</td></tr><tr><td>a:p|linePath.spForm.bag</td></tr><tr><td>a:p|linePath.spLemma.bag</td></tr><tr><td>a:p|linePath.spLemma.seq</td></tr><tr><td>end if</td></tr><tr><td>end while</td></tr></table>",
"text": "No feature templates are added or removed) or, neither p i nor q i is larger than p i\u22121 and q i\u22121 then Output S = argmax p i ,q i {S i , S i } and the algorithm ends. This feature checks if the dependant type is OBJ.",
"html": null
},
"TABREF5": {
"num": null,
"type_str": "table",
"content": "<table><tr><td>p.currentSense + a.spLemma</td></tr><tr><td>p.currentSense + a.spPos</td></tr><tr><td>p.voice + (a:p|direction)</td></tr><tr><td>p.rm.dprel</td></tr><tr><td>p.children.dprel.noDup</td></tr><tr><td>p.rm.form</td></tr><tr><td>p.lowSupportNoun.spForm</td></tr><tr><td>p.lowSupportProp:p|dpTreeRelation</td></tr><tr><td>p\u22122.form + p\u22121.form</td></tr><tr><td>p.voice</td></tr><tr><td>p.form + p.children.dprel.noDup</td></tr><tr><td>p.pos + p.dprel</td></tr><tr><td>p.spForm + p.children.dprel.bag</td></tr><tr><td>a.voice + (a:p|direction)</td></tr><tr><td>a\u22121.isCurPred.lemma</td></tr><tr><td>a1.isCurPred.lemma</td></tr><tr><td>a\u22121.isCurPred.lemma + a.isCurPred.lemma</td></tr><tr><td>a.isCurPred.lemma + a1.isCurPred.lemma</td></tr><tr><td>a1.isCurPred.spLemma</td></tr><tr><td>a\u22122.isCurPred.spLemma + a\u22121.isCurPred.spLemma</td></tr><tr><td>a.baseline Ax + a.voice + (a:p|direction)</td></tr><tr><td>a.baseline Mod</td></tr><tr><td>a.h.children.dprel.bag</td></tr><tr><td>a.lm.dprel + a.dprel</td></tr><tr><td>a.lm.dprel + a.pos</td></tr><tr><td>a.lm\u22121.lemma</td></tr><tr><td>a.lm.lemma</td></tr><tr><td>a.lm1.lemma</td></tr><tr><td>a.lm.pos + a.pos</td></tr><tr><td>a.lm.spForm</td></tr><tr><td>a.lm\u22121.spPos</td></tr><tr><td>a.lm.spPos</td></tr><tr><td>a.ln.dprel + a.pos</td></tr><tr><td>a.noFarChildren.spPos.bag + a.rm.spPos</td></tr><tr><td>a.children.spPos.seq + p.children.spPos.seq</td></tr><tr><td>a.rm.dprel + a.pos</td></tr><tr><td>a.rm\u22121.spPos</td></tr><tr><td>a.rm.spPos</td></tr><tr><td>a.rm1.spPos</td></tr><tr><td>a.rn.dprel + a.spPos</td></tr><tr><td>a.form</td></tr><tr><td>a.form + a1.form</td></tr><tr><td>a.form + a.pos</td></tr><tr><td>a\u22121.lemma</td></tr><tr><td>a\u22121.lemma + a.lemma</td></tr><tr><td>a\u22122.pos</td></tr><tr><td>a.spForm + a1.spForm</td></tr><tr><td>a.spForm + a.spPos</td></tr><tr><td>a.spLemma + a1.spLemma</td></tr><tr><td>a.spForm + a.children.spPos.seq</td></tr><tr><td>a.spForm + a.children.spPos.bag</td></tr><tr><td>a.spLemma + a.h.spForm</td></tr><tr><td>a.spLemma + a.pphead.spForm</td></tr><tr><td>a.existSemdprel A2</td></tr><tr><td>a:p|dpPathArgu.pos.seq</td></tr><tr><td>a:p|dpPathPred.dprel.seq</td></tr><tr><td>a:p|dpTreeRelation</td></tr></table>",
"text": "Feature templates only for synPth",
"html": null
},
"TABREF6": {
"num": null,
"type_str": "table",
"content": "<table/>",
"text": "Feature templates only for linPth in",
"html": null
},
"TABREF8": {
"num": null,
"type_str": "table",
"content": "<table><tr><td/><td/><td colspan=\"2\">synPth+F Tsyn</td><td>linPth+F T lin</td></tr><tr><td>Syn-Parser</td><td>LAS</td><td colspan=\"2\">Sem Sem-F1</td><td>Sem Sem-F1</td></tr><tr><td/><td/><td>F1</td><td>/LAS</td><td>F1</td><td>/LAS</td></tr><tr><td>MSTME</td><td colspan=\"2\">88.39 80.53</td><td colspan=\"2\">91.10 79.83</td><td>90.31</td></tr><tr><td>Johansson</td><td colspan=\"2\">89.28 80.94</td><td colspan=\"2\">90.66 79.84</td><td>89.43</td></tr><tr><td>Gold</td><td colspan=\"2\">100.00 84.57</td><td colspan=\"2\">84.57 83.34</td><td>83.34</td></tr></table>",
"text": "The number of training samples on argument candidates",
"html": null
},
"TABREF9": {
"num": null,
"type_str": "table",
"content": "<table/>",
"text": "",
"html": null
},
"TABREF10": {
"num": null,
"type_str": "table",
"content": "<table/>",
"text": "Comparison of the best existing systems",
"html": null
}
}
}
}