ACL-OCL / Base_JSON /prefixP /json /P05 /P05-1041.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P05-1041",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:37:24.840336Z"
},
"title": "High Precision Treebanking -Blazing Useful Trees Using POS Information",
"authors": [
{
"first": "Takaaki",
"middle": [],
"last": "Tanaka",
"suffix": "",
"affiliation": {
"laboratory": "NTT Communication Science Laboratories",
"institution": "Nippon Telegraph and Telephone Corporation \u2021 Universitetet i Oslo and CSLI",
"location": {
"country": "Stanford"
}
},
"email": ""
},
{
"first": "Francis",
"middle": [],
"last": "Bond",
"suffix": "",
"affiliation": {
"laboratory": "NTT Communication Science Laboratories",
"institution": "Nippon Telegraph and Telephone Corporation \u2021 Universitetet i Oslo and CSLI",
"location": {
"country": "Stanford"
}
},
"email": "bond@cslab.kecl.ntt.co.jp"
},
{
"first": "Stephan",
"middle": [],
"last": "Oepen",
"suffix": "",
"affiliation": {
"laboratory": "NTT Communication Science Laboratories",
"institution": "Nippon Telegraph and Telephone Corporation \u2021 Universitetet i Oslo and CSLI",
"location": {
"country": "Stanford"
}
},
"email": ""
},
{
"first": "Sanae",
"middle": [],
"last": "Fujita",
"suffix": "",
"affiliation": {
"laboratory": "NTT Communication Science Laboratories",
"institution": "Nippon Telegraph and Telephone Corporation \u2021 Universitetet i Oslo and CSLI",
"location": {
"country": "Stanford"
}
},
"email": "fujita@cslab.kecl.ntt.co.jp"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper we present a quantitative and qualitative analysis of annotation in the Hinoki treebank of Japanese, and investigate a method of speeding annotation by using part-of-speech tags. The Hinoki treebank is a Redwoods-style treebank of Japanese dictionary definition sentences. 5,000 sentences are annotated by three different annotators and the agreement evaluated. An average agreement of 65.4% was found using strict agreement, and 83.5% using labeled precision. Exploiting POS tags allowed the annotators to choose the best parse with 19.5% fewer decisions.",
"pdf_parse": {
"paper_id": "P05-1041",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper we present a quantitative and qualitative analysis of annotation in the Hinoki treebank of Japanese, and investigate a method of speeding annotation by using part-of-speech tags. The Hinoki treebank is a Redwoods-style treebank of Japanese dictionary definition sentences. 5,000 sentences are annotated by three different annotators and the agreement evaluated. An average agreement of 65.4% was found using strict agreement, and 83.5% using labeled precision. Exploiting POS tags allowed the annotators to choose the best parse with 19.5% fewer decisions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "It is important for an annotated corpus that the markup is both correct and, in cases where variant analyses could be considered correct, consistent. Considerable research in the field of word sense disambiguation has concentrated on showing that the annotation of word senses can be done correctly and consistently, with the normal measure being interannotator agreement (e.g. Kilgariff and Rosenzweig, 2000) . Surprisingly, few such studies have been carried out for syntactic annotation, with the notable exceptions of Brants et al. (2003, p 82) for the German NeGra Corpus and Civit et al. (2003) for the Spanish Cast3LB corpus. Even such valuable and widely used corpora as the Penn TreeBank have not been verified in this way.",
"cite_spans": [
{
"start": 378,
"end": 409,
"text": "Kilgariff and Rosenzweig, 2000)",
"ref_id": "BIBREF9"
},
{
"start": 522,
"end": 548,
"text": "Brants et al. (2003, p 82)",
"ref_id": null
},
{
"start": 581,
"end": 600,
"text": "Civit et al. (2003)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We are constructing the Hinoki treebank as part of a larger project in cognitive and computational lin-guistics ultimately aimed at natural language understanding . In order to build the initial syntactic and semantic models, we are treebanking the dictionary definition sentences of the most familiar 28,000 words of Japanese and building an ontology from the results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Arguably the most common method in building a treebank still is manual annotation, annotators (often linguistics students) marking up linguistic properties of words and phrases. In some semi-automated treebank efforts, annotators are aided by POS taggers or phrase-level chunkers, which can propose mark-up for manual confirmation, revision, or extension. As computational grammars and parsers have increased in coverage and accuracy, an alternate approach has become feasible, in which utterances are parsed and the annotator selects the best parse Carter (1997) ; Oepen et al. (2002) from the full analyses derived by the grammar.",
"cite_spans": [
{
"start": 550,
"end": 563,
"text": "Carter (1997)",
"ref_id": "BIBREF5"
},
{
"start": 566,
"end": 585,
"text": "Oepen et al. (2002)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We adopted the latter approach. There were four main reasons. The first was that we wanted to develop a precise broad-coverage grammar in tandem with the treebank, as part of our research into natural language understanding. Treebanking the output of the parser allows us to immediately identify problems in the grammar, and improving the grammar directly improves the quality of the treebank in a mutually beneficial feedback loop (Oepen et al., 2004) . The second reason is that we wanted to annotate to a high level of detail, marking not only dependency and constituent structure but also detailed semantic relations. By using a Japanese grammar (JACY: Siegel and Bender, 2002) based on a monostratal theory of grammar (HPSG: Pollard and Sag, 1994) we could simultaneously annotate syntactic and semantic structure without overburdening the annota-tor. The third reason was that we expected the use of the grammar to aid in enforcing consistencyat the very least all sentences annotated are guaranteed to have well-formed parses. The flip side to this is that any sentences which the parser cannot parse remain unannotated, at least unless we were to fall back on full manual mark-up of their analyses. The final reason was that the discriminants can be used to update the treebank when the grammar changes, so that the treebank can be improved along with the grammar. This kind of dynamic, discriminant-based treebanking was pioneered in the Redwoods treebank of English (Oepen et al., 2002) , so we refer to it as Redwoods-style treebanking.",
"cite_spans": [
{
"start": 432,
"end": 452,
"text": "(Oepen et al., 2004)",
"ref_id": "BIBREF11"
},
{
"start": 657,
"end": 681,
"text": "Siegel and Bender, 2002)",
"ref_id": "BIBREF14"
},
{
"start": 730,
"end": 752,
"text": "Pollard and Sag, 1994)",
"ref_id": "BIBREF13"
},
{
"start": 1476,
"end": 1496,
"text": "(Oepen et al., 2002)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In the next section, we give some more details about the Hinoki Treebank and the data used to evaluate the parser ( \u00a7 2). This is followed by a brief discussion of treebanking using discriminants ( \u00a7 3), and an extension to seed the treebanking using existing markup ( \u00a7 4). Finally we present the results of our evaluation ( \u00a7 5), followed by some discussion and outlines for future research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The Hinoki treebank currently consists of around 95,000 annotated dictionary definition and example sentences. The dictionary is the Lexeed Semantic Database of Japanese , which consists of all words with a familiarity greater than or equal to five on a scale of one to seven. This gives 28,000 words, divided into 46,347 different senses. Each sense has a definition sentence and example sentence written using only these 28,000 familiar words (and some function words). Many senses have more than one sentence in the definition: there are 81,000 defining sentences in all.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Hinoki Treebank",
"sec_num": "2"
},
{
"text": "The data used in our evaluation is taken from the first sentence of the definitions of all words with a familiarity greater than six (9,854 sentences). The Japanese grammar JACY was extended until the coverage was over 80% .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Hinoki Treebank",
"sec_num": "2"
},
{
"text": "For evaluation of the treebanking we selected 5,000 of the sentences that could be parsed, and divided them into five 1,000 sentence sets (A-E). Definition sentences tend to vary widely in form depending on the part of speech of the word being defined -each set was constructed with roughly the same distribution of defined words, as well as having roughly the same length (the average was 9.9, ranging from 9.5-10.4).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Hinoki Treebank",
"sec_num": "2"
},
{
"text": "A (simplified) example of an entry (Sense 2 of \u00a2 \u00a1 \u00a2 \u00a3 \u00a5 \u00a4 k\u0101ten \"curtain: any barrier to communication or vision\"), and a syntactic view of its parse are given in Figure 1 . There were 6 parses for this definition sentence. The full parse is an HPSG sign, containing both syntactic and semantic information. A view of the semantic information is given in Figure ",
"cite_spans": [],
"ref_spans": [
{
"start": 164,
"end": 172,
"text": "Figure 1",
"ref_id": "FIGREF0"
},
{
"start": 356,
"end": 362,
"text": "Figure",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Hinoki Treebank",
"sec_num": "2"
},
{
"text": "\u00a1 \u00a3 \u00a4 2 k\u0101ten \"curtain\" h0, x2 {h0 : proposition(h5) h1 : aru(e1, x1, u0) \"a certain\" h1 : monogoto(x1) \"stuff\" h2 : u def (x1, h1, h6) h5 : kakusu(e2, x2, x1) \"hide\" h3 : mono(x2) \"thing\" h4 : u def (x2, h3, h7)} Figure 2: Semantic View of the Definition of \u00a1 \u00a3 \u00a4 2 k\u0101ten \"curtain\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Hinoki Treebank",
"sec_num": "2"
},
{
"text": "The semantic view shows some ambiguity has been resolved that is not visible in the purely syntactic view. In Japanese, relative clauses can have gapped and non-gapped readings. In the gapped reading (selected here), mono \"thing\" is the subject of kakusu \"hide\". In the non-gapped reading there is some unspecified relation between the thing and the verb phrase. This is similar to the difference in the two readings of the day he knew in English: \"the day that he knew about\" (gapped) vs \"the day on which he knew (something)\" (non-gapped).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Hinoki Treebank",
"sec_num": "2"
},
{
"text": "Such semantic ambiguity is resolved by selecting the correct derivation tree that includes the applied rules in building the tree, as shown in Figure 3 . In the next phase of the Hinoki project, we are concentrating on acquiring an ontology from these semantic representations and using it to improve the parse selection .",
"cite_spans": [],
"ref_spans": [
{
"start": 143,
"end": 151,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "The Hinoki Treebank",
"sec_num": "2"
},
{
"text": "Selection among analyses in our set-up is done through a choice of elementary discriminants, basic and mostly independent contrasts between parses. These are (relatively) easy to judge by annotators. The system selects features that distinguish between different parses, and the annotator selects or rejects the features until only one parse is left. In a small number of cases, annotation may legitimately leave more than one parse active (see below). The system we used for treebanking was the [incr tsdb()] Redwoods environment 2 (Oepen et al., 2002) . The number of decisions for each sentence is proportional to the log of the number of parses. The number of decisions required depends on the ambiguity of the parses and the length of the input. For Hinoki, on average, the number of decisions presented to the annotator was 27.5. However, the average number of decisions needed to disambiguate each sentence was only 2.6, plus an additional decision to accept or reject the selected parses 3 . In general, even a sentence with 100 parses requires only around 5 decisions and 1,000 parses only around 7 decisions. A graph of parse results versus number of decisions presented and required is given in Figure 6 .",
"cite_spans": [
{
"start": 533,
"end": 553,
"text": "(Oepen et al., 2002)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [
{
"start": 1206,
"end": 1214,
"text": "Figure 6",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "The primary data stored in the treebank is the derivation tree: the series of rules and lexical items the parser used to construct the parse. This, along with the grammar, can be combined to rebuild the complete HPSG sign. The annotators task is to select the appropriate derivation tree or trees. The possible derivation trees for ! \u00a1 ! \u00a3 \" \u00a4 2 k\u0101ten \"curtain\" are shown in Figure 3 . Nodes in the trees indicate applied rules, simplified lexical types or words. We will use it as an example to explain the annotation process. Figure 3 also displays POS tag from a separate tagger, shown in typewriter font. 4 This example has two major sources of ambiguity. One is lexical: aru \"a certain/have/be\" is ambiguous between a reading as a determiner \"a certain\" (det-lex) and its use as a verb of possession \"have\" (aru-verb-lex). If it is a verb, this gives rise to further structural ambiguity in the relative clause, as discussed in Section 2. Reliable POS tags can thus resolve some ambiguity, although not all.",
"cite_spans": [
{
"start": 609,
"end": 610,
"text": "4",
"ref_id": null
}
],
"ref_spans": [
{
"start": 375,
"end": 383,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 528,
"end": 536,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "Overall, this five-word sentence has 6 parses. The annotator does not have to examine every tree but is instead presented with a range of 9 discriminants, as shown in Figure 4 , each local to some segment of the utterance (word or phrase) and thus presenting a contrast that can be judged in isolation. Here the first column shows deduced status of discriminants (typically toggling one discriminant will rule out others), the second actual decisions, the third the discriminating rule or lexical type, the fourth the constituent spanned (with a marker showing segmentation of daughters, where it is unambiguous), and the fifth the parse trees which include the rule or lexical type. After selecting a discriminant, the system recalculates the discriminant set. Those discriminants which can be deduced to be incompatible with the decisions are marked with '\u2212', and this information is recorded. The tool then presents to the annotator ",
"cite_spans": [],
"ref_spans": [
{
"start": 167,
"end": 175,
"text": "Figure 4",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "\u00a1 C \u00a3 D \u00a4 2 k\u0101ten \"curtain\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "only those discriminants which still select between the remaining parses, marked with '?'.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "In this case the desired parse can be selected with a minimum of two decisions. If the first decision is that E G F aru is a determiner (det-lex), it eliminates four parses, leaving only three discriminants (corresponding to trees #1 and #2 in Figure 3 ) to be decided on in the second round of decisions. Selecting mono \"thing\" as the gapped subject of H kakusu \"hide\" (rel-cl-sbj-gap) resolves the parse forest to the single correct derivation tree #1 in Figure 3.",
"cite_spans": [],
"ref_spans": [
{
"start": 244,
"end": 252,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 457,
"end": 463,
"text": "Figure",
"ref_id": null
}
],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "The annotator also has the option of leaving some ambiguity in the treebank. For example, the verbal noun",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "I \u00a1 P D \u00a4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "\u00afopun \"open\" is defined with the single word Q S R aku/hiraku \"open\". This word however, has two readings: aku which is intransitive and hiraku which is transitive. As",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Treebanking Using Discriminants",
"sec_num": "3"
},
{
"text": "\u00afopun \"open\" can be either transitive or intransitive, both parses are in fact correct! In such cases, the annotators were instructed to leave both parses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I \u00a1 P D \u00a4",
"sec_num": null
},
{
"text": "Finally, the annotator has the option of rejecting all the parses presented, if none have the correct syn-tax and semantics. This decision has to be made even for sentences with a unique parse.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I \u00a1 P D \u00a4",
"sec_num": null
},
{
"text": "Sentences in the Lexeed dictionary were already part-of-speech tagged so we investigated exploiting this information to reduce the number of decisions the annotators had to make. More generally, there are many large corpora with a subset of the information we desire already available. For example, the Kyoto Corpus (Kurohashi and Nagao, 2003) has part of speech information and dependency information, but not the detailed information available from an HPSG analysis. However, the existing information can be used to blaze 5 trees in the parse forest: that is to select or reject certain discriminants based on existing information.",
"cite_spans": [
{
"start": 316,
"end": 343,
"text": "(Kurohashi and Nagao, 2003)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Using POS Tags to Blaze the Trees",
"sec_num": "4"
},
{
"text": "Because other sources of information may not be entirely reliable, or the granularity of the information may be different from the granularity in our treebank, we felt it was important that the blazes be defeasible. The annotator can always reject the blazed decisions and retag the sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using POS Tags to Blaze the Trees",
"sec_num": "4"
},
{
"text": "In [incr tsdb()], it is currently possible to blaze using POS information. The criteria for the blazing depend on both the grammar used to make the treebank and the POS tag set. The system matches the tagged POS against the grammar's lexical hierarchy, using a one-to-many mapping of parts of speech to types of the grammar and a subsumption-based comparison. It is thus possible to write very general rules. Blazes can be positive to accept a discriminant or negative to reject it. The blaze markers are defined to be a POS tag, and then a list of lexical types and a score. The polarity of the score determines whether to accept or reject. The numerical value allows the use of a threshold, so that only those markers whose absolute value is greater than a threshold will be used. The threshold is currently set to zero: all blaze markers are used.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using POS Tags to Blaze the Trees",
"sec_num": "4"
},
{
"text": "Due to the nature of discriminants, having two positively marked but competing discriminants for the same word will result in no trees satisfying the conditions. Therefore, it is important that only negative discriminants should be used for more general lexical types.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using POS Tags to Blaze the Trees",
"sec_num": "4"
},
{
"text": "Hinoki uses 13 blaze markers at present, a simplified representation of them is shown in Figure 5 . E.g. if verb-aux, v-stem-lex, -1.0 was a blaze marker, then any sentence with a verb that has two non-auxiliary entries (e.g. hiraku/aku vt and vi) would be eliminated. The blaze set was derived from a conservative inspection of around 1,000 trees from an earlier round of annotation of similar data, identifying high-frequency contrasts in lexical ambiguity that can be confidently blazed from the POS granularity available for Lexeed.",
"cite_spans": [],
"ref_spans": [
{
"start": 89,
"end": 97,
"text": "Figure 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Using POS Tags to Blaze the Trees",
"sec_num": "4"
},
{
"text": "Lexical Types in the Grammar Score verb-aux v-stem-lex \u22121.0 verb-main aspect-stem-lex \u22121.0 noun verb-stem-lex \u22121.0 adnominal noun mod-lex-l 0.9 det-lex 0.9 conjunction n conj-p-lex 0.9 v-coord-end-lex 0.9 adjectival-noun noun-lex \u22121.0",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "POS tags",
"sec_num": null
},
{
"text": "For the example shown in Figures 3 and 4 , the blaze markers use the POS tagging of the determiner E T F aru to mark it as det-lex. This eliminates four parses and six discriminants leaving only three to be presented to the annotator. On average, marking blazes reduced the average number of blazes presented per sentence from 27.5 to 23.8 (a reduction of 15.6%). A graphical view of number of discriminants versus parse ambiguity is shown in Figure 6 .",
"cite_spans": [],
"ref_spans": [
{
"start": 25,
"end": 40,
"text": "Figures 3 and 4",
"ref_id": "FIGREF1"
},
{
"start": 443,
"end": 451,
"text": "Figure 6",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Figure 5: Some Blaze Markers used in Hinoki",
"sec_num": null
},
{
"text": "Lacking a task-oriented evaluation scenario at this point, inter-annotator agreement is our core measure of annotation consistency in Hinoki. All trees (and associated semantics) in Hinoki are derived from a computational grammar and thus should be expected to demonstrate a basic degree of internal consistency. On the other hand, the use of the grammar exposes large amounts of ambiguity to annotators that might otherwise go unnoticed. It is therefore not a priori clear whether the Redwoods-style approach to treebank construction as a general methodology results in a high degree of internal consistency or a comparatively low one. Table 1 quantifies inter-annotator agreement in terms of the harshest possible measure, the proportion of sentences for which two annotators selected the exact same parse or both decided to reject all available parses. Each set was annotated by three annotators (\u03b1, \u03b2, \u03b3). They were all native speakers of Japanese with a high score in a Japanese proficiency test (Amano and Kondo, 1998) but no linguistic training. The average annotation speed was 50 sentences an hour.",
"cite_spans": [],
"ref_spans": [
{
"start": 637,
"end": 644,
"text": "Table 1",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Measuring Inter-Annotator Agreement",
"sec_num": "5"
},
{
"text": "\u03b1 -\u03b2 \u03b2 -\u03b3 \u03b3 -\u03b1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring Inter-Annotator Agreement",
"sec_num": "5"
},
{
"text": "In around 19 per cent of the cases annotators chose to not fully disambiguate, keeping two or even three active parses; for these we scored i j , with j being the number of identical pairs in the cross-product of active parses, and i the number of mismatches. One annotator keeping {1, 2, 3}, for example, and another {3, 4} would be scored as 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring Inter-Annotator Agreement",
"sec_num": "5"
},
{
"text": "6 . In addition to leaving residual ambiguity, annotators opted to reject all available parses in some eight per cent of cases, usually indicating opportunities for improvement of the underlying grammar. The Parse Agreement figures (65.4%) in Table 1 are those sentences where both annotators chose one or more parses, and they showed non-zero agreement. This figure is substantially above the published figure of 52% for NeGra Brants et al. (2003) . Parse Disagreement is where both chose parses, but there was no agreement. Reject Agreement shows the proportion of sentences for which both annotators found no suitable analysis. Finally Reject Disagreement is those cases were one annotator found no suitable parses, but one selected one or more. The striking contrast between the comparatively high exact match ratios (over a random choice baseline of below seven per cent; \u03ba = 0.628) and the low agreement between annotators on which structures to reject completely suggests that the latter type of decision requires better guidelines, ideally tests that can be operationalized.",
"cite_spans": [
{
"start": 428,
"end": 448,
"text": "Brants et al. (2003)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [
{
"start": 243,
"end": 250,
"text": "Table 1",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Measuring Inter-Annotator Agreement",
"sec_num": "5"
},
{
"text": "To obtain both a more fine-grained measure and also be able to compare to related work, we computed a labeled precision f-score over derivation trees. Note that our inventory of labels is large, as they correspond in granularity to structures of the grammar: close to 1,000 lexical and 120 phrase types. As there is no 'gold' standard in contrasting two annotations, our labeled constituent measure F is the harmonic mean of standard labeled precision P (Black et al., 1991; Civit et al., 2003) applied in both 'directions': for a pair of annotators \u03b1 and \u03b2, F is defined as:",
"cite_spans": [
{
"start": 454,
"end": 474,
"text": "(Black et al., 1991;",
"ref_id": "BIBREF1"
},
{
"start": 475,
"end": 494,
"text": "Civit et al., 2003)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring Inter-Annotator Agreement",
"sec_num": "5"
},
{
"text": "F = 2P (\u03b1, \u03b2)P (\u03b2, \u03b1) P (\u03b1, \u03b2) + P (\u03b2, \u03b1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring Inter-Annotator Agreement",
"sec_num": "5"
},
{
"text": "As found in the discussion of exact match interannotator agreement over the entire treebank, there are two fundamentally distinct types of decisions made by annotators, viz. (a) elimination of unwanted ambiguity and (b) the choice of keeping at least one analysis or rejecting the entire item. Of these, only (b) applies to items that are assigned only one parse by the grammar, hence we omit unambiguous items from our labeled precision measures (a little more than twenty per cent of the total) to exclude trivial agreement from the comparison. In the same spirit, to eliminate noise hidden in pairs of items where one or both annotators opted for multiple valid parses, we further reduced the comparison set to those pairs where both annotators opted for exactly one active parse. Intersecting both conditions for pairs of annotators leaves us with subsets of around 2,500 sentences each, for which we record F values ranging from 95.1 to 97.4, see Table 2 . When broken down by pairs of annotators and sets of 1,000 items each, which have been annotated in strict sequential order, F scores in Table 2 confirm that: (a) inter-annotator agreement is stable, all three annotators appear to have performed equally (well); (b) with growing experience, there is a slight increase in F scores over time, particularly when taking into account that set E exhibits a noticeably higher average ambiguity rate (1208 parses per item) than set D (820 average parses); and (c) Hinoki inter-annotator agreement compares favorably to results reported for the German NeGra (Brants, 2000) and Spanish Cast3LB (Civit et al., 2003) treebanks, both of which used manual mark-up seeded from automated POS tagging and chunking. Compared to the 92.43 per cent labeled F score reported by Brants (2000) , Hinoki achieves an 'error' (i.e. disagreement) rate of less than half, even though our structures are richer in information and should probably be contrasted with the 'edge label' F score for NeGra, which is 88.53 per cent. At the same time, it is unknown to what extent results are influenced by differences in text genre, i.e. average sentence length of our dictionary definitions is noticeably shorter than for the NeGra newspaper corpus. In addition, our measure is computed only over a subset of the corpus (those trees that can be parsed and that had multiple parses which were not rejected). If we recalculate over all 5,000 sentences, including rejected sentences (F measure of 0) and those with no ambiguity (F measure of 1) then the average F measure is 83.5, slightly worse than the score for NeGra. However, the annotation process itself identifies which the problematic sentences are, and how to improve the agreement: improve the grammar so that fewer sentences need to be rejected and then update the annotation. The Hinoki treebank is, by design, dynamic, so we expect to continue to improve the grammar and annotation continuously over the project's lifetime. Table 3 shows the number of decisions per annotator, including revisions, and the number of decisions that can be done automatically by the part-of-speech blazed markers. The test sets where the annotators used the blazes are shown underlined. The final decision to accept or reject the parses was not included, as it must be made for every sentence. The blazed test sets require far fewer annotator decisions. In order to evaluate the effect of the blazes, we compared the average number of decisions per sentence for the test sets in which some annotators used blazes and some did not (B-D). The average number of decisions went from 2.63 to 2.11, a substantial reduction of 19.5%. similarly, the time required to annotate an utterance was reduced from 83 seconds per sentence to 70, a speed up of 15.7%. We did not include A and E, as there was variation in difficulty between test sets, and it is well known that annotators improve (at least in speed of annotation) over time. Research on other projects has shown that it is normal for learning curve differences to swamp differences in tools (Wallis, 2003, p. 65) . The number of decisions against the number of parses is show in Figure 6 , both with and without the blazes.",
"cite_spans": [
{
"start": 1560,
"end": 1574,
"text": "(Brants, 2000)",
"ref_id": "BIBREF3"
},
{
"start": 1595,
"end": 1615,
"text": "(Civit et al., 2003)",
"ref_id": "BIBREF6"
},
{
"start": 1768,
"end": 1781,
"text": "Brants (2000)",
"ref_id": "BIBREF3"
},
{
"start": 4058,
"end": 4079,
"text": "(Wallis, 2003, p. 65)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 952,
"end": 959,
"text": "Table 2",
"ref_id": "TABREF6"
},
{
"start": 1098,
"end": 1105,
"text": "Table 2",
"ref_id": "TABREF6"
},
{
"start": 2961,
"end": 2968,
"text": "Table 3",
"ref_id": "TABREF7"
},
{
"start": 4146,
"end": 4154,
"text": "Figure 6",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Measuring Inter-Annotator Agreement",
"sec_num": "5"
},
{
"text": "Annotators found the rejections the most time consuming. If a parse was eliminated, they often redid the decision process several times to be sure they had not eliminated the correct parse in error, which was very time consuming. This shows that the most important consideration for the success of treebanking in this manner is the quality of the grammar. Fortunately, treebanking offers direct feedback to the grammar developers. Rejected sentences identify which areas need to be improved, and because the treebank is dynamic, it can be improved when we improve the analyses in the grammar. This is a notable improvement over semi-automatically constructed grammars, such as the Penn Treebank, where many inconsistencies remain (around 4,500 types estimated by Dickinson and Meurers, 2003) and the treebank does not allow them to be identified automatically or easily updated. Because we are simultaneously using the semantic output of the grammar in building an ontology, and the syntax and semantics are tightly coupled, the knowledge acquisition provides a further route for feedback. Extracting an ontology from the semantic representations revealed many issues with the semantics that had previously been neglected.",
"cite_spans": [
{
"start": 763,
"end": 791,
"text": "Dickinson and Meurers, 2003)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
},
{
"text": "Our top priority for further work within Hinoki is to improve the grammar so as to both increase the cover and decrease the number of results with no acceptable parses. This will allow us to treebank a higher proportion of sentences, with even higher precision. For more general work on treebank construction, we would like to investigate (1) using other information for blazes (syntactic constituents, dependencies, translation data) and marking blazes automatically using confident scores from existing POS taggers or parsers, (2) other agreement measures (for example agreement over the semantic representations), (3) presenting discriminants based on the semantic representations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
},
{
"text": "We conducted an experiment to measure interannotator agreement for the Hinoki corpus. Three annotators marked up 5,000 sentences. Sentence agreement was an unparalleled 65.4%. The method used identifies problematic annotations as a byproduct, and allows the treebank to be improved as its underlying grammar improves. We also presented a method to speed up the annotation by exploiting existing part-of-speech tags. This led to a decrease in the number of annotation decisions of 19.5%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
},
{
"text": "The semantic representation used is Minimal Recursion Semantics (Copestake et al., Forthcoming). The figure shown here hides some of the detail of the underspecified scope.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The [incr tsdb()] system, Japanese and English grammars and the Redwoods treebank of English are available from the Deep Linguistic Processing with HPSG Initiative (DELPH-IN: http://www.delph-in.net/).3 This average is over all sentences, even non-ambiguous ones, which only require a decision as to whether to accept or reject.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The POS markers used in our experiment are from the ChaSen POS tag set (http://chasen.aist-nara.ac. jp/), we show simplified transliterated tag names.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In forestry, to blaze is to mark a tree, usually by painting and/or cutting the bark, indicating those to be cut or the course of a boundary, road, or trail.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The authors would like to thank the other members of the NTT Machine Translation Research Group, as well as Timothy Baldwin and Dan Flickinger. This research was supported by the research collaboration between the NTT Communication Science Laboratories, Nippon Telegraph and Telephone Corporation and CSLI, Stanford University.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Estimation of mental lexicon size with word familiarity database",
"authors": [],
"year": 1998,
"venue": "International Conference on Spoken Language Processing",
"volume": "5",
"issue": "",
"pages": "2119--2122",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anne Abeill\u00e9, editor. Treebanks: Building and Using Parsed Corpora. Kluwer Academic Publishers, 2003. Shigeaki Amano and Tadahisa Kondo. Estimation of men- tal lexicon size with word familiarity database. In Inter- national Conference on Spoken Language Processing, vol- ume 5, pages 2119-2122, 1998.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A procedure for quantitatively comparing the syntactic coverage of English",
"authors": [
{
"first": "Ezra",
"middle": [],
"last": "Black",
"suffix": ""
},
{
"first": "Steven",
"middle": [],
"last": "Abney",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Claudia",
"middle": [],
"last": "Gdaniec",
"suffix": ""
},
{
"first": "Ralph",
"middle": [],
"last": "Grishman",
"suffix": ""
},
{
"first": "Philip",
"middle": [],
"last": "Harrison",
"suffix": ""
},
{
"first": "Donald",
"middle": [],
"last": "Hindle",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Ingria",
"suffix": ""
},
{
"first": "Fred",
"middle": [],
"last": "Jelinek",
"suffix": ""
},
{
"first": "Judith",
"middle": [],
"last": "Klavans",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Lieberman",
"suffix": ""
},
{
"first": "Tomek",
"middle": [],
"last": "Strzalkowski",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Speech and Natural Language Workshop",
"volume": "",
"issue": "",
"pages": "306--311",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ezra Black, Steven Abney, Dan Flickinger, Claudia Gdaniec, Ralph Grishman, Philip Harrison, Donald Hindle, Robert Ingria, Fred Jelinek, Judith Klavans, Mark Lieberman, and Tomek Strzalkowski. A procedure for quantitatively com- paring the syntactic coverage of English. In Proceedings of the Speech and Natural Language Workshop, pages 306- 311, Pacific Grove, CA, 1991. Morgan Kaufmann.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "The Hinoki treebank: A treebank for text understanding",
"authors": [
{
"first": "Francis",
"middle": [],
"last": "Bond",
"suffix": ""
},
{
"first": "Sanae",
"middle": [],
"last": "Fujita",
"suffix": ""
},
{
"first": "Chikara",
"middle": [],
"last": "Hashimoto",
"suffix": ""
},
{
"first": "Kaname",
"middle": [],
"last": "Kasahara",
"suffix": ""
},
{
"first": "Shigeko",
"middle": [],
"last": "Nariyama",
"suffix": ""
},
{
"first": "Eric",
"middle": [],
"last": "Nichols",
"suffix": ""
},
{
"first": "Akira",
"middle": [],
"last": "Ohtani",
"suffix": ""
},
{
"first": "Takaaki",
"middle": [],
"last": "Tanaka",
"suffix": ""
},
{
"first": "Shigeaki",
"middle": [],
"last": "Amano",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the First International Joint Conference on Natural Language Processing (IJCNLP-04)",
"volume": "",
"issue": "",
"pages": "554--559",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Francis Bond, Sanae Fujita, Chikara Hashimoto, Kaname Kasahara, Shigeko Nariyama, Eric Nichols, Akira Ohtani, Takaaki Tanaka, and Shigeaki Amano. The Hinoki tree- bank: A treebank for text understanding. In Proceedings of the First International Joint Conference on Natural Lan- guage Processing (IJCNLP-04), pages 554-559, Hainan Is- land, 2004.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Inter-annotator agreement for a German newspaper corpus",
"authors": [
{
"first": "Thorsten",
"middle": [],
"last": "Brants",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 2nd International Conference on Language Resources and Evaluation (LREC 2000)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thorsten Brants. Inter-annotator agreement for a German news- paper corpus. In Proceedings of the 2nd International Conference on Language Resources and Evaluation (LREC 2000), Athens, Greece, 2000.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Syntactic annotation of a German newspaper corpus",
"authors": [
{
"first": "Thorsten",
"middle": [],
"last": "Brants",
"suffix": ""
},
{
"first": "Wojciech",
"middle": [],
"last": "Skut",
"suffix": ""
},
{
"first": "Hans",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
}
],
"year": 2003,
"venue": "Abeill\u00e9",
"volume": "",
"issue": "",
"pages": "73--88",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thorsten Brants, Wojciech Skut, and Hans Uszkoreit. Syntac- tic annotation of a German newspaper corpus. In Abeill\u00e9 (2003), chapter 5, pages 73-88.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "The TreeBanker: a tool for supervised training of parsed corpora",
"authors": [
{
"first": "David",
"middle": [],
"last": "Carter",
"suffix": ""
}
],
"year": 1997,
"venue": "ACL Workshop on Computational Environments for Grammar Development and Linguistic Engineering",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Carter. The TreeBanker: a tool for supervised training of parsed corpora. In ACL Workshop on Computational En- vironments for Grammar Development and Linguistic En- gineering, Madrid, 1997. (http://xxx.lanl.gov/ abs/cmp-lg/9705008).",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Qualitative and quantitative analysis of annotators' agreement in the development of Cast3LB",
"authors": [
{
"first": "Montserrat",
"middle": [],
"last": "Civit",
"suffix": ""
},
{
"first": "Alicia",
"middle": [],
"last": "Ageno",
"suffix": ""
},
{
"first": "Borja",
"middle": [],
"last": "Navarro",
"suffix": ""
},
{
"first": "N\u00faria",
"middle": [],
"last": "Bufi",
"suffix": ""
},
{
"first": "Maria",
"middle": [
"Antonia"
],
"last": "Mart\u00ed",
"suffix": ""
}
],
"year": 2003,
"venue": "Minimal Recursion Semantics. An introduction. Journal of Research in Language and Computation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Montserrat Civit, Alicia Ageno, Borja Navarro, N\u00faria Bufi, and Maria Antonia Mart\u00ed. Qualitative and quantitative analysis of annotators' agreement in the development of Cast3LB. In Proceedings of the Second Workshop on Treebanks and Lin- guistic Theories, V\u00e4xj\u00f6, Sweeden, 2003. Ann Copestake, Daniel P. Flickinger, Carl Pollard, and Ivan A. Sag. Minimal Recursion Semantics. An introduction. Jour- nal of Research in Language and Computation, Forthcom- ing.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Detecting inconsistencies in treebanks",
"authors": [
{
"first": "Markus",
"middle": [],
"last": "Dickinson",
"suffix": ""
},
{
"first": "W. Detmar",
"middle": [],
"last": "Meurers",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Second Workshop on Treebanks and Linguistic Theories",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Markus Dickinson and W. Detmar Meurers. Detecting incon- sistencies in treebanks. In Proceedings of the Second Work- shop on Treebanks and Linguistic Theories, V\u00e4xj\u00f6, Swee- den, 2003.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Construction of a Japanese semantic lexicon: Lexeed. SIG NLC-159",
"authors": [
{
"first": "Kaname",
"middle": [],
"last": "Kasahara",
"suffix": ""
},
{
"first": "Hiroshi",
"middle": [],
"last": "Sato",
"suffix": ""
},
{
"first": "Francis",
"middle": [],
"last": "Bond",
"suffix": ""
},
{
"first": "Takaaki",
"middle": [],
"last": "Tanaka",
"suffix": ""
},
{
"first": "Sanae",
"middle": [],
"last": "Fujita",
"suffix": ""
},
{
"first": "Tomoko",
"middle": [],
"last": "Kanasugi",
"suffix": ""
},
{
"first": "Shigeaki",
"middle": [],
"last": "Amano",
"suffix": ""
}
],
"year": 2004,
"venue": "IPSJ",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaname Kasahara, Hiroshi Sato, Francis Bond, Takaaki Tanaka, Sanae Fujita, Tomoko Kanasugi, and Shigeaki Amano. Construction of a Japanese semantic lexicon: Lex- eed. SIG NLC-159, IPSJ, Tokyo, 2004. (in Japanese).",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Framework and results for English SENSEVAL",
"authors": [
{
"first": "Adam",
"middle": [],
"last": "Kilgariff",
"suffix": ""
},
{
"first": "Joseph",
"middle": [],
"last": "Rosenzweig",
"suffix": ""
}
],
"year": 2000,
"venue": "Computers and the Humanities",
"volume": "34",
"issue": "1-2",
"pages": "15--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Adam Kilgariff and Joseph Rosenzweig. Framework and results for English SENSEVAL. Computers and the Humanities, 34 (1-2):15-48, 2000. Special Issue on SENSEVAL.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Building a Japanese parsed corpus -while improving the parsing system",
"authors": [
{
"first": "Sadao",
"middle": [],
"last": "Kurohashi",
"suffix": ""
},
{
"first": "Makoto",
"middle": [],
"last": "Nagao",
"suffix": ""
}
],
"year": 2003,
"venue": "Abeill\u00e9",
"volume": "",
"issue": "",
"pages": "249--260",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sadao Kurohashi and Makoto Nagao. Building a Japanese parsed corpus -while improving the parsing system. In Abeill\u00e9 (2003), chapter 14, pages 249-260.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Towards holistic grammar engineering and testing -grafting treebank maintenance into the grammar revision cycle",
"authors": [
{
"first": "Stephan",
"middle": [],
"last": "Oepen",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Francis",
"middle": [],
"last": "Bond",
"suffix": ""
}
],
"year": 2004,
"venue": "Beyond Shallow Analyses -Formalisms and Statistical Modeling for Deep Analysis (Workshop at IJCNLP-2004)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephan Oepen, Dan Flickinger, and Francis Bond. Towards holistic grammar engineering and testing -grafting tree- bank maintenance into the grammar revision cycle. In Beyond Shallow Analyses -Formalisms and Statistical Modeling for Deep Analysis (Workshop at IJCNLP-2004), Hainan Island, 2004. (http://www-tsujii.is.s. u-tokyo.ac.jp/bsa/).",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "The LinGO redwoods treebank: Motivation and preliminary applications",
"authors": [
{
"first": "Stephan",
"middle": [],
"last": "Oepen",
"suffix": ""
},
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
},
{
"first": "Stuart",
"middle": [],
"last": "Shieber",
"suffix": ""
},
{
"first": "Christoper",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Thorsten",
"middle": [],
"last": "Brant",
"suffix": ""
}
],
"year": 2002,
"venue": "19th International Conference on Computational Linguistics: COLING-2002",
"volume": "",
"issue": "",
"pages": "1253--1260",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephan Oepen, Kristina Toutanova, Stuart Shieber, Christoper D. Manning, Dan Flickinger, and Thorsten Brant. The LinGO redwoods treebank: Motivation and pre- liminary applications. In 19th International Conference on Computational Linguistics: COLING-2002, pages 1253-7, Taipei, Taiwan, 2002.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Head Driven Phrase Structure Grammar",
"authors": [
{
"first": "Carl",
"middle": [],
"last": "Pollard",
"suffix": ""
},
{
"first": "Ivan",
"middle": [
"A"
],
"last": "Sag",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carl Pollard and Ivan A. Sag. Head Driven Phrase Structure Grammar. University of Chicago Press, Chicago, 1994.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Efficient deep processing of Japanese",
"authors": [
{
"first": "Melanie",
"middle": [],
"last": "Siegel",
"suffix": ""
},
{
"first": "Emily",
"middle": [
"M"
],
"last": "Bender",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 3rd Workshop on Asian Language Resources and International Standardization at the 19th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Melanie Siegel and Emily M. Bender. Efficient deep process- ing of Japanese. In Proceedings of the 3rd Workshop on Asian Language Resources and International Standardiza- tion at the 19th International Conference on Computational Linguistics, Taipei, 2002.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Completing parsed corpora: From correction to evolution",
"authors": [
{
"first": "Sean",
"middle": [],
"last": "Wallis",
"suffix": ""
}
],
"year": 2003,
"venue": "Abeill\u00e9",
"volume": "",
"issue": "",
"pages": "61--71",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sean Wallis. Completing parsed corpora: From correction to evolution. In Abeill\u00e9 (2003), chapter 4, pages 61-71.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"num": null,
"text": "Syntactic View of the Definition of",
"type_str": "figure"
},
"FIGREF1": {
"uris": null,
"num": null,
"text": "Discriminants (marked after one is selected). D : deduced decisions, A : actual decisions",
"type_str": "figure"
},
"FIGREF2": {
"uris": null,
"num": null,
"text": "Derivation Trees of the Definition of",
"type_str": "figure"
},
"FIGREF3": {
"uris": null,
"num": null,
"text": "Number of Decisions versus Number of Parses (Test Sets B-D)",
"type_str": "figure"
},
"TABREF0": {
"html": null,
"text": "2 1 .",
"type_str": "table",
"content": "<table><tr><td/><td/><td colspan=\"2\">UTTERANCE</td></tr><tr><td/><td/><td>NP</td><td/></tr><tr><td/><td/><td>VP</td><td>N</td></tr><tr><td/><td>PP</td><td/><td>V</td></tr><tr><td/><td>NP</td><td/><td/></tr><tr><td>DET</td><td>N</td><td>CASE-P</td><td/></tr><tr><td>aru a certain</td><td>monogoto stuff</td><td>o ACC</td><td>kakusu mono hide thing</td></tr><tr><td colspan=\"4\">Curtain2: \"a thing that hides something\"</td></tr></table>",
"num": null
},
"TABREF4": {
"html": null,
"text": "",
"type_str": "table",
"content": "<table/>",
"num": null
},
"TABREF6": {
"html": null,
"text": "Inter-Annotator Agreement as Mutual Labeled Precision F-Score",
"type_str": "table",
"content": "<table><tr><td>Test Set A B C D E</td><td>Annotator Decisions \u03b1 \u03b2 \u03b3 Decisions Blazed 2,659 2,606 3,045 416 2,848 2,939 2,253 451 1,930 2,487 2,882 468 2,254 2,157 2,347 397 1,769 2,278 1,811 412</td></tr></table>",
"num": null
},
"TABREF7": {
"html": null,
"text": "",
"type_str": "table",
"content": "<table><tr><td>: Number of Decisions Required</td></tr><tr><td>5.1 The Effects of Blazing</td></tr></table>",
"num": null
}
}
}
}