Paraphrasing of Japanese Light-Verb Constructions Based on Lexical

Total Page:16

File Type:pdf, Size:1020Kb

Paraphrasing of Japanese Light-Verb Constructions Based on Lexical Second ACL Workshop on Multiword Expressions: Integrating Processing, July 2004, pp. 9-16 Paraphrasing of Japanese Light-verb Constructions Based on Lexical Conceptual Structure Atsushi Fujita† Kentaro Furihata† Kentaro Inui† Yuji Matsumoto† Koichi Takeuchi‡ †Graduate School of Information Science, Nara Institute of Science and Technology {atsush-f,kenta-f,inui,matsu}@is.naist.jp ‡Department of Information Technology, Okayama University [email protected] Abstract nalized verb (“kandou (an impression)”) (also see Some particular classes of lexical paraphrases such Figure 1 in Section 2.2). A paraphrase of (1s) is sen- as verb alteration and compound noun decomposi- tence (1t), in which the nominalized verb functions tion can be handled by a handful of general rules as the main verb with its verbal form (“kandou-s-as and lexical semantic knowledge. In this paper, we e-ta (be impressed-CAU, PAST)”). attempt to capture the regularity underlying these (1) s. Eiga-ga kare-ni kandou-o ataeta. classes of paraphrases, focusing on the paraphras- film-NOM him-DAT impression-ACC give-PAST ing of Japanese light-verb constructions (LVCs). The film made an impression on him. We propose a paraphrasing model for LVCs that t. Eiga-ga kare-o kandou-s-ase-ta. is based on transforming the Lexical Conceptual film-NOM him-ACC be impressed-CAUSATIVE, PAST Structures (LCSs) of verbal elements. We also pro- The film impressed him. pose a refinement of an existing LCS dictionary. Ex- To generate this type of paraphrase, we need a com- perimental results show that our LCS-based para- putational model that is capable of the following phrasing model characterizes some of the semantic two classes of choice (also see Section 2.2): features of those verbs required for generating para- Selection of the voice: The model needs to be able phrases, such as the direction of an action and the to choose the voice of the target sentence from relationship between arguments and surface cases. active, passive, causative, etc. In example (1), the causative voice is chosen, which is indi- 1 Introduction cated by the auxiliary verb “ase (causative)”. Automatic paraphrase generation technology offers Reassignment of the cases: The model needs to the potential to bridge gaps between the authors and be able to reassign a case marker to each ar- readers of documents. For example, a system that gument of the main verb. In (1), the gram- is capable of simplifying a given text, or showing matical case of “kare (him),” which was orig- the user several alternative expressions conveying inally assigned the dative case, is changed to the same content, would be useful for assisting a accusative. reader (Carroll et al., 1999; Inui et al., 2003). The task is not as simple as it may seem, because In Japanese, like other languages, there are sev- both decisions depend not only on the syntactic and eral classes of paraphrasing that exhibit a degree semantic attributes of the light-verb, but also on of regularity that allows them to be explained by those of the nominalized verb (Muraki, 1991). a handful of sophisticated general rules and lexical In this paper, we propose a novel lexical semantic knowledge. For example, paraphrases as- semantics-based account of the LVC paraphrasing, sociated with voice alteration, verb/case alteration, which uses the theory of Lexical Conceptual Struc- compounds, and lexical derivations all fall into such ture (LCS) of Japanese verbs (Kageyama, 1996; classes. In this paper, we focus our discussion on Takeuchi et al., 2001). The theory of LCS offers another useful class of paraphrases, namely, the an advantage as the basis of lexical resources for paraphrasing of light-verb constructions (LVCs), paraphrasing, because it has been developed to ex- and propose a computational model for generating plain varieties of linguistic phenomena including paraphrases of this class. 1 lexical derivations, the construction of compounds, Sentence (1s) is an example of an LVC .AnLVC and verb alteration (Levin, 1993; Dorr et al., 1995; is a verb phrase (“kandou-o ataeta (made an impres- Kageyama, 1996; Takeuchi et al., 2001), all of sion)” in (1s)) that consists of a light-verb (“ataeta which are associated with the systematic paraphras- (give-PAST)”) that grammatically governs a nomi- ing we mentioned above. 1For each example, s denotes an input and t denotes its para- The paraphrasing associated with LVCs is not id- phrase. iosyncratic to Japanese but also appears commonly in other languages such as English (Mel’ˇcuk and (a) Adverb Polgu`ere, 1987; Iordanskaja et al., 1991; Dras, (b) Noun + Case Particle 1999, etc.), as indicated by the following examples. (c) Noun + Case particle"no"(GEN) (2) s. Steven made an attempt to stop playing. (d) Embedded clause t. Steven attempted to stop playing. (e) Adjective Target of this paper Nominalized verb + Case particle (3) s. It had a noticeable effect on the trade. LVC Light-verb (+suffixes) t. It noticeably affected the trade. Figure 1: Dependency structure showing the range Our approach raises the interesting issue of whether which the LVC paraphrasing affects. the paraphrasing of LVCs can be modeled in an analogous way across languages. be VERB-PP by Y ⇒ Y VERB X”). If we were to Our aim in this paper are: (i) exploring the reg- use an acquisition scheme that is not capable of de- ularity of the LVC paraphrasing based a lexical composing such complex paraphrases correctly, we semantics-based account, and (ii) assessing the im- would have to collect a combinatorial number of mature Japanese semantic typology through a prac- paraphrases to gain the required coverage. Second, tical task. the results of automatic acquisition would likely in- The following sections describe our motiva- clude many inappropriate patterns, which would re- tion, target, and related work on LVC paraphras- quire manual correction. Manual correction, how- ing (Section 2), the basics of LCS and the refine- ever, would be impractical if we were collecting a ments we made (Section 3), our paraphrasing model combinatorial number of patterns. (Section 4), and our experiments (Section 5). Fi- Our approach to this dilemma is as follows: first, nally, we conclude this paper with a brief of descrip- we manually develop the resources needed to cover tion of work to be done in the future (Section 6). those paraphrases that appear regularly, and then de- compose and automatically refine the acquired para- 2 Motivation, target, and related work phrasing patterns using those resources. The work 2.1 Motivation reported in this paper is aimed at this resource de- One of the critical issues that we face in para- velopment. phrase generation is how to develop and maintain 2.2 Target structure and required operations knowledge resources that covers a sufficiently wide Figure 1 shows the range which the LVC para- range of paraphrasing patterns such as those in- phrasing affects, where the solid boxes denote dicating that “to make an attempt” can be para- Japanese base-chunk so-called “bunsetsu.” 2 Being phrased into “to attempt,” and that “potential” can involved in the paraphrasing, the modifiers of the be paraphrased into “possibility.” Several attempts LVC need the following operations: have been made to develop such resources manually (Sato, 1999; Dras, 1999; Inui and Nogami, 2001); Change of the dependence: The dependences of those work have, however, tended to restrict their the elements (a) and (b) need to be changed scope to specific classes of paraphrases, and cannot because the original modifiee, the light-verb, be used to construct a sufficiently comprehensive re- is eliminated by the paraphrasing. source for practical applications. Re-conjugation: The conjugation form of the ele- There is another trend in the research in this field, ments (d), (e), and occasionally (c) need to be namely, the automatic acquisition of paraphrase pat- changed according to the category change of terns from parallel or comparable corpora (Barzilay their modifiee, the nominalized verb. and McKeown, 2001; Lin and Pantel, 2001; Pang et Reassignment of the cases: As described in the al., 2003; Shinyama and Sekine, 2003, etc.). This previous section, the case markers of the ele- type of approach may be able to reduce the cost ments (b) and often (c) need to be reassigned. of resource development. There are problems that Selection of the voice: The voice of the nominal- must be overcome, however, before they can work ized verb needs to be chosen according to the practically. First, automatically acquired patterns combination of the nominalized verb, the light- tend to be complex. For example, from the para- verb, and the original voice. phrase of (4s) into (4t), we can naively obtain the The first two operations are trivial in the field of pattern: “X is purchased by Y ⇒ Y buys X.” text generation. Moreover, they can be done inde- (4) s. This car was purchased by him. pendently of the LVC paraphrasing. The most deli- t. He bought this car. cate operation is for the element (c) because it acts This could also, however, be regarded as a combi- either as an adverb or as a case, relying on the con- nation of a simpler pattern of lexical paraphrasing 2The modifiee of the LVC is not affected because the part- (“purchase ⇒ buy”) and a voice activization (“X of-speech of the light-verb and main verb are the same. Table 1: Examples of LCS Verb LCS for verb Verb phrase move [y MOVE TO z] My sister (Theme) moves to a neighboring town (Goal). transmit [x CONTROL [y MOVE TO z]] The enzyme (Agent) transmits messages (Theme) to the muscles (Goal). locate [y BE AT z] The school (Theme) locates near the river (Goal).
Recommended publications
  • APLL Conference Abstracts
    13th International Austronesian and Papuan Languages and Linguistics Conference (APLL13) https://www.ed.ac.uk/ppls/linguistics-and-english-language/events/apll13-2021-06-10 The purpose of the APLL conferences is to provide a venue for presentation of the best current research on Austronesian and Papuan languages and linguistics, and to promote collaboration and research in this area. APLL13 follows a successful online instantiation of APLL, hosted by the University of Oslo, as well as previous APLL conferences held in Leiden, Surrey, Paris and London, and the Austronesian Languages and Linguistics (ALL) conferences held at SOAS and St Catherine's College, Oxford. Language and Culture Research Centre (James Cook University) representative Robert Bradshaw gave a Poster presentation on ‘Frustrative in Doromu-Koki’ (LINK TO POSTER) Additionally, LCRC Associates Dr René van den Berg (SIL International) gave a talk on ‘Un- Austronesian features of Malol, an Oceanic language of Papua New Guinea’ Dr Hannah Sarvasy presented ‘Nungon Switch-Reference: Processing and Acquisition’ and Dr Dineke Schokkin, University of Canterbury in association with Kate L. Lindsey, Boston University presented ‘A new type of auxiliary: Evidence from Pahoturi River complex predicates’ Abstracts of those sessions are presented below Frustrative in Doromu-Koki Robert L. Bradshaw Language and Culture Research Centre – James Cook University The category of frustrative, defined as ‘…a grammatical marker that expresses the nonrealization of some expected outcome implied by the proposition expressed in the marked clause (Overall 2017:479)’, has been identified in a few languages of the world, including those of Amazonia. A frustrative, translated as ‘in vain’, typically expresses an unrealised expectation and lack of accomplishment, as well as negative evaluation.
    [Show full text]
  • Early Acquisition of Animacy Agreement in Japanese*
    Draft, December 20, 2007 Early Acquisition of Animacy Agreement in Japanese* Koji Sugisaki Mie University 1. Introduction It is widely believed that Japanese is a language which exhibits virtually no agreement phenomenon at all. Yet, there is a single pair of verbs which alternate depending on the property of their nominative phrases: The locational verbs aru (inanimate) and iru (animate) agree in animacy with their nominative phrases, as illustrated in (1). (1) a. Kooen‐ni kodomo‐ga / * isi‐ga iru. park‐DAT child‐NOM stone‐NOM be‐AN(IMATE) ‘The child/The stone is in the park.’ b. Kooen‐ni * kodomo‐ga / isi‐ga aru. park‐DAT child‐NOM stone‐NOM be‐IN(ANIMATE) ‘The child/The stone is in the park.’ In this study, I investigate whether young Japanese‐learning children are sensitive to this pattern of animacy alternation. The results of my transcript analysis demonstrate that children exhibit correct animacy agreement from the earliest observable stages. This finding suggests that very early acquisition of agreement, observed in a variety of “rich” agreement languages, holds even for the acquisition of agreement in Japanese, which is a language with extremely poor agreement. 2. The Syntax of Animacy Agreement in Japanese 2.1. Major Properties of Animacy Agreement in Japanese In Japanese, the locatinal verbs aru (inanimate) and iru (animate) are the only pair of verbs which alternate depending on the animacy classification of their nominative phrases. Both aru and iru express two distinct types of meanings which are * I would like to thank Hiroshi Aoyagi, Tomohiro Fujii, William Snyder, and anonymous reviewers for this workshop for valuable comments.
    [Show full text]
  • Finite-State Morphological Analysis for Marathi
    Finite-State Morphological Analysis for Marathi Vinit Ravishankar Francis M. Tyers Faculty of ICT School of Linguistics University of Malta Higher School of Economics Msida MSD 2080, Malta Moscow, Russia [email protected] [email protected] Abstract have chosen, and how well our analyser performs on them. Section 7 describes potential future work we This paper describes the development of could do. free/open-source morphological descriptions for Marathi, an Indo-Aryan language spoken 2 Marathi in the state of Maharashtra in India. We de- scribe the conversion and usage of an existing Marathi is an Indo-Aryan language spoken primarily Latin-based lexicon for our Devanagari-based in the west Indian state of Maharashtra, and has ap- analyser, taking into account the distinction proximately 62 million speakers, as of 2003 (Pandhari- between full vowels and diacritics, that pande, 2003). Despite being an Indo-European lan- is not adequately captured by the Latin. guage, Marathi has borrowed several features - such as Marathi displays elements of both fusional clusivity, and certain retroflex consonants (such as the and agglutinative morphology, which gives retroflex lateral flap), either absent or relatively uncom- us different ways to potentially treat the mor- mon in other Indo-Aryan languages. phology; philosophically, we approach our Whilst Marathi retains some fusional morphological analyser by treating the morphology system aspects of its proto-language, Sanskrit, it displays mor- as a three-layer affixing system. We use the phological agglutination within many contexts. Our lttoolbox lexicon formalism for describing the analysis broadly follows the perspective of Masica finite-state transducer, and attempt to work (1993).
    [Show full text]
  • Distinct Processing of Function Verb Categories in the Human Brain (Pdf)
    Distinct processing of function verb categories in the human brain Daniela Briema, Britta Balliela, Brigitte Rockstroha,⁎, Miriam Buttb, Sabine Schulte im Waldec, Ramin Assadollahia,d aUniversity of Konstanz, Department of Psychology, Germany bUniversity of Konstanz, Department of Linguistics, Germany cUniversity of Stuttgart, Institute for Natural Language Processing, Germany dExB Communication Systems, Munich, Germany ARTICLE INFO ABSTRACT Article history: A subset of German function verbs can be used either in a full, concrete, ‘heavy’ (“take a Accepted 9 October 2008 computer”) or in a more metaphorical, abstract or ‘light’ meaning (“take a shower”, no actual Available online 28 October 2008 ‘taking’ involved). The present magnetencephalographic (MEG) study explored whether this subset of ‘light’ verbs is represented in distinct cortical processes. A random sequence of Keywords: German ‘heavy’, ‘light’, and pseudo verbs was visually presented in three runs to 22 native Magnetencephalography German speakers, who performed lexical decision task on real versus pseudo verbs. Across MEG runs, verbs were presented (a) in isolation, (b) in minimal context of a personal pronoun, and Function verb (c) ‘light’ verbs only in a disambiguating context sentence. Central posterior activity 95– Light verb 135 ms after stimulus onset was more pronounced for ‘heavy’ than for ‘light’ uses, whether Context presented in isolation or in minimal context. Minimal context produced a similar Underspecification heavyNlight differentiation in the left visual word form area at 160–200 ms. ‘Light’ verbs Thematic relation presented in sentence context allowing only for a ‘heavy reading’ evoked larger left- Complex predicate temporal activation around 270–340 ms than the corresponding ‘light reading’. Across runs, real verbs provoked more pronounced activation than pseudo verbs in left-occipital regions at 110–150 ms.
    [Show full text]
  • Comprehensive and Consistent Propbank Light Verb Annotation Claire Bonial,1 Martha Palmer2 1U.S
    Comprehensive and Consistent PropBank Light Verb Annotation Claire Bonial,1 Martha Palmer2 1U.S. Army Research Laboratory, 2University of Colorado, Boulder 12800 Powder Mill Rd., Adelphi, MD, USA E-mail: [email protected], [email protected] Abstract Recent efforts have focused on expanding the annotation coverage of PropBank from verb relations to adjective and noun relations, as well as light verb constructions (e.g., make an offer, take a bath). While each new relation type has presented unique annotation challenges, ensuring consistent and comprehensive annotation of light verb constructions has proved particularly challenging, given that light verb constructions are semi-productive, difficult to define, and there are often borderline cases. This research describes the iterative process of developing PropBank annotation guidelines for light verb constructions, the current guidelines, and a comparison to related resources. Keywords: light verb constructions, semantic role labeling, NLP resources 2. PropBank Background 1. Introduction PropBank annotation consists of two tasks: sense annotation and role annotation. The PropBank lexicon The goal of PropBank (Palmer et al., 2005) is to supply provides a listing of the coarse-grained senses of a verb, consistent, general-purpose labeling of semantic roles noun, or adjective relation, and the set of roles associated across different syntactic realizations. With over two with each sense (thus, called a “roleset”). The roles are million words from diverse genres, the benchmark listed as argument numbers (Arg0 – Arg6) and annotated corpus supports the training of automatic correspond to verb-specific roles. For example: semantic role labelers, which in turn support other Natural Language Processing (NLP) areas, such as Offer-01 (transaction, proposal): machine translation.
    [Show full text]
  • Learning to Detect English and Hungarian Light Verb Constructions
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by SZTE Publicatio Repozitórium - SZTE - Repository of Publications Learning to Detect English and Hungarian Light Verb Constructions VERONIKA VINCZE, Hungarian Academy of Sciences ISTVAN´ NAGY T. and JANOS´ ZSIBRITA, University of Szeged Light verb constructions consist of a verbal and a nominal component, where the noun preserves its original meaning while the verb has lost it (to some degree). They are syntactically flexible and their meaning can only be partially computed on the basis of the meaning of their parts, thus they require special treatment in natural language processing. For this purpose, the first step is to identify light verb constructions. In this study, we present our conditional random fields-based tool—called FXTagger—for identifying light verb constructions. The flexibility of the tool is demonstrated on two, typologically different, languages, namely, English and Hungarian. As earlier studies labeled different linguistic phenomena as light verb constructions, we first present a linguistics-based classification of light verb constructions and then show that FXTagger is able to identify different classes of light verb constructions in both languages. Different types of texts may contain different types of light verb constructions; moreover, the frequency of light verb constructions may differ from domain to domain. Hence we focus on the portability of models 6 trained on different corpora, and we also investigate the effect of simple domain adaptation techniques to reduce the gap between the domains. Our results show that in spite of domain specificities, out-domain data can also contribute to the successful LVC detection in all domains.
    [Show full text]
  • Types of Nominalized Verbs in Light Verb Constructions∗
    Types of nominalized verbs in light verb constructions∗ Sebastien Plante Carleton University SUMMARY This paper reports an initial examination of the the light verb DO, especially in terms of its telicity features and which deverbal nouns it can combine with to form a complex predicate. The resulting structures have telic interpretations, and those which correspond to atelic heavy verb predicates adapt a performative inter- pretation. This paper presents an additional examination into the use of the light verbs HAVE and DO in English as probes into the telicity of deverbal nouns. RÉSUMÉ Une exploration initial du verbe lègere DO en Anglais, surtout au sujet du télicité des noms déverbales, et les traits des noms deverbales qui peuvent former un prédicat complexe. Les structures résultantes sont compris comme télique, et ceux qui correspondent au prédicats au verbes atéliques gagne une interprétation performative. En plus, une discussion de l’utile des verbes legères HAVE et DO en Anglais pour la sondage du télicité des noms déverbal. 1 INTRODUCTION Light Verb Constructions (LVCs) are complex predicates which are found in many of the world’s languages in at least some form, as first discussed in a modern context in Jesperson (1933). They pose an interesting challenge to semantic analysis, especially at the syntax-semantics interface, due to their structures. A broad and general definition used by many researchers (e.g. Wierzbicka (1982); Kearns (1988); Seiss et al. (2009); Butt (2010)) is that an LVC is a V +N complex predicate where: ∗ Thanks to my supervisor Ida Toivonen, and the support of the members of Carleton’s Language, Logic, and Information Lab.
    [Show full text]
  • Verbnet Guidelines
    VerbNet Annotation Guidelines 1. Why Verbs? 2. VerbNet: A Verb Class Lexical Resource 3. VerbNet Contents a. The Hierarchy b. Semantic Role Labels and Selectional Restrictions c. Syntactic Frames d. Semantic Predicates 4. Annotation Guidelines a. Does the Instance Fit the Class? b. Annotating Verbs Represented in Multiple Classes c. Things that look like verbs but aren’t i. Nouns ii. Adjectives d. Auxiliaries e. Light Verbs f. Figurative Uses of Verbs 1 Why Verbs? Computational verb lexicons are key to supporting NLP systems aimed at semantic interpretation. Verbs express the semantics of an event being described as well as the relational information among participants in that event, and project the syntactic structures that encode that information. Verbs are also highly variable, displaying a rich range of semantic and syntactic behavior. Verb classifications help NLP systems to deal with this complexity by organizing verbs into groups that share core semantic and syntactic properties. VerbNet (Kipper et al., 2008) is one such lexicon, which identifies semantic roles and syntactic patterns characteristic of the verbs in each class and makes explicit the connections between the syntactic patterns and the underlying semantic relations that can be inferred for all members of the class. Each syntactic frame in a class has a corresponding semantic representation that details the semantic relations between event participants across the course of the event. In the following sections, each component of VerbNet is identified and explained. VerbNet: A Verb Class Lexical Resource VerbNet is a lexicon of approximately 5800 English verbs, and groups verbs according to shared syntactic behaviors, thereby revealing generalizations of verb behavior.
    [Show full text]
  • Determining Light Verb Final
    Zurich Open Repository and Archive University of Zurich Main Library Strickhofstrasse 39 CH-8057 Zurich www.zora.uzh.ch Year: 2015 Determining light verb constructions in contemporary British and Irish English Ronan, Patricia ; Schneider, Gerold Abstract: This study implements an automated parser-based approach to the investigation of light verb constructions. The database consisting of ICE-GB and ICE-IRE is used to obtain qualitative and quan- titative results on the use of light verb structures. The study explains and evaluates the steps employed to optimize parser output in detecting open lists of light verb constructions. It discusses the qualita- tive usage differences of these structures in the data between the two varieties and finds thatICE-GB favours fewer high frequency light verbs while ICE-IRE contains more diverse lower frequency light verbs and more passives. Overall, counts of light verb constructions are considerably higher than previously assumed. The projected counts suggest that attestations of light verb constructions will increase consid- erably if the search is not restricted to certain high-frequency light verbs as is typically done in studies employing manual or semi-automatic approaches to data collection. DOI: https://doi.org/10.1075/ijcl.20.3.03ron Posted at the Zurich Open Repository and Archive, University of Zurich ZORA URL: https://doi.org/10.5167/uzh-122180 Journal Article Accepted Version Originally published at: Ronan, Patricia; Schneider, Gerold (2015). Determining light verb constructions in contemporary British and Irish English. International Journal of Corpus Linguistics, 20(3):326-354. DOI: https://doi.org/10.1075/ijcl.20.3.03ron Determining Light Verb Constructions in Contemporary British and Irish English on light verb constructions in contemporary varieties of English, and the question of overall frequency of the construction has only received partial explanation.
    [Show full text]
  • Berkeley Linguistics Society
    PROCEEDINGS OF THE THIRTY-SECOND ANNUAL MEETING OF THE BERKELEY LINGUISTICS SOCIETY February 10-12, 2006 SPECIAL SESSION on THE LANGUAGES AND LINGUISTICS OF OCEANIA Edited by Zhenya Antić Charles B. Chang Clare S. Sandy Maziar Toosarvandani Berkeley Linguistics Society Berkeley, CA, USA Berkeley Linguistics Society University of California, Berkeley Department of Linguistics 1203 Dwinelle Hall Berkeley, CA 94720-2650 USA All papers copyright © 2012 by the Berkeley Linguistics Society, Inc. All rights reserved. ISSN 0363-2946 LCCN 76-640143 Printed by Sheridan Books 100 N. Staebler Road Ann Arbor, MI 48103 ii TABLE OF CONTENTS A note regarding the contents of this volume ........................................................ iii Foreword ................................................................................................................ iv SPECIAL SESSION Oceania, the Pacific Rim, and the Theory of Linguistic Areas ...............................3 BALTHASAR BICKEL and JOHANNA NICHOLS Australian Complex Predicates ..............................................................................17 CLAIRE BOWERN Composite Tone in Mian Noun-Noun Compounds ...............................................35 SEBASTIAN FEDDEN Reconciling meng- and NP Movement in Indonesian ...........................................47 CATHERINE R. FORTIN The Role of Animacy in Teiwa and Abui (Papuan) ..............................................59 MARIAN KLAMER AND FRANTIŠEK KRATOCHVÍL A Feature Geometry of the Tongan Possessive Paradigm .....................................71
    [Show full text]
  • Annotation and Classification of Light Verbs and Light Verb Variations in Mandarin Chinese
    Annotation and Classification of Light Verbs and Light Verb Variations in Mandarin Chinese Jingxia Lin1 Hongzhi Xu2 Menghan Jiang2 Chu-Ren Huang2 1Nanyang Technological University 2Department of CBS, The Hong Kong Polytechnic University [email protected], [email protected], [email protected], [email protected] Abstract Light verbs pose an a challenge in linguistics because of its syntactic and semantic versatility and its unique distribution different from regular verbs with higher semantic content and selectional resrictions. Due to its light grammatical content, earlier natural language processing studies typically put light verbs in a stop word list and ignore them. Recently, however, classification and identification of light verbs and light verb construction have become a focus of study in computational linguistics, especially in the context of multi-word expression, information retrieval, disambiguation, and parsing. Past linguistic and computational studies on light verbs had very different foci. Linguistic studies tend to focus on the sta- tus of light verbs and its various selectional constraints. While NLP studies have focused on light verbs in the context of either a multi-word expression (MWE) or a construction to be identified, classified, or translated, trying to overcome the apparent poverty of semantic content of light verbs. There has been nearly no work attempting to bridge these two lines of research. This paper takes this challenge by pro- posing a corpus-bases study which classifies and captures syntactic-semantic difference among all light verbs. In this study, we first incorporate results from past linguistic studies to create annotated light verb corpora with syntactic-semantics features.
    [Show full text]
  • Spanish Light Verb Constructions: Co-Predication with Syntactically Formed Complex Predicates
    Spanish Light Verb Constructions: co-predication with syntactically formed complex predicates Rodrigo Romero Méndez University at Buffalo, The State University of New York Rodrigo Romero-Méndez Table of contents 1 Introduction...................................................................................................................... 1 1.1 Previous studies ........................................................................................................ 2 1.2 The proposal.............................................................................................................. 5 2 Semantic and syntactic properties of LVCs..................................................................... 6 2.1 Two main types of LVCs.......................................................................................... 6 2.2 Light Verb Constructions are not lexical phrases..................................................... 7 2.3 Number of arguments in LVCs............................................................................... 10 2.4 LVCs and their syntactic status............................................................................... 14 2.5 LVCs, auxiliaries and Clause Union....................................................................... 16 2.6 Light verbs and Collocations .................................................................................. 20 2.7 Some regularity: families of LVCs......................................................................... 22 2.8 Summary................................................................................................................
    [Show full text]