{ "paper_id": "2020", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T07:12:28.135981Z" }, "title": "Detection and Annotation of Events in Kannada", "authors": [ { "first": "Suhan", "middle": [], "last": "Prabhu", "suffix": "", "affiliation": {}, "email": "suhan.prabhuk@research.iiit.ac.in" }, { "first": "Ujwal", "middle": [], "last": "Narayan", "suffix": "", "affiliation": {}, "email": "ujwal.narayan@research.iiit.ac.in" }, { "first": "Alok", "middle": [], "last": "Debnath", "suffix": "", "affiliation": {}, "email": "alok.debnath@research.iiit.ac.in" }, { "first": "Manish", "middle": [], "last": "Shrivastava", "suffix": "", "affiliation": {}, "email": "m.shrivastava@iiit.ac.in" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "In this paper, we provide the basic guidelines towards the detection and linguistic analysis of events in Kannada. Kannada is a morphologically rich, resource poor Dravidian language spoken in southern India. As most information retrieval and extraction tasks are resource intensive, very little work has been done on Kannada NLP, with almost no efforts in discourse analysis and dataset creation for representing events or other semantic annotations in the text. In this paper, we linguistically analyze what constitutes an event in this language, the challenges faced with discourse level annotation and representation due to the rich derivational morphology of the language that allows free word order, numerous multi-word expressions, adverbial participle constructions and constraints on subject-verb relations. Therefore, this paper is one of the first attempts at a large scale discourse level annotation for Kannada, which can be used for semantic annotation and corpus development for other tasks in the language.", "pdf_parse": { "paper_id": "2020", "_pdf_hash": "", "abstract": [ { "text": "In this paper, we provide the basic guidelines towards the detection and linguistic analysis of events in Kannada. Kannada is a morphologically rich, resource poor Dravidian language spoken in southern India. As most information retrieval and extraction tasks are resource intensive, very little work has been done on Kannada NLP, with almost no efforts in discourse analysis and dataset creation for representing events or other semantic annotations in the text. In this paper, we linguistically analyze what constitutes an event in this language, the challenges faced with discourse level annotation and representation due to the rich derivational morphology of the language that allows free word order, numerous multi-word expressions, adverbial participle constructions and constraints on subject-verb relations. Therefore, this paper is one of the first attempts at a large scale discourse level annotation for Kannada, which can be used for semantic annotation and corpus development for other tasks in the language.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Event detection and analysis is a rapidly evolving field of Natural Language Processing (NLP) and Information Retrieval and Extraction, as it allows us to generalize temporal data in terms of actual time and relative to other occurrences and events. Providing temporal and sequential information can enrich text and its representations which can be used for multiple downstream NLP tasks such as question answering, automatic summarization and inference, in an interpretable and linguistically informed manner. However, automatic event analysis, like many discourse analysis and representation tasks, requires extensive manually annotated training data. Kannada is a resource poor, morphologically rich Dravidian language with about 45 million speakers 1 , mostly located in southern India. Work in Kannada NLP has been limited to the development of tools for syntactic and morphological analysis, almost no work has been done in semantic tasks in this language (Mallamma and Hanumanthappa, 2014) , due to few experts, lack of training data and the morphological and semantic characteristics of the language. This paper is one of the first attempts to introduce a semantic analysis and enrichment task at a semantic level into Kannada, i.e. semantic level event detection and analysis. In this paper, we aim to understand the various parts of speech, syntactic structures, and associated semantic patterns that allow the identification and representation of events in Kannada. We also present the challenges associated with identifying events in Kannada due to morphosyntactic constraints such as multi-word expressions, ubiquity of verbal, adverbial and adjectival participles, analytic verb negation, and absence of copula (Kittel, 1993) . We follow a derivation from the TimeML event definition, which has been modified to adapt the zero-copula and participial constructions, so as to make it less ambiguous for annotators.", "cite_spans": [ { "start": 962, "end": 996, "text": "(Mallamma and Hanumanthappa, 2014)", "ref_id": "BIBREF15" }, { "start": 1725, "end": 1739, "text": "(Kittel, 1993)", "ref_id": "BIBREF12" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "1 https://www.ethnologue.com/language/kan", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "Finally, we present a dataset of 3,500 annotated sentences, along with a detailed analysis of the dataset including some basic dataset statistics. We annotate events on the Kannada Dependency Treebank (Rao et al., 2014) , which consisted of approximately 4,800 event mentions. We show that our guidelines are succinct to a Kannada annotator by our high inter-annotator agreement, along with a distribution over various syntactic structures and a linguistically motivated explanation for challenges in some constructions that have been elaborated in Section 5. The corpus has been made freely available 2 .", "cite_spans": [ { "start": 201, "end": 219, "text": "(Rao et al., 2014)", "ref_id": "BIBREF21" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "In this section, we introduce some of the work done in event detection in low resource and morphologically rich languages, with a focus on TimeML event extraction, or event representation in Indian languages. TimeML was introduced by Pustejovsky et al. (2003) as a mechanism of recognizing, annotating, classifying and representing events in text for the purpose of question answering. TimeML has been used in event detection across languages such as Italian (Caselli et al., 2011) , French (Bittar et al., 2011) , Romanian (For\u0203scu and Tufi\u015f, 2012) , and Spanish (Saur\u0131, 2010) . Of course, corpora annotated with TimeML events have often been done alongside the detection of other temporal information such as time expressions, temporal links and other notions. For languages which have syntactic structures that vary significantly from English, event detection is used as an introductory task and the definition of an event is modified to be true to the syntactic structure of the language. Examples of this include event detection in Turkish (Seker and Diri, 2010) , Hindi (Goud et al., 2019) , Hungarian (Subecz, 2019) and Swedish (Berglund, 2004) . Much of the work done in event detection in Indian languages is based on events in social media. Rao and Devi (2018) has provided a forum dedicated to social media event extraction for Indian languages. Deep learning methods have also been used for a few Indian languages such as Hindi, Tamil and Malayalam (Kuila and Sarkar, 2017) . However, these events are based on the ACE definition and analysis of events, which does not consider all event predicates (Ahn, 2006) , and views event analysis solely as a task in semantic prediction, without the explicit demarcation and analysis of the surrounding syntax (Ji and Grishman, 2008) .", "cite_spans": [ { "start": 234, "end": 259, "text": "Pustejovsky et al. (2003)", "ref_id": "BIBREF18" }, { "start": 459, "end": 481, "text": "(Caselli et al., 2011)", "ref_id": "BIBREF5" }, { "start": 491, "end": 512, "text": "(Bittar et al., 2011)", "ref_id": "BIBREF4" }, { "start": 524, "end": 549, "text": "(For\u0203scu and Tufi\u015f, 2012)", "ref_id": "BIBREF7" }, { "start": 564, "end": 577, "text": "(Saur\u0131, 2010)", "ref_id": "BIBREF23" }, { "start": 1045, "end": 1067, "text": "(Seker and Diri, 2010)", "ref_id": "BIBREF25" }, { "start": 1076, "end": 1095, "text": "(Goud et al., 2019)", "ref_id": "BIBREF9" }, { "start": 1108, "end": 1122, "text": "(Subecz, 2019)", "ref_id": "BIBREF28" }, { "start": 1135, "end": 1151, "text": "(Berglund, 2004)", "ref_id": "BIBREF2" }, { "start": 1251, "end": 1270, "text": "Rao and Devi (2018)", "ref_id": "BIBREF20" }, { "start": 1461, "end": 1485, "text": "(Kuila and Sarkar, 2017)", "ref_id": "BIBREF13" }, { "start": 1611, "end": 1622, "text": "(Ahn, 2006)", "ref_id": "BIBREF1" }, { "start": 1763, "end": 1786, "text": "(Ji and Grishman, 2008)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Related Work", "sec_num": "2." }, { "text": "In this section, we explore the facets of Kannada grammar that facilitate the representation of events. We begin by considering the notion of a TimeML event. According to Pustejovsky et al. (2003) and Saur\u00ed et al. (2006) , TimeML defines an event as a cover term for situations that happen or occur, as well as predicates in which something obtains or holds true. Adopting Goud et al. (2019) 's definition, we consider an event mention as the textual span expected to provide complete information about an event, such as tense, aspect, modality and negation. We also consider the event nugget to be the semantically meaningful unit that expresses the event in a sentence (Mitamura et al., 2015) . Kannada is a free word order, morphologically rich language. However, by convention, verbs usually occur at the end of the sentence. Passive voice is rare. The subject often occurs in nominative case, the object in dative. There are a few primary notions of Kannada syntax which are crucial to event annotation. These include:", "cite_spans": [ { "start": 171, "end": 196, "text": "Pustejovsky et al. (2003)", "ref_id": "BIBREF18" }, { "start": 201, "end": 220, "text": "Saur\u00ed et al. (2006)", "ref_id": "BIBREF22" }, { "start": 373, "end": 391, "text": "Goud et al. (2019)", "ref_id": "BIBREF9" }, { "start": 671, "end": 694, "text": "(Mitamura et al., 2015)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Kannada Grammar and Event Representation", "sec_num": "3." }, { "text": "\u2022 Kannada is a zero-copula language (Schiffman, 1979) . Copular constructions in Kannada occur without an overt verb (Bhat, 1981) . In copular sentences, tense is represented by a modification of the predicate. These predicates are used for copular clauses. As the state is represented by a morphaffixed form of a simple nominal predicate, we do not consider these events at the moment.", "cite_spans": [ { "start": 36, "end": 53, "text": "(Schiffman, 1979)", "ref_id": "BIBREF24" }, { "start": 117, "end": 129, "text": "(Bhat, 1981)", "ref_id": "BIBREF3" } ], "ref_spans": [], "eq_spans": [], "section": "Kannada Grammar and Event Representation", "sec_num": "3." }, { "text": "\u2022 Every sentence has only one finite or conjugated verb (Schiffman, 1979) . Therefore, sentences with coordinating and subordinating verbs are modified into adjectival and adverbial participle constructions as non-finite verb forms. The tense and aspect information is morphaffixed onto the verb. These adverbial or adjectival participles provide the semantic connotation of an occurrence which describes another action or occurrence, so we annotate these participles in our event mention.", "cite_spans": [ { "start": 56, "end": 73, "text": "(Schiffman, 1979)", "ref_id": "BIBREF24" } ], "ref_spans": [], "eq_spans": [], "section": "nanna hesaru ujwal my name Ujwal My name is Ujwal", "sec_num": "1." }, { "text": "Oorige bandidda Arjun, town to come had Arjun jaatrege hodanu festival to go Arjun, who had come to town, went to the festival.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2.", "sec_num": null }, { "text": "Since Kannada has only one verb per sentence, relative clauses are converted into adjectival constructions, which describe the verb in the relative clause as a description of the subject of the main verb. Therefore, the sentence \"Arjun came to town and went to the festival\" can not be translated into Kannada directly. There is no possible mechanism to represent this sentence, other than the inclusion of an adverbial clause to the coordinating verb that occurs semantically prior to the main verb (i.e. is meant to take place before the main verb). This implies a general notion of sequentiality between the main verb and the adjectival construction.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2.", "sec_num": null }, { "text": "\u2022 Kannada employs tenseless negative forms (Lindblom, 2014). Negative forms are analytically represented by a single functional negative term. While there are no semantically negative words in Kannada, a single functional negative form is morphaffixed onto the finite verb, or the non-finite adjectival or adverbial participle. Therefore, negations are considered a part of the event mention.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2.", "sec_num": null }, { "text": "Sumukh ootakke baralilla Sumukh dinner for didn't come Sumukh did not come for dinner", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3.", "sec_num": null }, { "text": "\u2022 Tense, aspect and modality of Kannada verbs are represented morphologically (Shastri, 2011) . Tense and aspect markers are morphaffixed onto both finite and non-finite forms. Therefore, adverbial and adjectival participles have tense, aspect and modality. Therefore, this information is inherently a part of the event mention.", "cite_spans": [ { "start": 78, "end": 93, "text": "(Shastri, 2011)", "ref_id": "BIBREF26" } ], "ref_spans": [], "eq_spans": [], "section": "3.", "sec_num": null }, { "text": "Ram head spin fell Ram, after getting dizzy, fell down", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ram tale tirugi biddanu", "sec_num": "4." }, { "text": "In this section, we provide comprehensive guidelines for the annotation of events in Kannada. Inspired by TimeML, we present these guidelines categorized by the POS of the event nugget. These parts of speech include nouns, finite verbs, non-finite verb constructions such as infinitives, as well as adjectival and adverbial participle constructions. The TimeML definition of event was used for event annotation in Kannada, following a slight modification based on the changes adopted by Goud et al. (2019) . These changes were associated with the analysis and representation of copular constructions as states. Given the morphology of Kannada and the notion of an event nugget being restricted to a lexical or supra-lexical span, we do not annotate copula as events as of now, as Kannada is a zero-copula language, and the representation of such constructions is based on predicate inflections. In the subsections that follow, we describe the guidelines for annotating events by parts of speech and provide an example for each type. The event of that category is represented in bold in the Kannada transliteration of the sentence.", "cite_spans": [ { "start": 487, "end": 505, "text": "Goud et al. (2019)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Annotation Guidelines", "sec_num": "4." }, { "text": "Nouns can also be events, albeit they occur much more rarely than verbs. Nominal events are abstract nouns which pertain to a temporal phenomenon (i.e. possess a semantically inherent notion of finiteness), such as yuddha (war), kshaama (famine), cunaavanegalu (elections) etc. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Nouns", "sec_num": "4.1." }, { "text": "Verbs are often morphologically marked due to the relaxed constraints on word order, and therefore events can occur at any place in the sentence and can be identified by identifying the main verb. (Veerappan et al., 2011) .", "cite_spans": [ { "start": 197, "end": 221, "text": "(Veerappan et al., 2011)", "ref_id": "BIBREF29" } ], "ref_spans": [], "eq_spans": [], "section": "Verbs", "sec_num": "4.2." }, { "text": "Finite verbs are considered events as they represent an action that alters that state of the world, possess tense and aspect information, which provides it an inherent notion of temporality. Adjectival Participle Construction In adjectival participle constructions, the verb is converted into an adjective, so as to describe the noun participating in the main verb by its previous actions. The semantics of the adjectival participle enforces a notion of sequentiality with respect to the main verb, and also represents a notion of finiteness of the action. Furthermore, the adjectival participle is inflected with tense, aspect and modality. Therefore, these constructions are annotated as events. For example:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Finite Verbs", "sec_num": "4.2.1." }, { "text": "avalu malagalu manege hodalu she is to bed home gone She slept after going home.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "7.", "sec_num": null }, { "text": "Adverbial Participle Construction Similar to adjectival constructions, the adverbial participle form is used to represent those verbs performed by or associated to the noun in dative (or accusative) case. Here, there is no direct sequentiality applied or associated with the main verb and the adverbial participle. For example: oodtiruva jinkeyannu betegaaranu hodedanu running deer hunter hit The hunter shot the running deer.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "7.", "sec_num": null }, { "text": "Infinitives Infinitive verbs in Kannada occurs with the characteristic inflective ending of 'lu' These infinivitve forms of the verb are also marked as events. For example:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "7.", "sec_num": null }, { "text": "naanu iiga aata aadalu hoguttene I'm now game play go I'm going to play games now.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "9.", "sec_num": null }, { "text": "Subjunctives The subjunctive is a rare type of verb that expresses something that is desired or imagined. Subjunctives are used to indicate events that are not certain to happen, and hence subjunctive verbs are also annotated as events. Subjunctives can be morphologically inflected for tense, aspect and modality. For example:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "9.", "sec_num": null }, { "text": "ninage olleyadagali yendu naanu bayasutene You be good that I wish I wish you good.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "10.", "sec_num": null }, { "text": "In this section, we describe the annotation procedure used to create the Kannada Event Annotated Dataset, and some of the linguistic challenges associated with this task.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dataset Preparation and Challenges", "sec_num": "5." }, { "text": "In order to identify events in our corpus, we iteratively annotated the dataset in four rounds. There were three annotators, undergraduate and graduate students annotating this corpus. Each annotator is a native speaker of Kannada and between the ages 20 and 25. We used the BRAT tool for annotating event spans. (Stenetorp et al., 2012) . For the first three rounds of annotation, the sentences were shuffled and each annotator was asked to annotate half the dataset for events, based on a version of the guidelines provided. After each round of annotation, the interannotator agreement was calculated based on the complete overlap. Two annotations are said to be in complete overlap if both annotations have the same span of text annotated as an event. Partial overlap is not considered for the interannotator agreement score.", "cite_spans": [ { "start": 313, "end": 337, "text": "(Stenetorp et al., 2012)", "ref_id": "BIBREF27" } ], "ref_spans": [], "eq_spans": [], "section": "Annotation Procedure", "sec_num": "5.1." }, { "text": "The first round was dedicated to the annotators getting used to the tool in general, while the second and third rounds was intended to modify the guidelines for event annotation. In the final round of annotation, the dataset was shuffled and the entire Kannada Dependency Treebank was annotated for events by each annotator. As before, annotations were compared and the inter-annotator agreement was computed for complete overlap. The final annotations in the dataset presented with this paper consist of that annotation which was agreed upon by the annotators after computing the scores by majority agreement.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Annotation Procedure", "sec_num": "5.1." }, { "text": "We describe here, in detail, some of the major linguistic challenges faced during annotating events in Kannada. We consider this description to be crucial due to the properties shared by Kannada and other Dravidian languages. We believe that a thorough analysis of these challenges will make the annotation of events in other Dravidian languages easier.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Challenges in Event Annotation", "sec_num": "5.2." }, { "text": "Copular constructions As mentioned in Section 3., Kannada is a zero-copula language. This means that the tense information for existential terms is carried by the predicate of the sentence. However, the semantic equivalent of the verb \"to be\" is not represented lexically in sentences. This raises the question that for a sentence such as:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Challenges in Event Annotation", "sec_num": "5.2." }, { "text": "karu kempu bannadallide car red colour The car is red in color.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "11.", "sec_num": null }, { "text": "is \"having colour\" the event trigger? In this paper, we do not consider this an event nugget, because neither is the event trigger a lexical marker, nor is it consistent with the definition of event nugget for the other syntactic categories of events. Note that in the past tense, the standard copular construction is represented as an adjectival phrase with tense information. Therefore:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "11.", "sec_num": null }, { "text": "karu kempu baNaDaagittu car red coloured The car was red in color.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "12.", "sec_num": null }, { "text": "Explicator Compound Verbs An explicator compound verb (ECV) is a sequence of two verbs, where the main verb of a sentence is followed by a delexicalized verb in the construction (Abbi and Gopalakrishnan, 1991) . South Asian languages show an affinity to ECV constructions for semantic emphasis as well as verbalization of nominal predicates (Kachru and Pandharipande, 1980) . An example of such a construction includes:", "cite_spans": [ { "start": 178, "end": 209, "text": "(Abbi and Gopalakrishnan, 1991)", "ref_id": "BIBREF0" }, { "start": 341, "end": 373, "text": "(Kachru and Pandharipande, 1980)", "ref_id": "BIBREF11" } ], "ref_spans": [], "eq_spans": [], "section": "12.", "sec_num": null }, { "text": "Ramanu ravananannu kondu hakidanu Ram Ravana kill laid Ram decimated Ravana.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "13.", "sec_num": null }, { "text": "In this sentence, we see that the compound verb kondu hakidanu is a single semantic unit which represents the event of \"killing\". The second word hakinadu (literally, \"laid to rest\") loses its lexical meaning in order to act as an emphasis marker for the main verb kondu (literally, \"to kill\").", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "13.", "sec_num": null }, { "text": "Conjunct Verbs Conjunct verbs in Kannada are a combination of a noun or adjective with a verb, such that the verb is delexicalized and serves as a verbalizer to provide a single semantic notion of an occurence or action. The verbalizer is often inflected with the tense, aspect and modality, while the noun contains the semantics of the event. Therefore, while the verb is included in the event span, the noun accounts for the event nugget. For example:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "13.", "sec_num": null }, { "text": "14.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "13.", "sec_num": null }, { "text": "naanu raamige bharavase niDiddene I Ram to trust request I promised Ram.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "13.", "sec_num": null }, { "text": "We see here that the phrase bharavase niDiddene is an idiomatic phrase (literally \"to request trust\") which forms a noun and verb compound which has a single semantic connotation, i.e. \"to promise\". Therefore it is a compound verb.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "13.", "sec_num": null }, { "text": "In this section, we present the procedure and analysis of the development of guidelines for event detection from a holistic, language independent perspective. While the paper thus far depicts the detection and annotation of events, the development of guidelines for event representation, and the associated challenges specifically for Kannada, we would like to emphasize that events are a real-world constructs which are being given a representation in a given language. Therefore, there are some task-specific but language agnostic steps that can be taken for annotating and representing events in morphologically rich languages in general. As presented above, an understanding of the linguistic philosophy behind event representation is critical to understand how a language's syntax allows for the linking of participants to an action or occurrence. Furthermore, event analysis depends on the morphological or syntactic components associated with marking time, duration, telicity, durativity as well as case relations (Pustejovsky, 1991) . Therefore, the first step in the generalized understanding of events in a morphologically rich language is the isolation of inflections that provide tense, aspect and modality information. The heterogeneity of the markers provides the various possible inflections (and irregular constructions if any) in which an event can take place. While in most language tense and aspect are fairly rigorous (Giorgi and Pianesi, 1997) , the modality of verbs and verbal predicates need to be analyzed on a granular level. Morante and Sporleder (2012) presents a thorough study into annotation and corpus linguistics into the role of modality and negation as extra-propositional aspects. Indeed, in event annotation, both negation and modality play a role in the complete description of an event. However, languages vary in their representation of modal verbs and negative polarity, and therefore, development of guidelines for these event features becomes a language specific problem. Indeed, while the guidelines developed and challenges faced in Section 4. are to be seen, if development in event detection takes place in Telugu, Tamil and other Dravidian languages, it should be noted that modality and polarity are represented differently in each of these languages. Therefore, it is one of the major challenges in event representation.", "cite_spans": [ { "start": 1021, "end": 1040, "text": "(Pustejovsky, 1991)", "ref_id": "BIBREF19" }, { "start": 1438, "end": 1464, "text": "(Giorgi and Pianesi, 1997)", "ref_id": "BIBREF8" }, { "start": 1552, "end": 1580, "text": "Morante and Sporleder (2012)", "ref_id": "BIBREF17" } ], "ref_spans": [], "eq_spans": [], "section": "Generalizing Dataset Development", "sec_num": "6." }, { "text": "Tokens 37020 Sentences 3583 ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Data Type Total Number", "sec_num": null }, { "text": "In this section, we explain the corpus, and some basic statistics associated with it, including the dataset size, the number of events, and their category-wise distribution. Finally, we consider the computation of the inter-annotator agreement and show that the dataset is in fact quite reliable, as it shows a high Fliess' Kappa Score of 0.91 in the final round of annotation. We annotated the Kannada Dependency Treebank (Rao et al., 2014) 3 for event mentions. The Dependency Treebank corpus consists of 37,020 tokens, from distinct domains such as tourism, general and conversational. As presented in Table 1 the dataset is divided into 3,583 sentences. The dataset has been annotated with 4,800 events, out of which 3,114 events consist of a single word in the event span, while 1,686 events have a multiword event span as seen in Table 2 . There are 686 sentences which do not have any events as they are entirely copular in nature. This implies that sentences with multiple events are not uncommon in general. In all the rounds of annotation mentioned in section 5., inter-annotator agreement was computed using the Fleiss' Kappa metric for multiple annotators (Fleiss, 1971) , where the categories for annotation are 1 for complete match and 0 otherwise. Fleiss Kappa score is computed as follows:", "cite_spans": [ { "start": 423, "end": 441, "text": "(Rao et al., 2014)", "ref_id": "BIBREF21" }, { "start": 1168, "end": 1182, "text": "(Fleiss, 1971)", "ref_id": "BIBREF6" } ], "ref_spans": [ { "start": 605, "end": 612, "text": "Table 1", "ref_id": "TABREF2" }, { "start": 836, "end": 843, "text": "Table 2", "ref_id": "TABREF3" } ], "eq_spans": [], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "\u03ba =P \u2212P e 1 \u2212P e", "eq_num": "(1)" } ], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "where P \u2212 P e is the actual degree of agreement achieved and 1 \u2212 P e is the degree of agreement above chance. Given N tokens to be annotated and n annotators, with k categories to annotate the data. We first calculate the proportion of annotations in the j category as:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "p j = 1 N n N i=1 n ij , 1 = k j=1 p j", "eq_num": "(2)" } ], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "We then calculate P i , the degree of agreement with the ith annotator as:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "P i = 1 n(n \u2212 1) k j=1 n ij (n ij \u2212 1) (3) = 1 n(n \u2212 1) \uf8ee \uf8f0 \uf8eb \uf8ed k j=1 n 2 ij \uf8f6 \uf8f8 \u2212 n \uf8f9 \uf8fb", "eq_num": "(4)" } ], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "Finally we calculateP andP e as:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "P = 1 N N i=1 P i", "eq_num": "(5)" } ], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "P e = k j=1 p 2 j", "eq_num": "(6)" } ], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "The inter-annotator agreement in the final round of annotations is 0.91, after four rounds of annotation. We noted that the inter-annotator agreement increased across the stages.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Corpus Statistics", "sec_num": "7." }, { "text": "In this paper, we present a comprehensive set of guidelines for the annotation of events in Kannada, based on TimeML guidelines of event detection. Using these guidelines, we annotate the Kannada Dependency Treebank with event nuggets. This dataset is the first attempt to perform semantic annotation tasks in Kannada, which is a low-resource language. We introduce some basic features of Kannada grammar associated with representing event information, as well as some of the challenges in detecting events in this language.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "8." }, { "text": "In the future, this dataset can be expanded both in size and in annotations to include other facets of the TimeML annotation schema, and provide further insight into the automated detection of events and other temporal information. Given the nature of the guidelines, challenges and the description of the corpus annotation procedure, we hope that the development of event annotated corpora for other Dravidian languages becomes easier.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "8." }, { "text": "https://drive.google.com/drive/folders/ 11ZXpP4mQcDcM91SKHiSNEtWi_mAkXku7", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "https://tdil-dc.in/index.php?option=com_ download&task=showresourceDetails&toolid= 1979&lang=en", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Semantics of explicator compound verbs in south asian languages. Language", "authors": [ { "first": "A", "middle": [], "last": "Abbi", "suffix": "" }, { "first": "D", "middle": [], "last": "Gopalakrishnan", "suffix": "" } ], "year": 1991, "venue": "Sciences", "volume": "13", "issue": "2", "pages": "161--180", "other_ids": {}, "num": null, "urls": [], "raw_text": "Abbi, A. and Gopalakrishnan, D. (1991). Semantics of ex- plicator compound verbs in south asian languages. Lan- guage Sciences, 13(2):161-180.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "The stages of event extraction", "authors": [ { "first": "D", "middle": [], "last": "Ahn", "suffix": "" } ], "year": 2006, "venue": "Proceedings of the Workshop on Annotating and Reasoning about Time and Events", "volume": "", "issue": "", "pages": "1--8", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ahn, D. (2006). The stages of event extraction. In Pro- ceedings of the Workshop on Annotating and Reasoning about Time and Events, pages 1-8.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Extracting temporal information and ordering events for swedish", "authors": [ { "first": "A", "middle": [], "last": "Berglund", "suffix": "" } ], "year": 2004, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Berglund, A. (2004). Extracting temporal information and ordering events for swedish. Master's thesis report.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "The copula in kannada", "authors": [ { "first": "V", "middle": [], "last": "Bhat", "suffix": "" } ], "year": 1981, "venue": "Papers in Linguistics.(Festschrift for RC Hiremath)", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Bhat, V. (1981). The copula in kannada. Papers in Linguistics.(Festschrift for RC Hiremath), Sharat Prakashan, Mysore.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "French timebank: an iso-timeml annotated reference corpus", "authors": [ { "first": "A", "middle": [], "last": "Bittar", "suffix": "" }, { "first": "P", "middle": [], "last": "Amsili", "suffix": "" }, { "first": "P", "middle": [], "last": "Denis", "suffix": "" }, { "first": "L", "middle": [], "last": "Danlos", "suffix": "" } ], "year": 2011, "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: short papers", "volume": "2", "issue": "", "pages": "130--134", "other_ids": {}, "num": null, "urls": [], "raw_text": "Bittar, A., Amsili, P., Denis, P., and Danlos, L. (2011). French timebank: an iso-timeml annotated reference cor- pus. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Lan- guage Technologies: short papers-Volume 2, pages 130- 134. Association for Computational Linguistics.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Annotating events, temporal expressions and relations in italian: the it-timeml experience for the ita-timebank", "authors": [ { "first": "T", "middle": [], "last": "Caselli", "suffix": "" }, { "first": "V", "middle": [ "B" ], "last": "Lenzi", "suffix": "" }, { "first": "R", "middle": [], "last": "Sprugnoli", "suffix": "" }, { "first": "E", "middle": [], "last": "Pianta", "suffix": "" }, { "first": "I", "middle": [], "last": "Prodanof", "suffix": "" } ], "year": 2011, "venue": "Proceedings of the 5th Linguistic Annotation Workshop", "volume": "", "issue": "", "pages": "143--151", "other_ids": {}, "num": null, "urls": [], "raw_text": "Caselli, T., Lenzi, V. B., Sprugnoli, R., Pianta, E., and Pro- danof, I. (2011). Annotating events, temporal expres- sions and relations in italian: the it-timeml experience for the ita-timebank. In Proceedings of the 5th Linguistic Annotation Workshop, pages 143-151. Association for Computational Linguistics.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Measuring nominal scale agreement among many raters", "authors": [ { "first": "J", "middle": [ "L" ], "last": "Fleiss", "suffix": "" } ], "year": 1971, "venue": "Psychological bulletin", "volume": "76", "issue": "5", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Fleiss, J. L. (1971). Measuring nominal scale agreement among many raters. Psychological bulletin, 76(5):378.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Romanian timebank: An annotated parallel corpus for temporal information", "authors": [ { "first": "C", "middle": [], "last": "For\u0203scu", "suffix": "" }, { "first": "D", "middle": [], "last": "Tufi\u015f", "suffix": "" } ], "year": 2012, "venue": "Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12)", "volume": "", "issue": "", "pages": "3762--3766", "other_ids": {}, "num": null, "urls": [], "raw_text": "For\u0203scu, C. and Tufi\u015f, D. (2012). Romanian timebank: An annotated parallel corpus for temporal information. In Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12), pages 3762-3766.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Tense and aspect: From semantics to morphosyntax", "authors": [ { "first": "A", "middle": [], "last": "Giorgi", "suffix": "" }, { "first": "F", "middle": [], "last": "Pianesi", "suffix": "" } ], "year": 1997, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Giorgi, A. and Pianesi, F. (1997). Tense and aspect: From semantics to morphosyntax. Oxford University Press on Demand.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "A semantico-syntactic approach to event-mention detection and extraction in hindi", "authors": [ { "first": "J", "middle": [ "S" ], "last": "Goud", "suffix": "" }, { "first": "P", "middle": [], "last": "Goel", "suffix": "" }, { "first": "A", "middle": [], "last": "Debnath", "suffix": "" }, { "first": "S", "middle": [], "last": "Prabhu", "suffix": "" }, { "first": "M", "middle": [], "last": "Shrivastava", "suffix": "" } ], "year": 2019, "venue": "Workshop on Interoperable Semantic Annotation", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Goud, J. S., Goel, P., Debnath, A., Prabhu, S., and Shri- vastava, M. (2019). A semantico-syntactic approach to event-mention detection and extraction in hindi. In Workshop on Interoperable Semantic Annotation (ISA- 15), page 63.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Refining event extraction through cross-document inference", "authors": [ { "first": "H", "middle": [], "last": "Ji", "suffix": "" }, { "first": "R", "middle": [], "last": "Grishman", "suffix": "" } ], "year": 2008, "venue": "Proceedings of ACL-08: Hlt", "volume": "", "issue": "", "pages": "254--262", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ji, H. and Grishman, R. (2008). Refining event extrac- tion through cross-document inference. In Proceedings of ACL-08: Hlt, pages 254-262.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Towards a typology of compound verbs in south asian languages", "authors": [ { "first": "Y", "middle": [], "last": "Kachru", "suffix": "" }, { "first": "R", "middle": [], "last": "Pandharipande", "suffix": "" } ], "year": 1980, "venue": "Studies in the Linguistic Sciences", "volume": "10", "issue": "1", "pages": "113--124", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kachru, Y. and Pandharipande, R. (1980). Towards a ty- pology of compound verbs in south asian languages. Studies in the Linguistic Sciences, 10(1):113-124.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "A Grammar of the Kannada Language: Comprising the Three Dialects of the Language (ancient, Medieval and Modern)", "authors": [ { "first": "F", "middle": [], "last": "Kittel", "suffix": "" } ], "year": 1993, "venue": "Asian Educational Services", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kittel, F. (1993). A Grammar of the Kannada Language: Comprising the Three Dialects of the Language (ancient, Medieval and Modern). Asian Educational Services.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "An event extraction system via neural networks", "authors": [ { "first": "A", "middle": [], "last": "Kuila", "suffix": "" }, { "first": "S", "middle": [], "last": "Sarkar", "suffix": "" } ], "year": 2017, "venue": "FIRE (Working Notes)", "volume": "", "issue": "", "pages": "136--139", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kuila, A. and Sarkar, S. (2017). An event extraction system via neural networks. In FIRE (Working Notes), pages 136-139.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Negation in dravidian languages: A descriptive typological study on verbal and non-verbal negation in simple declarative sentences", "authors": [ { "first": "C", "middle": [], "last": "Lindblom", "suffix": "" } ], "year": 2014, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Lindblom, C. (2014). Negation in dravidian languages: A descriptive typological study on verbal and non-verbal negation in simple declarative sentences.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Semantical and syntactical analysis of nlp", "authors": [ { "first": "V", "middle": [ "R" ], "last": "Mallamma", "suffix": "" }, { "first": "M", "middle": [], "last": "Hanumanthappa", "suffix": "" } ], "year": 2014, "venue": "International Journal of Computer Science and Information Technologies", "volume": "5", "issue": "3", "pages": "3236--3238", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mallamma, V. R. and Hanumanthappa, M. (2014). Seman- tical and syntactical analysis of nlp. International Jour- nal of Computer Science and Information Technologies, 5(3):3236-3238.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "Event nugget annotation: Processes and issues", "authors": [ { "first": "T", "middle": [], "last": "Mitamura", "suffix": "" }, { "first": "Y", "middle": [], "last": "Yamakawa", "suffix": "" }, { "first": "S", "middle": [], "last": "Holm", "suffix": "" }, { "first": "Z", "middle": [], "last": "Song", "suffix": "" }, { "first": "A", "middle": [], "last": "Bies", "suffix": "" }, { "first": "S", "middle": [], "last": "Kulick", "suffix": "" }, { "first": "S", "middle": [], "last": "Strassel", "suffix": "" } ], "year": 2015, "venue": "Proceedings of the The 3rd Workshop on EVENTS: Definition, Detection, Coreference, and Representation", "volume": "", "issue": "", "pages": "66--76", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mitamura, T., Yamakawa, Y., Holm, S., Song, Z., Bies, A., Kulick, S., and Strassel, S. (2015). Event nugget anno- tation: Processes and issues. In Proceedings of the The 3rd Workshop on EVENTS: Definition, Detection, Coref- erence, and Representation, pages 66-76.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "Modality and negation: An introduction to the special issue", "authors": [ { "first": "R", "middle": [], "last": "Morante", "suffix": "" }, { "first": "C", "middle": [], "last": "Sporleder", "suffix": "" } ], "year": 2012, "venue": "Computational linguistics", "volume": "38", "issue": "2", "pages": "223--260", "other_ids": {}, "num": null, "urls": [], "raw_text": "Morante, R. and Sporleder, C. (2012). Modality and nega- tion: An introduction to the special issue. Computational linguistics, 38(2):223-260.", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "Timeml: Robust specification of event and temporal expressions in text", "authors": [ { "first": "J", "middle": [], "last": "Pustejovsky", "suffix": "" }, { "first": "J", "middle": [ "M" ], "last": "Castano", "suffix": "" }, { "first": "R", "middle": [], "last": "Ingria", "suffix": "" }, { "first": "R", "middle": [], "last": "Sauri", "suffix": "" }, { "first": "R", "middle": [ "J" ], "last": "Gaizauskas", "suffix": "" }, { "first": "A", "middle": [], "last": "Setzer", "suffix": "" }, { "first": "G", "middle": [], "last": "Katz", "suffix": "" }, { "first": "D", "middle": [ "R" ], "last": "Radev", "suffix": "" } ], "year": 2003, "venue": "New directions in question answering", "volume": "3", "issue": "", "pages": "28--34", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pustejovsky, J., Castano, J. M., Ingria, R., Sauri, R., Gaizauskas, R. J., Setzer, A., Katz, G., and Radev, D. R. (2003). Timeml: Robust specification of event and tem- poral expressions in text. New directions in question an- swering, 3:28-34.", "links": null }, "BIBREF19": { "ref_id": "b19", "title": "The syntax of event structure. cognition", "authors": [ { "first": "J", "middle": [], "last": "Pustejovsky", "suffix": "" } ], "year": 1991, "venue": "", "volume": "41", "issue": "", "pages": "47--81", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pustejovsky, J. (1991). The syntax of event structure. cog- nition, 41(1-3):47-81.", "links": null }, "BIBREF20": { "ref_id": "b20", "title": "Eventxtract-il: Event extraction from newswires and social media text in indian languages@ fire 2018-an overview", "authors": [ { "first": "P", "middle": [ "R" ], "last": "Rao", "suffix": "" }, { "first": "S", "middle": [ "L" ], "last": "Devi", "suffix": "" } ], "year": 2018, "venue": "FIRE (Working Notes)", "volume": "", "issue": "", "pages": "282--290", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rao, P. R. and Devi, S. L. (2018). Eventxtract-il: Event ex- traction from newswires and social media text in indian languages@ fire 2018-an overview. In FIRE (Working Notes), pages 282-290.", "links": null }, "BIBREF21": { "ref_id": "b21", "title": "Developing a dependency treebank for kannada", "authors": [ { "first": "A", "middle": [ "B" ], "last": "Rao", "suffix": "" }, { "first": "S", "middle": [], "last": "Murali Krishna", "suffix": "" }, { "first": "A", "middle": [], "last": "Nayak", "suffix": "" } ], "year": 2014, "venue": "International Journal of Engineering Sciences and Research", "volume": "15", "issue": "", "pages": "5--7", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rao, A. B., Murali Krishna, S., and Nayak, A. (2014). Developing a dependency treebank for kannada. Inter- national Journal of Engineering Sciences and Research, 15:5-7.", "links": null }, "BIBREF22": { "ref_id": "b22", "title": "Timeml annotation guidelines. Version", "authors": [ { "first": "R", "middle": [], "last": "Saur\u00ed", "suffix": "" }, { "first": "J", "middle": [], "last": "Littman", "suffix": "" }, { "first": "B", "middle": [], "last": "Knippen", "suffix": "" }, { "first": "R", "middle": [], "last": "Gaizauskas", "suffix": "" }, { "first": "A", "middle": [], "last": "Setzer", "suffix": "" }, { "first": "J", "middle": [], "last": "Pustejovsky", "suffix": "" } ], "year": 2006, "venue": "", "volume": "1", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Saur\u00ed, R., Littman, J., Knippen, B., Gaizauskas, R., Set- zer, A., and Pustejovsky, J. (2006). Timeml annotation guidelines. Version, 1(1):31.", "links": null }, "BIBREF23": { "ref_id": "b23", "title": "Annotating temporal relations in catalan and spanish timeml annotation guidelines", "authors": [ { "first": "R", "middle": [], "last": "Saur\u0131", "suffix": "" } ], "year": 2010, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Saur\u0131, R. (2010). Annotating temporal relations in catalan and spanish timeml annotation guidelines. Technical re- port, Technical Report BM 2010-04, Barcelona Media.", "links": null }, "BIBREF24": { "ref_id": "b24", "title": "A reference grammar of spoken kannada", "authors": [ { "first": "H", "middle": [], "last": "Schiffman", "suffix": "" } ], "year": 1979, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schiffman, H. (1979). A reference grammar of spoken kannada.", "links": null }, "BIBREF25": { "ref_id": "b25", "title": "Timeml and turkish temporal logic", "authors": [ { "first": "S", "middle": [ "E" ], "last": "Seker", "suffix": "" }, { "first": "B", "middle": [], "last": "Diri", "suffix": "" } ], "year": 2010, "venue": "", "volume": "10", "issue": "", "pages": "881--887", "other_ids": {}, "num": null, "urls": [], "raw_text": "Seker, S. E. and Diri, B. (2010). Timeml and turkish tem- poral logic. In IC-AI, volume 10, pages 881-887.", "links": null }, "BIBREF26": { "ref_id": "b26", "title": "Kannada morphological analyser and generator using trie", "authors": [ { "first": "G", "middle": [], "last": "Shastri", "suffix": "" } ], "year": 2011, "venue": "IJCSNS", "volume": "11", "issue": "1", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Shastri, G. (2011). Kannada morphological analyser and generator using trie. IJCSNS, 11(1):112.", "links": null }, "BIBREF27": { "ref_id": "b27", "title": "Brat: a web-based tool for nlpassisted text annotation", "authors": [ { "first": "P", "middle": [], "last": "Stenetorp", "suffix": "" }, { "first": "S", "middle": [], "last": "Pyysalo", "suffix": "" }, { "first": "G", "middle": [], "last": "Topi\u0107", "suffix": "" }, { "first": "T", "middle": [], "last": "Ohta", "suffix": "" }, { "first": "S", "middle": [], "last": "Ananiadou", "suffix": "" }, { "first": "J", "middle": [], "last": "Tsujii", "suffix": "" } ], "year": 2012, "venue": "Proceedings of the Demonstrations at the 13th Conference of the European Chapter of the Association for Computational Linguistics", "volume": "", "issue": "", "pages": "102--107", "other_ids": {}, "num": null, "urls": [], "raw_text": "Stenetorp, P., Pyysalo, S., Topi\u0107, G., Ohta, T., Ananiadou, S., and Tsujii, J. (2012). Brat: a web-based tool for nlp- assisted text annotation. In Proceedings of the Demon- strations at the 13th Conference of the European Chapter of the Association for Computational Linguistics, pages 102-107. Association for Computational Linguistics.", "links": null }, "BIBREF28": { "ref_id": "b28", "title": "Event detection and classification in hungarian natural texts", "authors": [ { "first": "Z", "middle": [], "last": "Subecz", "suffix": "" } ], "year": 2019, "venue": "European Scientific Journal", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Subecz, Z. (2019). Event detection and classification in hungarian natural texts. European Scientific Journal July.", "links": null }, "BIBREF29": { "ref_id": "b29", "title": "A rule based kannada morphological analyzer and generator using finite state transducer", "authors": [ { "first": "R", "middle": [], "last": "Veerappan", "suffix": "" }, { "first": "P", "middle": [], "last": "Antony", "suffix": "" }, { "first": "S", "middle": [], "last": "Saravanan", "suffix": "" }, { "first": "K", "middle": [], "last": "Soman", "suffix": "" } ], "year": 2011, "venue": "International Journal of Computer Applications", "volume": "27", "issue": "10", "pages": "45--52", "other_ids": {}, "num": null, "urls": [], "raw_text": "Veerappan, R., Antony, P., Saravanan, S., and Soman, K. (2011). A rule based kannada morphological analyzer and generator using finite state transducer. International Journal of Computer Applications, 27(10):45-52.", "links": null } }, "ref_entries": { "FIGREF0": { "num": null, "uris": null, "text": "Figure 1: Annotation Procedure", "type_str": "figure" }, "TABREF1": { "type_str": "table", "content": "
rajeyannu tagedikollalu ramanu
holidaytakeRam
6.
arjisallisidanu
applicationsubmit
Ram submitted an application to take a vacation
4.2.2.
", "html": null, "num": null, "text": "Non-finite verb forms Kannada syntax enforces the rule of one finite verb per sentence, all other verb forms are participles (adjectival or adverbial), infinitives and subjunctives. Kannada does not have a gerund verb form." }, "TABREF2": { "type_str": "table", "content": "
: Corpus Statistics
Event typeTotal Number of Events
Single Word Events3114
Multi Word Events1686
", "html": null, "num": null, "text": "" }, "TABREF3": { "type_str": "table", "content": "", "html": null, "num": null, "text": "Event Type Statistics" } } } }