Automatic Extraction of Subcategorization from Corpora

Total Page:16

File Type:pdf, Size:1020Kb

Automatic Extraction of Subcategorization from Corpora Automatic Extraction of Subcategorization from Corpora Ted Briscoe John Carroll Computer Laboratory Cognitive and Computing Sciences University of Cambridge University of Sussex Pembroke Street, Cambridge CB2 3QG, UK Brighton BN1 9QH, UK ejb@cl, cam. ac. uk j otto. carroll@cogs, susx. ac. uk Abstract Several substantial machine-readable subcatego- rization dictionaries exist for English, either built We describe a novel technique and imple- largely automatically from machine-readable ver- mented system for constructing a subcate- sions of conventional learners' dictionaries, or manu- gorization dictionary from textual corpora. ally by (computational) linguists (e.g. the Alvey NL Each dictionary entry encodes the relative Tools (ANLT) dictionary, Boguraev et al. (1987); frequency of occurrence of a comprehen- the COMLEX Syntax dictionary, Grishman et al. sive set of subcategorization classes for En- (1994)). Unfortunately, neither approach can yield a glish. An initial experiment, on a sample genuinely accurate or comprehensive computational of 14 verbs which exhibit multiple comple- lexicon, because both rest ultimately on the manual mentation patterns, demonstrates that the efforts of lexicographers / linguists and are, there- technique achieves accuracy comparable to fore, prone to errors of omission and commission previous approaches, which are all limited which are hard or impossible to detect automatically to a highly restricted set of subcategoriza- (e.g. Boguraev & Briscoe, 1989; see also section 3.1 tion classes. We also demonstrate that a below for an example). Furthermore, manual encod- subcategorization dictionary built with the ing is labour intensive and, therefore, it is costly to system improves the accuracy of a parser extend it to neologisms, information not currently by an appreciable amount 1. encoded (such as relative frequency of different sub- categorizations), or other (sub)languages. These 1 Motivation problems are compounded by the fact that predi- cate subcategorization is closely associated to lexical Predicate subcategorization is a key component of sense and the senses of a word change between cor- a lexical entry, because most, if not all, recent syn- pora, sublanguages and/or subject domains (Jensen, tactic theories 'project' syntactic structure from the lexicon. Therefore, a wide-coverage parser utilizing 1991). such a lexicalist grammar must have access to an In a recent experiment with a wide-coverage pars- accurate and comprehensive dictionary encoding (at ing system utilizing a lexicalist grammatical frame- a minimum) the number and category of a predi- work, Briscoe & Carroll (1993) observed that half cate's arguments and ideally also information about of parse failures on unseen test data were caused control with predicative arguments, semantic selec- by inaccurate subcategorization information in the tion preferences on arguments, and so forth, to allow ANLT dictionary. The close connection between the recovery of the correct predicate-argument struc- sense and subcategorization and between subject do- ture. If the parser uses statistical techniques to rank main and sense makes it likely that a fully accurate analyses, it is also critical that the dictionary encode 'static' subcategorization dictionary of a language is the relative frequency of distinct subcategorization unattainable in any case. Moreover, although Sch- classes for each predicate. abes (1992) and others have proposed 'lexicalized' probabilistic grammars to improve the accuracy of 1This work was supported by UK DTI/SALT parse ranking, no wide-coverage parser has yet been project 41/5808 'Integrated Language Database', CEC constructed incorporating probabilities of different Telematics Applications Programme project LE1-211i subcategorizations for individual predicates, because 'SPARKLE: Shallow PARsing and Knowledge extraction of the problems of accurately estimating them. for Language Engineering', and by SERC/EPSRC Ad- vanced Fellowships to both authors. We would like to These problems suggest that automatic construc- thank the COMLEX Syntax development team for al- tion or updating of subcategorization dictionaries lowing us access to pre-release data (for an early exper- from textual corpora is a more promising avenue iment), and for useful feedback. to pursue. Preliminary experiments acquiring a few 356 verbal subcategorization classes have been reported from sentence subanalyses which begin/end at by Brent (1991, 1993), Manning (1993), and Ush- the boundaries of (specified) predicates. ioda et al. (1993). In these experiments the max- 5. A pattern classifier which assigns patterns in imum number of distinct subcategorization classes patternsets to subcategorization classes or re- recognized is sixteen, and only Ushioda et al. at- jects patterns as unclassifiable on the basis of tempt to derive relative subcategorization frequency the feature values of syntactic categories and for individual predicates. the head lemmas in each pattern. We describe a new system capable of distinguish- ing 160 verbal subcategorization classes--a superset 6. A patternsets evaluator which evaluates sets of those found in the ANLT and COMLEX Syn- of patternsets gathered for a (single) predicate, tax dictionaries. The classes also incorporate infor- constructing putative subcategorization entries mation about control of predicative arguments and and filtering the latter on the basis of their re- alternations such as particle movement and extra- liability and likelihood. position. We report an initial experiment which For example, building entries for attribute, and demonstrates that this system is capable of acquir- given that one of the sentences in our data was (la), ing the subcategorization classes of verbs and the the tagger and lemmatizer return (lb). relative frequencies of these classes with compara- ble accuracy to the less ambitious extant systems. (1) a He attributed his failure, he said, to We achieve this performance by exploiting a more no< blank> one buying his books. sophisticated robust statistical parser which yields b he_PPHS1 attribute_VVD his_APP$ fail- complete though 'shallow' parses, a more compre- ure_NN1 ,_, he_PPHS1 say_VVD ,_, to_II hensive subcategorization class classifier, and a pri- no<blank>one_PN buy_ VVG his_APP$ or/ estimates of the probability of membership of book_NN2 these classes. We also describe a small-scale ex- periment which demonstrates that subcategorization class frequency information for individual verbs can (lb) is parsed successfully by the probabilistic LR be used to improve parsing accuracy. parser, and the ranked analyses are returned. Then the patternset extractor locates the subanalyses con- 2 Description of the System taining attribute and constructs a patternset. The highest ranked analysis and pattern for this example 2.1 Overview are shown in Figure 12 . Patterns encode the value The system consists of the following six components of the VSUBCAT feature from the VP rule and the which are applied in sequence to sentences contain- head lemma(s) of each argument. In the case of PP ing a specific predicate in order to retrieve a set of (I)2) arguments, the pattern also encodes the value of subcategorization classes for that predicate: PSUBCAT from the PP rule and the head lemma(s) of its complement(s). In the next stage of process- 1. A tagger, a first-order HMM part-of-speech ing, patterns are classified, in this case giving the (PoS) and punctuation tag disambiguator, is subcategorization class corresponding to transitive used to assign and rank tags for each word and plus PP with non-finite clausal complement. punctuation token in sequences of sentences (El- The system could be applied to corpus data by worthy, 1994). first sorting sentences into groups containing in- 2. A lemmatizer is used to replace word-tag stances of a specified predicate, but we use a different pairs with lemma-tag pairs, where a lemma is strategy since it is more efficient to tag, lemmatize the morphological base or dictionary headword and parse a corpus just once, extracting patternsets form appropriate for the word, given the PoS for all predicates in each sentence; then to classify assignment made by the tagger. We use an en- the patterns in all patternsets; and finally, to sort hanced version of the GATE project stemmer and recombine patternsets into sets of patternsets, (Cunningham et al., 1995). one set for each distinct predicate containing pat- 3. A probabilistic LR parser, trained on a tree- ternsets of just the patterns relevant to that predi- bank, returns ranked analyses (Briscoe &: Car- cate. The tagger, lemmatizer, grammar and parser roll, 1993; Carroll, 1993, 1994), using a gram- have been described elsewhere (see previous refer- mar written in a feature-based unification gram- ences), so we provide only brief relevant details here, mar formalism which assigns 'shallow' phrase concentrating on the description of the components structure analyses to tag networks (or 'lattices') returned by the tagger (Briscoe & Carroll, 1994, 2The analysis shows only category aliases rather than 1995; Carroll & Briscoe, 1996). sets of feature-value pairs. Ta represents a text adjunct delimited by commas (Nunberg 1990; Briscoe ~ Carroll, 4. A patternset extractor which extracts sub- 1994). Tokens in the patternset are indexed by sequen- categorization patterns, including the syntac- tial position in the sentence so that two or more tokens tic categories and head lemmas of constituents, of the same type
Recommended publications
  • Common and Distinct Neural Substrates for Pragmatic, Semantic, and Syntactic Processing of Spoken Sentences: an Fmri Study
    Common and Distinct Neural Substrates for Pragmatic, Semantic, and Syntactic Processing of Spoken Sentences: An fMRI Study G.R.Kuperberg and P.K.McGuire Downloaded from http://mitprc.silverchair.com/jocn/article-pdf/12/2/321/1758711/089892900562138.pdf by guest on 18 May 2021 Institute of Psychiatry, London E.T.Bullmore Institute of Psychiatry, London and the University of Cambridge M.J.Brammer, S.Rabe-Hesketh, I.C.Wright, D.J.Lythgoe, S.C.R.Williams, and A.S.David Institute of Psychiatry, London Abstract & Extracting meaning from speech requires the use of difference between conditions in activation of the left-super- pragmatic, semantic, and syntactic information. A central ior-temporal gyrus for the pragmatic experiment than the question is:Does the processing of these different types of semantic/syntactic experiments; (2) a greater difference be- linguistic information have common or distinct neuroanatomi- tween conditions in activation of the right-superior and middle- cal substrates? We addressed this issue using functional temporal gyrus in the semantic experiment than in the syntactic magnetic resonance imaging (fMRI) to measure neural activity experiment; and (3) no regions activated to a greater degree in when subjects listened to spoken normal sentences contrasted the syntactic experiment than in the semantic experiment. with sentences that had either (A) pragmatical, (B) semantic These data show that, while left- and right-superior-temporal (selection restriction), or (C) syntactic (subcategorical) viola- regions may be differentially involved in processing pragmatic tions sentences. All three contrasts revealed robust activation of and lexico-semantic information within sentences, the left- the left-inferior-temporal/fusiform gyrus.
    [Show full text]
  • Modeling Subcategorization Through Co-Occurrence Outline
    Introducing LexIt Building Distributional Profiles Ongoing Work Conclusions Outline Modeling Subcategorization Through Co-occurrence 1 Introducing LexIt A Computational Lexical Resource for Italian Verbs The Project Distributional Profiles 1 2 Gabriella Lapesa ,AlessandroLenci 2 Building Distributional Profiles Pre-processing 1University of Osnabr¨uck, Institute of Cognitive Science Subcategorization Frames 2 University of Pisa, Department of Linguistics Lexical sets Selectional preferences Explorations in Syntactic Government and Subcategorisation nd University of Cambridge, 2 September 2011 3 Ongoing Work 4 Conclusions Gabriella Lapesa, Alessandro Lenci Modeling Subcategorization Through Co-occurrence 2/ 38 Introducing LexIt Introducing LexIt Building Distributional Profiles The Project Building Distributional Profiles The Project Ongoing Work Distributional Profiles Ongoing Work Distributional Profiles Conclusions Conclusions Computational approaches to argument structure LexIt: a computational lexical resource for Italian The automatic acquisition of lexical information from corpora is a longstanding research avenue in computational linguistics LexIt is a computational framework for the automatic acquisition subcategorization frames (Korhonen 2002, Schulte im Walde and exploration of corpus-based distributional profiles of Italian 2009, etc.) verbs, nouns and adjectives selectional preferences (Resnik 1993, Light & Greiff 2002, Erk et al. 2010, etc.) LexIt is publicly available through a web interface: verb classes (Merlo & Stevenson 2001, Schulte im Walde 2006, http://sesia.humnet.unipi.it/lexit/ Kipper-Schuler et al. 2008, etc.) Corpus-based information has been used to build lexical LexIt is the first large-scale resource of such type for Italian, resources aiming at characterizing the valence properties of predicates cf. VALEX for English (Korohnen et al. 2006), LexSchem for fully on distributional ground French (Messiant et al.
    [Show full text]
  • Acquiring Verb Subcategorization from Spanish Corpora
    Acquiring Verb Subcategorization from Spanish Corpora Grzegorz ChrupaÃla [email protected] Universitat de Barcelona Department of General Linguistics PhD Program “Cognitive Science and Language” Supervised by Dr. Irene Castell´onMasalles September 2003 Contents 1 Introduction 5 2 Verb Subcategorization in Linguistic Theory 7 2.1 Introduction . 7 2.2 Government-Binding and related approaches . 7 2.3 Categorial Grammar . 9 2.4 Lexical-Functional Grammar . 11 2.5 Generalized Phrase-Structure Grammar . 12 2.6 Head-Driven Phrase-Structure Grammar . 14 2.7 Discussion . 17 3 Diathesis Alternations 19 3.1 Introduction . 19 3.2 Diathesis . 19 3.2.1 Alternations . 20 3.3 Diathesis alternations in Spanish . 21 3.3.1 Change of focus . 22 3.3.2 Underspecification . 26 3.3.3 Resultative construction . 27 3.3.4 Middle construction . 27 3.3.5 Conclusions . 29 4 Verb classification 30 4.1 Introduction . 30 4.2 Semantic decomposition . 30 4.3 Levin classes . 32 4.3.1 Beth Levin’s classification . 32 4.3.2 Intersective Levin Classes . 33 4.4 Spanish: verbs of change and verbs of path . 35 4.4.1 Verbs of change . 35 4.4.2 Verbs of path . 37 4.4.3 Discussion . 39 4.5 Lexicographical databases . 40 1 4.5.1 WordNet . 40 4.5.2 VerbNet . 41 4.5.3 FrameNet . 42 5 Subcategorization Acquisition 44 5.1 Evaluation measures . 45 5.1.1 Precision, recall and the F-measure . 45 5.1.2 Types and tokens . 46 5.2 SF acquisition systems . 47 5.2.1 Raw text .
    [Show full text]
  • Features from Aspects Via the Minimalist Program to Combinatory Categorial Grammar
    Á. Gallego & D. Ott (eds.). 2015. 50 Years Later: Reflections on Chomsky’s Aspects. Cambridge, MA: MITWPL. Available for purchase at http://mitwpl.mit.edu © The Authors FEATURES FROM ASPECTS VIA THE MINIMALIST PROGRAM TO COMBINATORY CATEGORIAL GRAMMAR NEIL SMITH ANNABEL CORMACK University College London 1 Background One major contribution of Aspects (Chomsky 1965)1 was to initiate the development of a theory of syntactic features. There is no use of features, either syntactic or morphophonemic, in Chomsky’s earliest work The Morphophonemics of Modern Hebrew (1951/79); they do not appear in his monumental The Logical Structure of Linguistic Theory (1955/75); nor in Syntactic Structures (1957) (except for category labels); nor, except for phonological distinctive features, in Current Issues in Linguistic Theory (1964). In Aspects features play a crucial role. Chomsky suggests (p.214) that “We might, then, take a lexical entry to be simply a set of features, some syntactic, some phonological, some semantic”. But even here the use of features was somewhat haphazard, apparently unconstrained, and a terminological mess. In this contribution we want to trace – in broad outline – the development of a theory of morphosyntactic features and propose a fully Merge-based and parsimonious version of such a theory. Our work is intended as a contribution to Chomsky’s Minimalist Program, pursuing the same ends on the basis of some different background assumptions. These assumptions and the specific analyses derived from them have been developed using an austere version of Combinatorial Categorial Grammar, but are of wider applicability. All current theories use phonological features and ‘semantic’ features which we will largely ignore except to point out that the term ‘semantic’ is used in radically different ways to cover truth-theoretic, conceptual or encyclopaedic distinctions.
    [Show full text]
  • Glossary for Syntax in Three Dimensions (2015) © Carola Trips
    Glossary for Syntax in three Dimensions (2015) © Carola Trips A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y – Z A abstract case Abstract Case (or "Deep Case") is an abstract notion of case distinct from the morphologically marked case (cf. "case") used in Case theory (subtheories of Generative Grammar). Abstract Case is present even in languages which lack morphological case on noun phrases; it is usually assumed to be congruent with morphological case when such features are present. For example in German dative case is marked morphologically as in Ich helfe ihm ('I help him') whereas no such case marking is found in the English sentence (but Case is still there). academy In previous centuries the need for an academy dealing with linguistic matters was discussed and debated in England (on the model of the French académie française). Due to the increase in the production of grammars in the 17th and 18th centuries and the rising number of grammarians, calls for an academy to codify the English language by publishing an authoritative grammar and dictionary dwindled. acceptance Step in the process of standardization: a selected variety of a particular language must gain acceptance by a group of speakers/users who are capable of influencing other speakers. actants In valency grammar, a functional unit determined by the valency of the verb. Actants are required by the valence of the verb and are the equivalents of arguments (in generative grammar). © Carola Trips 1 active voice Term used in grammatical analysis of voice, referring to a sentence, clause or verb form where from a semantic point of view the grammatical subject is typically the actor in relation to the verb.
    [Show full text]
  • Subcategorization Semantics and the Naturalness of Verb-Frame Pairings
    University of Pennsylvania Working Papers in Linguistics Volume 4 Issue 2 Article 11 1997 Subcategorization Semantics and the Naturalness of Verb-Frame Pairings Edward Kako University of Pennsylvania Follow this and additional works at: https://repository.upenn.edu/pwpl Recommended Citation Kako, Edward (1997) "Subcategorization Semantics and the Naturalness of Verb-Frame Pairings," University of Pennsylvania Working Papers in Linguistics: Vol. 4 : Iss. 2 , Article 11. Available at: https://repository.upenn.edu/pwpl/vol4/iss2/11 This paper is posted at ScholarlyCommons. https://repository.upenn.edu/pwpl/vol4/iss2/11 For more information, please contact [email protected]. Subcategorization Semantics and the Naturalness of Verb-Frame Pairings This working paper is available in University of Pennsylvania Working Papers in Linguistics: https://repository.upenn.edu/pwpl/vol4/iss2/11 Subcategorization Semantics and the Naturalness of Verb-Frame Pairings Edward Kako 1. Introduction Do subcategorization frames have meanings independent of the verbs which appear in them? Advocates of the Projectionist position have answered “no” to this question, arguing that subcat frames serve only to satisfy the structural demands imposed upon sentences by the semantics of verbs (e.g., Chomsky, 1981; Pinker, 1989; Levin, 1993). Proponents of the Constructionist position, by contrast, have answered “yes” to this question, arguing that whether a verb and frame can peaceably cohabit in a sentence depends upon whether the two are “compatible” (e.g., Goldberg,
    [Show full text]
  • Verb Sense and Verb Subcategorization Probabilities Douglas Roland Daniel Jurafsky University of Colorado University of Colorado Department of Linguistics Dept
    To appear in Suzanne Stevenson and Paola Merlo’s volume of papers from the 1998 CUNY Sentence Processing Conference (Benjamins) Verb Sense and Verb Subcategorization Probabilities Douglas Roland Daniel Jurafsky University of Colorado University of Colorado Department of Linguistics Dept. of Linguistics, Computer Boulder, CO 80309-0295 Science, and Inst. of Cognitive Science [email protected] Boulder, CO 80309-0295 [email protected] 1 Introduction The probabilistic relation between verbs and their arguments plays an important role in psychological theories of human language processing. For example, Ford, Bresnan and Kaplan (1982) proposed that verbs like position have two lexical forms: a more preferred form that subcategorizes for three arguments (SUBJ, OBJ, PCOMP) and a less preferred form that subcategorizes for two arguments (SUBJ, OBJ). Many recent psychological experiments suggest that humans use these kinds of verb-argument preferences as an essential part of the process of sentence interpretation. (Clifton et al. 1984, Ferreira & McClure 1997, Garnsey et al. 1997, MacDonald 1994, Mitchell & Holmes 1985, Boland et al. 1990, Trueswell et al. 1993). It is not completely understood how these preferences are realized, but one possible model proposes that each lexical entry for a verb expresses a conditional probability for each potential subcategorization frame (Jurafsky 1996, Narayanan and Jurafsky 1998). Unfortunately, different methods of calculating verb subcategorization probabilities yield different results. Recent studies (Merlo 1994, Gibson et al. 1996, Roland & Jurafsky 1997) have found differences between syntactic and subcategorization frequencies computed from corpora and those computed from psychological experiments. Merlo (1994) showed that the subcategorization frequencies derived from corpus data were different from the subcategorization data derived from a variety of psychological protocols.
    [Show full text]
  • Valency Dictionary of Czech Verbs: Complex Tectogrammatical Annotation
    Valency Dictionary of Czech Verbs: Complex Tectogrammatical Annotation Marketa´ Stranˇak´ ova-Lopatk´ ova,´ Zdenekˇ Zabokrtskˇ y´ Center for Computational Linguistics Faculty of Mathematics and Physics, Charles University Malostranske´ nam.´ 25, CZ-11800 Prague, Czech Republic stranak,zabokrtsky ¡ @ckl.mff cuni.cz http://ckl.mff.cuni.cz Abstract A lexicon containing a certain kind of syntactic information about verbs is one of the crucial prerequisities for most tasks in Natural Language Processing. The goal of the project described in the paper is to create a human- and machine-readable lexicon capturing in detail valency behavior of hundreds most frequent Czech verbs. Manual annotation effort consumed at this project limits the speed of its growth on the one hand, but guarantees significantly higher data consistency than that of automatically acquired lexicons. In this paper, we outline the theoretical background on which the lexicon is based, and describe the annotation schema (lexicon data structure, annotation tools, etc.). Selected quantitative characteristics of the lexicon are presented as well. 1. Introduction The noun phrase jeho bratra [his brother] preceded by The verb is traditionally considered to be the center of no preposition can be Gen.sg or Acc.sg. The verb ptat´ the sentence, and thus the description of syntactic behav- se [to ask] allows only the former possibility. ior of verbs is a substantial task for linguists. A syntactic ¢ Syntactic analysis (considering a dependency ori- lexicon of verbs with the subcategorization information is ented formalism, syntactic analysis can be informally obviously crucial also for many tasks in Natural Language expressed as ‘determining which word depends on Processing (NLP) domain.
    [Show full text]
  • Dependency Grammar
    Formal & Computational Aspects of Dependency Grammar { Argument structure in DG { Geert-Jan M. Kruijff Computational linguistics University of the Saarland Saarbrucken¨ Germany [email protected] h i Contents First Last Prev Next J Goals Today we will have a look at two levels of argument structure, namely sub- • categorization and valency. At each level, we look at argumenthood from different viewpoints: • { Role of dependency: heads and dependents, types of relations, the meaning of relations. { Different dimensions of 'argumenthood': obligatoriness versus optionality, core versus free modification. { Instantiations of these notions in various dependency- and phrase structure- grammar frameworks. We argue that subcategorization and valency describe distinct levels of struc- • ture in a grammar. { We examplify why these levels are not isomorphic. { We develop a typological theory of abstract case to relate them. Contents First Last Prev Next J Contents Goals .................................................... 2 Subcategorization and valency .............................. 5 Subcategorization and valency are not isomorphic ....... 6 Consequences of non-isomorphy ....................... 8 Remarks on subcategorization in DG ........................ 9 Between subcategorization and surface word order ...... 12 Surface word order in DG ............................ 13 Separating dependency and linearization ............... 15 Resulting notions of subcategorization in DG ........... 17 Valency .................................................. 18
    [Show full text]
  • MITA Working Papers in Psycholinguistics, Volume 2. INSTITUTION Keio Univ., Tokyo (Japan)
    DOCUMENT RESUME ED 358 719 FL 021 283 AUTHOR Otsu, Yukio, Ed. TITLE MITA Working Papers in Psycholinguistics, Volume 2. INSTITUTION Keio Univ., Tokyo (Japan). Inst. of Cultural and Linguistic Studies. PUB DATE 89 NOTE 102p.; Volume 1 is unavailable. For selected individual papers, see ED 331 302, ED 323 759, and FL 021 286-290. Publication partly supported bya grant from the Japanese Ministry of Education and Culture and the INS Corporation. AVAILABLE FROM Institute of Cultural & Linguistics Studies, Keio University, 2-15-45 Mita, Minato-ku, Tokyo 108 Japan. PUB TYPE Collected Works General (020) EDRS PRICE MF01/PC05 Plus Postage. DESCRIPTORS College Students; *English (Second Language); English for Academic Purposes; Error Patterns; Foreign Countries; Higher Education; High School Freshmen; High Schools; High School Students; *Language Processing; Linguistic Theory; *Second Language Learning; Semanti, ; Sentence Structure; Speech Acts; Verbs; Writing (Co-position) IDENTIFIERS Clauses; Connectives (Grammar); Japan; Reflexives; Universal Grammar ABSTRACT Seven original research papers are presented. The titles and authors are as follows: "Acquisition of the Argument-Structure of Verbs" (Mika Endo); "A Note on Semantic Selection" (Yoshio Endo); "The Governing Category Parameter in Second Language" (Makiko Hirakawa); "The Use of Connectives in English Academic Papers Written by Japanese Students" (Yasuko Kanno); "A Note on English As-Clauses" (Yoshihara Kumagai); "Structure-Dependence in Second Language Acquisition" (Kazuhiro Naoi); and
    [Show full text]
  • Verb Subcategorization Frequencies: American English Corpus Data, Methodological Studies, and Cross-Corpus Comparisons
    Behavior Research Methods, Instruments, & Computers 2004, 36 (3), 432-443 Verb subcategorization frequencies: American English corpus data, methodological studies, and cross-corpus comparisons SUSANNE GAHL University of Illinois at Urbana-Champaign, Urbana, Illinois DAN JURAFSKY Stanford University, Stanford, California and DOUGLAS ROLAND University of California, San Diego, La Jolla, California Verb subcategorization frequencies (verb biases) have been widely studied in psycholinguistics and play an important role in human sentence processing. Yet available resources on subcategorization fre- quencies suffer from limited coverage, limited ecological validity, and divergent coding criteria. Prior estimates of verb transitivity, for example, vary widely with corpus size, coverage, and coding criteria. This article provides norming data for 281 verbs of interest to psycholinguistic research, sampled from a corpus of American English, along with a detailed coding manual. We examine the effect on transi- tivity bias of various coding decisions and methods of computing verb biases. The frequency of linguistic structures, such as pho- duction (Gahl & Garnsey, in press). The experimental lit- nemes or words, has long been known to affect language erature on verb biases shows that, other things being equal, processing. Increasingly, research in sentence processing sentences that conform to a verb’s bias are easier to pro- has focused on the frequencies of more complex linguis- cess than sentences that violate a verb’s bias. Indeed, this tic structures.
    [Show full text]
  • “That Sounds Unlikely”: Syntactic Probabilities Affect Pronunciation
    “That Sounds Unlikely”: Syntactic Probabilities Affect Pronunciation Susanne Gahl ([email protected]) Beckman Institute for Advanced Science and Technology, 405 N. Mathews Ave Urbana, IL 61801 USA Susan M. Garnsey ([email protected]) Department of Psychology, 603 E. Daniel St Urbana, IL 61801 USA Cynthia Fisher ([email protected]) Department of Psychology, 603 E. Daniel St Urbana, IL 61801 USA Laura Matzen ([email protected]) Department of Psychology, 603 E. Daniel St Urbana, IL 61801 USA Abstract The only other studies, to our knowledge, to check for effects of verb bias on pronunciation (Blodgett, 2004; The probability of encountering a particular syntactic Kjelgaard & Speer, 1999) did not find such effects. This configuration, given a particular verb (i.e. “verb bias” or discrepancy could be due to the sentence types examined in “subcategorization preference”) affects language those studies, viz. sentences with initial transitive or comprehension (Trueswell, Tanenhaus, & Kello, 1993). A recent study (Gahl & Garnsey 2004) of sentences with intransitive subordinate clauses, such as When Roger leaves temporary direct object / sentential complement ambiguities [the house is empty | the house, it’s empty]. Such sentences – shows that such probabilities also affect language production, sometimes referred to as “Closure sentences” – are typically specifically pronunciation. In this paper, we extend that pronounced with a prosodic boundary at the end of the finding to a new sentence type – sentences with initial subordinate clause. This boundary tends to be more salient subordinate clauses with temporary closure ambiguities, such than boundaries in DO/SC sentences. Warren (1985), for as If the tenants beg [, the landlord will let them stay | the example, reports that the duration of verbs at clause landlord, he will let them stay].
    [Show full text]