|
{ |
|
"paper_id": "C14-1026", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T12:22:14.190289Z" |
|
}, |
|
"title": "Multi-view Chinese Treebanking", |
|
"authors": [ |
|
{ |
|
"first": "Likun", |
|
"middle": [], |
|
"last": "Qiu", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Singapore University of Technology and Design", |
|
"location": { |
|
"country": "Singapore" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Singapore University of Technology and Design", |
|
"location": { |
|
"country": "Singapore" |
|
} |
|
}, |
|
"email": "yuezhang@sutd.edu.sg" |
|
}, |
|
{ |
|
"first": "Peng", |
|
"middle": [], |
|
"last": "Jin", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "Lab of Intelligent Information Processing and Application", |
|
"institution": "Leshan Normal University", |
|
"location": { |
|
"country": "China" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Houfeng", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Peking University", |
|
"location": { |
|
"country": "China" |
|
} |
|
}, |
|
"email": "wanghf@pku.edu.cn" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "We present a multi-view annotation framework for Chinese treebanking, which uses dependency structures as the base view and supports conversion into phrase structures with minimal loss of information. A multi-view Chinese treebank was built under the proposed framework, and the first release (PMT 1.0) containing 14,463 sentences is be made freely available. To verify the effectiveness of the multi-view framework, we implemented an arc-standard transition-based dependency parser and added phrase structure features produced by the phrase structure view. Experimental results show the effectiveness of additional features for dependency parsing. Further, experiments on dependency-to-string machine translation show that our treebank and parser could achieve similar results compared to the Stanford Parser trained on CTB 7.0.", |
|
"pdf_parse": { |
|
"paper_id": "C14-1026", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "We present a multi-view annotation framework for Chinese treebanking, which uses dependency structures as the base view and supports conversion into phrase structures with minimal loss of information. A multi-view Chinese treebank was built under the proposed framework, and the first release (PMT 1.0) containing 14,463 sentences is be made freely available. To verify the effectiveness of the multi-view framework, we implemented an arc-standard transition-based dependency parser and added phrase structure features produced by the phrase structure view. Experimental results show the effectiveness of additional features for dependency parsing. Further, experiments on dependency-to-string machine translation show that our treebank and parser could achieve similar results compared to the Stanford Parser trained on CTB 7.0.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Phrase structures (PS) and dependency structures (DS) are two of the most popular grammar formalisms for statistical parsing (Collins, 2003; Charniak, 2000; McDonald et al., 2005; Nivre, 2006; Petrov and Klein, 2007; Zhang and Clark, 2008) . While DS trees emphasize the grammatical relation between heads and dependents, PS trees stress the hierarchical constituent structures of sentences. Several researchers have explored DS and PS simultaneously to enhance the quality of syntactic parsing (Wang and Zong, 2010; Farkas and Bohnet, 2012; Sun and Wan, 2013) and tree-to-string machine translation (Meng et al., 2013) , showing that the two types of information complement each other for NLP tasks.", |
|
"cite_spans": [ |
|
{ |
|
"start": 125, |
|
"end": 140, |
|
"text": "(Collins, 2003;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 141, |
|
"end": 156, |
|
"text": "Charniak, 2000;", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 157, |
|
"end": 179, |
|
"text": "McDonald et al., 2005;", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 180, |
|
"end": 192, |
|
"text": "Nivre, 2006;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 193, |
|
"end": 216, |
|
"text": "Petrov and Klein, 2007;", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 217, |
|
"end": 239, |
|
"text": "Zhang and Clark, 2008)", |
|
"ref_id": "BIBREF41" |
|
}, |
|
{ |
|
"start": 495, |
|
"end": 516, |
|
"text": "(Wang and Zong, 2010;", |
|
"ref_id": "BIBREF33" |
|
}, |
|
{ |
|
"start": 517, |
|
"end": 541, |
|
"text": "Farkas and Bohnet, 2012;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 542, |
|
"end": 560, |
|
"text": "Sun and Wan, 2013)", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 600, |
|
"end": 619, |
|
"text": "(Meng et al., 2013)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Most existing Chinese and English treebanks fall into the phrase structure category, and much work has been done to convert PS into DS (Magerman, 1994; Collins et al., 1999; Collins, 2003; Sun and Jurafsky, 2004; Johansson and Nugues, 2007; Duan et al., 2007; Zhang and Clark, 2008) . Research on statistical dependency parsing has frequently used dependency treebanks converted from phrase structure treebanks, such as the Penn Treebank (PTB) (Marcus et al., 1993) and Penn Chinese Treebank (CTB) (Xue et al., 2000) . However, previous research shows that dependency categories in converted treebanks are simplified (Johansson and Nugues, 2007) , and the widely used head-table PS to DS conversion approach encounters ambiguities and uncertainty, especially for complex coordination structures (Xue, 2007) . The main reason is that the PS treebanks were designed without consideration of DS conversion, leading to inherent ambiguities in the mapping, and loss of information in the resulting DS treebanks. To minimize information loss during treebank conversions, a treebank could be designed by considering PS and DS information simultaneously; such treebanks have been proposed as multi-view treebanks . We develop a multi-view treebank for Chinese, which treats PS and DS as different views of the same internal structures of a sentence.", |
|
"cite_spans": [ |
|
{ |
|
"start": 135, |
|
"end": 151, |
|
"text": "(Magerman, 1994;", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 152, |
|
"end": 173, |
|
"text": "Collins et al., 1999;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 174, |
|
"end": 188, |
|
"text": "Collins, 2003;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 189, |
|
"end": 212, |
|
"text": "Sun and Jurafsky, 2004;", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 213, |
|
"end": 240, |
|
"text": "Johansson and Nugues, 2007;", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 241, |
|
"end": 259, |
|
"text": "Duan et al., 2007;", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 260, |
|
"end": 282, |
|
"text": "Zhang and Clark, 2008)", |
|
"ref_id": "BIBREF41" |
|
}, |
|
{ |
|
"start": 444, |
|
"end": 465, |
|
"text": "(Marcus et al., 1993)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 498, |
|
"end": 516, |
|
"text": "(Xue et al., 2000)", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 617, |
|
"end": 645, |
|
"text": "(Johansson and Nugues, 2007)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 795, |
|
"end": 806, |
|
"text": "(Xue, 2007)", |
|
"ref_id": "BIBREF38" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We choose the DS view as the base view, from which PS would be derived. Our choice is based on the effectiveness of information transfer rather than convenience of annotation (Rambow, 2010; Bhatt and Xia, 2012) . Research on Chinese syntax (Zhu, 1982; Chen, 1999; Chen, 2009) shows that the phrasal category of a constituent can be derived from the phrasal categories of its immediate subconstituents and PKU POS Our POS Ag, a, ad, ia, ja, la a (adjective) Bg,b, ib, jb, jm, lb b (distinguishing words) Dg, d, dc, df, id, jd, ld d (adverb) m, mq m(number) n, an, in, jn, ln, Ng, vn, nr, kn n (noun) Qg,q, qb, qc, qd, qe, qj, ql, qr, qt, qv, qz q (measure word) Rg,r, rr, ry, ryw, rz, rzw r (pronoun) Tg, t, tt t (temporal noun) u, ud, ue, ui, ul, uo, us, uz, Ug u (auxiliary word) v, iv, im, jv, lv, Vg, vd, vi, vl, vq,vu, vx, vt,kv v (verb) w, wd, wf, wj, wk, wky, wkz, wm,wp, ws, wt, wu, ww, wy, wyy, wyz w (punctuation) the dependency categories between them (for terminal words, parts-of-speech can be used as phrasal categories). Consequently, in Chinese, the canonical PS, containing information of constituent hierarchies and phrasal categories, can be derived naturally from the canonical DS. As stated, a rich set of dependency categories should be designed to ensure lossless conversion from DS to PS. When the information of PS has been represented in DS explicitly or implicitly, we can convert DS to PS without ambiguity (Rambow et al., 2002) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 175, |
|
"end": 189, |
|
"text": "(Rambow, 2010;", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 190, |
|
"end": 210, |
|
"text": "Bhatt and Xia, 2012)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 240, |
|
"end": 251, |
|
"text": "(Zhu, 1982;", |
|
"ref_id": "BIBREF47" |
|
}, |
|
{ |
|
"start": 252, |
|
"end": 263, |
|
"text": "Chen, 1999;", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 264, |
|
"end": 275, |
|
"text": "Chen, 2009)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 503, |
|
"end": 643, |
|
"text": "Dg, d, dc, df, id, jd, ld d (adverb) m, mq m(number) n, an, in, jn, ln, Ng, vn, nr, kn n (noun) Qg,q, qb, qc, qd, qe, qj, ql, qr, qt, qv, qz", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 712, |
|
"end": 922, |
|
"text": "(temporal noun) u, ud, ue, ui, ul, uo, us, uz, Ug u (auxiliary word) v, iv, im, jv, lv, Vg, vd, vi, vl, vq,vu, vx, vt,kv v (verb) w, wd, wf, wj, wk, wky, wkz, wm,wp, ws, wt, wu, ww, wy, wyy, wyz w (punctuation)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1434, |
|
"end": 1455, |
|
"text": "(Rambow et al., 2002)", |
|
"ref_id": "BIBREF27" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Given our framework, a multi-view Chinese treebank, containing 14,463 sentences and 336K words, is constructed. This main corpus is based on the Peking University People's Daily Corpus. We name our treebank the Peking University Multi-view Chinese Treebank (PMT) release 1.0. To verify the usefulness of the treebank for statistical NLP, a transition-based dependency parser is implemented to include PS features produced in the derivation process of phrasal categories. We perform a set of empirical evaluations, with experimental results on both dependency parsing and dependency-to-string machine translation showing the effectiveness of the proposed annotation framework and treebank. We make the treebank, the DS to PS conversion script and the parser freely available.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our part-of-speech (POS) tagset is based on the Peking University (PKU) People's Daily corpus, which consists of over 100 tags (Yu et al., 2003) . We simplify the PKU tagset by syntactic distribution. The simplified tagset contains 33 POS tags. The mapping from the original PKU POS to our simplified POS is shown in Table 1 . For instance, Ag (adjective morpheme), ad (adjective acting as an adverb), ia (adjective idioms), ja (adjective abbreviation) and la (temporary phrase acting as an adjective) are all mapped to one tag a (adjective). A set of basic PKU POS tags, including c (conjunction), e (interjection), f (localizer), g (morpheme), h (prefix), i (idiom), j (abbreviation), k (suffix), l (temporary phrase), nr (personal name), nrf (family name), nrg (surname), ns (toponym), nt (organization name), nx (non-Chinese noun), nz (other proper noun), o (onomonopeia), p (preposition), q (measure word), r (pronoun), s (locative), x (other non-Chinese word), y (sentence final particle), z (state adjective), are left unchanged.", |
|
"cite_spans": [ |
|
{ |
|
"start": 127, |
|
"end": 144, |
|
"text": "(Yu et al., 2003)", |
|
"ref_id": "BIBREF40" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 317, |
|
"end": 324, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Part-of-speech Tagset", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "In a DS, the modifier is tagged with a dependency category, which denotes the role the modifier plays with regard to its head. The root word of a sentence is dependent on a virtual root node R and tagged with the dependency category HED. Table 2 lists the 32 dependency categories used in our annotation guideline. These categories are designed in consideration of PS conversion with minimal ambiguities, and can be classified according to the following criteria:", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 238, |
|
"end": 245, |
|
"text": "Table 2", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(1) whether the head dominates a compound clause (i.e. has an IC modifier) in the PS view. According to this, dependency categories can be cross-clause or in-clause. For instance, in Figure 1 , the last punctuation (\") is labeled with the cross-clause tag PUS, and its head dominates an IC modifier. (2) the relative position of the modifier to the head. According to this, dependency categories can be left, right or free. For instance, the LAD, SBV, ADV, COS, DE and ATT labels in Figure 1 is right, while the PUS, PUN, IC labels are free and can lie on both sides. (3) whether the modifiers of a head follows the right-to-left order when combined with the head for deriving the PS structure. According to this, dependency categories can be special (not following the right-to-left order) or common. For instance, in Figure 1 , the word \"* (observe)\" was labeled with the special left tag COS, because it is combined with its head \"Nb (consider)\" before \"Nb (consider)\"'s VOB modifier on the right.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 183, |
|
"end": 191, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 483, |
|
"end": 491, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 819, |
|
"end": 827, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Combining the three perspectives, the 32 dependency categories can be classified into 8 classes. Categories in different classes have different priorities when attached to the head word during PS conversion.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(1) Special left (2 labels): COS and RED. If there is a word tagged with the special left category, all the words between this word and its head word should be taken as special left.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(2) Common left (13 labels): ADV, APP, ATT, DE, DI, FOC, NUM, QUN, SBV, TPC, VV, PUN and IS. For instance, \"\u00d2 \u2021 (must)\" in Figure 1 is labeled with the common left tag ADV and follows the right-to-left order, being combined with its head \"\u00f5u (be good at)\" after \"Nb (consider)\".", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 123, |
|
"end": 131, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(3) Common left cross-clause (5 labels): ADV, SBV, LAD, TPC and IS. A common left cross-clause modifier can also act like common left in-clause, but not vice versa.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(4) Common right (7 labels): ACT, CMP, DEI, IOB, MT, POB and VOB. For instance, the word \"% n (psychology)\" in Figure 1 is labeled with VOB and follows the right-to-left order. (5) Special right (4 labels): QUC, RAD, PUN, IS. In particular, PUN and IS are common categories when appearing on the left side but special categories on the right side of the head.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 111, |
|
"end": 119, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(6) Special right (attached before COO) (3 labels): QUCC, RADC and ISC. These categories differ from those in the previous class in that they would be combined to the head before COO modifiers.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(7) Free cross-clause (2 labels): IC, PUS. IC is a clausal category and so can be used to connect two clauses. PUS denotes cross-clause punctuations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "(8) Common left coordination (2 labels): COO and LAD.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Dependency Category Tagset", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "To resolve the ambiguity of finding the head of a punctuation, we make the following rules.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rules for Annotating Punctuations", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "(1) Coupled punctuations (e.g. brackets and quotation marks) take the head word of the phrase between the two punctuations as their head.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rules for Annotating Punctuations", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "(2) Full stops, question marks, exclamatory marks and semicolons take the topmost head word (without violating projectivity) on their left as their heads.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rules for Annotating Punctuations", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "(3) Commas take the nearest word on the right with HED or IC, or the topmost head words on the right (if there is no right node tagged with HED or IC), or the nearest words on their left tagged with HED or IC as their heads, all under the condition of not breaking projectivity.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rules for Annotating Punctuations", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "(4) Colons take the topmost head word (without violating projectivity) on their right as their heads. (5) Slight-pause marks (!) take the head of the COO or COS constituent on their left as their heads.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rules for Annotating Punctuations", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "In our treebank, DS is represented explicitly and PS implicitly. The conversion from DS to PS consists of two steps. First, a binary PS hierarchy is generated bottom-up according to the DS. Second, each non-terminal node in the hierarchy is tagged with a phrasal tag (e.g. NP, VP) based on manual rules. We adopt the PS tagset of the CTB (Xue et al., 2000) for our treebank.", |
|
"cite_spans": [ |
|
{ |
|
"start": 338, |
|
"end": 356, |
|
"text": "(Xue et al., 2000)", |
|
"ref_id": "BIBREF37" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Automatic Derivation of Phrase Function and Hierarchy", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "3.1 Derivation of Phrase Hierarchy", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Automatic Derivation of Phrase Function and Hierarchy", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The PS trees in our grammar are binary-branching, making the derivation of hierarchical PS from DS relatively straightforward. With leaf nodes being pre-terminals, a PS is derived bottom-up by recursive combinations of neighbouring spans according to the dependency links in a sentence. In this process, a head word is always combined with the nearest modifier that is currently not in the constituents it dominates. The only ambiguities lie in the orders in which neighbouring PS are combined to form a larger PS, which can be denoted as (A (B C)) versus ((A B) C), with A, B, and C being three neighbouring spans. For the above ambiguity to exist, the head word for each span must bare the dependency links (A B C), with the head word of B being the head of those of A and C. In most cases, the (A (B C)) structure is chosen. An intuitive example is that a verb is first combined with the object (VOB, a common right category) to form a VP, before being combined with the subject (SBV, a common left category) to form an IP. One example of ((A B) C) structures is the coordination structure shown in Figure 1 , where the spans headed by \"* (observe)\" and \"%n (psychology)\" are combined after those by \"* (observe)\" and \"Nb (consider)\", due to the fact that \"%n (psychology)\" is a shared object to the coordinated verbs, linked by a COS (a special left category) arc. In general, the modifiers of a given head are attached according the following priorities:", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 1102, |
|
"end": 1110, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Derivation Algorithm", |
|
"sec_num": "3.1.1" |
|
}, |
|
{ |
|
"text": "(1) the special left category > (2) the common right category > (3) the common left category > (4) the special right category before COO > (5) the common left coordination category > (6) the other special right category > (7) the free cross-clause clausal category (IC) > (8) the common left cross-clause category > (9) the free cross-clause punctuations (PUS).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Derivation Algorithm", |
|
"sec_num": "3.1.1" |
|
}, |
|
{ |
|
"text": "We take coordination structures as an example to illustrate the PS hierarchy generation process. Typically, researchers treat the rightmost conjunct as the head of a coordinate structure. However, doing so introduces modifier scope ambiguities when modifiers are also attached to the rightmost head. Vice versa, treating the leftmost conjunct as the head will lead to ambiguities when modifiers attached to the left head (Che et al., 2012) . Another choice is treating the conjunction as the head Xue, 2007) . However, this is usually not preferred since it makes parsing more difficult and a choice still has to be made between the left and right elements when there is no conjunction in a coordinate structure (Xue, 2007) . Our strategy is as follows: (1) Choose the rightmost conjunct as the head to eliminate the ambiguities when the modifiers are attached to the left; (2) Classify coordinate structures into common coordinate structures (COO) and sharing-right-child coordinate structures (COS). COO words are taken as common left nodes (as shown in Figure 2 ), while COS words are special left nodes (as shown in Figure 1 ). Doing so avoids the aforementioned scope ambiguities for modifiers.", |
|
"cite_spans": [ |
|
{ |
|
"start": 421, |
|
"end": 439, |
|
"text": "(Che et al., 2012)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 497, |
|
"end": 507, |
|
"text": "Xue, 2007)", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 712, |
|
"end": 723, |
|
"text": "(Xue, 2007)", |
|
"ref_id": "BIBREF38" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1056, |
|
"end": 1064, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1120, |
|
"end": 1129, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "A Case Study: Generating the Hierarchy of Coordination Structure", |
|
"sec_num": "3.1.2" |
|
}, |
|
{ |
|
"text": "Several Chinese linguists discuss the issue of deriving phrasal categories from the syntactic categories of the PS and DS context. Both Zhu (1982) and Chen (1999) state that if two phrases have constituents with the same phrasal categories and the dependency types between them are also the same, the phrasal categories of their combinations must be the same. Consequently, it is natural to derive the category of a phrase from the phrasal categories of the immediate constituents and the dependency type between the constituents. We make a set of rules for the derivation, each being a DS pattern/phrasal type pair. The DS pattern is a modifier-head link with associated information such as the dependency category (DepCate) Figure 1 : An instance of DS-PS conversion ( (moreover) \u00a6\u00d6 (crew) \u00d2 \u2021 (must) \u00f5u (be good at) * (observe) Nb (consider) \u00a6\u2022 (passenger) ('s) %n (psychology) \u00a7 \u2022\u017e (timely) J\u00f8 (provide)`\u0178 (quality) \u00d1\u00d6 (service)). \"!\" denotes the head constituent. Figure 2 : A second instance of DS-PS conversion (# (new) (de, an auxiliary word)\u02dc(one) c (year) \u00f2 (will)\u00b4(be) \u00bf\u00f7 (be full of) )\u00c5 (vitality) ! \u00bf\u00f7 (be full of) F\" (hope) (de, an auxiliary word)\u02dc(one) c (year) ). \"!\" denotes the head constituent. and the phrasal categories (POS tags for terminial nodes) of the subphrases that the modifier and head dominates. Some high-frequency rules are listed in Table 3 .", |
|
"cite_spans": [ |
|
{ |
|
"start": 136, |
|
"end": 146, |
|
"text": "Zhu (1982)", |
|
"ref_id": "BIBREF47" |
|
}, |
|
{ |
|
"start": 151, |
|
"end": 162, |
|
"text": "Chen (1999)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 726, |
|
"end": 734, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 969, |
|
"end": 977, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1368, |
|
"end": 1375, |
|
"text": "Table 3", |
|
"ref_id": "TABREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Derivation of Phrasal Category", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "For instance, the phrasal category of \u00bf\u00f7 (be full of) )\u00c5 (vitality) in Figure 2 is VP using the rule (v-NP-VOB, VP). Executing the derivation algorithms in Section 3.1 and derivation rules in Section 3.2, a DS in the proposed framework can be converted into corresponding PS, as shown in Figure 1 and 2.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 71, |
|
"end": 79, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 288, |
|
"end": 296, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Derivation of Phrasal Category", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "According to the proposed schema, we constructed the multi-view Chinese treebank (PMT), version 1.0, which contains about 14,463 sentences and 336K words, and supports both the PS view and DS view. Our treebanking is based on the work of Yu et al. (2003) , who built a segmented and POS-tagged Chinese corpus (the PFR Corpus), and released a sub-corpus containing about 1.1M words for free 1 . We choose the previous 14,463 sentences from the corpus, follow the original word segmentation standard but simplify the POS tagset according to the mapping rules described in Section 2.1. Then each sentence is annotated into a projective dependency tree according to the annotation framework described in this paper.", |
|
"cite_spans": [ |
|
{ |
|
"start": 238, |
|
"end": 254, |
|
"text": "Yu et al. (2003)", |
|
"ref_id": "BIBREF40" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Process of PMT", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "To speed up the annotation, a statistical dependency parser is used to give automatic parse trees and annotators are required to check each tree on a visualized annotation platform, which supports detecting invalid derivation from DS to PS. For quality control, a detailed annotation guideline is provided with abundant instances for different types of syntactic structures in Mandarin Chinese. More information of the guideline can be found in an extended version of this paper. In addition, we adopt the annotation strategy for the construction of the Penn Chinese Treebank (Xue et al., 2000) -one annotator examines an automatic parse tree first, and a second annotator verifies the annotation of the first annotator.", |
|
"cite_spans": [ |
|
{ |
|
"start": 576, |
|
"end": 594, |
|
"text": "(Xue et al., 2000)", |
|
"ref_id": "BIBREF37" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Process of PMT", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "In order to demonstrate the usefulness of our treebank in comparison with existing Chinese treebanks, we perform empirical analysis to the treebank, by the statistical dependency parsing and dependency-tostring machine translation tasks. Several researchers explored joint DS and PS information to enhance the quality of syntactic parsing (Wang and Zong, 2010; Farkas and Bohnet, 2012; Sun and Wan, 2013) . Most tried to combine the outputs of constituent and dependency parsers by stacking or bagging. Since our treebank is multi-view, it is possible to combine DS features and PS features directly in the decoding process.", |
|
"cite_spans": [ |
|
{ |
|
"start": 339, |
|
"end": 360, |
|
"text": "(Wang and Zong, 2010;", |
|
"ref_id": "BIBREF33" |
|
}, |
|
{ |
|
"start": 361, |
|
"end": 385, |
|
"text": "Farkas and Bohnet, 2012;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 386, |
|
"end": 404, |
|
"text": "Sun and Wan, 2013)", |
|
"ref_id": "BIBREF30" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Transition-Based Parser for Multi-view Treebank", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We implemented an arc-standard transition-based dependency parser (Nivre, 2008) based on the arceager parser of Zhang and Nivre (2011) , which is a state-of-the-art transition-based dependency parser (Zhang and Nivre, 2012) . It is more reasonable to derive the phrasal category of a phrase after the complete subtree (phrase) rather than partial subtree headed by a word has been built. The arc-standard parser differs from the arc-eager parser in that it postpones the attachment of right-modifiers until the complete subtrees headed by the modifiers themselves have been built. Because of this, we add PS features into an arc-standard parser rather than an arc-eager one.", |
|
"cite_spans": [ |
|
{ |
|
"start": 66, |
|
"end": 79, |
|
"text": "(Nivre, 2008)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 112, |
|
"end": 134, |
|
"text": "Zhang and Nivre (2011)", |
|
"ref_id": "BIBREF44" |
|
}, |
|
{ |
|
"start": 200, |
|
"end": 223, |
|
"text": "(Zhang and Nivre, 2012)", |
|
"ref_id": "BIBREF45" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Transition-Based Parser for Multi-view Treebank", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The parser processes a sentence from left to right, using a stack to maintain partially built derivations and a queue to hold next incoming words. Three transition actions (LEFT, RIGHT and SHIFT) are defined to consume input words from the queue and construct arcs using the stack (Nivre, 2008) :", |
|
"cite_spans": [ |
|
{ |
|
"start": 281, |
|
"end": 294, |
|
"text": "(Nivre, 2008)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Transition-Based Parser for Multi-view Treebank", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "LEFT pops the second top item off the stack, and adds it as a modifier to the top of the stack; RIGHT pops the top item off the stack, and adds it as a modifier to the second top of the stack; SHIFT removes the front of the queue and pushes it onto the top of the stack. Table 4 show the feature templates of our parser, most of which are based on those of Zhang and Nivre (2011) . The contextual information consists of the top four nodes of the stack (S 3 , S 2 , S 1 and S 0 ), the next three input words (N 0 , N 1 and N 2 ), the left and right children (ld, rd) of these nodes, and the distance between S 0 and S 1 . Word and POS information from the context are manually combined.", |
|
"cite_spans": [ |
|
{ |
|
"start": 357, |
|
"end": 379, |
|
"text": "Zhang and Nivre (2011)", |
|
"ref_id": "BIBREF44" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 271, |
|
"end": 278, |
|
"text": "Table 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "A Transition-Based Parser for Multi-view Treebank", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Due to the multi-view nature of our treebank, the DS parser can be extended naturally to incorporate PS information. Further, because our PS is binary branching, each constituent corresponds to a dependency link. In the decoding process, we derive the phrasal category c of a subtree whenever a dependency link features of stack top S0wt; S0w; S0t; S1wt; S1w; S1t; S2wt; S2w; S2t; S3wt; S3w; S3t; N0wt; features of next input N0w; N0t; N1wt; N1w; N1t; N2wt; N2w; N2t; bigram features S0wS1w; S0wS1t; S0tS1w; S0tS1t; S0wN0w; S0wN0t; S0tN0w; S0tN0t; children features of S0 S0ldw; S0ldt; S0ldwt; S0ldd; S0rdw; S0rdt; S0rdwt; S0rdd; children features of S1 S1ldw; S1ldt; S1ldwt; S1ldd; S1rdw; S1rdt; S1rdwt; S1rdd; distance features S0wDistance(S0, S1); S0tDistance(S0, S1); S1wDistance(S0, S1); S1tDistance(S0, S1);", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Transition-Based Parser for Multi-view Treebank", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "S0c; S1c; S0cS1c; S0wS1c; S0tS1c; S0wS1dS1c; S1wS0c; S1tS0c; S1wS0dS0c; S0cS1cS0S1c Table 4 : Transition-based feature templates for the arc-standard dependency parser. w=word; t=POS tag. d=dependency category. c=phrasal category.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 84, |
|
"end": 91, |
|
"text": "Table 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "PS features", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "is established, using the derivation rules in Table 3 . Using c and its combination with other features, we can produce several PS features, as shown in Table 4 . By this simple extension of features, we arrive at an efficient linear-time joint DS and PS parser. (Petrov and Klein, 2007) 3 , ZPar-dep (Zhang and Nivre, 2011) and ZPar-con (Zhang and Clark, 2009; Zhu et al., 2013) 4 are used for comparison. We used the gold segmentation, and the Stanford POS tagger (Toutanova et al., 2003) (version 3.3 .1) to provide automatic POS tags for all the experiments. The POS tagger was trained on the PKU corpus (Yu et al., 2003) containing articles of People's Daily from January 2000 to June 2000. It achieved a 95.78% precision on the PMT. In the baseline parser (Ours-standard), the feature templates in Table 4 except the PS features are used. We refer to the parser after adding PS features as Ours-PS. The results of dependency (ZPar-eager, Ours-standard, Ours-PS and Mate-tools) and constituent parsers (BerkeleyParser and ZPar-con) are measured by the unlabeled accuracy score (UAS), labeled accuracy score (LAS) and bracketing f-measure (BF), respectively.", |
|
"cite_spans": [ |
|
{ |
|
"start": 263, |
|
"end": 287, |
|
"text": "(Petrov and Klein, 2007)", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 301, |
|
"end": 324, |
|
"text": "(Zhang and Nivre, 2011)", |
|
"ref_id": "BIBREF44" |
|
}, |
|
{ |
|
"start": 338, |
|
"end": 361, |
|
"text": "(Zhang and Clark, 2009;", |
|
"ref_id": "BIBREF42" |
|
}, |
|
{ |
|
"start": 362, |
|
"end": 379, |
|
"text": "Zhu et al., 2013)", |
|
"ref_id": "BIBREF46" |
|
}, |
|
{ |
|
"start": 466, |
|
"end": 503, |
|
"text": "(Toutanova et al., 2003) (version 3.3", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 608, |
|
"end": 625, |
|
"text": "(Yu et al., 2003)", |
|
"ref_id": "BIBREF40" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 46, |
|
"end": 53, |
|
"text": "Table 3", |
|
"ref_id": "TABREF4" |
|
}, |
|
{ |
|
"start": 153, |
|
"end": 160, |
|
"text": "Table 4", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 804, |
|
"end": 811, |
|
"text": "Table 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "PS features", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We display the parsing results in Table 5 . Our dependency parser (Ours-PS) outperforms the baseline parser (Ours-standard) with a 0.47% increase in UAS. For additional evaluation, we also converted the DS trees parsed by the dependency parsers to PS using the conversion procedure in Section 3, in order to compare the results of dependency parsers and constituent parsers. The three ZPar-based dependency parsers gave higher accuracies than the two state-of-the-art constituent parsers. In particular, the DS2PS outputs of Ours-PS parser outperforms the PS outputs of Berkeley Parer with 0.62% higher BF.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 34, |
|
"end": 41, |
|
"text": "Table 5", |
|
"ref_id": "TABREF7" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "PS features", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Both Zhang and Clark (2011) and Petrov and McDonald (2012) show that DS trees converted from the outputs of PS parsers outperform those produced directly by DS parsers trained on DS conversions of the CTB. Interestingly, our evaluation on the PMT gave results in the opposite direction: parsers trained on the DS treebank outperforms parsers trained on the PS conversion. One possible reason is that parser errors can be hidden in the conversion process. Take the sentence in Figure 3 for example. Figure 3(a) shows the correct PS while Figure 3(b) shows an incorrect parser output. In particular, \"i\u00b2 (dawn)\" is put under the incorrect constituent. When converted into DS, both lead to the correct link, with \"i \u00b2 (dawn)\" being the SBV modifier of \"\u00fc (come)\" (Figure 3(c) ). As a result, the PS parser error is erased in the conversion into DS. The same can happen in DS to PS conversion.", |
|
"cite_spans": [ |
|
{ |
|
"start": 5, |
|
"end": 27, |
|
"text": "Zhang and Clark (2011)", |
|
"ref_id": "BIBREF43" |
|
}, |
|
{ |
|
"start": 32, |
|
"end": 58, |
|
"text": "Petrov and McDonald (2012)", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 476, |
|
"end": 484, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 498, |
|
"end": 509, |
|
"text": "Figure 3(a)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 537, |
|
"end": 548, |
|
"text": "Figure 3(b)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 760, |
|
"end": 772, |
|
"text": "(Figure 3(c)", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "PS features", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We compare the effects of our treebank and the Stanford dependencies converted from CTB on machine translation, using the dependency-to-string system of Xie et al. (2011) . Our training corpus consists of Figure 3 : An instance where PS parser error is erased in the PS to DS conversion (\u00f0D (bright) (de, an auxiliary word) i\u00b2 (dawn) q (again)\u02dc(one) g(time) \u00fc (come) 3 (in) \u00be\u00f4 (the Pearl River) \u2022 (estuary)). \"!\" denotes the head constituent. (Chang et al., 2009 ) (version 3.3.1), which was trained on CTB 7.0. For the PMT treebank, we used the Ours-PS parser, trained with 14000 sentences (the last 463 sentences are used as development data for the parser). All the MT configurations are the same as Xie et al. (2011) . The results are shown in Table 6 . The Chinese-English translation outputs using our parser and treebank are slightly lower but comparable to those using the Stanford Parser. Note that our treebank contains 336K words on People's Daily, while the CTB 7.0 contains about 1.19M words, most on Xinhua, the source of the MT training and test data. This result to some degree demonstrates the usefulness of our treebank for NLP applications, in comparison with a well-established treebank.", |
|
"cite_spans": [ |
|
{ |
|
"start": 153, |
|
"end": 170, |
|
"text": "Xie et al. (2011)", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 443, |
|
"end": 462, |
|
"text": "(Chang et al., 2009", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 703, |
|
"end": 720, |
|
"text": "Xie et al. (2011)", |
|
"ref_id": "BIBREF36" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 205, |
|
"end": 213, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 748, |
|
"end": 755, |
|
"text": "Table 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Dependency-to-string Machine Translation", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "PS Treebanks and DS Conversion PTB (Marcus et al., 1993) and CTB (Xue et al., 2000) are the most widely used treebanks for English and Chinese in the literature. Both are in PS. For conversion from PS to DS, a head-table approach (Magerman, 1994; Collins, 2003; Yamada and Matsumoto, 2003; Sun and Jurafsky, 2004; Nivre, 2006; Johansson and Nugues, 2007; Duan et al., 2007; Zhang and Clark, 2008) is widely used. However, the reliability of head tables has been questioned (Xue, 2007) . Xue (2007) proposed a novel approach that better exploits the structural information in the CTB and pointed out that the results of the approach and the widely used Penn2Malt tools 5 agree only 60.6% in terms of unlabeled dependency. The coordination structures, in particular, are not properly converted by Penn2Malt.", |
|
"cite_spans": [ |
|
{ |
|
"start": 3, |
|
"end": 56, |
|
"text": "Treebanks and DS Conversion PTB (Marcus et al., 1993)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 65, |
|
"end": 83, |
|
"text": "(Xue et al., 2000)", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 230, |
|
"end": 246, |
|
"text": "(Magerman, 1994;", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 247, |
|
"end": 261, |
|
"text": "Collins, 2003;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 262, |
|
"end": 289, |
|
"text": "Yamada and Matsumoto, 2003;", |
|
"ref_id": "BIBREF39" |
|
}, |
|
{ |
|
"start": 290, |
|
"end": 313, |
|
"text": "Sun and Jurafsky, 2004;", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 314, |
|
"end": 326, |
|
"text": "Nivre, 2006;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 327, |
|
"end": 354, |
|
"text": "Johansson and Nugues, 2007;", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 355, |
|
"end": 373, |
|
"text": "Duan et al., 2007;", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 374, |
|
"end": 396, |
|
"text": "Zhang and Clark, 2008)", |
|
"ref_id": "BIBREF41" |
|
}, |
|
{ |
|
"start": 473, |
|
"end": 484, |
|
"text": "(Xue, 2007)", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 487, |
|
"end": 497, |
|
"text": "Xue (2007)", |
|
"ref_id": "BIBREF38" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "DS Treebanks and PS Conversion An existing DS treebank for Chinese is the Chinese Dependency Treebank (Che et al., 2012) , which is not designed as a multi-view treebank. For conversion from DS to PS, Xia and Palmer (2001) compare three algorithms. These algorithms do not use a rich set of Table 6 : Results of dependency-to-string machine translation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 102, |
|
"end": 120, |
|
"text": "(Che et al., 2012)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 201, |
|
"end": 222, |
|
"text": "Xia and Palmer (2001)", |
|
"ref_id": "BIBREF34" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 291, |
|
"end": 298, |
|
"text": "Table 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "dependency categories, only distinguishing arguments and modifiers. propose a DS-to-PS algorithm, which assumes that a given DS is identical to a flattened version of the desired PS, and then introduce a set of conversion rules. Their error analysis show that coordination and punctuation amount to about 32.1% of conversion errors, while other errors fall into missing content in DS and inconsistency in the target treebank (PTB). This analysis demonstrates that coordination and punctuation should be tackled carefully for the conversion between PS and DS, which we do in the design of our treebank. Bhatt et al. (2011) presented three scenarios arising in the conversion of DS into PS. Bhatt and Xia (2012) further described 7 phenomena of incompatibility in the conversion from DS to PS, mainly involving the annotation of empty categories, yet coordination structure and punctuation were not discussed.", |
|
"cite_spans": [ |
|
{ |
|
"start": 602, |
|
"end": 621, |
|
"text": "Bhatt et al. (2011)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "Multi-view Treebanks The Tiger (Brants et al., 2002) and T\u00fcBa-D/Z (Telljohann et al., 2003) treebanks for German seek to explicitly represent both PS and DS by labeling both nodes and edges in the syntactic tree. For these treebanks, both dependency categories and phrasal categories have been annotated explicitly. The English side of the Czech-English parallel corpus is annotated and linked also as both PS (original PTB annotation) and DS (Hajic et al., 2012) , while the DS is a conversion of the original PS. Our multi-view treebank is different in that dependency categories and phrasal categories derive from each other. The Hindi/Urdu treebank can be taken as a multi-view treebank. Its PS view is derived automatically from the DS. However, the converted PS is not a PS with a full hierarchy but a flattened one .", |
|
"cite_spans": [ |
|
{ |
|
"start": 31, |
|
"end": 52, |
|
"text": "(Brants et al., 2002)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 66, |
|
"end": 91, |
|
"text": "(Telljohann et al., 2003)", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 443, |
|
"end": 463, |
|
"text": "(Hajic et al., 2012)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "We presented an DS-based multi-view annotation framework, and built a Chinese treebank according to the framework and an arc-standard transition-based dependency parser that exploits the multi-view nature of the treebank. We used SMT as an example to demonstrate the usefulness of our treebank for NLP applications. Experiments showed that the proposed treebank and parser can give similar results to the Stanford Parser trained on CTB 7.0. We make our treebank (PMT 1.0) (http://klcl.pku. edu.cn/ResourceList.aspx), the DS to PS conversion script and the proposed parser (http: //sourceforge.net/projects/zpar/) freely available.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "http://klcl.pku.edu.cn/ShowNews.aspx?id=110", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://code.google.com/p/mate-tools/ 3 http://code.google.com/p/berkeley-parser-analyser/ 4 http://sourceforge.net/projects/zpar/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://stp.lingfil.uu.se/ nivre/research/Penn2Malt.html", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We gratefully acknowledge the invaluable assistance of Jun Xie in helping us make experiments on dependency-to-string machine translation. We thank Ji Ma for helpful suggestions and comments, and Yijia Liu for providing a generic arc-standard dependency parser. We also thank all the students from Ludong University and Leshan Normal University for annotating the large-scale treebank. Special thanks to Xiaoyan Wang, Na Wei and Huarong Ni from Ludong University. Finally, we thank the anonymous reviewers for their constructive comments, and gratefully acknowledge the support of the Singapore Ministry of Education (MOE) AcRF Tier 2 grant T2MOE201301, the National Natural Science Foundation of China (No. 61103089, No. 61373056 ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Challenges in converting between treebanks: a case study from the hutb", |
|
"authors": [ |
|
{ |
|
"first": "Rajesh", |
|
"middle": [], |
|
"last": "Bhatt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of META-RESEARCH Workshop on Advanced Treebanking, in conjunction with LREC-2012", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rajesh Bhatt and Fei Xia. 2012. Challenges in converting between treebanks: a case study from the hutb. In Pro- ceedings of META-RESEARCH Workshop on Advanced Treebanking, in conjunction with LREC-2012, Istanbul, Turkey.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "A multi-representational and multi-layered treebank for hindi/urdu", |
|
"authors": [ |
|
{ |
|
"first": "Rajesh", |
|
"middle": [], |
|
"last": "Bhatt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bhuvana", |
|
"middle": [], |
|
"last": "Narasimhan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dipti", |
|
"middle": [ |
|
"Misra" |
|
], |
|
"last": "Sharma", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the Third Linguistic Annotation Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "186--189", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rajesh Bhatt, Bhuvana Narasimhan, Martha Palmer, Owen Rambow, Dipti Misra Sharma, and Fei Xia. 2009. A multi-representational and multi-layered treebank for hindi/urdu. In Proceedings of the Third Linguistic Annotation Workshop, pages 186-189.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Linguistic phenomena, analyses, and representations: Understanding conversion between treebanks", |
|
"authors": [ |
|
{ |
|
"first": "Rajesh", |
|
"middle": [], |
|
"last": "Bhatt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of IJCNLP 2011", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1234--1242", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rajesh Bhatt, Owen Rambow, and Fei Xia. 2011. Linguistic phenomena, analyses, and representations: Under- standing conversion between treebanks. In Proceedings of IJCNLP 2011, pages 1234-1242.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Very high accuracy and fast dependency parsing is not a contradiction", |
|
"authors": [ |
|
{ |
|
"first": "Bernd", |
|
"middle": [], |
|
"last": "Bohnet", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of COLING 2010", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "89--97", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bernd Bohnet. 2010. Very high accuracy and fast dependency parsing is not a contradiction. In Proceedings of COLING 2010, pages 89-97.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "The TIGER treebank", |
|
"authors": [ |
|
{ |
|
"first": "Sabine", |
|
"middle": [], |
|
"last": "Brants", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stefanie", |
|
"middle": [], |
|
"last": "Dipper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Silvia", |
|
"middle": [], |
|
"last": "Hansen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wolfgang", |
|
"middle": [], |
|
"last": "Lezius", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "George", |
|
"middle": [], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the workshop on treebanks and linguistic theories", |
|
"volume": "168", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sabine Brants, Stefanie Dipper, Silvia Hansen, Wolfgang Lezius, and George Smith. 2002. The TIGER treebank. In Proceedings of the workshop on treebanks and linguistic theories, volume 168.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Discriminative reordering with chinese grammatical relations features", |
|
"authors": [ |
|
{ |
|
"first": "Pi-Chuan", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Huihsin", |
|
"middle": [], |
|
"last": "Tseng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher D", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the Third Workshop on Syntax and Structure in Statistical Translation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "51--59", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pi-Chuan Chang, Huihsin Tseng, Dan Jurafsky, and Christopher D Manning. 2009. Discriminative reordering with chinese grammatical relations features. In Proceedings of the Third Workshop on Syntax and Structure in Statistical Translation, pages 51-59.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "A maximum-entropy-inspired parser", |
|
"authors": [ |
|
{ |
|
"first": "Eugene", |
|
"middle": [], |
|
"last": "Charniak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of the NAACL 2000", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "132--139", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Eugene Charniak. 2000. A maximum-entropy-inspired parser. In Proceedings of the NAACL 2000, pages 132- 139.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Chinese Dependency Treebank 1.0. Linguistic Data Consortium", |
|
"authors": [ |
|
{ |
|
"first": "Wanxiang", |
|
"middle": [], |
|
"last": "Che", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Li", |
|
"middle": [], |
|
"last": "Zhenghua", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Liu", |
|
"middle": [], |
|
"last": "Ting", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wanxiang Che, Li Zhenghua, and Liu Ting. 2012. Chinese Dependency Treebank 1.0. Linguistic Data Consor- tium.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Chinese Linguistic Methodology in the 21th Century, 1898-1998", |
|
"authors": [ |
|
{ |
|
"first": "Baoya", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Baoya Chen. 1999. Chinese Linguistic Methodology in the 21th Century, 1898-1998. Shandong Education Publishing House.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Contemporary Linguistics", |
|
"authors": [ |
|
{ |
|
"first": "Baoya", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Baoya Chen. 2009. Contemporary Linguistics. Higher Education Press.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "A statistical parser for czech", |
|
"authors": [ |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Collins", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lance", |
|
"middle": [], |
|
"last": "Ramshaw", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jan", |
|
"middle": [], |
|
"last": "Haji\u010d", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christoph", |
|
"middle": [], |
|
"last": "Tillmann", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Proceedings of the 37th annual meeting of the Association for Computational Linguistics on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "505--512", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Michael Collins, Lance Ramshaw, Jan Haji\u010d, and Christoph Tillmann. 1999. A statistical parser for czech. In Proceedings of the 37th annual meeting of the Association for Computational Linguistics on Computational Linguistics, pages 505-512. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Head-driven statistical models for natural language parsing", |
|
"authors": [ |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Collins", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Computational linguistics", |
|
"volume": "29", |
|
"issue": "4", |
|
"pages": "589--637", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Michael Collins. 2003. Head-driven statistical models for natural language parsing. Computational linguistics, 29(4):589-637.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Probabilistic parsing action models for multi-lingual dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Xiangyu", |
|
"middle": [], |
|
"last": "Duan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jun", |
|
"middle": [], |
|
"last": "Zhao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bo", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of EMNLP-CoNLL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "940--946", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiangyu Duan, Jun Zhao, and Bo Xu. 2007. Probabilistic parsing action models for multi-lingual dependency parsing. In Proceedings of EMNLP-CoNLL 2007, pages 940-946.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Stacking of dependency and phrase structure parsers", |
|
"authors": [ |
|
{ |
|
"first": "Rich\u00e1rd", |
|
"middle": [], |
|
"last": "Farkas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bernd", |
|
"middle": [], |
|
"last": "Bohnet", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of COLING 2012", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "849--866", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rich\u00e1rd Farkas and Bernd Bohnet. 2012. Stacking of dependency and phrase structure parsers. In Proceedings of COLING 2012, pages 849-866.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Announcing prague czech-english dependency treebank 2.0", |
|
"authors": [ |
|
{ |
|
"first": "Jan", |
|
"middle": [], |
|
"last": "Hajic", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eva", |
|
"middle": [], |
|
"last": "Hajicov\u00e1", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jarmila", |
|
"middle": [], |
|
"last": "Panevov\u00e1", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Petr", |
|
"middle": [], |
|
"last": "Sgall", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ondrej", |
|
"middle": [], |
|
"last": "Bojar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Silvie", |
|
"middle": [], |
|
"last": "Cinkov\u00e1", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eva", |
|
"middle": [], |
|
"last": "Fuc\u00edkov\u00e1", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marie", |
|
"middle": [], |
|
"last": "Mikulov\u00e1", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Petr", |
|
"middle": [], |
|
"last": "Pajas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jan", |
|
"middle": [], |
|
"last": "Popelka", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "LREC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3153--3160", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jan Hajic, Eva Hajicov\u00e1, Jarmila Panevov\u00e1, Petr Sgall, Ondrej Bojar, Silvie Cinkov\u00e1, Eva Fuc\u00edkov\u00e1, Marie Mikulov\u00e1, Petr Pajas, Jan Popelka, et al. 2012. Announcing prague czech-english dependency treebank 2.0. In LREC, pages 3153-3160.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Sinica treebank: design criteria, annotation guidelines, and on-line interface", |
|
"authors": [ |
|
{ |
|
"first": "Chu-Ren", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Feng-Yi", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Keh-Jiann", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhao-Ming", |
|
"middle": [], |
|
"last": "Gao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kuang-Yu", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of the second workshop on Chinese language processing: held in conjunction with the 38th ACL", |
|
"volume": "12", |
|
"issue": "", |
|
"pages": "29--37", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Chu-Ren Huang, Feng-Yi Chen, Keh-Jiann Chen, Zhao-ming Gao, and Kuang-Yu Chen. 2000. Sinica treebank: design criteria, annotation guidelines, and on-line interface. In Proceedings of the second workshop on Chinese language processing: held in conjunction with the 38th ACL-Volume 12, pages 29-37.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Extended constituent-to-dependency conversion for English", |
|
"authors": [ |
|
{ |
|
"first": "Richard", |
|
"middle": [], |
|
"last": "Johansson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pierre", |
|
"middle": [], |
|
"last": "Nugues", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "16th Nordic Conference of Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "105--112", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Richard Johansson and Pierre Nugues. 2007. Extended constituent-to-dependency conversion for English. In 16th Nordic Conference of Computational Linguistics, pages 105-112. University of Tartu.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Tree-to-string alignment template for statistical machine translation", |
|
"authors": [ |
|
{ |
|
"first": "Yang", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qun", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shouxun", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of COLING-ACL 2006", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "609--616", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yang Liu, Qun Liu, and Shouxun Lin. 2006. Tree-to-string alignment template for statistical machine translation. In Proceedings of COLING-ACL 2006, pages 609-616. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Natural language parsing as statistical pattern recognition", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "David M Magerman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David M Magerman. 1994. Natural language parsing as statistical pattern recognition. arXiv preprint cmp- lg/9405009.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Building a large annotated corpus of English: The Penn Treebank", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Mitchell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mary", |
|
"middle": [ |
|
"Ann" |
|
], |
|
"last": "Marcus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Beatrice", |
|
"middle": [], |
|
"last": "Marcinkiewicz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Santorini", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Computational linguistics", |
|
"volume": "19", |
|
"issue": "2", |
|
"pages": "313--330", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mitchell P Marcus, Mary Ann Marcinkiewicz, and Beatrice Santorini. 1993. Building a large annotated corpus of English: The Penn Treebank. Computational linguistics, 19(2):313-330.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Non-projective dependency parsing using spanning tree algorithms", |
|
"authors": [ |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fernando", |
|
"middle": [], |
|
"last": "Pereira", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kiril", |
|
"middle": [], |
|
"last": "Ribarov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of HLT-EMNLP 2005", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "523--530", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ryan McDonald, Fernando Pereira, Kiril Ribarov, and Jan Haji\u010d. 2005. Non-projective dependency parsing using spanning tree algorithms. In Proceedings of HLT-EMNLP 2005, pages 523-530.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Translation with source constituency and dependency trees", |
|
"authors": [ |
|
{ |
|
"first": "Fandong", |
|
"middle": [], |
|
"last": "Meng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jun", |
|
"middle": [], |
|
"last": "Xie", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Linfeng", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yajuan", |
|
"middle": [], |
|
"last": "L\u00fc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qun", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of EMNLP 2010", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1066--1076", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Fandong Meng, Jun Xie, Linfeng Song, Yajuan L\u00fc, and Qun Liu. 2013. Translation with source constituency and dependency trees. In Proceedings of EMNLP 2010, pages 1066-1076.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Inductive dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre. 2006. Inductive dependency parsing. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Algorithms for deterministic incremental dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Computational Linguistics", |
|
"volume": "34", |
|
"issue": "4", |
|
"pages": "513--553", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre. 2008. Algorithms for deterministic incremental dependency parsing. Computational Linguistics, 34(4):513-553.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Hindi syntax: Annotating dependency, lexical predicate-argument structure, and phrase structure", |
|
"authors": [ |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rajesh", |
|
"middle": [], |
|
"last": "Bhatt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bhuvana", |
|
"middle": [], |
|
"last": "Narasimhan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dipti", |
|
"middle": [ |
|
"Misra" |
|
], |
|
"last": "Sharma", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "The 7th International Conference on Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "14--17", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Martha Palmer, Rajesh Bhatt, Bhuvana Narasimhan, Owen Rambow, Dipti Misra Sharma, and Fei Xia. 2009. Hindi syntax: Annotating dependency, lexical predicate-argument structure, and phrase structure. In The 7th International Conference on Natural Language Processing, pages 14-17.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Improved inference for unlexicalized parsing", |
|
"authors": [ |
|
{ |
|
"first": "Slav", |
|
"middle": [], |
|
"last": "Petrov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Klein", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of HLT-NAACL 2007", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "404--411", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Slav Petrov and Dan Klein. 2007. Improved inference for unlexicalized parsing. In Proceedings of HLT-NAACL 2007, pages 404-411.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Overview of the 2012 shared task on parsing the web", |
|
"authors": [ |
|
{ |
|
"first": "Slav", |
|
"middle": [], |
|
"last": "Petrov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Notes of the First Workshop on Syntactic Analysis of Non-Canonical Language (SANCL)", |
|
"volume": "59", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Slav Petrov and Ryan McDonald. 2012. Overview of the 2012 shared task on parsing the web. In Notes of the First Workshop on Syntactic Analysis of Non-Canonical Language (SANCL), volume 59.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "A dependency treebank for english", |
|
"authors": [ |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Cassandre", |
|
"middle": [], |
|
"last": "Creswell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rachel", |
|
"middle": [], |
|
"last": "Szekely", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Harriet", |
|
"middle": [], |
|
"last": "Taber", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marilyn", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Walker", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of LREC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Owen Rambow, Cassandre Creswell, Rachel Szekely, Harriet Taber, and Marilyn A Walker. 2002. A dependency treebank for english. In Proceedings of LREC 2002.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "The simple truth about dependency and phrase structure representations: An opinion piece", |
|
"authors": [ |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of HLT-NAACL 2010", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "337--340", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Owen Rambow. 2010. The simple truth about dependency and phrase structure representations: An opinion piece. In Proceedings of HLT-NAACL 2010, pages 337-340.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "Shallow semantc parsing of Chinese", |
|
"authors": [ |
|
{ |
|
"first": "Honglin", |
|
"middle": [], |
|
"last": "Sun", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of HLT-NAACL 2004", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "249--256", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Honglin Sun and Daniel Jurafsky. 2004. Shallow semantc parsing of Chinese. In Proceedings of HLT-NAACL 2004, pages 249-256.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Data-driven, PCFG-based and pseudo-PCFG-based models for Chinese dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Weiwei", |
|
"middle": [], |
|
"last": "Sun", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaojun", |
|
"middle": [], |
|
"last": "Wan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Transactions of the Association for Computational Linguistics", |
|
"volume": "1", |
|
"issue": "1", |
|
"pages": "301--314", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Weiwei Sun and Xiaojun Wan. 2013. Data-driven, PCFG-based and pseudo-PCFG-based models for Chinese dependency parsing. Transactions of the Association for Computational Linguistics, 1(1):301-314.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "Stylebook for the t\u00fcbingen treebank of written german (t\u00fcba-d/z)", |
|
"authors": [ |
|
{ |
|
"first": "Heike", |
|
"middle": [], |
|
"last": "Telljohann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Erhard", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Hinrichs", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sandra", |
|
"middle": [], |
|
"last": "K\u00fcbler", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Heike", |
|
"middle": [], |
|
"last": "Zinsmeister", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kathrin", |
|
"middle": [], |
|
"last": "Beck", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Seminar f\u00fcr Sprachwissenschaft", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Heike Telljohann, Erhard W Hinrichs, Sandra K\u00fcbler, Heike Zinsmeister, and Kathrin Beck. 2003. Stylebook for the t\u00fcbingen treebank of written german (t\u00fcba-d/z). In Seminar f\u00fcr Sprachwissenschaft, Universit\u00e4t T\u00fcbingen, Germany.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Feature-rich part-of-speech tagging with a cyclic dependency network", |
|
"authors": [ |
|
{ |
|
"first": "Kristina", |
|
"middle": [], |
|
"last": "Toutanova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Klein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Christopher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yoram", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Singer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of NAACL 2003", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "173--180", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kristina Toutanova, Dan Klein, Christopher D Manning, and Yoram Singer. 2003. Feature-rich part-of-speech tagging with a cyclic dependency network. In Proceedings of NAACL 2003-Volume 1, pages 173-180.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Phrase structure parsing with dependency structure", |
|
"authors": [ |
|
{ |
|
"first": "Zhiguo", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chengqing", |
|
"middle": [], |
|
"last": "Zong", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of Coling 2010: Posters", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1292--1300", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Zhiguo Wang and Chengqing Zong. 2010. Phrase structure parsing with dependency structure. In Proceedings of Coling 2010: Posters, pages 1292-1300.", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "Converting dependency structures to phrase structures", |
|
"authors": [ |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceedings of HLT 2001", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--5", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Fei Xia and Martha Palmer. 2001. Converting dependency structures to phrase structures. In Proceedings of HLT 2001, pages 1-5. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Towards a multirepresentational treebank", |
|
"authors": [ |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rajesh", |
|
"middle": [], |
|
"last": "Bhatt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dipti Misra", |
|
"middle": [], |
|
"last": "Sharma", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "The 7th International Workshop on Treebanks and Linguistic Theories", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Fei Xia, Owen Rambow, Rajesh Bhatt, Martha Palmer, and Dipti Misra Sharma. 2009. Towards a multi- representational treebank. In The 7th International Workshop on Treebanks and Linguistic Theories.", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "A novel dependency-to-string model for statistical machine translation", |
|
"authors": [ |
|
{ |
|
"first": "Jun", |
|
"middle": [], |
|
"last": "Xie", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Haitao", |
|
"middle": [], |
|
"last": "Mi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qun", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of EMNLP 2011", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "216--226", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jun Xie, Haitao Mi, and Qun Liu. 2011. A novel dependency-to-string model for statistical machine translation. In Proceedings of EMNLP 2011, pages 216-226.", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "The bracketing guidelines for the penn chinese treebank (3.0)", |
|
"authors": [ |
|
{ |
|
"first": "Nianwen", |
|
"middle": [], |
|
"last": "Xue", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shizhe", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anthony", |
|
"middle": [], |
|
"last": "Kroch", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nianwen Xue, Fei Xia, Shizhe Huang, and Anthony Kroch. 2000. The bracketing guidelines for the penn chinese treebank (3.0).", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "Tapping the implicit information for the PS to DS conversion of the chinese treebank", |
|
"authors": [ |
|
{ |
|
"first": "Nianwen", |
|
"middle": [], |
|
"last": "Xue", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of the Sixth International Workshop on Treebanks and Linguistics Theories", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nianwen Xue. 2007. Tapping the implicit information for the PS to DS conversion of the chinese treebank. In Proceedings of the Sixth International Workshop on Treebanks and Linguistics Theories.", |
|
"links": null |
|
}, |
|
"BIBREF39": { |
|
"ref_id": "b39", |
|
"title": "Statistical dependency analysis with support vector machines", |
|
"authors": [ |
|
{ |
|
"first": "Hiroyasu", |
|
"middle": [], |
|
"last": "Yamada", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuji", |
|
"middle": [], |
|
"last": "Matsumoto", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of IWPT 2003", |
|
"volume": "3", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hiroyasu Yamada and Yuji Matsumoto. 2003. Statistical dependency analysis with support vector machines. In Proceedings of IWPT 2003, volume 3.", |
|
"links": null |
|
}, |
|
"BIBREF40": { |
|
"ref_id": "b40", |
|
"title": "Specification for corpus processing at peking university: Word segmentation, pos tagging and phonetic notation", |
|
"authors": [ |
|
{ |
|
"first": "Shiwen", |
|
"middle": [], |
|
"last": "Yu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Huiming", |
|
"middle": [], |
|
"last": "Duan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xuefeng", |
|
"middle": [], |
|
"last": "Zhu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bin", |
|
"middle": [], |
|
"last": "Swen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Baobao", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Journal of Chinese Language and Computing", |
|
"volume": "13", |
|
"issue": "2", |
|
"pages": "121--158", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Shiwen Yu, Huiming Duan, Xuefeng Zhu, Bin Swen, and Baobao Chang. 2003. Specification for corpus process- ing at peking university: Word segmentation, pos tagging and phonetic notation. Journal of Chinese Language and Computing, 13(2):121-158.", |
|
"links": null |
|
}, |
|
"BIBREF41": { |
|
"ref_id": "b41", |
|
"title": "A tale of two parsers: investigating and combining graph-based and transition-based dependency parsing using beam-search", |
|
"authors": [ |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephen", |
|
"middle": [], |
|
"last": "Clark", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of EMNLP 2008", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "562--571", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yue Zhang and Stephen Clark. 2008. A tale of two parsers: investigating and combining graph-based and transition-based dependency parsing using beam-search. In Proceedings of EMNLP 2008, pages 562-571.", |
|
"links": null |
|
}, |
|
"BIBREF42": { |
|
"ref_id": "b42", |
|
"title": "Transition-based parsing of the Chinese treebank using a global discriminative model", |
|
"authors": [ |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephen", |
|
"middle": [], |
|
"last": "Clark", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of IWPT 2009", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "162--171", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yue Zhang and Stephen Clark. 2009. Transition-based parsing of the Chinese treebank using a global discrimina- tive model. In Proceedings of IWPT 2009, pages 162-171.", |
|
"links": null |
|
}, |
|
"BIBREF43": { |
|
"ref_id": "b43", |
|
"title": "Syntactic processing using the generalized perceptron and beam search", |
|
"authors": [ |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephen", |
|
"middle": [], |
|
"last": "Clark", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Computational Linguistics", |
|
"volume": "37", |
|
"issue": "1", |
|
"pages": "105--151", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yue Zhang and Stephen Clark. 2011. Syntactic processing using the generalized perceptron and beam search. Computational Linguistics, 37(1):105-151.", |
|
"links": null |
|
}, |
|
"BIBREF44": { |
|
"ref_id": "b44", |
|
"title": "Transition-based dependency parsing with rich non-local features", |
|
"authors": [ |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of ACL-HLT 2011", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "188--193", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yue Zhang and Joakim Nivre. 2011. Transition-based dependency parsing with rich non-local features. In Pro- ceedings of ACL-HLT 2011: short papers-Volume 2, pages 188-193.", |
|
"links": null |
|
}, |
|
"BIBREF45": { |
|
"ref_id": "b45", |
|
"title": "Analyzing the effect of global learning and beam-search on transition-based dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "COLING (Posters)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1391--1400", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yue Zhang and Joakim Nivre. 2012. Analyzing the effect of global learning and beam-search on transition-based dependency parsing. In COLING (Posters), pages 1391-1400.", |
|
"links": null |
|
}, |
|
"BIBREF46": { |
|
"ref_id": "b46", |
|
"title": "Fast and accurate shift-reduce constituent parsing", |
|
"authors": [ |
|
{ |
|
"first": "Muhua", |
|
"middle": [], |
|
"last": "Zhu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wenliang", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Min", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jingbo", |
|
"middle": [], |
|
"last": "Zhu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of ACL 2013", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "434--443", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Muhua Zhu, Yue Zhang, Wenliang Chen, Min Zhang, and Jingbo Zhu. 2013. Fast and accurate shift-reduce constituent parsing. In Proceedings of ACL 2013, pages 434-443.", |
|
"links": null |
|
}, |
|
"BIBREF47": { |
|
"ref_id": "b47", |
|
"title": "Grammar Finder", |
|
"authors": [ |
|
{ |
|
"first": "Dexi", |
|
"middle": [], |
|
"last": "Zhu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dexi Zhu. 1982. Grammar Finder. Commercial Press.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "Mapping from PKU POS to our POS." |
|
}, |
|
"TABREF1": { |
|
"content": "<table><tr><td>Tag</td><td>Description</td><td>Tag</td><td>Description</td></tr><tr><td colspan=\"2\">ACT action object</td><td>LAD</td><td>left additive</td></tr><tr><td colspan=\"2\">ADV adverbial</td><td>MT</td><td>modality and time</td></tr><tr><td>APP</td><td>appositive element</td><td>NUM</td><td>number</td></tr><tr><td>ATT</td><td>attribute</td><td>POB</td><td>propositional object</td></tr><tr><td colspan=\"2\">CMP complement</td><td>PUN</td><td>punctuation</td></tr><tr><td colspan=\"2\">COO other coordination element</td><td>PUS</td><td>cross-clause punctuation</td></tr><tr><td>COS</td><td>share-right-child coordination element</td><td>QUC</td><td>post-positional quantity</td></tr><tr><td>DE</td><td>de (modifier of (special function word))</td><td colspan=\"2\">QUCC non-shared post-positional quantity</td></tr><tr><td>DEI</td><td colspan=\"2\">dei (modifier of (special function word)) QUN</td><td>quantity</td></tr><tr><td>DI</td><td>di (modifier of /(special function word))</td><td>RAD</td><td>right additive</td></tr><tr><td>FOC</td><td>focus</td><td colspan=\"2\">RADC non-shared right additive</td></tr><tr><td colspan=\"2\">HED root of a sentence</td><td>RED</td><td>reduplicate element</td></tr><tr><td>IC</td><td>independent clause</td><td>SBV</td><td>subject</td></tr><tr><td>IOB</td><td>indirect object</td><td>TPC</td><td>topic</td></tr><tr><td>IS</td><td>independent structure</td><td>VOB</td><td>direct object</td></tr><tr><td>ISC</td><td>non-shared independent structure</td><td>VV</td><td>serial verb construction</td></tr></table>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "are all left. The VOB label" |
|
}, |
|
"TABREF2": { |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "Proposed dependency category set." |
|
}, |
|
"TABREF4": { |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "Some rules for generating phrasal categories. HCate, MCate and PCate denote the phrasal category of the head subphrase, the modifier subphrase and the combined phrase, respectively." |
|
}, |
|
"TABREF7": { |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "Parsing results on our treebank using automatic POS-tags.31K Chinese-English sentence pairs from the Xinhua Corpus (Liu et al., 2006), and we used NIST MT Evaluation 2006 test set as the development set, and the NIST 2003 (MT03), 2004 (MT04) and 2005 (MT05) test sets as the test sets. For Stanford dependency trees, we parsed the source sentences with the Stanford Parser" |
|
} |
|
} |
|
} |
|
} |