ACL-OCL / Base_JSON /prefixC /json /C02 /C02-1040.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C02-1040",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:17:26.921302Z"
},
"title": "Learning Verb Argument Structure from Minimally Annotated Corpora *",
"authors": [
{
"first": "Anoop",
"middle": [],
"last": "Sarkar",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Pennsylvania",
"location": {
"addrLine": "200 South 33rd Street",
"postCode": "19104-6389",
"settlement": "Philadelphia",
"region": "PA",
"country": "USA"
}
},
"email": ""
},
{
"first": "Woottiporn",
"middle": [],
"last": "Tripasai",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Pennsylvania",
"location": {
"addrLine": "200 South 33rd Street",
"postCode": "19104-6389",
"settlement": "Philadelphia",
"region": "PA",
"country": "USA"
}
},
"email": "tripasai@linc.cis.upenn.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper we investigate the task of automatically identifying the correct argument structure for a set of verbs. The argument structure of a verb allows us to predict the relationship between the syntactic arguments of a verb and their role in the underlying lexical semantics of the verb. Following the method described in (Merlo and Stevenson, 2001), we exploit the distributions of some selected features from the local context of a verb. These features were extracted from a 23M word WSJ corpus based on part-of-speech tags and phrasal chunks alone. We constructed several decision tree classifiers trained on this data. The best performing classifier achieved an error rate of 33.4%. This work shows that a subcategorization frame (SF) learning algorithm previously applied to Czech (Sarkar and Zeman, 2000) is used to extract SFs in English. The extracted SFs are evaluated by classifying verbs into verb alternation classes.",
"pdf_parse": {
"paper_id": "C02-1040",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper we investigate the task of automatically identifying the correct argument structure for a set of verbs. The argument structure of a verb allows us to predict the relationship between the syntactic arguments of a verb and their role in the underlying lexical semantics of the verb. Following the method described in (Merlo and Stevenson, 2001), we exploit the distributions of some selected features from the local context of a verb. These features were extracted from a 23M word WSJ corpus based on part-of-speech tags and phrasal chunks alone. We constructed several decision tree classifiers trained on this data. The best performing classifier achieved an error rate of 33.4%. This work shows that a subcategorization frame (SF) learning algorithm previously applied to Czech (Sarkar and Zeman, 2000) is used to extract SFs in English. The extracted SFs are evaluated by classifying verbs into verb alternation classes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The classification of verbs based on their underlying thematic structure involves distinguishing verbs that take the same number and category of arguments but assign different thematic roles to these arguments. This is often termed as the classification of verb diathesis roles or the lexical semantics of predicates in natural language (see (Levin, 1993; Mc-Carthy and Korhonen, 1998; Lapata, 1999; Lapata and Brew, 1999; Schulte im Walde, 2000) ). Following the method described in (Merlo and Stevenson, 2001 ; , we exploit the distributions of some selected features from the local context of a verb but we differ from these previous studies in the use of minimally annotated data to construct our classifier. The data we use is only passed through a part-ofspeech tagger and a chunker which is used to identify base phrasal categories such as noun-phrase and verb-phrase chunks to identify potential arguments of each verb.",
"cite_spans": [
{
"start": 342,
"end": 355,
"text": "(Levin, 1993;",
"ref_id": "BIBREF9"
},
{
"start": 356,
"end": 385,
"text": "Mc-Carthy and Korhonen, 1998;",
"ref_id": null
},
{
"start": 386,
"end": 399,
"text": "Lapata, 1999;",
"ref_id": "BIBREF8"
},
{
"start": 400,
"end": 422,
"text": "Lapata and Brew, 1999;",
"ref_id": "BIBREF7"
},
{
"start": 423,
"end": 446,
"text": "Schulte im Walde, 2000)",
"ref_id": "BIBREF16"
},
{
"start": 484,
"end": 510,
"text": "(Merlo and Stevenson, 2001",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Lexical knowledge acquisition plays an important role in corpus-based NLP. Knowledge of verb selectional preferences and verb subcategorization frames (SFs) can be extracted from corpora for use in various NLP tasks. However, knowledge of SFs is often not fine-grained enough to distinguish various verbs and the kinds of arguments that they can select. We consider a difficult task in lexical knowledge acquisition: that of finding the underlying argument structure which can be used to relate the observed list of SFs of a particular verb. The task involves identifying the roles assigned by the verb to its arguments. Consider the following verbs, each occuring with intransitive and transitive SFs 1 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(1) a. The horse raced past the barn.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Unergative",
"sec_num": null
},
{
"text": "b. The jockey raced the horse past the barn.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Unergative",
"sec_num": null
},
{
"text": "(2) a. The butter melted in the pan. b. The cook melted the butter in the pan.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Unaccusative",
"sec_num": null
},
{
"text": "(3) a. The boy washed. b. The boy washed the hall.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Object-Drop",
"sec_num": null
},
{
"text": "Each of the verbs above occurs with both the intransitive and transitive SFs. However, the verbs differ in their underlying argument structure. Each verb assigns a different role to their arguments in the two subcategorization possibilities. For each verb above, the following lists the roles assigned to each of the noun phrase arguments in the SFs permitted for the verb. This information can be used for extracting appropriate information about the relationships between the verb and its arguments. Our task is to identify the transitive and intransitive usage of a particular verb as being related via this notion of argument structure. This is called the argument structure classification of the verb. In the remainder of this paper we will look at the problem of placing verbs into such classes automatically.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Object-Drop",
"sec_num": null
},
{
"text": "Our results in this paper serve as a replication and extension of the results in (Merlo and Stevenson, 2001 ). Our main contribution in this paper is to show that a subcategorization frame (SF) learning algorithm previously applied to Czech (Sarkar and Zeman, 2000) can be applied to English and evaluated by classifying verbs into verb alternation classes. We perform this task using only tagged and chunked data as input to our subcategorization frame learning stage. Our result can be compared to previous work (Merlo and Stevenson, 2001 ) which did not use SF learning but used a 65M word WSJ corpus which was tagged as well as automatically parsed with a Treebank trained statistical parser. It is important to note that (Merlo and Stevenson, 2001 ) extract some features using the tagged information (in fact, those features that we use SF learning to extract) and other features using parse trees.",
"cite_spans": [
{
"start": 81,
"end": 107,
"text": "(Merlo and Stevenson, 2001",
"ref_id": "BIBREF12"
},
{
"start": 241,
"end": 265,
"text": "(Sarkar and Zeman, 2000)",
"ref_id": "BIBREF15"
},
{
"start": 514,
"end": 540,
"text": "(Merlo and Stevenson, 2001",
"ref_id": "BIBREF12"
},
{
"start": 726,
"end": 752,
"text": "(Merlo and Stevenson, 2001",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Object-Drop",
"sec_num": null
},
{
"text": "We create a probabilistic classifier that can automatically classify a set of verbs into argument structure classes with a reasonable error rate. We use the hypothesis introduced by that although a verb in a particular class can occur in all of the syntactic contexts as verbs from other classes the statistical distributions can be distinguished. In other words, verbs from certain classes will be more likely to occur in some syntactic contexts than others. We identify features that pick out the verb occurences in these contexts. By using these features, we will attempt to determine the classification of those verbs. In the previous section we saw that we sometimes have noun-phrase arguments (NP causer ) as being a causer of the action denoted by the verb. For example, show that a classifier can exploit these causativity facts to improve classifiction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Hypothesis",
"sec_num": "2"
},
{
"text": "We use some new features in addition to the ones proposed and used in (Merlo and Stevenson, 2001) for this task. In addition, we include as a feature the probabilistic classification of the verb as a transitive or intransitive verb. Thus the classifier is simulaneously placing each verb into the appropriate subcategorization frame as well as identifying the underlying thematic roles of the verb arguments.",
"cite_spans": [
{
"start": 70,
"end": 97,
"text": "(Merlo and Stevenson, 2001)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Hypothesis",
"sec_num": "2"
},
{
"text": "In our experiment, we will consider the following set of classes (each of these were explained in the previous section): unergative, unaccusative, and object-drop. We test 76 verbs taken from (Levin, 1993 ) that are in one of these three classes. The particular verbs were chosen to include high frequency as well as low frequency verb tokens in our particular corpus of 23M words of WSJ text. 2 We used all instances of these verbs from the WSJ corpus. The data was annotated with the right classification for each verb and the classifier was trained on 90% of the verbs taken from the 23M word corpus and tested on 10% of the data using 10-fold cross validation. We describe the experiment in greater detail in Section 4.",
"cite_spans": [
{
"start": 192,
"end": 204,
"text": "(Levin, 1993",
"ref_id": "BIBREF9"
},
{
"start": 394,
"end": 395,
"text": "2",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Hypothesis",
"sec_num": "2"
},
{
"text": "An important part of identifying the argument structure of the verb is to find the verb's subcategorization frame (SF). For this paper, we are interested in whether the verb takes an intransitive SF or a transitive SF.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Identifying subcategorization frames",
"sec_num": "3"
},
{
"text": "In general, the problem of identifying subcategorization frames is to distinguish between arguments and adjuncts among the constituents modifying a verb. For example, in \"John saw Mary yesterday at the station\", only \"John\" and \"Mary\" are required arguments while the other constituents are optional (adjuncts). 3 The problem of SF identification using statistical methods has had a rich discussion in the literature (Ushioda et al., 1993; Manning, 1993; Briscoe and Carroll, 1997; Brent, 1994) (also see the refences cited in (Sarkar and Zeman, 2000) ). In this paper, we use the method of hypothesis testing to discover the SF for a given verb (Brent, 1994) . Along with the techniques given in these papers, (Sarkar and Zeman, 2000; Korhonen et al., 2000) also discuss other methods for hypothesis testing such the use of the t-score statistic and the likelihood ratio test. After experimenting with all three of these methods we selected the likelihood ratio test because it performed with higher accuracy on a small set of hand-annotated instances. We use the determination of the verb's SF as an input to our argument structure classifier (see Section 4).",
"cite_spans": [
{
"start": 312,
"end": 313,
"text": "3",
"ref_id": null
},
{
"start": 417,
"end": 439,
"text": "(Ushioda et al., 1993;",
"ref_id": "BIBREF20"
},
{
"start": 440,
"end": 454,
"text": "Manning, 1993;",
"ref_id": "BIBREF10"
},
{
"start": 455,
"end": 481,
"text": "Briscoe and Carroll, 1997;",
"ref_id": "BIBREF3"
},
{
"start": 482,
"end": 494,
"text": "Brent, 1994)",
"ref_id": "BIBREF2"
},
{
"start": 527,
"end": 551,
"text": "(Sarkar and Zeman, 2000)",
"ref_id": "BIBREF15"
},
{
"start": 646,
"end": 659,
"text": "(Brent, 1994)",
"ref_id": "BIBREF2"
},
{
"start": 711,
"end": 735,
"text": "(Sarkar and Zeman, 2000;",
"ref_id": "BIBREF15"
},
{
"start": 736,
"end": 758,
"text": "Korhonen et al., 2000)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Identifying subcategorization frames",
"sec_num": "3"
},
{
"text": "The method works as follows: for each verb, we need to associate a score to the hypothesis that a particular set of dependents of the verb are arguments of that verb. In other words, we need to assign a value to the hypothesis that the observed frame under consideration is the verb's SF. Intuitively, we either want to test for independence of the observed frame and verb distributions in the data, or we want to test how likely is a frame to be observed with a particular verb without being a valid SF. We develop these intuitions by using the method of hypothesis testing using the likelihood ratio test. For fur-ther background on this method of hypothesis testing the reader is referred to (Bickel and Doksum, 1977; Dunning, 1993) .",
"cite_spans": [
{
"start": 695,
"end": 720,
"text": "(Bickel and Doksum, 1977;",
"ref_id": "BIBREF1"
},
{
"start": 721,
"end": 735,
"text": "Dunning, 1993)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Identifying subcategorization frames",
"sec_num": "3"
},
{
"text": "Let us take the hypothesis that the distribution of an observed frame f in the training data is independent of the distribution of a verb v. We can phrase this hypothesis as p(",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "f | v) = p( f | !v) = p( f )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": ", that is distribution of a frame f given that a verb v is present is the same as the distribution of f given that v is not present (written as !v). We use the log likelihood test statistic (Bickel and Doksum, 1977, 209) as a measure to discover particular frames and verbs that are highly associated in the training data.",
"cite_spans": [
{
"start": 190,
"end": 220,
"text": "(Bickel and Doksum, 1977, 209)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "k 1 = c( f, v) n 1 = c(v) = c( f, v) + c(! f, v) k 2 = c( f, !v) n 2 = c(!v) = c( f, !v) + c(! f, !v)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "where c(\u2022) are counts in the training data. Using the values computed above:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "p 1 = k 1 n 1 p 2 = k 2 n 2 p = k 1 + k 2 n 1 + n 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "Taking these probabilities to be binomially distributed, the log likelihood statistic (Dunning, 1993) is given by:",
"cite_spans": [
{
"start": 86,
"end": 101,
"text": "(Dunning, 1993)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "\u22122 log \u03bb = 2[log L(p 1 , k 1 , n 1 ) + log L(p 2 , k 2 , n 2 ) \u2212 log L(p, k 1 , n 2 ) \u2212 log L(p, k 2 , n 2 )]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "where,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "log L(p, n, k) = k log p + (n \u2212 k) log(1 \u2212 p)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "According to this statistic, the greater the value of \u22122 log \u03bb for a particular pair of observed frame and verb, the more likely that frame is to be valid SF of the verb. If this value is above a certain threshold it is taken to be a positive value for the binary feature TRAN, else it is a positive feature for the binary feature INTRAN in the construction of the classifier. 4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Likelihood ratio test",
"sec_num": "3.1"
},
{
"text": "To construct the classifier, we will identify features that can be used to accurately distinguish verbs into different classes. The features are computed to be the probability of observing a particular feature with each verb to be classified. We use C5.0 (Quinlan, 1992) to generate the decision tree classifier. The features are extracted from a 23M word corpus of WSJ text (LDC WSJ 1988 collection) . Note that the training and test data constructed from this set are produced by the classification of individual verbs into their respective classes taken from (Merlo and Stevenson, 2001) .",
"cite_spans": [
{
"start": 255,
"end": 270,
"text": "(Quinlan, 1992)",
"ref_id": "BIBREF13"
},
{
"start": 375,
"end": 400,
"text": "(LDC WSJ 1988 collection)",
"ref_id": null
},
{
"start": 562,
"end": 589,
"text": "(Merlo and Stevenson, 2001)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Steps in Constructing the Classifier",
"sec_num": "4"
},
{
"text": "We prepare the corpus by passing it through Adwait Ratnaparkhi's part-of-speech tagger (Ratnaparkhi, 1996) (trained on the Penn Treebank WSJ corpus) and then running Steve Abney's chunker (Abney, 1997) .",
"cite_spans": [
{
"start": 188,
"end": 201,
"text": "(Abney, 1997)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Steps in Constructing the Classifier",
"sec_num": "4"
},
{
"text": "We use the following features to construct the classifier. The first four features were discussed and motivated in Merlo and Stevenson, 2001 ). In some cases, we have modified the features to include information about part-of-speech tags. The discussion below clarifies the similarities and changes. The features we used in addition are the last two in the following list, the part-of-speech features and the subcategorization frame features. To calculate all the probability values of each features, we perform the following steps.",
"cite_spans": [
{
"start": 115,
"end": 140,
"text": "Merlo and Stevenson, 2001",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Steps in Constructing the Classifier",
"sec_num": "4"
},
{
"text": "To find the main verb, we constructed a deterministic finite-state automaton that finds the main verb within the verb phrase chunks. This DFA is used in two steps. First, to select a set of main verbs from which we select the final set of 76 verbs used in our experiment. Secondly, the actual set of verbs is incorporated into the DFA in the feature selection step.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finding the main verb of the sentences",
"sec_num": "4.1"
},
{
"text": "The general form of the equation we use to find the frequency distribution of each feature of the verb is the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Obtaining the frequency distribution of the features",
"sec_num": "4.2"
},
{
"text": "P(V j ) = C(V j ) 1\u2264x\u2264N C(V x )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Obtaining the frequency distribution of the features",
"sec_num": "4.2"
},
{
"text": "where P(V j ) is the distribution of feature j of the verb, N is the total number of features of the particular type (e.g., the total number of CAUS features or ANIM features as described below) and C(V j ) is the number of times this feature of the verb was observed in the corpus. The features computed using this formula are: ACT, PASS, TRAN, INTRAN, VBD, and VBN.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Obtaining the frequency distribution of the features",
"sec_num": "4.2"
},
{
"text": "To correctly obtain the causative values of the testing verbs, we needed to know the meaning of the sentences. In this paper, we approximate the value by using the following approach. Also, the causative value is not a probability but a weight which is subsequently normalized. We extract the subjects and objects of verbs and put them into two sets. We use the last noun of the subject noun phrase and object noun phrase (tagged by NN, NNS, NNP, or NNPS) , as the subject and object of the sentences. Then the causative value is CAUS = overlap sum of all subject and objects in multiset where the overlap is defined as the largest multiset of elements belonging to both subjects and objects multisets.",
"cite_spans": [
{
"start": 433,
"end": 455,
"text": "NN, NNS, NNP, or NNPS)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The causative feature: CAUS",
"sec_num": "4.3"
},
{
"text": "If subject is in the set {a, a, b, c} and object is in set {a, d}, the intersection between both set will be {a, a}, and the causative value will be 2 (4+2) = 1 3 . If subject is in the set {a, a, b, c} and object is in the set {a, b, d}, the intersection between both set will be {a, a, b}, and the causative value will be (2+1) (4+3) = 3 7 . Note that using this measure, we expect to get higher weights for tokens that occur frequently in the object position and sometimes in the subject position. For example, CAUS({a, b}, {a, b}) = 2 4 while CAUS({a, b}, {a, a, a}) = 3 5 . This difference in the weight given by the CAUS feature is exploited in the classifier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The causative feature: CAUS",
"sec_num": "4.3"
},
{
"text": "Similar to CAUS, we can only approximate the value of animacy. We use the following formula to find the value: ANIM = number of occurrence of pronoun in subject/number of occurrence of verbs The set of pronouns used are I, we, you, she, he, and they. In addition we use the set of part-ofspeech tags which are associated with animacy in Penn Treebank tagset as part of set of features described in the next section.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The animate feature: ANIM",
"sec_num": "4.4"
},
{
"text": "The part-of-speech feature picks up several subtle cues about the differences in the types of arguments selected by the verb in its subject or object position.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Part of Speech of object and subject",
"sec_num": "4.5"
},
{
"text": "We count the occurrence of the head nouns of the subject noun phrase and the object noun phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Part of Speech of object and subject",
"sec_num": "4.5"
},
{
"text": "Then, we find the frequency distribution by using the same formula as before:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Part of Speech of object and subject",
"sec_num": "4.5"
},
{
"text": "P(V j ) = C(V j ) 1\u2264x\u2264N C(V x )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Part of Speech of object and subject",
"sec_num": "4.5"
},
{
"text": "where P(V j ) is the distribution of part of speech j, N is the total number of relevant POS features and C(V j ) is the number of occurrences of part of speech j. Also, we limit the part of speech to only the following tags of speech: NNP, NNPS, EX, PRP, and SUCH, where NNP is singular noun phrase, NNPS is plural noun phrase, EX is 'there', PRP is personal pronoun, and SUCH is 'such'.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Part of Speech of object and subject",
"sec_num": "4.5"
},
{
"text": "To find values for this feature we use the technique described in Section 3. For each verb in our list we extract all the subsequent NP and PP chunks and their heads from the chunker output. We then perform subcategorization frame learning with all subsets of these extracted potential arguments. The counts are appropriately assigned to these subsets to provide a well-defined model. Using these counts and the methods in Section 3 we categorize a verb as either transitive or intransitive. For simplicity, any number of arguments above zero is considered to be a candidate for transitivity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transitive and intransitive SF of the verb",
"sec_num": "4.6"
},
{
"text": "After we obtain all the probabilistic distributions of the features of our testing verbs, we then use C5.0 (Quinlan, 1992) to construct the classifier. The data was annotated with the right classification for each verb and the classifier was run on 10% of the data using 10-fold cross validation.",
"cite_spans": [
{
"start": 107,
"end": 122,
"text": "(Quinlan, 1992)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the Classifier",
"sec_num": "4.7"
},
{
"text": "We tried all possible feature combinations (individual features and all possible conjunctions of those features) to explore the contributions of each feature to the reduction of the error rate. The following are the results of the best performing feature combinations. With our base features, ACT, PASS, VBD, VBN, TRAN, and INTRAN we get the average error rate of 49.4% for 10 fold cross validation. We can see that when we add the CAUS feature, the average error decreases to 41.1%. The CAUS feature helps in decreasing the error rate. Also, when we add the ANIM feature, we get a much better performance. Our average error rate decreases to 37.5%. This is the lowest error rate we can achieve by adding one extra feature in addition to the base features. The ANIM feature is an important feature that we can use to construct the classifier. When we add the PART OF SPEECH feature, the error rate also decreases to 39.2%. Therefore, the PART OF SPEECH also helps reduce the error rate as well. When we put together the CAUS feature and ANIM feature, we achieve the lowest error rate, which is 33.4%. When we put the PART OF SPEECH and CAUS features together, the error rate does not really decrease (39.0%), comparing to the result with only the PART OF SPEECH feature. The reason of this result should be that there are some parts of the PART OF SPEECH feature and CAUS feature that overlap. When we add the ANIM and PART OF SPEECH features together, the error rate does decrease to 35.8%. Although the result is not as good as result of using ANIM and CAUS features, the combination of the ANIM and PART OF SPEECH features could be considered effective features that we can use to construct the classifier. We then combine all the features together. The result as expected is not very good. The error rate is 39.5%. The reason should be the same reason as the lower performance when combining the CAUS and PART OF SPEECH features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "Note that the features TRAN/INTRAN are needed for computing a large subset of the features used. Hence we did not conduct any experiments without these features. These experiments show that the use of SF learning can be useful to the performance of the verb alternation classifier. The error rate of the baseline classifier (picking the right argument structure at chance) was 65.5%. (Merlo and Stevenson, 2001 ) calculate the expert-based upper bound at this task to be an error rate of 13.5%.",
"cite_spans": [
{
"start": 384,
"end": 410,
"text": "(Merlo and Stevenson, 2001",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "Our best performing classifier achieves a 33.4% error rate. In comparison, (Merlo and Stevenson, 2001 ) obtain an error rate of 30.2% using a tagged and automatically parsed data set of 65M words of WSJ text. Thus, while we obtain a slightly worse error rate, this is obtained using a much smaller set of training data.",
"cite_spans": [
{
"start": 75,
"end": 101,
"text": "(Merlo and Stevenson, 2001",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "In this paper, we discussed a technique which automatically identified the correct argument structure of a set of verbs. Our results in this paper serve as a replication and extension of the results in (Merlo and Stevenson, 2001) . Our main contribution in this paper is to show that with reasonable accuracy, this task can be accomplished using only tagged and chunked data. In addition, we incorporate some additional features such as part-of-speech tags and the use of subcategorization frame learning as part of our classification algorithm.",
"cite_spans": [
{
"start": 202,
"end": 229,
"text": "(Merlo and Stevenson, 2001)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "We exploited the distributions of selected features from the local context of the verb which was extracted from a 23M word WSJ corpus. We used C5.0 to construct a decision tree classifier using the values of those features. We were able to construct a classifier that has an error rate of 33.4%. This work shows that a subcategorization frame learning algorithm (Sarkar and Zeman, 2000) can be applied to the task of classifying verbs into verb alternation classes.",
"cite_spans": [
{
"start": 362,
"end": 386,
"text": "(Sarkar and Zeman, 2000)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "In future work, we would like to classify verbs into alternation classes on a per-token basis (as is done in the approach taken by Gildea (2002) ) rather than the per-type we currently employ and also incorporate information about word senses in order to feasibly include verb alternation information in a statistical parser.",
"cite_spans": [
{
"start": 131,
"end": 144,
"text": "Gildea (2002)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5"
},
{
"text": "The examples are taken from(Merlo and Stevenson, 2001). See(Levin, 1993) for more information. The particular categorization that we use here is motivated in(Stevenson and Merlo, 1997)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The particular verbs selected were looked up in(Levin, 1993) and the class for each verb in the classification system defined in(Stevenson and Merlo, 1997) was selected with some discussion with linguists.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "There is some controversy as to the correct subcategorization of a given verb and linguists often disagree as to what is the right set of SFs for a given verb. A machine learning approach such as the one followed in this paper sidesteps this issue altogether, since it is left to the algorithm to learn what is an appropriate SF for a verb. The stance taken in this paper is that the efficacy of SF learning is evaluated on some domain, as is done here on learning verb alternations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "See(Sarkar and Zeman, 2000) for information on how the threshold is selected.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Note that whileMerlo and Stevenson, 2001) used a TRAN/INTRAN feature, in their case it was estimated in a completely different way using tagged data. Hence, while we use the same name for the feature here, it is not the same kind of feature as the one used in the cited work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Part of speech tagging and partial parsing",
"authors": [
{
"first": "Steve",
"middle": [],
"last": "Abney",
"suffix": ""
}
],
"year": 1997,
"venue": "Corpus based methods in language and speech",
"volume": "",
"issue": "",
"pages": "118--136",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Steve Abney. 1997. Part of speech tagging and par- tial parsing. In S. Young and G. Bloothooft, editors, Corpus based methods in language and speech, pages 118-136. Dordrecht: Kluwer.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Mathematical Statistics",
"authors": [
{
"first": "Peter",
"middle": [],
"last": "Bickel",
"suffix": ""
},
{
"first": "Kjell",
"middle": [],
"last": "Doksum",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter Bickel and Kjell Doksum. 1977. Mathematical Statistics. Holden-Day Inc.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Acquisition of subcategorization frames using aggregated evidence from local syntactic cues",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Brent",
"suffix": ""
}
],
"year": 1994,
"venue": "Lingua",
"volume": "92",
"issue": "",
"pages": "433--470",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Brent. 1994. Acquisition of subcategorization frames using aggregated evidence from local syntac- tic cues. Lingua, 92:433-470. Reprinted in Acquisi- tion of the Lexicon, L. Gleitman and B. Landau (Eds.). MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Automatic extraction of subcategorization from corpora",
"authors": [
{
"first": "Ted",
"middle": [],
"last": "Briscoe",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Carroll",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of the 5th ANLP Conference",
"volume": "",
"issue": "",
"pages": "356--363",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ted Briscoe and John Carroll. 1997. Automatic extrac- tion of subcategorization from corpora. In Proceed- ings of the 5th ANLP Conference, pages 356-363, Washington, D.C. ACL.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Accurate methods for the statistics of surprise and coincidence",
"authors": [
{
"first": "Ted",
"middle": [],
"last": "Dunning",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "1",
"pages": "61--74",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ted Dunning. 1993. Accurate methods for the statistics of surprise and coincidence. Computational Linguis- tics, 19(1):61-74, March.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Probabilistic models of verbargument structure",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of COLING-2002",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Gildea. 2002. Probabilistic models of verb- argument structure. In Proc. of COLING-2002.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Statistical filtering and subcategorization frame acquisition",
"authors": [
{
"first": "A",
"middle": [],
"last": "Korhonen",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Gorrell",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Mccarthy",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Korhonen, G. Gorrell, and D. McCarthy. 2000. Sta- tistical filtering and subcategorization frame acquisi- tion. In Proceedings of EMNLP 2000.",
"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": "Proceedings of WVLC/EMNLP",
"volume": "",
"issue": "",
"pages": "21--22",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Maria Lapata and Chris Brew. 1999. Using subcate- gorization to resolve verb class ambiguity. In Pas- cale Fung and Joe Zhou, editors, Proceedings of WVLC/EMNLP, pages 266-274, 21-22 June.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Acquiring lexical generalizations from corpora: A case study for diathesis alternations",
"authors": [
{
"first": "Maria",
"middle": [],
"last": "Lapata",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of 37th Meeting of ACL",
"volume": "",
"issue": "",
"pages": "397--404",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Maria Lapata. 1999. Acquiring lexical generalizations from corpora: A case study for diathesis alternations. In Proceedings of 37th Meeting of ACL, pages 397- 404.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "English Verb Classes and Alternations",
"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 Alterna- tions. Chicago University Press, Chicago, IL.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Automatic acquisition of a large subcategorization dictionary from corpora",
"authors": [
{
"first": "D",
"middle": [],
"last": "Christopher",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 31st Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "235--242",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christopher D. Manning. 1993. Automatic acquisition of a large subcategorization dictionary from corpora. In Proceedings of the 31st Meeting of the ACL, pages 235-242, Columbus, Ohio.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Detecting verbal participation in diathesis alternations",
"authors": [
{
"first": "Diana",
"middle": [],
"last": "Mccarthy",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Korhonen",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of COLING/ACL-1998. Student Session",
"volume": "",
"issue": "",
"pages": "1493--1495",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Diana McCarthy and Anna Korhonen. 1998. Detect- ing verbal participation in diathesis alternations. In Proceedings of COLING/ACL-1998. Student Session, pages 1493-1495.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Automatic verb classification based on statistical distribution 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 distribu- tion of argument structure. Computational Linguis- tics, 27(3):373-408.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "C4.5: Programs for Machine Learning. Series in Machine Learning",
"authors": [
{
"first": "J",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Ross",
"middle": [],
"last": "Quinlan",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Ross Quinlan. 1992. C4.5: Programs for Machine Learning. Series in Machine Learning. Morgan Kauf- mann, San Mateo, CA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "A Maximum Entropy Part-Of-Speech Tagger",
"authors": [
{
"first": "A",
"middle": [],
"last": "Ratnaparkhi",
"suffix": ""
}
],
"year": 1996,
"venue": "Proc. of the Empirical Methods in Natural Language Processing Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Ratnaparkhi. 1996. A Maximum Entropy Part-Of- Speech Tagger. In Proc. of the Empirical Methods in Natural Language Processing Conference, University of Pennsylvania.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Automatic extraction of subcategorization frames for czech",
"authors": [
{
"first": "Anoop",
"middle": [],
"last": "Sarkar",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of COLING-2000",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anoop Sarkar and Daniel Zeman. 2000. Automatic ex- traction of subcategorization frames for czech. In Pro- ceedings of COLING-2000.",
"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": "Proceedings of the 18th International Conference on Computational Linguistics (COLING-2000)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sabine Schulte im Walde. 2000. Clustering verbs se- mantically according to their alternation behaviour. In Proceedings of the 18th International Conference on Computational Linguistics (COLING-2000), Saarbr- cken, Germany, August.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Lexical structure and parsing complexity. Language and Cognitive Processes",
"authors": [
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
},
{
"first": "Paola",
"middle": [],
"last": "Merlo",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "12",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suzanne Stevenson and Paola Merlo. 1997. Lexical structure and parsing complexity. Language and Cog- nitive Processes, 12(2).",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Automatic verb classification using distributions of grammatical features",
"authors": [
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
},
{
"first": "Paola",
"middle": [],
"last": "Merlo",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of EACL '99",
"volume": "",
"issue": "",
"pages": "8--12",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suzanne Stevenson and Paola Merlo. 1999. Automatic verb classification using distributions of grammatical features. In Proceedings of EACL '99, pages 45-52, Bergen, Norway, 8-12 June.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Supervised learning of lexical semantic verb classes using frequency distributions",
"authors": [
{
"first": "Suzanne",
"middle": [],
"last": "Stevenson",
"suffix": ""
},
{
"first": "Paola",
"middle": [],
"last": "Merlo",
"suffix": ""
},
{
"first": "Natalia",
"middle": [],
"last": "Kariaeva",
"suffix": ""
},
{
"first": "Kamin",
"middle": [],
"last": "Whitehouse",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of SIGLEX99: Standardizing Lexical Resources",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suzanne Stevenson, Paola Merlo, Natalia Kariaeva, and Kamin Whitehouse. 1999. Supervised learning of lexical semantic verb classes using frequency distri- butions. In Proceedings of SIGLEX99: Standardizing Lexical Resources, College Park, Maryland.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "The automatic acquisition of frequencies of verb subcategorization frames from tagged corpora",
"authors": [
{
"first": "Akira",
"middle": [],
"last": "Ushioda",
"suffix": ""
},
{
"first": "David",
"middle": [
"A"
],
"last": "Evans",
"suffix": ""
},
{
"first": "Ted",
"middle": [],
"last": "Gibson",
"suffix": ""
},
{
"first": "Alex",
"middle": [],
"last": "Waibel",
"suffix": ""
}
],
"year": 1993,
"venue": "Proc. of the Workshop on Acquisition of Lexical Knowledge from Text",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Akira Ushioda, David A. Evans, Ted Gibson, and Alex Waibel. 1993. The automatic acquisition of frequen- cies of verb subcategorization frames from tagged cor- pora. In Proc. of the Workshop on Acquisition of Lex- ical Knowledge from Text, Columbus, OH.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "of Speech of the subject noun-phrase and object noun-phrase 6. transitive (TRAN) and intransitive (INTRAN)"
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Results of the verb classification. Bold face results are for the best performing set of features in the classifier."
},
"TABREF1": {
"html": null,
"num": null,
"content": "<table><tr><td>Pierre</td><td colspan=\"2\">NNP nx 2</td></tr><tr><td>Vinken</td><td>NNP</td><td/></tr><tr><td>,</td><td>,</td><td/></tr><tr><td>61</td><td>CD</td><td>ax 3</td></tr><tr><td>years</td><td>NNS</td><td/></tr><tr><td>old</td><td>JJ</td><td/></tr><tr><td>,</td><td>,</td><td/></tr><tr><td>will</td><td colspan=\"2\">MD vx 2</td></tr><tr><td>join</td><td>VB</td><td/></tr><tr><td>the</td><td>DT</td><td>nx 2</td></tr><tr><td>board</td><td>NN</td><td/></tr><tr><td>as</td><td>IN</td><td/></tr><tr><td>a</td><td>DT</td><td>nx 3</td></tr><tr><td colspan=\"2\">nonexecutive JJ</td><td/></tr><tr><td>director</td><td>NN</td><td/></tr><tr><td>Nov.</td><td>NNP</td><td/></tr><tr><td>29</td><td>CD</td><td/></tr><tr><td>.</td><td/><td/></tr></table>",
"type_str": "table",
"text": "over the entire text. The output of this stage and the input to our feature extractor is shown below."
}
}
}
}