ACL-OCL / Base_JSON /prefixW /json /W19 /W19-0115.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W19-0115",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T06:28:48.092389Z"
},
"title": "Identifying Participation of Individual Verbs or VerbNet Classes in the Causative Alternation",
"authors": [
{
"first": "Esther",
"middle": [],
"last": "Seyffarth",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Heinrich Heine University D\u00fcsseldorf D\u00fcsseldorf",
"location": {
"country": "Germany"
}
},
"email": "esther.seyffarth@hhu.de"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Verbs that participate in diathesis alternations have different semantics in their different syntactic environments, which need to be distinguished in order to process these verbs and their contexts correctly. We design and implement 8 approaches to the automatic identification of the causative alternation in English (3 based on VerbNet classes, 5 based on individual verbs). For verbs in this alternation, the semantic roles that contribute to the meaning of the verb can be associated with different syntactic slots. Our most successful approaches use distributional vectors and achieve an F1 score of up to 79% on a balanced test set. We also apply our approaches to the distinction between the causative alternation and the unexpressed object alternation. Our best system for this is based on syntactic information, with an F1 score of 75% on a balanced test set.",
"pdf_parse": {
"paper_id": "W19-0115",
"_pdf_hash": "",
"abstract": [
{
"text": "Verbs that participate in diathesis alternations have different semantics in their different syntactic environments, which need to be distinguished in order to process these verbs and their contexts correctly. We design and implement 8 approaches to the automatic identification of the causative alternation in English (3 based on VerbNet classes, 5 based on individual verbs). For verbs in this alternation, the semantic roles that contribute to the meaning of the verb can be associated with different syntactic slots. Our most successful approaches use distributional vectors and achieve an F1 score of up to 79% on a balanced test set. We also apply our approaches to the distinction between the causative alternation and the unexpressed object alternation. Our best system for this is based on syntactic information, with an F1 score of 75% on a balanced test set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "English verbs impose syntactic and semantic restrictions on their arguments, but some verbs are more flexible than others. A number of verbs in English have different syntactic frames (subcategorization frames, SCFs) that are associated with different semantics. This behavior of a subset of the verbs in a language is known as diathesis alternations, or verb alternations (Levin, 1993) .",
"cite_spans": [
{
"start": 373,
"end": 386,
"text": "(Levin, 1993)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Verbs that participate in one or more alternations are potentially problematic in the context of natural language processing tasks. In order to be able to process an instance of an alternating verb in a text, it is necessary to distinguish between the different possible uses, so that the correct meaning can be assigned to the given instance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The causative alternation is one of the regular verb alternations in English. Verbs in this alternation can be used intransitively, with an inchoative meaning, or transitively, leading to a causative meaning. The choice of a transitive or intransitive syntactic frame has an impact on the semantic roles that are part of the meaning of the verb. Consider sentences (1) and (2).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "( 1)The number of students has decreased.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "( 2)We have decreased the number of students.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Both sentences make a statement about the number of students having changed. In (1), the only semantic role that is explicitly encoded is the THEME (the thing that has decreased). In addition to this role, sentence (2) also specifies an AGENT that has causative control over the event.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The automatic identification of verbs that participate in the causative alternation is not trivial, because the semantic roles involved in the events described by the different uses of these verbs are encoded in the syntactic frames in different ways. In the sentences above, the THEME is located in the syntactic subject position in (1), but in the syntactic direct object position in (2).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "It is insufficient to use the presence or absence of syntactic arguments, such as the direct object, as indicators for or against a verb's participation in the alternation, since verbs can occur with different sets of arguments for other reasons. Many verbs in English have optional direct objects; in the terminology of Levin (1993) , they participate in the unexpressed object alternation. Distinguishing between different alternations is essential for tasks that rely on correct semantic analyses of a verb and its arguments. Examples for applications where this is important are question answering, information extraction, or summarization.",
"cite_spans": [
{
"start": 321,
"end": 333,
"text": "Levin (1993)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper describes, compares and evaluates a total of 8 approaches to the automatic identification of verbs in the causative alternation. Of particular interest to us is the comparison of different evaluation conditions and different test sets, which give a wide range of accuracy scores depending on the setup.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our results show that some of our setups are more robust than others against different evaluation conditions. The different evaluation conditions are useful because they can expose problems of individual setups, such as a tendency to assign false positive labels.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We also evaluate the performance of our systems on the distinction between verbs in the causative alternation and verbs in the unexpressed-object alternation. Although these alternations resemble each other in the SCFs they allow, our results show that some systems perform well on both classification tasks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "While English alternating verbs can be identified by looking them up in one of the resources that exist for such purposes, we find it desirable to create dynamic systems for the identification of alternating verbs, for two main reasons. First, the phenomenon may be productive to a certain degree, which means that resources can become outdated; and second, there are other languages with similar phenomena for which no (large) resources like this exist. A system that does well on English alternation identification can be helpful in building this type of resource for other languages.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "While diathesis alternations have been a topic of linguistic discussion for some time, the idea of identifying these alternations automatically has mostly been discussed after the publication of Levin (1993) . Her lists of verb alternations and of verb classes made it possible to design systems that cluster verbs automatically and to evaluate the outputs of those systems against Levin's data.",
"cite_spans": [
{
"start": 195,
"end": 207,
"text": "Levin (1993)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The creation of resources like WordNet (Miller, 1998) and VerbNet (Kipper et al., 2000) made this even easier. For instance, approaches like the one by McCarthy (2000 McCarthy ( , 2001 use the WordNet hierarchy to predict whether a verb participates in the causative or conative alternation. Using a subcategorization lexicon derived from the BNC, she calculates the similarity of the role fillers for each position in the verb's syntactic frame to identify cases where different slots have a systematic overlap in their semantic preferences, which is seen as an indicator for the alternation. McCarthy (2000) hand-picks a set of 46 positive and 53 negative verbs that are being classified. Human annotators decide whether each verb participates in the alternation. The author describes several different setups; the highest accuracy on her test set for the causative alternation is 73%. Merlo and Stevenson (2001) distinguish three types of optionally intransitive verbs using a number of features. Their distinction is between unergative, unaccusative, and object-drop verbs. Their features include semantic features like animacy or causativity, as well as syntactic features like passive voice or presence of a VBN tag. The combination of all features leads to a classification accuracy of 69.8% on a test set of 20 unergative verbs, 19 unaccusative verbs, and 20 object-drop verbs. From their experiments with human annotators, they derive an \"expert-based upper bound\" accuracy around 86.5% for the task. Sun et al. (2013) present an unsupervised approach to the semantic classification of verbs that uses approximations of diathesis alternations as features. While they evaluate their system on verb class induction tasks, their method for approximating diathesis alternations is also of interest in isolation from the clustering results. The approximation takes into account the subcategorization frames that are observed for each verb in a corpus and the likelihood of individual verbs and individual SCFs. As each diathesis alternation gives rise to several SCFs, the joint probability can be used to predict whether the SCFs of a verb are observed by chance or due to the verb's participation in an alternation.",
"cite_spans": [
{
"start": 39,
"end": 53,
"text": "(Miller, 1998)",
"ref_id": "BIBREF15"
},
{
"start": 66,
"end": 87,
"text": "(Kipper et al., 2000)",
"ref_id": "BIBREF5"
},
{
"start": 152,
"end": 166,
"text": "McCarthy (2000",
"ref_id": "BIBREF11"
},
{
"start": 167,
"end": 184,
"text": "McCarthy ( , 2001",
"ref_id": "BIBREF12"
},
{
"start": 594,
"end": 609,
"text": "McCarthy (2000)",
"ref_id": "BIBREF11"
},
{
"start": 888,
"end": 914,
"text": "Merlo and Stevenson (2001)",
"ref_id": "BIBREF13"
},
{
"start": 1510,
"end": 1527,
"text": "Sun et al. (2013)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "An area of research that is related to, but distinct from the task we discuss here is the clustering of verbs into Levin classes, VerbNet classes, or other semantic classes. Examples for this are presented in Lapata and Brew (1999) ; Schulte Im Walde (2000); Joanis (2002) ; ; Stevenson and ; Schulte Im Walde (2006); Joanis et al. (2008) ; Sun et al. (2008) ; Korhonen (2009) . While verb classes are associated with diathesis alternations, there is no one-to-one relation between a verb class and an alternation. Thus, strategies that are useful for verb class prediction cannot always be used in the same way for the prediction of verb alternations. In this paper, we develop systems for the identification of diathesis alternations because we are specifically interested in properties of verbs at the syntax-semantics interface.",
"cite_spans": [
{
"start": 209,
"end": 231,
"text": "Lapata and Brew (1999)",
"ref_id": "BIBREF7"
},
{
"start": 259,
"end": 272,
"text": "Joanis (2002)",
"ref_id": "BIBREF2"
},
{
"start": 318,
"end": 338,
"text": "Joanis et al. (2008)",
"ref_id": "BIBREF4"
},
{
"start": 341,
"end": 358,
"text": "Sun et al. (2008)",
"ref_id": "BIBREF19"
},
{
"start": 361,
"end": 376,
"text": "Korhonen (2009)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "One of the contributions of our work that has not been discussed in depth in the literature is the comparison of the performance of different classification methods on the lists by Levin (1993) and on VerbNet classes, and on different subsets of verbs from those lists. We show that the scores of each method sometimes vary by a large margin, which makes it difficult to compare the performance of previous approaches when the evaluation technique is not described in detail.",
"cite_spans": [
{
"start": 181,
"end": 193,
"text": "Levin (1993)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "We develop three class-based systems and five verbbased systems for the classification of English verbs regarding their participation in the causative alternation. Class-based systems classify verbs that belong to the same VerbNet class together. Verb-based systems classify each verb lemma individually.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methods",
"sec_num": "3"
},
{
"text": "Syntactic patterns and frequency counts are derived from a dependency-parsed version of the BNC corpus (Burnard, 2007) 1 . The approaches that classify individual verbs refer to the dependency annotations in the corpus and in some cases to distributional word vectors, but do not make use of any external, manually-created resources.",
"cite_spans": [
{
"start": 103,
"end": 118,
"text": "(Burnard, 2007)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "3.1"
},
{
"text": "For the class-based approaches, we collect information about individual verbs from verb class definitions in VerbNet 3.3 (Kipper et al., 2000) . The information we gather from the resource is limited to determining which verbs form a class together; nothing else is being read from VerbNet.",
"cite_spans": [
{
"start": 121,
"end": 142,
"text": "(Kipper et al., 2000)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "3.1"
},
{
"text": "We evaluate our systems on two different test sets 2 , each including examples of alternating verbs as well as examples of non-alternating verbs. One of the test sets is the list given by Levin (1993, pp. 27-32) , where Levin lists 365 examples of verbs that participate in the alternation and 238 examples of verbs that do not participate. The other test set is extracted from VerbNet; the set of alternating verbs consists of all members of all VerbNet classes that are marked as having causative and inchoative uses. As negative examples for this test set, we use verbs that are marked in VerbNet as having transitive and intransitive uses (i.e., they are syntactically flexible), but not as having causative and inchoative uses. This leads to 469 positive examples and 454 negative examples.",
"cite_spans": [
{
"start": 188,
"end": 211,
"text": "Levin (1993, pp. 27-32)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "3.1"
},
{
"text": "Our strategy for collecting verbs outside the causative alternation creates a negative set that is not too large and contains only verbs that exhibit behavior similar to alternating verbs. Effectively, we select verbs that participate in the unexpressedobject alternation (see also Section 6).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "3.1"
},
{
"text": "One difficulty in evaluating our classification systems is that verbs are not distinguished by verb sense. For instance, Levin lists advance as an alternating verb in its (CAUSED-)CHANGE-OF-STATE sense, but also as a non-alternating verb in its FUTURE-HAVING sense. We plan to examine these issues and their implications for the task more closely in future work. For now, in order to achieve a clear separation of alternating and non-alternating verbs, we decide to drop verbs with multiple class membership from the test sets for our experiments, leading to a set of 358 positive and 236 negative examples 3 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "3.1"
},
{
"text": "While the positive examples from both sources share a specific syntactic and semantic behavior, the negative examples are less homogeneous, and it is not necessarily useful to treat the negative examples as a closed set. Theoretically, all verbs that are not listed as positive examples should be usable as negative examples, provided the list of positive examples is complete and covers all verbs in the language that participate in the alternation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "3.1"
},
{
"text": "However, using all unlisted verbs as negative examples would make the classification much more difficult to evaluate, due to the overwhelming majority of negative items. Instead, we use the sets described above and propose three test conditions to base our evaluations on. The test conditions are described in Section 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "3.1"
},
{
"text": "We define three class-based approaches to the task. The information these approaches rely on is extracted from VerbNet 3.3. The measures used to calculate the likelihood of each verb to alternate are inspired by Bonial et al. (2011) . There, the authors define scores that are used as indicators for how likely the members of each VerbNet class are to occur in the CAUSED-MOTION construction. In a similar way, we define scores that indicate the likelihood of participation in the causative alternation for the members of each VerbNet class.",
"cite_spans": [
{
"start": 212,
"end": 232,
"text": "Bonial et al. (2011)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Methods",
"sec_num": "3.2"
},
{
"text": "The motivation for the approaches in this section is that the causative alternation is closely related to the question whether a verb can be used transitively and intransitively. Although transitive and intransitive uses can also be an indicator of optional complements or of the unexpressed object alternation, we implement three setups based on the transitivity behavior of verbs to determine how indicative the use of transitive and intransitive SCFs is for the causative alternation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Methods",
"sec_num": "3.2"
},
{
"text": "Our first classifier, VNTYPE, assigns the alternating label to all members of the VerbNet class if all members occur in both SCFs at least once in the corpus, following the rule in Equation 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNType",
"sec_num": "3.2.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "a 1 (v 2 C) = 1 iff 8v 0 2 C : c(v 0 trans ) > 0 c(v 0 intrans ) > 0",
"eq_num": "(1)"
}
],
"section": "VNType",
"sec_num": "3.2.1"
},
{
"text": "The alternatability score 1 (verb participates in the alternation) is given to the verb v iff all verbs in the same VerbNet class C occur at least once in a transitive SCF and at least once in an intransitive SCF.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNType",
"sec_num": "3.2.1"
},
{
"text": "In all other cases, including the case that one or more verbs in the class are not found in the corpus at all, the classifier assigns the non-alternating label to all members of the VerbNet class. This approach is type-based: Frequencies of transitive and intransitive uses are not taken into account.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNType",
"sec_num": "3.2.1"
},
{
"text": "Our second approach, VNRANK, derives the alternatability score from the percentage of verb types in a VerbNet class that were observed at least once transitively and at least once intransitively, following Equation 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNRank",
"sec_num": "3.2.2"
},
{
"text": "a2(v 2 C) = |{v 0 2 C : c(v 0 trans ) > 0^c(v 0 intrans ) > 0}| |C| (2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNRank",
"sec_num": "3.2.2"
},
{
"text": "a 2 assigns each verb v an alternatability score between 0 and 1 that reflects the percentage of verbs in the same VerbNet class C that occur at least once in a transitive SCF and at least once in an intransitive SCF.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNRank",
"sec_num": "3.2.2"
},
{
"text": "If a class C contains one or more verbs v 0 that are not observed in the corpus, the likelihood for that class and its member v to be labeled as alternating becomes lower.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNRank",
"sec_num": "3.2.2"
},
{
"text": "Our third approach, VNTOKEN, is a token-based variation of VNRANK, assigning a score following Equation 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNToken",
"sec_num": "3.2.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "a 3 (v 2 C) = P v 0 2C min(c(v 0 trans ), c(v 0 intrans )) P v 0 2C c(v 0 )",
"eq_num": "(3)"
}
],
"section": "VNToken",
"sec_num": "3.2.3"
},
{
"text": "a 3 assigns each verb v an alternatability score that is based on the frequency of transitive or intransitive uses (whichever is lower) of verbs in the same VerbNet class C.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNToken",
"sec_num": "3.2.3"
},
{
"text": "Since we use the lower of the two numbers as indicator for how strong the verb's ability to alternate is, the highest possible score that verbs in a VerbNet class C can achieve according to a 3 is 0.5, meaning that the overall number of transitive occurrences of members of C in the corpus was exactly as high as the overall number of intransitive occurrences of verbs in C. The lowest score is 0, which is the case when all members of C occur exclusively transitively or exclusively intransitively in the corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNToken",
"sec_num": "3.2.3"
},
{
"text": "Verbs that do not occur in the corpus do not impact the score calculated by a 3 , since they do not add anything to either the numerator or the denominator in the equation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "VNToken",
"sec_num": "3.2.3"
},
{
"text": "The following methods classify or rank verbs individually, without taking their VerbNet classes into account.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Verb-Based Methods",
"sec_num": "3.3"
},
{
"text": "Our first verb-based approach, SCFFLAG, is a variation of VNTYPE that classifies verbs individually, not based on their VerbNet classes. Equation 4 shows how the score is calculated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFFlag",
"sec_num": "3.3.1"
},
{
"text": "a 4 (v) = 1 iff c(v trans ) > 0^c(v intrans ) > 0 (4)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFFlag",
"sec_num": "3.3.1"
},
{
"text": "The alternatability score 1 (verb participates in the alternation) is given to a verb v iff v is observed at least once with a transitive SCF and at least once with an intransitive SCF.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFFlag",
"sec_num": "3.3.1"
},
{
"text": "Since this approach is purely syntactic, it is prone to misclassifying verbs that have optional direct objects as verbs that participate in the causative alternation. We include it here in order to compare other systems against it. Unattested verbs are labeled as non-alternating, as they do not fulfill the criteria defined here for alternating verbs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFFlag",
"sec_num": "3.3.1"
},
{
"text": "Our second verb-based approach, SCFRATIO, is a variation on SCFFLAG that takes the frequency of each syntactic frame into account, as shown in Equation 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFRatio",
"sec_num": "3.3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "a 5 (v) = c(v trans ) c(v intrans )",
"eq_num": "(5)"
}
],
"section": "SCFRatio",
"sec_num": "3.3.2"
},
{
"text": "The result of a 5 is a continuous value that reflects the relation between the number of transitive and intransitive occurrences of v. In the special case that the denominator is zero, a value of 0 is assigned.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFRatio",
"sec_num": "3.3.2"
},
{
"text": "While SCFFLAG only checks whether both transitive and intransitive frames are possible, this approach looks at their relative frequency, as observed in the corpus. If a verb is mostly used transitively and is only intransitive in one instance, it does not necessarily participate in the causative alternation; the one intransitive instance might be due to an error or a coerced usage of the verb. If it occurs transitively and intransitively with similar frequencies, it is more likely for that verb to participate in the causative alternation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFRatio",
"sec_num": "3.3.2"
},
{
"text": "Verbs that are not found in the corpus are treated like syntactically inflexible verbs, that is, they are unlikely to alternate. Like SCFFLAG, we expect this setup to be prone to misclassifying verbs with optional objects as participating in the causative alternation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFRatio",
"sec_num": "3.3.2"
},
{
"text": "The method is similar to that of Sun et al. (2013) , but unlike that system, it does not take the overall frequency of each SCF over all verbs in the corpus into account. In SCFFLAG and SCF-RATIO, the SCFs are simplified and distinguished by (in)transitivity; the presence or absence of other dependents and the order of the items in the SCF are disregarded. The main reason for this simplification is that it minimizes sparsity problems by generalizing over different SCFs that share the property of being (in)transitive.",
"cite_spans": [
{
"start": 33,
"end": 50,
"text": "Sun et al. (2013)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "SCFRatio",
"sec_num": "3.3.2"
},
{
"text": "The following approaches explore the idea that verbs in the alternation will impose the same selectional preferences on their direct objects as on their intransitive subjects, as illustrated by examples (1) and (2). Therefore, the set of possible direct objects should be more similar to the set of possible intransitive subjects if a verb alternates than it is for verbs that do not alternate. We implement two vector-based approaches to test this.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SCFRatio",
"sec_num": "3.3.2"
},
{
"text": "Our third verb-based approach, CENTROIDDIS-TANCE, makes use of distributional information about the arguments observed for each verb in the BNC corpus. Our source for distributional information is a set of pre-trained word vectors derived from a 100-billion word portion of the Google News dataset 4 . The vector set covers 3 million words and phrases and represents each item with a 300-dimensional vector created with word2vec (Mikolov et al., 2013) . The formula that calculates the alternatability score is given in Equation 6.",
"cite_spans": [
{
"start": 429,
"end": 451,
"text": "(Mikolov et al., 2013)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "CentroidDistance",
"sec_num": "3.3.3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "a 6 (v) = cos( ! objects, ! intr-subjects)",
"eq_num": "(6)"
}
],
"section": "CentroidDistance",
"sec_num": "3.3.3"
},
{
"text": "a 6 derives a verb's alternatability score from the difference between the centroid of the verb's direct objects in the corpus, and the centroid of its intransitive subjects. The difference is represented by the cosine similarity between the centroids. The method is an unsupervised approximation of the WordNet-based approach by McCarthy (2001) .",
"cite_spans": [
{
"start": 330,
"end": 345,
"text": "McCarthy (2001)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "CentroidDistance",
"sec_num": "3.3.3"
},
{
"text": "Verbs that are unattested in the corpus or occur with only one SCF are treated as unlikely to alternate. Some verb argument slot fillers, particularly proper names, are not covered by the Google News vectors. These arguments are disregarded.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CentroidDistance",
"sec_num": "3.3.3"
},
{
"text": "Our fourth verb-based approach, CENTROIDSUBJ-VSOBJ, extends the CENTROIDDISTANCE approach by another criterion. Verbs can impose similar selectional preferences on different argument slots, e.g. when they require animate subjects as well as animate direct objects. CENTROIDDIS-TANCE may not be successful in classifying such verbs. This approach takes that fact into account by comparing the centroid distance calculated in a 6 above to the distance between the centroids for transitive and intransitive subjects of the given verb, as shown in Equation 7.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CentroidSubjVsObj",
"sec_num": "3.3.4"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "a 7 (v) = a 6 (v) cos( ! tr-subjects, ! intr-subjects)",
"eq_num": "(7)"
}
],
"section": "CentroidSubjVsObj",
"sec_num": "3.3.4"
},
{
"text": "The assumption is that verbs whose subjects tend to be more similar to each other than their intransitive subjects are to their objects are likely to participate in the object-drop alternation, not the causative alternation. Unattested verbs and arguments that cannot be associated with a vector are handled as in the CENTROIDDISTANCE approach.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CentroidSubjVsObj",
"sec_num": "3.3.4"
},
{
"text": "Our fifth verb-based approach, RNN-LM, determines the alternatability score of a verb based on automatically-generated acceptability scores for the verb's uses in transitive and intransitive environments. We extract ordered, lemma-based argument sequences from the corpus and use a script to turn transitive sentences into intransitive sentences by deleting the direct object, and to turn intransitive sentences into transitive sentences by adding dummy arguments in the form of personal pronouns. Thus, the sentence \"Pat invites Kim\" becomes the (transitive) argument sequence \"invite-Pat-Kim\" and is turned into the (intransitive) sequence \"invite-Pat\". The sentence \"Sandy slept\" becomes \"sleep-Sandy\", and is turned into the sequence \"sleep-Sandy-her\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RNN-LM",
"sec_num": "3.3.5"
},
{
"text": "Having extended the input data with these alternated sentences, the system now compares the average acceptability of all transitive and intransitive uses of each verb, as shown in Equation 8.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RNN-LM",
"sec_num": "3.3.5"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "a 8 (v) = 1 |avg_acc(v trans ) avg_acc(v intrans )|",
"eq_num": "(8)"
}
],
"section": "RNN-LM",
"sec_num": "3.3.5"
},
{
"text": "Acceptability is approximated by a modified version of the Recurrent Neural Network from Lau et al. (2015). That work is concerned with the prediction of acceptability judgments that are normalized for factors like sentence length or word frequency. This makes the measure more useful for our task than the mere probability of an input sequence (because changing the transitivity in a sentence always changes the length of the sentence, and thus, its probability). For details on the algorithm, see the original paper (Lau et al., 2015) . By using argument sequences instead of sentences, we reduce noise. Unattested verbs are treated as unlikely to alternate. We expect that the artificially-alternated sentences will receive lower acceptability scores for non-alternating verbs, while verbs that participate in the alternation are more acceptable in their generated alternate uses. Thus, the difference in acceptability scores should be lower for alternating verbs.",
"cite_spans": [
{
"start": 518,
"end": 536,
"text": "(Lau et al., 2015)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "RNN-LM",
"sec_num": "3.3.5"
},
{
"text": "We report the scores of our systems evaluated in three different conditions, to show the impact of the size and contents of the test set on the score.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "The first test condition, ALL, evaluates the accuracy of each setup on the full verb sets. It uses all positive and negative examples from Levin, and all positive examples and syntactically-flexible negative examples from VerbNet.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "The second test condition, FREQ, evaluates the accuracy of each setup on the 300 most frequent verbs from the full Levin and VerbNet sets. The selection is based on the number of occurrences of each verb in the BNC corpus. For the Levin set, the frequency cut-off leads to a slight majority of alternating verbs in the test set (177 alternating, 123 non-alternating). For the VerbNet set, it leads to a slight majority of non-alternating verbs (138 alternating, 162 non-alternating).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "The third test condition, BALANCED, evaluates the accuracy of each setup on the 150 most frequent verbs from each class for each source, so that we force a balance of 150 positive and 150 negative examples per source, where each verb occurs with high frequency in the corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "Since the ALL condition has the largest majority of alternating verbs, the setups that perform better in this condition are the ones that are more likely to assign the alternating label. We find that the BALANCED condition gives the best indicator of the accuracy of a setup. Table 1 shows the F1 scores of our setups. For comparison, we also include the results of a random baseline. Bold font indicates the highest scores achieved in each condition.",
"cite_spans": [],
"ref_spans": [
{
"start": 276,
"end": 283,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "For the systems that employ a ranking to classify the verbs, we report the scores achieved by splitting the ranked lists at a pre-defined index. The results reported here correspond to the split index that leads to the same number of alternating and non-alternating verbs as in the test sets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "Initially, we had split the ranked lists at the index leading to the optimal score. This introduced a strong bias in favor of the ranking approaches. In another setup, we used the mean ranking score to separate the classes, which sometimes also achieved better results than the fixed-index split. We decided to report the score as described above because we find that it best reflects the ability of each approach to predict the data in the test sets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "For those of our systems that use corpus data for the classification, the frequency of individual verbs has an impact on the likelihood of the system to assign the correct label. Verbs that are listed in the Levin or VerbNet sets as participating in the alternation cannot be classified correctly with these approaches if they are unattested in the corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "All setups except VNTYPE outperform the random baseline. While this approach had a precision of roughly 50% in each of the setups, the recall was extremely low, leading to the low F1 scores shown in the table. VNTYPE is generally prone to mislabeling alternating verbs as non-alternating. The reason for the prevalence of such errors is the lack of tolerance in assigning the alternating label. Recall that a verb is only labeled as alternating by this setup if it is a member of a VerbNet class in which all members are observed in transitive and intransitive SCFs in the corpus. Data sparsity may lead to individual VerbNet class members not being attested at all, or being attested only in one syntactic configuration, even when the other one is possible. Thus, the criterion that all members of the class need to be observed in both types of SCFs is apparently too strict for successful classification.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Relaxing this condition leads to the approach VNRANK, where a high percentage of syntactically flexible members in a VerbNet class leads to all members of that class being classified as alternating verbs, but it is not necessary for all verbs in the class to be observed with both types of SCFs. Table 1 shows that relaxing the conditions for syntactic flexibility leads to high performance gains. Compared to VNTYPE, this approach assigns a lower number of false negatives.",
"cite_spans": [],
"ref_spans": [
{
"start": 296,
"end": 303,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "VNTOKEN performs slightly worse than VN-RANK on the Levin test sets, but is among the best setups on the VerbNet test sets. A closer look at its false positives and false negatives shows that they consist mainly of verbs that are unattested or infrequent in the BNC.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "The approaches SCFFLAG and SCFRATIO perform surprisingly well on the task, particularly on the Levin test sets. These approaches derive a verb's alternatability score from a comparison of the numbers of transitive and intransitive occurrences of the verb in the corpus. The fact that SCFFLAG is one of the best-scoring approaches on the Levin test sets, while its accuracy is less impressive for the VerbNet test sets, indicates one of the main differences in the two test sets. The approach simply checks whether the verb was used at least once in each SCF type. That it performs well on the Levin set mainly tells us that the syntactic flexibility of the negative examples used in that test set is lower than that of the positive examples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "SCFFLAG and SCFRATIO are also discussed below, in Section 6.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "On the VerbNet test set, the systems that rely on word vectors achieved good scores, together with the RNN-LM setup. In some other evaluation setups, the RNN method slightly outperformed the vector-based ones.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "The RNN-LM approach generally preferred transitive verb uses over intransitive ones. This was even the case when lexically-intransitive verbs were involved. For instance, \"John-sleep\" received a lower acceptability score than \"John-sleep-it\", even though the verb to sleep rarely takes a direct object in English. This shows that the way the RNN-LM scores were calculated is not necessarily a good approximation of acceptability.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Thus, even though the RNN setup was among the best-scoring ones on the balanced VerbNet test set, we find the vector-based approaches preferable. For the Levin test sets, the SCFFLAG setup achieves the highest scores throughout the test conditions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "A common source of errors for many of our approaches were mistakes in the parse trees in the corpus. They influenced our results in two ways. First, some tokens were erroneously annotated as arguments of a verb. These cases added noise to the modeling of the verb's behavior and argument preferences. They may also be responsible for the preference of the RNN-LM approach for transitive sentences; possibly, the preference is simply a result of the dependency parser having the same preference. Second, some verbs in our test sets were systematically not annotated as being verbs, including verbs that have noun homographs, such as circle or drip, and verbs that have adjective homographs, such as yellow or awake. Since our approaches rely on the dependency trees observed in the corpus in order to model the behavior of each verb, the absence of correctly-parsed sentences for these verbs had a negative impact on our overall performance. These issues may be resolved by adding a word-sense disambiguation step to the process. We will explore this in future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Our vector-based systems perform much better on VerbNet than on the Levin test set. This is probably because the VerbNet classes are organized semantically, which means that even when one verb is not attested frequently enough to draw conclusions about it based on its arguments, the availability of vectors for other verbs in the same VerbNet class improves the score by a large margin.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "We expected our class-based approaches that rely on VerbNet class groupings (VNTYPE, VNRANK, VNTOKEN) to generally perform better when evaluated against VerbNet than when evaluated against the Levin test set. This is the case for VNTOKEN, but the other approaches in the set achieve better scores on the Levin set. Particularly surprising is the better performance on the Levin set of the VNTYPE method. However, since this approach achieved scores well below the random baseline, we do not explore it further.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Our strategy for assembling the negative test set for the VerbNet setup by collecting verbs from classes that are annotated as having both transitive and intransitive uses, but not as having both causative and inchoative uses, has an influence on the results reported in Table 1. In particular, the approaches that use the presence or absence of transitive and intransitive SCFs (SCFFLAG, SCFRATIO, VNTYPE, VNRANK, VNTOKEN) have a high risk of false positives on this test set. This is not ideal, since the ability to distinguish between the causative alternation and the unexpressed-object alternation is one of the motivations for the alternation identification task. If the identification of one of these alternations relies on features that both classes of verbs share, that distinction may not be feasible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "The following section shows how our approaches perform when they do not assign alternating and non-alternating labels, but instead separate verbs in the causative alternation from verbs in the unexpressed-object alternation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "The way we collected the VerbNet test set already filters the verbs in such a way that optionallytransitive verbs that do not participate in the causative alternation make up the negative set. This criterion has the result that we effectively separate causatively-alternating verbs from verbs in the unexpressed-object alternation. Table 2 shows the performance of our systems on the task of distinguishing the causative alternation from the unexpressed-object alternation on verbs from Levin. The verbs that participate in the unexpressed-object alternation were taken from Levin (1993, pp. 33-40) . The full set contained 343 verbs, which we reduced for the FREQ and BALANCED conditions as in the previous task.",
"cite_spans": [
{
"start": 575,
"end": 598,
"text": "Levin (1993, pp. 33-40)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 332,
"end": 339,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Distinguishing Causative and Unexpressed-Object Alternation",
"sec_num": "6"
},
{
"text": "The performance of our systems on this task differs only slightly from the scores reported above. Against our expectations, the vector-based approaches CENTROIDDISTANCE and CENTROIDSUBJ-VSOBJ perform slightly worse when applied to the distinction between the two alternations. These approaches are designed to take each verb's semantic preferences for its argument slots into account. Since CENTROIDSUBJVSOBJ performs better than CENTROIDDISTANCE, the poor performance of the latter is probably due to overlapping semantic preferences for the different slots.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distinguishing Causative and Unexpressed-Object Alternation",
"sec_num": "6"
},
{
"text": "To assess the merit of our approaches, we compare them to the work of Merlo and Stevenson (2001) . They achieve an accuracy of 69% on the three-way distinction of unaccusative, unergative, and unexpressed-object verbs (our distinction combines the first two of these). Our verb-based approach SCFRATIO outperforms that of Merlo Table 2 : F1 scores of all setups when applied to the causative-versus-unexpressed-object task, on verbs from Levin (1993) parsed corpus from which to derive SCF statistics, whereas their system makes use of features like animacy or causativity, which pose problems when a verb is attested infrequently. Our best-performing setup SCFRATIO assigned the causative-alternation label for verbs that occur in transitive or intransitive SCFs with very dissimilar frequencies (that is, where one of the SCFs was dominant in the corpus), while verbs whose frequencies with transitive and intransitive SCFs were closer to each other were more likely to participate in the unexpressed-object alternation.",
"cite_spans": [
{
"start": 70,
"end": 96,
"text": "Merlo and Stevenson (2001)",
"ref_id": "BIBREF13"
},
{
"start": 322,
"end": 327,
"text": "Merlo",
"ref_id": null
},
{
"start": 438,
"end": 450,
"text": "Levin (1993)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [
{
"start": 328,
"end": 335,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Distinguishing Causative and Unexpressed-Object Alternation",
"sec_num": "6"
},
{
"text": "Our results are difficult to compare to those reported in previous work. Early work, such as McCarthy (2000) ; Schulte Im Walde (2000); Mc-Carthy (2001); Merlo and Stevenson (2001) , tends to evaluate on small test sets. Some of our approaches exceed the performance of the systems for the identification of the causative alternation presented in these publications. Note that our test conditions achieve varying scores even with minimal changes in the test sets; previous work in this area often did not specify the exact conditions of the evaluation.",
"cite_spans": [
{
"start": 93,
"end": 108,
"text": "McCarthy (2000)",
"ref_id": "BIBREF11"
},
{
"start": 154,
"end": 180,
"text": "Merlo and Stevenson (2001)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "More recent work in this area has focused less on the identification of diathesis alternations, and more on the induction of Levin-like verb classes, with a stronger focus on semantics. In contrast to this, our work focuses on the classification of verbs based on properties at the syntax-semantics interface. The good results of the SCFRATIO approach on the distinction between verbs in the causative alternation and verbs in the unexpressed-object alternation shows that this system learns something about the verbs that are being classified.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "The experiments in this paper were performed on English verbs because gold data for the task was readily available for the two alternations in English. However, since many of our approaches do not rely on manually-compiled resources, they can be applied to other languages with little effort, as long as dependency parsers and corpora to use as a source for distributional information are available. However, the quality of available dependency parsers for the language will always influence the performance of our methods. The methods presented here may be applied to any role-switching alternation (McCarthy, 2001) in any language for which the necessary preprocessing tools are available. Comparing the performance of our approaches to the performance they achieve on other languages will be informative from a typological perspective. We plan to conduct similar experiments on at least one language from another language family in the future.",
"cite_spans": [
{
"start": 600,
"end": 616,
"text": "(McCarthy, 2001)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "Due to the interest in transferring our findings to similar phenomena in other languages, we find that verb-based methods are preferable for this task. As Table 1 shows, they perform reasonably well in comparison with our other systems, and the cases where class-based methods perform better (VNTOKEN on the VerbNet test sets) are likely the result of overfitting on the structure of VerbNet.",
"cite_spans": [],
"ref_spans": [
{
"start": 155,
"end": 162,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "112,298,424 tokens in 6,026,307 sentences. Parsed with the Stanford CoreNLP Library(Manning et al., 2014).2 The full test sets are available from the author upon request.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Levin also lists some verbs more than once, such as bleed. We group words with the same surface forms together without performing word sense disambiguation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Available from https://code.google.com/archive/p/ word2vec/.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The work presented in this paper was financed by the Deutsche Forschungsgemeinschaft (DFG) within the CRC 991 \"The Structure of Representations in Language, Cognition, and Science\". The author wishes to thank Laura Kallmeyer, Kilian Evang, Jakub Waszczuk, and three anonymous reviewers for their valuable feedback and helpful comments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Incorporating Coercive Constructions into a Verb Lexicon",
"authors": [
{
"first": "Claire",
"middle": [],
"last": "Bonial",
"suffix": ""
},
{
"first": "Susan",
"middle": [
"Windisch"
],
"last": "Brown",
"suffix": ""
},
{
"first": "Jena",
"middle": [
"D"
],
"last": "Hwang",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Parisien",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the ACL 2011 Workshop on Relational Models of Semantics",
"volume": "",
"issue": "",
"pages": "72--80",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Claire Bonial, Susan Windisch Brown, Jena D Hwang, Christopher Parisien, Martha Palmer, and Suzanne Stevenson. 2011. Incorporating Coercive Construc- tions into a Verb Lexicon. In Proceedings of the ACL 2011 Workshop on Relational Models of Seman- tics, pages 72-80. Association for Computational Linguistics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Reference Guide for the British National Corpus",
"authors": [
{
"first": "Lou",
"middle": [],
"last": "Burnard",
"suffix": ""
}
],
"year": 2007,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lou Burnard. 2007. Reference Guide for the British National Corpus (XML Edition) .",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Automatic Verb Classification Using a General Feature Space",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Joanis",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Joanis. 2002. Automatic Verb Classification Using a General Feature Space. Master's the- sis, Department of Computer Science, University of Toronto.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A General Feature Space for Automatic Verb Classification",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Joanis",
"suffix": ""
},
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
}
],
"year": 2003,
"venue": "10th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Joanis and Suzanne Stevenson. 2003. A General Feature Space for Automatic Verb Classification. In 10th Conference of the European Chapter of the As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A general feature space for automatic verb classification",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Joanis",
"suffix": ""
},
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "James",
"suffix": ""
}
],
"year": 2008,
"venue": "Natural Language Engineering",
"volume": "14",
"issue": "3",
"pages": "337--367",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Joanis, Suzanne Stevenson, and David James. 2008. A general feature space for automatic verb classification. Natural Language Engineering, 14(3):337-367.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Class-Based Construction of a Verb Lexicon",
"authors": [
{
"first": "Karin",
"middle": [],
"last": "Kipper",
"suffix": ""
},
{
"first": "Hoa",
"middle": [
"Trang"
],
"last": "Dang",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the Seventeenth National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "691--696",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karin Kipper, Hoa Trang Dang, and Martha Palmer. 2000. Class-Based Construction of a Verb Lexicon. In Proceedings of the Seventeenth National Confer- ence on Artificial Intelligence, pages 691-696.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Automatic Lexical Classification -Balancing between Machine Learning and Linguistics",
"authors": [
{
"first": "Anna",
"middle": [],
"last": "Korhonen",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 23rd Pacific Asia Conference on Language, Information and Computation",
"volume": "1",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anna Korhonen. 2009. Automatic Lexical Classifica- tion -Balancing between Machine Learning and Lin- guistics. In Proceedings of the 23rd Pacific Asia Conference on Language, Information and Compu- tation, Volume 1.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Using Subcategorization to Resolve Verb Class Ambiguity",
"authors": [
{
"first": "Maria",
"middle": [],
"last": "Lapata",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Brew",
"suffix": ""
}
],
"year": 1999,
"venue": "1999 Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora",
"volume": "",
"issue": "",
"pages": "266--274",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Maria Lapata and Chris Brew. 1999. Using Subcatego- rization to Resolve Verb Class Ambiguity. In 1999 Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Cor- pora, pages 266-274.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Unsupervised Prediction of Acceptability Judgements",
"authors": [
{
"first": "Alexander",
"middle": [],
"last": "Jey Han Lau",
"suffix": ""
},
{
"first": "Shalom",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lappin",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing",
"volume": "1",
"issue": "",
"pages": "1618--1628",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jey Han Lau, Alexander Clark, and Shalom Lappin. 2015. Unsupervised Prediction of Acceptability Judgements. In Proceedings of the 53rd Annual Meeting of the Association for Computational Lin- guistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers), pages 1618-1628. Association for Compu- tational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "English Verb Classes and Alternations: A Preliminary Investigation",
"authors": [
{
"first": "Beth",
"middle": [],
"last": "Levin",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Beth Levin. 1993. English Verb Classes and Alter- nations: A Preliminary Investigation. University of Chicago press.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The Stanford CoreNLP Natural Language Processing Toolkit",
"authors": [
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Bauer",
"suffix": ""
},
{
"first": "Jenny",
"middle": [],
"last": "Finkel",
"suffix": ""
},
{
"first": "Steven",
"middle": [],
"last": "Bethard",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Mcclosky",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
"volume": "",
"issue": "",
"pages": "55--60",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christopher D. Manning, Mihai Surdeanu, John Bauer, Jenny Finkel, Steven Bethard, and David McClosky. 2014. The Stanford CoreNLP Natural Language Processing Toolkit. In Proceedings of 52nd Annual Meeting of the Association for Computational Lin- guistics: System Demonstrations, pages 55-60. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Using Semantic Preferences to Identify Verbal Participation in Role Switching Alternations",
"authors": [
{
"first": "Diana",
"middle": [],
"last": "Mccarthy",
"suffix": ""
}
],
"year": 2000,
"venue": "1st Meeting of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "256--263",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Diana McCarthy. 2000. Using Semantic Preferences to Identify Verbal Participation in Role Switching Al- ternations. In 1st Meeting of the North American Chapter of the Association for Computational Lin- guistics, pages 256-263. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Lexical Acquisition at the Syntax-Semantics Interface: Diathesis Alternations, Subcategorization Frames and Selectional Preferences",
"authors": [
{
"first": "Diana",
"middle": [],
"last": "Mccarthy",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Diana McCarthy. 2001. Lexical Acquisition at the Syntax-Semantics Interface: Diathesis Alternations, Subcategorization Frames and Selectional Prefer- ences. Ph.D. thesis, University of Sussex.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Automatic Verb Classification Based on Statistical Distributions of Argument Structure",
"authors": [
{
"first": "Paola",
"middle": [],
"last": "Merlo",
"suffix": ""
},
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
}
],
"year": 2001,
"venue": "Computational Linguistics",
"volume": "27",
"issue": "3",
"pages": "373--408",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paola Merlo and Suzanne Stevenson. 2001. Auto- matic Verb Classification Based on Statistical Distri- butions of Argument Structure. Computational Lin- guistics, 27(3):373-408.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Distributed Representations of Words and Phrases and their Compositionality",
"authors": [
{
"first": "Tomas",
"middle": [],
"last": "Mikolov",
"suffix": ""
},
{
"first": "Ilya",
"middle": [],
"last": "Sutskever",
"suffix": ""
},
{
"first": "Kai",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Greg",
"middle": [
"S"
],
"last": "Corrado",
"suffix": ""
},
{
"first": "Jeff",
"middle": [],
"last": "Dean",
"suffix": ""
}
],
"year": 2013,
"venue": "Advances in Neural Information Processing Systems",
"volume": "",
"issue": "",
"pages": "3111--3119",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Cor- rado, and Jeff Dean. 2013. Distributed Representa- tions of Words and Phrases and their Compositional- ity. In Advances in Neural Information Processing Systems, pages 3111-3119. Curran Associates, Inc.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "WordNet: An electronic lexical database",
"authors": [
{
"first": "George",
"middle": [],
"last": "Miller",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Miller. 1998. WordNet: An electronic lexical database. MIT press.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Clustering Verbs Semantically According to their Alternation Behaviour",
"authors": [
{
"first": "Sabine",
"middle": [],
"last": "Schulte Im Walde",
"suffix": ""
}
],
"year": 2000,
"venue": "The 18th International Conference on Computational Linguistics",
"volume": "2",
"issue": "",
"pages": "747--753",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sabine Schulte Im Walde. 2000. Clustering Verbs Semantically According to their Alternation Be- haviour. In COLING 2000 Volume 2: The 18th Inter- national Conference on Computational Linguistics, pages 747-753. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Experiments on the Automatic Induction of German Semantic Verb Classes",
"authors": [
{
"first": "Sabine",
"middle": [],
"last": "Schulte Im Walde",
"suffix": ""
}
],
"year": 2006,
"venue": "Computational Linguistics",
"volume": "32",
"issue": "2",
"pages": "159--194",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sabine Schulte Im Walde. 2006. Experiments on the Automatic Induction of German Semantic Verb Classes. Computational Linguistics, 32(2):159- 194.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Semisupervised Verb Class Discovery Using Noisy Features",
"authors": [
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
},
{
"first": "Eric",
"middle": [],
"last": "Joanis",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Seventh Conference on Natural Language Learning at HLT-NAACL 2003",
"volume": "",
"issue": "",
"pages": "71--78",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suzanne Stevenson and Eric Joanis. 2003. Semi- supervised Verb Class Discovery Using Noisy Fea- tures. In Proceedings of the Seventh Conference on Natural Language Learning at HLT-NAACL 2003, pages 71-78. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Verb Class Discovery from Rich Syntactic Data",
"authors": [
{
"first": "Lin",
"middle": [],
"last": "Sun",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Korhonen",
"suffix": ""
},
{
"first": "Yuval",
"middle": [],
"last": "Krymolowski",
"suffix": ""
}
],
"year": 2008,
"venue": "International Conference on Intelligent Text Processing and Computational Linguistics",
"volume": "",
"issue": "",
"pages": "16--27",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lin Sun, Anna Korhonen, and Yuval Krymolowski. 2008. Verb Class Discovery from Rich Syntac- tic Data. In International Conference on Intelli- gent Text Processing and Computational Linguistics, pages 16-27. Springer.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Diathesis alternation approximation for verb clustering",
"authors": [
{
"first": "Lin",
"middle": [],
"last": "Sun",
"suffix": ""
},
{
"first": "Diana",
"middle": [],
"last": "Mccarthy",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Korhonen",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "736--741",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lin Sun, Diana McCarthy, and Anna Korhonen. 2013. Diathesis alternation approximation for verb cluster- ing. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Vol- ume 2: Short Papers), pages 736-741. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {}
}
}