Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
114 kB
{
"paper_id": "I13-1022",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:15:11.969463Z"
},
"title": "Exploring Semantic Information in Hindi WordNet for Hindi Dependency Parsing",
"authors": [
{
"first": "Sambhav",
"middle": [],
"last": "Jain",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Research Centre IIIT Hyderabad",
"location": {}
},
"email": "sambhav.jain@research.iiit.ac.in"
},
{
"first": "Naman",
"middle": [],
"last": "Jain",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Research Centre IIIT Hyderabad",
"location": {}
},
"email": "naman.jain@students.iiit.ac.in"
},
{
"first": "Aniruddha",
"middle": [],
"last": "Tammewar",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Research Centre IIIT Hyderabad",
"location": {}
},
"email": "uttam.tammewar@students.iiit.ac.in"
},
{
"first": "Riyaz",
"middle": [],
"last": "Ahmad",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Research Centre IIIT Hyderabad",
"location": {}
},
"email": "riyaz.bhat@research.iiit.ac.in"
},
{
"first": "Bhat",
"middle": [],
"last": "Dipti",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Research Centre IIIT Hyderabad",
"location": {}
},
"email": "dipti@iiit.ac.in"
},
{
"first": "Misra",
"middle": [],
"last": "Sharma",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Research Centre IIIT Hyderabad",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we present our efforts towards incorporating external knowledge from Hindi WordNet to aid dependency parsing. We conduct parsing experiments on Hindi, an Indo-Aryan language, utilizing the information from concept ontologies available in Hindi WordNet to complement the morpho-syntactic information already available. The work is driven by the insight that concept ontologies capture a specific real world aspect of lexical items, which is quite distinct and unlikely to be deduced from morpho-syntactic information such as morph, POS-tag and chunk. This complementing information is encoded as an additional feature for data driven parsing and experiments are conducted. We perform experiments over datasets of different sizes. We achieve an improvement of 1.1% (LAS) when training on 1,000 sentences and 0.2% (LAS) on 13,371 sentences over the baseline. The improvements are statistically significant at p<0.01. The higher improvements on 1,000 sentences suggest that the semantic information could address the data sparsity problem.",
"pdf_parse": {
"paper_id": "I13-1022",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we present our efforts towards incorporating external knowledge from Hindi WordNet to aid dependency parsing. We conduct parsing experiments on Hindi, an Indo-Aryan language, utilizing the information from concept ontologies available in Hindi WordNet to complement the morpho-syntactic information already available. The work is driven by the insight that concept ontologies capture a specific real world aspect of lexical items, which is quite distinct and unlikely to be deduced from morpho-syntactic information such as morph, POS-tag and chunk. This complementing information is encoded as an additional feature for data driven parsing and experiments are conducted. We perform experiments over datasets of different sizes. We achieve an improvement of 1.1% (LAS) when training on 1,000 sentences and 0.2% (LAS) on 13,371 sentences over the baseline. The improvements are statistically significant at p<0.01. The higher improvements on 1,000 sentences suggest that the semantic information could address the data sparsity problem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Last decade has witnessed several efforts towards developing robust data driven dependency parsing techniques (K\u00fcbler et al., 2009) . The efforts, in turn, initiated a parallel drive for building dependency annotated treebanks (Tsarfaty et al., 2013) , which serve as a data source for training data driven dependency parsers. The annotations are often multi-layered and furnish information on part of speech category of word forms, their morphological features, related word groups and the syntactic relations. The availability of such rich resources have considerably improved the parsing performance of syntactic parsers (Collins et al., 1999) . However, the error analysis studies carried out on these parsers later revealed that certain syntactic relations are difficult to deduce and disambiguate with the syntactic information available in the annotated treebanks.",
"cite_spans": [
{
"start": 110,
"end": 131,
"text": "(K\u00fcbler et al., 2009)",
"ref_id": "BIBREF21"
},
{
"start": 227,
"end": 250,
"text": "(Tsarfaty et al., 2013)",
"ref_id": "BIBREF35"
},
{
"start": 624,
"end": 646,
"text": "(Collins et al., 1999)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The need for richer information invoked several efforts in the direction of annotating higher order linguistic information in treebanks. It was felt that semantics can be leveraged for syntactic disambiguation and thus semantic annotation was performed in syntactic treebanks to complement the morpho-syntactic annotations (Kingsbury et al., 2002; Montemagni et al., 2003) . Fujita et al. (2007) and MacKinlay et al. (2012) illustrated that semantic annotation delivers a significant improvement in parsing, confirming the hypothesis that semantics can assist syntactic analysis.",
"cite_spans": [
{
"start": 323,
"end": 347,
"text": "(Kingsbury et al., 2002;",
"ref_id": "BIBREF19"
},
{
"start": 348,
"end": 372,
"text": "Montemagni et al., 2003)",
"ref_id": "BIBREF27"
},
{
"start": 375,
"end": 395,
"text": "Fujita et al. (2007)",
"ref_id": "BIBREF16"
},
{
"start": 400,
"end": 423,
"text": "MacKinlay et al. (2012)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Among Indian languages, notable efforts on using semantic information in dependency parsing are on Hindi. Bharati et al. (2008) illustrated that mere animacy (human, non-human and inanimate) of a nominal significantly improves the accuracy of the parser. Later studies on extending such information with finer semantic distinctions like time, place, abstract reconfirmed the substantial role of semantics in syntactic parsing (Ambati et al., 2009) . These studies are carried out on a dataset with hand annotated semantics. Although these studies provide deep insights on the role of semantics in parsing, they are limited in application as such information can not be automatically generated while parsing new sentences.",
"cite_spans": [
{
"start": 106,
"end": 127,
"text": "Bharati et al. (2008)",
"ref_id": "BIBREF10"
},
{
"start": 426,
"end": 447,
"text": "(Ambati et al., 2009)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this work, we make an effort to supply the aforementioned semantic information by employing concept hierarchy available in Hindi WordNet (henceforth HWN).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Attempts have been made to utilize hand annotated semantic information for constituency parsing (Fujita et al., 2007; MacKinlay et al., 2012) as well as dependency parsing (\u00d8vrelid and Nivre, 2007; Bharati et al., 2008; Ambati et al., 2009) . However, acquiring such information for new sentences remains a challenge. This leads us to the exploration of lexical databases and ontologies for accessing semantic information useful for parsing. Xiong et al. (2005) used two lexical resources HowNet 1 (Dong and Dong, 2000) and TongYiCi CiLin (Mei and Gao, 1996) for parsing Penn Chinese Treebank (Xue et al., 2002) . Agirre et al. (2008) demonstrated that semantic classes obtained from English WordNet (Miller, 1995) help to obtain significant improvements in both PP attachment and PCFG parsing. Similarly, for dependency parsing, Agirre et al. (2011) utilized the English WordNet semantic classes and improved parsing accuracies.",
"cite_spans": [
{
"start": 96,
"end": 117,
"text": "(Fujita et al., 2007;",
"ref_id": "BIBREF16"
},
{
"start": 118,
"end": 141,
"text": "MacKinlay et al., 2012)",
"ref_id": "BIBREF22"
},
{
"start": 172,
"end": 197,
"text": "(\u00d8vrelid and Nivre, 2007;",
"ref_id": "BIBREF30"
},
{
"start": 198,
"end": 219,
"text": "Bharati et al., 2008;",
"ref_id": "BIBREF10"
},
{
"start": 220,
"end": 240,
"text": "Ambati et al., 2009)",
"ref_id": "BIBREF2"
},
{
"start": 442,
"end": 461,
"text": "Xiong et al. (2005)",
"ref_id": "BIBREF36"
},
{
"start": 498,
"end": 519,
"text": "(Dong and Dong, 2000)",
"ref_id": "BIBREF15"
},
{
"start": 539,
"end": 558,
"text": "(Mei and Gao, 1996)",
"ref_id": "BIBREF23"
},
{
"start": 593,
"end": 611,
"text": "(Xue et al., 2002)",
"ref_id": "BIBREF37"
},
{
"start": 614,
"end": 634,
"text": "Agirre et al. (2008)",
"ref_id": "BIBREF0"
},
{
"start": 700,
"end": 714,
"text": "(Miller, 1995)",
"ref_id": "BIBREF24"
},
{
"start": 830,
"end": 850,
"text": "Agirre et al. (2011)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Hindi is an Indo-Aryan language with richer morphology as compared to English. It exerts a relatively free word order with SOV being the default configuration. Due to the flexible word order, dependency representations are preferred over constituency for its syntactic analysis (Bharati and Sangal, 1993) . The dependency representations do not constrain the order of words in a sentence and thus are better suited for flexible ordering of words. The dependency grammar formalism, used for Hindi is Computational Paninian Framework (CPG) (Begum et al., 2008; Bharati et al., 2009) . The dependency relations in CPG formalism are closer to semantics and hence they are also denoted as syntactico-semantic relations.",
"cite_spans": [
{
"start": 278,
"end": 304,
"text": "(Bharati and Sangal, 1993)",
"ref_id": "BIBREF8"
},
{
"start": 538,
"end": 558,
"text": "(Begum et al., 2008;",
"ref_id": "BIBREF6"
},
{
"start": 559,
"end": 580,
"text": "Bharati et al., 2009)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Challenges",
"sec_num": "3"
},
{
"text": "The most important feature explored for dependency parsing is 'case clitics' that largely governs the relations nominals bear with their heads. Several efforts in past, on parsing Hindi, have greatly benefited by utilizing these clitics as a feature (Ambati et al., 2010a; Ambati et al., 2010b) . However, case markers and case roles do not have a one-to-one mapping, each case marker is distributed over a number of case roles. Among the six case markers only Ergative case marker is unambiguous (Mohanan, 1994) . Although case markers are good indicators of the relation a nominal bears in a sentence, their ambiguous nature bar their ability in effectively identifying the role of a nominal while parsing. Consider the examples from (1a-e), the instrumental se is extremely ambiguous. It can mark the instrumental adjuncts as in (1a), source expressions as in (1b), material as in (1c), comitatives as in (1d), and causes as in (1e). Not all instances of a nominal in Hindi are case marked, as shown in Table 1 . In appropriate contexts, a nominal can also bear a nominative case which is morphologically null (henceforth referred as unmarked nominals). It is possible, in fact quite frequent, to have more than one unmarked nominal within a single clause and due to the relative free word order, the movement can result in different surface configurations. A conventional parser has no cues for the disambiguation of instrumental case marker se in examples (1a-e) and similarly, in example (2a-b), it is hard for the parser to know whether 'bird' or 'grain' is the agent of the action 'peck'. Apart from lexical and structural ambiguity, there are also data sparsity and out of vocabulary (OOV) problems when parsing out-of-domain text. Traditionally, syntactic parsing has largely been limited to the use of only a few lexical features. Features like POS-tags are way too coarse to provide deep information valuable for syntactic parsing. So in order to assist the parser for better judgments, we need to complement the morphology somehow.",
"cite_spans": [
{
"start": 250,
"end": 272,
"text": "(Ambati et al., 2010a;",
"ref_id": "BIBREF3"
},
{
"start": 273,
"end": 294,
"text": "Ambati et al., 2010b)",
"ref_id": "BIBREF4"
},
{
"start": 497,
"end": 512,
"text": "(Mohanan, 1994)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [
{
"start": 1006,
"end": 1013,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Background and Challenges",
"sec_num": "3"
},
{
"text": "(2a) \u00ca bird-Nom \u00da grain-Nom \u00ca peck-Prog \u0964 (2b) \u00da grain-Nom \u00ca bird-Nom \u00ca peck-Prog \u0964 'A",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Challenges",
"sec_num": "3"
},
{
"text": "Hindi WordNet is a lexical database developed on the lines of English Wordnet, under the Indo WordNet project (Narayan et al., 2002) . For each lexical item, Hindi WordNet defines a synset which enlists its synonyms. Further, each synset is mapped to a concept ontology. The concept ontology is a hierarchical organization of concepts like entities, actions etc. which defines the semantic properties of lexical items of a given synset. The ontology consists of around 200 different concepts. The lexical item is the leaf node in this hierarchical construct. As we move up the hierarchy, the specific semantic aspects of a given lexical item are unraveled. The hierarchy terminates, immediately after capturing the syntactic category of a word, at the TOP node. The TOP acts as a root, holding the hierarchies of all the lexical items listed in HWN. Figure 1 illustrates a typical hierarchy in this ontology, where Ape is the most explanatory node. As we move up, it becomes more and more generic. Further, the relations between different synsets are captured based on the following paradigms :",
"cite_spans": [
{
"start": 110,
"end": 132,
"text": "(Narayan et al., 2002)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [
{
"start": 850,
"end": 858,
"text": "Figure 1",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Hindi WordNet and Concept Ontologies",
"sec_num": "4"
},
{
"text": "\u2022 Semantic (hypernymy, hyponymy, meronymy etc.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hindi WordNet and Concept Ontologies",
"sec_num": "4"
},
{
"text": "\u2022 Lexical (antonymy, synonymy etc.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hindi WordNet and Concept Ontologies",
"sec_num": "4"
},
{
"text": "\u2022 Gradience (size, quality, manner etc.). In this section, we give an overview of Hindi Treebank (HTB ver-0.51) a part of which was released for Hindi Dependency Parsing shared task, MTPIL, (Sharma et al., 2012) . It is a multi-layered dependency treebank with morphological, part-ofspeech and dependency annotations based on the Computational Paninian Framework (henceforth CPG). In the dependency annotation, relations are mainly verb-centric. The relation that holds between a verb and its arguments is called a 'karaka' relation. Besides karaka relations, dependency relations also exist between nouns (genitives), between nouns and their modifiers (adjectival modification, relativization), between verbs and their modifiers (adverbial modification including subordination). CPG provides an essentially syntacticosemantic dependency annotation, incorporating karaka (e.g., agent, theme, etc.), non-karaka (e.g. possession, purpose) and other (part of) relations. A complete tag-set of dependency relations based on CPG can be found in (Bharati et al., 2009) . The ones starting with 'k' are largely Paninian karaka relations, and are assigned to the arguments of a verb. The data is released in two formats, SSF (Bharati et al., 2007) and CoNLL-X 2 formats (details in Table 2 ). It has also been released in UTF-8 encoding and roman readable WX 3 notation. We are using the CoNLL-X format and UTF-8 encoding.",
"cite_spans": [
{
"start": 190,
"end": 211,
"text": "(Sharma et al., 2012)",
"ref_id": "BIBREF20"
},
{
"start": 1040,
"end": 1062,
"text": "(Bharati et al., 2009)",
"ref_id": "BIBREF11"
},
{
"start": 1217,
"end": 1239,
"text": "(Bharati et al., 2007)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [
{
"start": 1274,
"end": 1281,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Hindi WordNet and Concept Ontologies",
"sec_num": "4"
},
{
"text": "In this section, we present our approach to incorporate semantic knowledge from HWN into the parsing model. We transform the hierarchical information in the concept ontology listed in HWN, into a string feature (henceforth WN feature) for all the tokens in our data. Given a lexical item, we extract the information using its syntactic category from the ontological hierarchy corresponding to the most appropriate sense selected. In the following, we discuss in detail the selection and incorporation of this information with the challenges posed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incorporating Knowledge from Concept Ontologies",
"sec_num": "6"
},
{
"text": "In this section, we explore the extraction of features from HWN corresponding to the lexical items in our data. We also address the issues like sense selection and coverage.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Extraction",
"sec_num": "6.1"
},
{
"text": "Attributed to the phenomenon of lexical ambiguity, a lexical item can have senses varying across different contexts. Although HWN lists all the possible senses of a lexical item, to choose the contextually appropriate sense is a challenging task. Here, we discuss our approach to select the sense of a lexical item best suited in a given context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sense Selection",
"sec_num": "6.1.1"
},
{
"text": "\u2022 Category Based Sense Selection: Consider a word chaat, it can either mean 'lick' or 'snacks'. The former corresponds to a verb while the latter is a nominal as depicted in Figure 2 . The syntactic category of a lexical item provides an initial cue for the sense selection. Among the varied senses, we filter out the senses that do not fall into its syntactic category. \u2022 Intra \u2212 Category Sense Selection: As a matter of fact, words are ambiguous not only across different syntactic categories but also within same category as depicted in Figure 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 174,
"end": 182,
"text": "Figure 2",
"ref_id": "FIGREF2"
},
{
"start": 540,
"end": 548,
"text": "Figure 3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Sense Selection",
"sec_num": "6.1.1"
},
{
"text": "Once the senses of a lexical item are filtered based on its syntactic category, within category senses, if many, are investigated for the best sense based on the following strategies:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sense Selection",
"sec_num": "6.1.1"
},
{
"text": "F irst Sense: Among the varied senses, we select the first sense listed in HWN corresponding to the POS-tag of a given lexical item. The choice is motivated by our observation that the senses of a lexical item are ordered in the descending order of their frequencies of usage i.e., the first sense listed in HWN is the predominant sense of a given lexical item. W SD: Although first sense captures the predominant usage of a lexical item, it is inappropriate for its other infrequent usages. We, therefore, need to pick the contextually appropriate sense of a lexical item. To this end, we exercise Extended Lesk, a classical word sense disambiguation algorithm (Banerjee and Pedersen, 2003) . ",
"cite_spans": [
{
"start": 662,
"end": 691,
"text": "(Banerjee and Pedersen, 2003)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Sense Selection",
"sec_num": "6.1.1"
},
{
"text": "As is obvious, no lexical resource can have an exhaustive coverage because of the evolving nature of human language. In the context of HWN, the problem further intensifies as it restricts the entry to only words of open class syntactic categories. Apart from that, it also has a limited coverage for numeric expressions as these expressions belong to an infinite set. Numerals can be used in wide range of senses. Apart from their simple ordinal or cardinal usages, they can also be used as nominals in expressions like time and measurement. In their adjectival sense, WN features can be extracted corresponding to the head word they modify e.g., the temporal sense of an expression 10 saal can be identified by the head word saal 'year'. However, to identify the temporal sense of a numeral, used as nominal, like 2013 is challenging. We use a numeric-expression recognizer, built in-house, to identify measurement and temporal expressions. The tool makes use of regular expressions and cue words. Once identified, we assign them an appropriate HWN ontological hierarchy which either corresponds to time, measurement or number.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Numeric Expressions",
"sec_num": "6.1.2"
},
{
"text": "Complex predicates (CPs, also known as complex verbs) are highly frequent in South Asian languages (Mohanan, 1997) . They occur in the form of nominal+verb combinations (called conjunct verbs ) and verb+verb combinations (called compound verbs). For example, in (5), ' ' (refuge take) is a complex predicate composed of a nominal ' ' and a light verb ' '. The constituents of a complex predicate are related by a dependency relation pof in HDT. In Hindi dependency parsing, the major chunk of parse errors is attributed to the low learnability of complex predicates (Husain and Agrawal, 2012) . Begum et al. (2011) addressed the identification of these expressions using some linguistic rules. Fortunately, HWN has listed a finite set of these expressions in its database (Chakrabarti et al., 2007) . We first extract the multi word expressions listed in HWN if the last word in the expression is a verb. Then from the list only 2-word expressions are selected and treated as complex predicates. Instead of adding WN features to the nominal of a complex predicate, we assign a separate CP tag to it. The semantics of light verbs is, however, kept as such.",
"cite_spans": [
{
"start": 99,
"end": 114,
"text": "(Mohanan, 1997)",
"ref_id": "BIBREF26"
},
{
"start": 566,
"end": 592,
"text": "(Husain and Agrawal, 2012)",
"ref_id": "BIBREF18"
},
{
"start": 595,
"end": 614,
"text": "Begum et al. (2011)",
"ref_id": "BIBREF7"
},
{
"start": 772,
"end": 798,
"text": "(Chakrabarti et al., 2007)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Complex Predicate as a Feature",
"sec_num": "6.1.3"
},
{
"text": "After the extraction of WN features, we explore possibilities of their design and incorporation in the parsing framework, as follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Design",
"sec_num": "6.2"
},
{
"text": "We observed that few concept ontological lineages are semantically similar. For example, the six lineages depicted below address the notion of time.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping Similar Features",
"sec_num": "6.2.1"
},
{
"text": "\u2022 Time \u2022 Descriptive\u2192Time \u2022 Inanimate\u2192Abstract\u2192Time \u2022 Inanimate\u2192Abstract\u2192Time\u2192Period \u2022 Inanimate\u2192Abstract\u2192Time\u2192Season \u2022 Inanimate\u2192Abstract\u2192Time\u2192Mythological Period",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping Similar Features",
"sec_num": "6.2.1"
},
{
"text": "Since our focus is on adding representative semantic features which can assist parsing, we believe that such divergences should be grouped together. In the listed example, first, second and the last four differ in terms of their origin and belong to different branches in the hierarchy. Thus they can not be grouped by optimal depth selection (described later in Section 6.2.3) and requires a manual scrutiny. We studied the possible lineages in the concept ontology and performed merging wherever necessary, furnishing a semantically well diverse set of concept lineages.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping Similar Features",
"sec_num": "6.2.1"
},
{
"text": "The concept lineage, derived for a word from HWN concept ontology, contains diverse concepts at each level of the lineage. The choice of using each of these concepts as independent features or the complete lineage as a single feature demands exploration. In the context of parsing, each independent concept from the lineage can potentially capture a specific aspect of syntax, depending on the fineness of the concept. The down side of this proposition is the increase in the feature dimensions, as each level adds a new dimension in the feature space. Whereas, using the complete lineage as a single feature does not add any additional dimension in the feature space but captures only a specific concept. This trade off is difficult to comprehend on theoretical grounds, hence we explore both choices of feature design in our experiments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Split Vs Conjoined",
"sec_num": "6.2.2"
},
{
"text": "Hindi WordNet concept ontology furnishes a 'generalization hierarchy' for a lexical item, where the specificity of concepts increases as we move down the hierarchy. It may look intuitive to use fully expanded concept lineage, as it contains more detailed description of the lexical unit. However, opting for a highly fine-grained concept lineage leads to the problem of sparseness. It becomes less and less probable to find ample training examples as the feature becomes more fine-grained. At the same time, too much generalization is also unrewarding since the richer information is cast away in the excessive coarser lineage. This calls for measures to obtain an optimal depth of concept lineage for each lexical item. On one hand it should be generalized enough to give significant examples of its respective type while on the other hand, it should be fine enough to capture the rich ontological concept associated with the lexical unit. In order to quantify the trade-off we resort to statistical correlation measures and employed Gini Coefficient (Gini, 1912) . We computed the coefficient against all possible concept lineages in the training set and set a threshold. The lineages that fall below the threshold are generalized till they are above the threshold. For example, in Figure 1 the concept ape is suppressed to give the lineage till mammal only. So in future if a word gives the lineage as in Figure 1 it will be replaced with its one level up generalization i.e. Animate\u2192Fauna\u2192Mammal.",
"cite_spans": [
{
"start": 1052,
"end": 1064,
"text": "(Gini, 1912)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [
{
"start": 1284,
"end": 1292,
"text": "Figure 1",
"ref_id": "FIGREF1"
},
{
"start": 1408,
"end": 1416,
"text": "Figure 1",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Ontology Depth",
"sec_num": "6.2.3"
},
{
"text": "In our experiments, we focus on establishing dependency relations between the chunk heads which we henceforth denote as inter-chunk parsing. The relations between the tokens of a chunk (intra-chunk dependencies) are not considered for experimentation. In example (3), dotted line shows an intra-chunk relation while the bold lines show inter-chunk dependency relations 5 . The decision is motivated by the fact that the intra-chunk dependencies can easily be predicated automatically using a finite set of rules (Kosaraju et al., 2012) . Moreover we also observed the high learnability of intra-chunk relations from an initial experiment. We found the accuracies of intra-chunk dependencies to be more than 99.00% for both Labeled Attachment and Unlabeled Attachment.",
"cite_spans": [
{
"start": 512,
"end": 535,
"text": "(Kosaraju et al., 2012)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "In this section, we present our parsing experiments incorporating the features extracted from HWN, as discussed in Section 6. First we setup our baseline parser followed by the detailed discussion on the impact of the individual features, extracted from HWN, on the overall parsing performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "We setup our baseline parser on the lines of (Singla et al., 2012) with minor modifications in the parser feature model. We employ MaltParser version-1.7 6 ) and Nivre's Arc Eager algorithm for all our experiments reported in this work. All the results reported are evaluated using eval07.pl 7 . We use MTPIL (Sharma et al., 2012) dependency parsing shared task data described in Section 5. Among the features available in the FEATS column of the CoNLL format data, we only consider Tense, Aspect, Modality (tam) and postpositions while training the baseline parser. Other columns like POS, LEMMA, etc. are used as such. After the baseline, the parsing framework is further enriched with the semantic features extracted from HWN to address the problems raised in Section 3. These features are added in the FEATS column of the data, separated by '|'. In a pilot experiment split form of features, as discussed in Section 6.2.2, are found to per-form better than conjoined form, which motivate us to use WN feature in split form in all our experiments. The experimentation proceeds in the order as listed in Table 3 which also presents the consolidated results of our parsing experiments using the MTPIL training and testing sets. In order to see the impact of semantic information on data sparsity, we split the MTPIL training set into datasets of different sizes. We experiment with 6 data sets of different sizes. The results are produced on MT-PIL test set and are plotted on Graph (Figure 4) . The increase in LS and LAS, as the training size decreases, shows the impact of semantic information on data sparsity. The improvement of 1.1 (LAS) by semantics upon reducing the training examples to 1000 implies that semantics can address the data sparsity and OOV problems when working with out-of-domain text.",
"cite_spans": [
{
"start": 45,
"end": 66,
"text": "(Singla et al., 2012)",
"ref_id": "BIBREF33"
}
],
"ref_spans": [
{
"start": 1106,
"end": 1113,
"text": "Table 3",
"ref_id": "TABREF5"
},
{
"start": 1484,
"end": 1494,
"text": "(Figure 4)",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "Next we discuss the impact of WN features on the accuracy of our parsing results produced on datasets of different sizes:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "\u2022 Sense Selection: As discussed in Section 6.1.1, we perform two experiments to extract the WN features corresponding to the most appropriate sense of a lexical item. In the first experiment, the first sense of each lexical item is selected while in the second, WSD is used to pick the contextually most appropriate sense. These features corresponding to the chosen sense are coupled with the features already present in the baseline. As depicted in Graph (Figure 4 ), there is a average increase of 0.38 (LAS) on all datasets using the first sense strategy from the baseline. However, using WSD the accuracy decreased across all datasets. As is obvious, the fall in accuracy can be attributed to the wrong sense selection. The problem can be addressed by using better WSD algorithms for Hindi.",
"cite_spans": [],
"ref_spans": [
{
"start": 456,
"end": 465,
"text": "(Figure 4",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "\u2022 N umeric Expressions and Grouping: As discussed in Section 6.1.2, numeric expressions and sense grouping increases the coverage of HWN. This obvious reason is clearly depicted in the improvement in parsing results as shown in Table 3 . More the semantic information available in the data, more will be its impact on the parsing.",
"cite_spans": [],
"ref_spans": [
{
"start": 228,
"end": 235,
"text": "Table 3",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "\u2022 Depth of Inf ormation: The optimality of feature coarseness is put to test in this ex-periment. This experiment is run on numeric expression data with feature pruning done as described in Section 6.2.3. An increment of average 0.03% LAS across datasets is observed from the previous experiment. In the test set, there are only a few cases that are updated by choosing an optimal lineage depth which explains the minimal increase in accuracy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "\u2022 Complex P redicate: As pointed in (Begum et al., 2011) , addressing the low learnability of complex predicates can improve the parsing results. The improvements are particularly seen in the core arguments of a verb. The similar syntactic distribution of adjectival or nominal element of a complex predicate and the syntactic arguments of a verb particularly objects, make these expressions highly ambiguous. Identifying these expressions beforehand, as suggested in (Begum et al., 2011) , improves the parsing performance. The incorporation of this crucial information from HWN is rewarding as we achieve an improvement of \u223c0.4% in LAS on a dataset of 1,000 sentences. ",
"cite_spans": [
{
"start": 36,
"end": 56,
"text": "(Begum et al., 2011)",
"ref_id": "BIBREF7"
},
{
"start": 468,
"end": 488,
"text": "(Begum et al., 2011)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "In this section, we discuss further, how well the issues raised in Section 3 are handled by the incorporation of semantic information in the parsing framework of Hindi. In Section 3, we stated that ambiguities in morphological cases in Hindi bar their efficient exploitation while parsing. Also we noted that unmarked nominals may as well affect the performance of a parser. So we propose semantics as a complementing information that can fill these gaps. Below we discuss whether semantic information has bridged these gaps or not.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "8"
},
{
"text": "\u2022 Case Ambiguity: Including the semantics from HWN to help disambiguate the con-fusion present in a case marker, has improved parsing accuracy. Particularly confusion among the roles of concrete vs abstract time and place, and direct vs indirect object relations has been removed. In example (3), the dependency relation between nodes Karachi and do has been corrected from k2 'Theme' to k5 'Source'. The postposition f rom can either mark a theme or a source relation. Semantics has removed this confusion.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "8"
},
{
"text": "(3) .. \u2022 Lack of Case M arker: In absence of case marking lexical semantics acted as a complementing information. The improvement has been, as observed during error analysis, particularly for agents and patients. Thus semantics can be seen here as pseudo case markers. This is clearly visible from the example (4). The dependency relation between the nodes then and do has been corrected to k7t 'time of action' from k1 'subject'.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "8"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": ". (( \u00ca )) (",
"eq_num": "( ))"
}
],
"section": "Discussion",
"sec_num": "8"
},
{
"text": "(4) (( \u00ba )) (( )) (( )) (( e )) then communist calm-down do ROOT k1s k7t k1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "8"
},
{
"text": "\u2022 Complex P redicates: As we discussed, complex predicates are identified using HWN, so that the similar syntactic distributions of verb arguments and the nominal or adjectival part of a CP can be disambiguated. Identifying the complex predicates has turned to be rewarding. As was expected, the prior identification of CPs has significantly improved the joint identification of label and attachment. The system trained on 1,000 sentences has shown an improvement of 0.34% (LAS) and 0.2% (UAS) by prior identification of complex predicates. The confusion that has been removed is among the arguments of a verb and the nominal part of the CP i.e., between agent, patient vs nominal, We present our efforts on exploring lexical resources, Hindi WordNet in our case, to discover features which complement the available morphosyntactic feature conventionally explored for parsing. We find concept ontology available in HWN quite resourceful in furnishing features which can essentially break syntactic ambiguity, resulting in better accuracies for parsing. In future we would like to investigate other hierarchies like hypernymy, hyponymy, meronymy etc. We would also like to substitute lexical units with their respective synsets as proposed in (Agirre et al., 2011) .",
"cite_spans": [
{
"start": 1242,
"end": 1263,
"text": "(Agirre et al., 2011)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "8"
},
{
"text": "http://www.keenage.com",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://ilk.uvt.nl/conll/#dataformat 3 http://sanskrit.inria.fr/DATA/wx.html 4 A chunk is a set of adjacent words which are in dependency relation with each other, and are connected to the rest of the words by a single incoming arc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "k1: Doer, k1s: Noun Complement, k5: Source, k7p: Place, k7t: Time, pof: part-of (complex predicate), lwg psp: local-word-group postposition6 http://www.maltparser.org/download.html 7 http://nextens.uvt.nl/depparse-wiki/SoftwarePage/#eval07.pl",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Improving parsing and PP attachment performance with sense information",
"authors": [
{
"first": "E",
"middle": [],
"last": "Agirre",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Baldwin",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Martinez",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL-08: HLT",
"volume": "",
"issue": "",
"pages": "317--325",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Agirre, T. Baldwin, and D. Martinez. 2008. Improving parsing and PP attachment performance with sense infor- mation. Proceedings of ACL-08: HLT, pages 317-325.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Improving dependency parsing with semantic classes",
"authors": [
{
"first": "E",
"middle": [],
"last": "Agirre",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Bengoetxea",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Gojenola",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "699--703",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Agirre, K. Bengoetxea, K. Gojenola, and J. Nivre. 2011. Improving dependency parsing with semantic classes. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics, pages 699-703.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Effect of minimal semantics on dependency parsing",
"authors": [
{
"first": "Bharat",
"middle": [
"Ram"
],
"last": "Ambati",
"suffix": ""
},
{
"first": "Pujitha",
"middle": [],
"last": "Gade",
"suffix": ""
},
{
"first": "Chaitanya",
"middle": [],
"last": "Gsk",
"suffix": ""
},
{
"first": "Samar",
"middle": [],
"last": "Husain",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the Student Research Workshop",
"volume": "",
"issue": "",
"pages": "1--5",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bharat Ram Ambati, Pujitha Gade, Chaitanya Gsk, and Samar Husain. 2009. Effect of minimal semantics on de- pendency parsing. In Proceedings of the Student Research Workshop, pages 1-5, Borovets, Bulgaria, September. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Two methods to incorporate local morphosyntactic features in Hindi dependency parsing",
"authors": [
{
"first": "Bharat",
"middle": [
"Ram"
],
"last": "Ambati",
"suffix": ""
},
{
"first": "Samar",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "Sambhav",
"middle": [],
"last": "Jain",
"suffix": ""
},
{
"first": "Dipti",
"middle": [
"Misra"
],
"last": "Sharma",
"suffix": ""
},
{
"first": "Rajeev",
"middle": [],
"last": "Sangal",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the NAACL HLT 2010 First Workshop on Statistical Parsing of Morphologically-Rich Languages",
"volume": "",
"issue": "",
"pages": "22--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bharat Ram Ambati, Samar Husain, Sambhav Jain, Dipti Misra Sharma, and Rajeev Sangal. 2010a. Two methods to incorporate local morphosyntactic features in Hindi dependency parsing. In Proceedings of the NAACL HLT 2010 First Workshop on Statistical Parsing of Morphologically-Rich Languages, pages 22-30. Asso- ciation for Computational Linguistics.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "On the role of morphosyntactic features in Hindi dependency parsing",
"authors": [
{
"first": "B",
"middle": [
"R"
],
"last": "Ambati",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sangal",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the NAACL HLT 2010 First Workshop on Statistical Parsing of Morphologically-Rich Languages",
"volume": "",
"issue": "",
"pages": "94--102",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B.R. Ambati, S. Husain, J. Nivre, and R. Sangal. 2010b. On the role of morphosyntactic features in Hindi dependency parsing. In Proceedings of the NAACL HLT 2010 First Workshop on Statistical Parsing of Morphologically-Rich Languages, pages 94-102. Association for Computational Linguistics.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Extended gloss overlaps as a measure of semantic relatedness",
"authors": [
{
"first": "Satanjeev",
"middle": [],
"last": "Banerjee",
"suffix": ""
},
{
"first": "Ted",
"middle": [],
"last": "Pedersen",
"suffix": ""
}
],
"year": 2003,
"venue": "International Joint Conference on Artificial Intelligence",
"volume": "18",
"issue": "",
"pages": "805--810",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Satanjeev Banerjee and Ted Pedersen. 2003. Extended gloss overlaps as a measure of semantic relatedness. In Inter- national Joint Conference on Artificial Intelligence, vol- ume 18, pages 805-810. LAWRENCE ERLBAUM AS- SOCIATES LTD.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Dependency annotation scheme for Indian languages",
"authors": [
{
"first": "R",
"middle": [],
"last": "Begum",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Dhwaj",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Sharma",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Bai",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sangal",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of IJCNLP. Citeseer",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Begum, S. Husain, A. Dhwaj, D.M. Sharma, L. Bai, and R. Sangal. 2008. Dependency annotation scheme for In- dian languages. In Proceedings of IJCNLP. Citeseer.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Identification of conjunct verbs in hindi and its effect on parsing accuracy",
"authors": [
{
"first": "Rafiya",
"middle": [],
"last": "Begum",
"suffix": ""
},
{
"first": "Karan",
"middle": [],
"last": "Jindal",
"suffix": ""
},
{
"first": "Ashish",
"middle": [],
"last": "Jain",
"suffix": ""
},
{
"first": "Samar",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "Dipti Misra",
"middle": [],
"last": "Sharma",
"suffix": ""
}
],
"year": 2011,
"venue": "Computational Linguistics and Intelligent Text Processing",
"volume": "",
"issue": "",
"pages": "29--40",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rafiya Begum, Karan Jindal, Ashish Jain, Samar Husain, and Dipti Misra Sharma. 2011. Identification of con- junct verbs in hindi and its effect on parsing accuracy. In Computational Linguistics and Intelligent Text Process- ing, pages 29-40. Springer.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Parsing free word order languages in the Paninian framework",
"authors": [
{
"first": "A",
"middle": [],
"last": "Bharati",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sangal",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 31st annual meeting on Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "105--111",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Bharati and R. Sangal. 1993. Parsing free word order languages in the Paninian framework. In Proceedings of the 31st annual meeting on Association for Computa- tional Linguistics, pages 105-111. Association for Com- putational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Ssf: Shakti standard format guide. Language Technologies Research Centre, International Institute of Information Technology",
"authors": [
{
"first": "A",
"middle": [],
"last": "Bharati",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sangal",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Sharma",
"suffix": ""
}
],
"year": 2007,
"venue": "",
"volume": "",
"issue": "",
"pages": "1--25",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Bharati, R. Sangal, and D.M. Sharma. 2007. Ssf: Shakti standard format guide. Language Technologies Research Centre, International Institute of Information Technology, Hyderabad, India, pages 1-25.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Two semantic features make all the difference in parsing accuracy",
"authors": [
{
"first": "A",
"middle": [],
"last": "Bharati",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Ambati",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Jain",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Sharma",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sangal",
"suffix": ""
}
],
"year": 2008,
"venue": "Proc. of ICON",
"volume": "8",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Bharati, S. Husain, B. Ambati, S. Jain, D. Sharma, and R. Sangal. 2008. Two semantic features make all the dif- ference in parsing accuracy. Proc. of ICON, 8.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "AnnCorra: TreeBanks for Indian Languages Guidelines for Annotating Hindi Tree-Bank",
"authors": [
{
"first": "A",
"middle": [],
"last": "Bharati",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Sharma",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Bai",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Begum",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sangal",
"suffix": ""
}
],
"year": 2009,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Bharati, D.M. Sharma, S. Husain, L. Bai, R. Begum, and R. Sangal. 2009. AnnCorra: TreeBanks for In- dian Languages Guidelines for Annotating Hindi Tree- Bank (version-2.0).",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "A multi-representational and multi-layered treebank for hindi/urdu",
"authors": [
{
"first": "R",
"middle": [],
"last": "Bhatt",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Narasimhan",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "O",
"middle": [],
"last": "Rambow",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Sharma",
"suffix": ""
},
{
"first": "F",
"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": "R. Bhatt, B. Narasimhan, M. Palmer, O. Rambow, D.M. Sharma, and F. Xia. 2009. A multi-representational and multi-layered treebank for hindi/urdu. In Proceedings of the Third Linguistic Annotation Workshop, pages 186- 189. Association for Computational Linguistics.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Complex predicates in indian language wordnets",
"authors": [
{
"first": "Debasri",
"middle": [],
"last": "Chakrabarti",
"suffix": ""
},
{
"first": "Vaijayanthi",
"middle": [],
"last": "Sarma",
"suffix": ""
},
{
"first": "Pushpak",
"middle": [],
"last": "Bhattacharyya",
"suffix": ""
}
],
"year": 2007,
"venue": "Lexical Resources and Evaluation Journal",
"volume": "40",
"issue": "",
"pages": "3--4",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Debasri Chakrabarti, Vaijayanthi Sarma, and Pushpak Bhat- tacharyya. 2007. Complex predicates in indian language wordnets. Lexical Resources and Evaluation Journal, 40(3-4).",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"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 Pro- ceedings of the 37th annual meeting of the Association for Computational Linguistics on Computational Linguistics, pages 505-512. Association for Computational Linguis- tics.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Hownet chineseenglish conceptual database",
"authors": [
{
"first": "Zhendong",
"middle": [],
"last": "Dong",
"suffix": ""
},
{
"first": "Qiang",
"middle": [],
"last": "Dong",
"suffix": ""
}
],
"year": 2000,
"venue": "Released at ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zhendong Dong and Qiang Dong. 2000. Hownet chinese- english conceptual database. Technical report, Techni- cal Report Online Software Database, Released at ACL. http://www. keenage. com.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Exploiting Semantic Information for HPSG Parse Selection",
"authors": [
{
"first": "Sanae",
"middle": [],
"last": "Fujita",
"suffix": ""
},
{
"first": "Francis",
"middle": [],
"last": "Bond",
"suffix": ""
},
{
"first": "Stephan",
"middle": [],
"last": "Oepen",
"suffix": ""
},
{
"first": "Takaaki",
"middle": [],
"last": "Tanaka",
"suffix": ""
}
],
"year": 2007,
"venue": "ACL 2007 Workshop on Deep Linguistic Processing",
"volume": "",
"issue": "",
"pages": "25--32",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sanae Fujita, Francis Bond, Stephan Oepen, and Takaaki Tanaka. 2007. Exploiting Semantic Information for HPSG Parse Selection. In ACL 2007 Workshop on Deep Linguistic Processing, pages 25-32, Prague, Czech Re- public, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Variabilit\u00e0 e mutabilit\u00e0: contributo allo studio delle distribuzioni e delle relazioni statistiche",
"authors": [
{
"first": "Corrado",
"middle": [],
"last": "Gini",
"suffix": ""
}
],
"year": 1912,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Corrado Gini. 1912. Variabilit\u00e0 e mutabilit\u00e0: contributo allo studio delle distribuzioni e delle relazioni statistiche. Tipogr. di P. Cuppini.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Analyzing Parser Errors to improve parsing accuracy and to inform tree banking decisions",
"authors": [
{
"first": "Samar",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "Bhasha",
"middle": [],
"last": "Agrawal",
"suffix": ""
}
],
"year": 2012,
"venue": "Linguistic Issues in Language Technology",
"volume": "7",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Samar Husain and Bhasha Agrawal. 2012. Analyzing Parser Errors to improve parsing accuracy and to inform tree banking decisions. Linguistic Issues in Language Tech- nology, 7(1).",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Adding semantic annotation to the penn treebank",
"authors": [
{
"first": "Paul",
"middle": [],
"last": "Kingsbury",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Mitch",
"middle": [],
"last": "Marcus",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the Human Language Technology Conference",
"volume": "",
"issue": "",
"pages": "252--256",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paul Kingsbury, Martha Palmer, and Mitch Marcus. 2002. Adding semantic annotation to the penn treebank. In Pro- ceedings of the Human Language Technology Conference, pages 252-256. Citeseer.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Intrachunk dependency annotation: expanding Hindi interchunk annotated treebank",
"authors": [
{
"first": "Prudhvi",
"middle": [],
"last": "Kosaraju",
"suffix": ""
},
{
"first": "Samar",
"middle": [],
"last": "Husain",
"suffix": ""
},
{
"first": "Bharat",
"middle": [
"Ram"
],
"last": "Ambati",
"suffix": ""
},
{
"first": "Dipti",
"middle": [
"Misra"
],
"last": "Sharma",
"suffix": ""
},
{
"first": "Rajeev",
"middle": [],
"last": "Sangal",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the Sixth Linguistic Annotation Workshop",
"volume": "",
"issue": "",
"pages": "49--56",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prudhvi Kosaraju, Samar Husain, Bharat Ram Ambati, Dipti Misra Sharma, and Rajeev Sangal. 2012. Intra- chunk dependency annotation: expanding Hindi inter- chunk annotated treebank. In Proceedings of the Sixth Linguistic Annotation Workshop, pages 49-56. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Dependency parsing",
"authors": [
{
"first": "Sandra",
"middle": [],
"last": "K\u00fcbler",
"suffix": ""
},
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2009,
"venue": "Synthesis Lectures on Human Language Technologies",
"volume": "1",
"issue": "1",
"pages": "1--127",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sandra K\u00fcbler, Ryan McDonald, and Joakim Nivre. 2009. Dependency parsing. Synthesis Lectures on Human Lan- guage Technologies, 1(1):1-127.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "The effects of semantic annotations on precision parse ranking",
"authors": [
{
"first": "Andrew",
"middle": [],
"last": "Mackinlay",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [],
"last": "Dridan",
"suffix": ""
},
{
"first": "Diana",
"middle": [],
"last": "Mccarthy",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the First Joint Conference on Lexical and Computational Semantics",
"volume": "1",
"issue": "",
"pages": "228--236",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrew MacKinlay, Rebecca Dridan, Diana McCarthy, and Timothy Baldwin. 2012. The effects of semantic an- notations on precision parse ranking. In Proceedings of the First Joint Conference on Lexical and Computational Semantics-Volume 1: Proceedings of the main confer- ence and the shared task, and Volume 2: Proceedings of the Sixth International Workshop on Semantic Evaluation, pages 228-236. Association for Computational Linguis- tics.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Tongyi cilin (a chinese thesaurus)",
"authors": [
{
"first": "Jia-Ju",
"middle": [],
"last": "Mei",
"suffix": ""
},
{
"first": "Yunqi",
"middle": [],
"last": "Gao",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jia-ju Mei and Yunqi Gao. 1996. Tongyi cilin (a chinese thesaurus). China: Shanghai Lexicographical Publishing House.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "WordNet: a lexical database for English",
"authors": [
{
"first": "A",
"middle": [],
"last": "George",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Miller",
"suffix": ""
}
],
"year": 1995,
"venue": "Communications of the ACM",
"volume": "38",
"issue": "11",
"pages": "39--41",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George A Miller. 1995. WordNet: a lexical database for English. Communications of the ACM, 38(11):39-41.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Argument structure in Hindi",
"authors": [
{
"first": "Tara",
"middle": [],
"last": "Mohanan",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tara Mohanan. 1994. Argument structure in Hindi. Stanford Univ Center for the Study.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Multidimensionality of representation: Nv complex predicates in hindi. Complex predicates",
"authors": [
{
"first": "Tara",
"middle": [],
"last": "Mohanan",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "",
"issue": "",
"pages": "431--471",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tara Mohanan. 1997. Multidimensionality of representa- tion: Nv complex predicates in hindi. Complex predi- cates, pages 431-471.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Building the Italian syntactic-semantic treebank",
"authors": [
{
"first": "Simonetta",
"middle": [],
"last": "Montemagni",
"suffix": ""
},
{
"first": "Francesco",
"middle": [],
"last": "Barsotti",
"suffix": ""
},
{
"first": "Marco",
"middle": [],
"last": "Battista",
"suffix": ""
},
{
"first": "Nicoletta",
"middle": [],
"last": "Calzolari",
"suffix": ""
},
{
"first": "Ornella",
"middle": [],
"last": "Corazzari",
"suffix": ""
},
{
"first": "Alessandro",
"middle": [],
"last": "Lenci",
"suffix": ""
},
{
"first": "Antonio",
"middle": [],
"last": "Zampolli",
"suffix": ""
},
{
"first": "Francesca",
"middle": [],
"last": "Fanciulli",
"suffix": ""
},
{
"first": "Maria",
"middle": [],
"last": "Massetani",
"suffix": ""
},
{
"first": "Remo",
"middle": [],
"last": "Raffaelli",
"suffix": ""
}
],
"year": 2003,
"venue": "Treebanks",
"volume": "",
"issue": "",
"pages": "189--210",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Simonetta Montemagni, Francesco Barsotti, Marco Battista, Nicoletta Calzolari, Ornella Corazzari, Alessandro Lenci, Antonio Zampolli, Francesca Fanciulli, Maria Masse- tani, Remo Raffaelli, et al. 2003. Building the Italian syntactic-semantic treebank. In Treebanks, pages 189- 210. Springer.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "An experience in building the indo wordnet-a wordnet for hindi",
"authors": [
{
"first": "Dipak",
"middle": [],
"last": "Narayan",
"suffix": ""
},
{
"first": "Debasri",
"middle": [],
"last": "Chakrabarty",
"suffix": ""
},
{
"first": "Prabhakar",
"middle": [],
"last": "Pande",
"suffix": ""
},
{
"first": "Pushpak",
"middle": [],
"last": "Bhattacharyya",
"suffix": ""
}
],
"year": 2002,
"venue": "First International Conference on Global WordNet",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dipak Narayan, Debasri Chakrabarty, Prabhakar Pande, and Pushpak Bhattacharyya. 2002. An experience in building the indo wordnet-a wordnet for hindi. In First Interna- tional Conference on Global WordNet, Mysore, India.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "MaltParser: A language-independent system for data-driven dependency parsing",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Johan",
"middle": [],
"last": "Hall",
"suffix": ""
},
{
"first": "Jens",
"middle": [],
"last": "Nilsson",
"suffix": ""
},
{
"first": "Atanas",
"middle": [],
"last": "Chanev",
"suffix": ""
},
{
"first": "G\u00fclsen",
"middle": [],
"last": "Eryigit",
"suffix": ""
},
{
"first": "Sandra",
"middle": [],
"last": "Kubler",
"suffix": ""
},
{
"first": "Svetoslav",
"middle": [],
"last": "Marinov",
"suffix": ""
},
{
"first": "Erwin",
"middle": [],
"last": "Marsi",
"suffix": ""
}
],
"year": 2007,
"venue": "Natural Language Engineering",
"volume": "13",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre, Johan Hall, Jens Nilsson, Atanas Chanev, G\u00fclsen Eryigit, Sandra Kubler, Svetoslav Marinov, and Erwin Marsi. 2007. MaltParser: A language-independent system for data-driven dependency parsing. Natural Lan- guage Engineering, 13(2):95.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "When word order and part-of-speech tags are not enough-Swedish dependency parsing with rich linguistic features",
"authors": [
{
"first": "Lilja",
"middle": [],
"last": "\u00d8vrelid",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP)",
"volume": "",
"issue": "",
"pages": "447--451",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lilja \u00d8vrelid and Joakim Nivre. 2007. When word order and part-of-speech tags are not enough-Swedish dependency parsing with rich linguistic features. In Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP), pages 447-451.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Hindi Syntax: Annotating Dependency, Lexical Predicate-Argument Structure, and Phrase Structure",
"authors": [
{
"first": "M",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Bhatt",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Narasimhan",
"suffix": ""
},
{
"first": "O",
"middle": [],
"last": "Rambow",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Sharma",
"suffix": ""
},
{
"first": "F",
"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": "M. Palmer, R. Bhatt, B. Narasimhan, O. Rambow, D.M. Sharma, and F. 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
},
"BIBREF32": {
"ref_id": "b32",
"title": "Proceedings of the Workshop on Machine Translation and Parsing in Indian Languages. The COLING 2012 Organizing Committee, Mumbai, India",
"authors": [],
"year": 2012,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dipti Misra Sharma, Prashanth Mannem, Joseph vanGen- abith, Sobha Lalitha Devi, Radhika Mamidi, and Ranjani Parthasarathi, editors. 2012. Proceedings of the Workshop on Machine Translation and Parsing in Indian Languages. The COLING 2012 Organizing Committee, Mumbai, In- dia, December.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Two-stage Approach for",
"authors": [
{
"first": "Karan",
"middle": [],
"last": "Singla",
"suffix": ""
},
{
"first": "Aniruddha",
"middle": [],
"last": "Tammewar",
"suffix": ""
},
{
"first": "Naman",
"middle": [],
"last": "Jain",
"suffix": ""
},
{
"first": "Sambhav",
"middle": [],
"last": "Jain",
"suffix": ""
}
],
"year": 2012,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karan Singla, Aniruddha Tammewar, Naman Jain, and Sambhav Jain. 2012. Two-stage Approach for",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Hindi Dependency Parsing Using MaltParser",
"authors": [],
"year": null,
"venue": "Training",
"volume": "268",
"issue": "",
"pages": "22--27",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hindi Dependency Parsing Using MaltParser. Training, 12041(268,093):22-27.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Parsing Morphologically Rich Languages: Introduction to the Special Issue",
"authors": [
{
"first": "Reut",
"middle": [],
"last": "Tsarfaty",
"suffix": ""
},
{
"first": "Djam\u00e9",
"middle": [],
"last": "Seddah",
"suffix": ""
},
{
"first": "Sandra",
"middle": [],
"last": "K\u00fcbler",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2013,
"venue": "Computational Linguistics",
"volume": "39",
"issue": "1",
"pages": "15--22",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Reut Tsarfaty, Djam\u00e9 Seddah, Sandra K\u00fcbler, and Joakim Nivre. 2013. Parsing Morphologically Rich Languages: Introduction to the Special Issue. Computational Linguis- tics, 39(1):15-22.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Parsing the penn chinese treebank with semantic knowledge",
"authors": [
{
"first": "D",
"middle": [],
"last": "Xiong",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Q",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Qian",
"suffix": ""
}
],
"year": 2005,
"venue": "Natural Language Processing-IJCNLP 2005",
"volume": "",
"issue": "",
"pages": "70--81",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Xiong, S. Li, Q. Liu, S. Lin, and Y. Qian. 2005. Parsing the penn chinese treebank with semantic knowledge. Nat- ural Language Processing-IJCNLP 2005, pages 70-81.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "Building a large-scale annotated Chinese corpus",
"authors": [
{
"first": "Nianwen",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "Fu-Dong",
"middle": [],
"last": "Chiou",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 19th international conference on Computational linguistics",
"volume": "1",
"issue": "",
"pages": "1--8",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nianwen Xue, Fu-Dong Chiou, and Martha Palmer. 2002. Building a large-scale annotated Chinese corpus. In Pro- ceedings of the 19th international conference on Compu- tational linguistics-Volume 1, pages 1-8. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"num": null,
"text": "Many crops were destroyed due to the rain.'"
},
"FIGREF1": {
"type_str": "figure",
"uris": null,
"num": null,
"text": "Sample Hierarchy of Concepts in Hindi Wordnet"
},
"FIGREF2": {
"type_str": "figure",
"uris": null,
"num": null,
"text": "Nominal and Verb Sense of chaat"
},
"FIGREF3": {
"type_str": "figure",
"uris": null,
"num": null,
"text": "Two senses for the nominal chaat"
},
"FIGREF4": {
"type_str": "figure",
"uris": null,
"num": null,
"text": "Impact of WN Features on Different Data Sizes adjectival part of CP. In example below, baseline incorrectly identifies ref uge as an argument of verb take. 'ref uge take' is a complex predicate which is correctly identified upon incorporation of complex predicates in our parsing module."
},
"TABREF1": {
"num": null,
"text": "",
"content": "<table><tr><td>: Co-occurrence of Marked and Unmarked</td></tr><tr><td>verb arguments in Hindi Dependency Treebank.</td></tr><tr><td>Source: training-set, shared task MTPIL 2012</td></tr></table>",
"type_str": "table",
"html": null
},
"TABREF3": {
"num": null,
"text": "Statistics of Data Sets used for experiments",
"content": "<table><tr><td>5 Hindi Dependency Treebank</td></tr></table>",
"type_str": "table",
"html": null
},
"TABREF5": {
"num": null,
"text": "Results of Parsing Experiments",
"content": "<table/>",
"type_str": "table",
"html": null
}
}
}
}