|
{ |
|
"paper_id": "I05-1049", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T07:24:59.064846Z" |
|
}, |
|
"title": "Relative Compositionality of Multi-word Expressions: A Study of Verb-Noun (V-N) Collocations", |
|
"authors": [ |
|
{ |
|
"first": "Sriram", |
|
"middle": [], |
|
"last": "Venkatapathy", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "International Institute of Information Technology -Hyderabad", |
|
"location": { |
|
"settlement": "Hyderabad", |
|
"country": "India" |
|
} |
|
}, |
|
"email": "sriram@research.iiit.ac.in" |
|
}, |
|
{ |
|
"first": "Aravind", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Joshi", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "joshi@linc.cis.upenn.edu" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Recognition of Multi-word Expressions (MWEs) and their relative compositionality are crucial to Natural Language Processing. Various statistical techniques have been proposed to recognize MWEs. In this paper, we integrate all the existing statistical features and investigate a range of classifiers for their suitability for recognizing the non-compositional Verb-Noun (V-N) collocations. In the task of ranking the V-N collocations based on their relative compositionality, we show that the correlation between the ranks computed by the classifier and human ranking is significantly better than the correlation between ranking of individual features and human ranking. We also show that the properties 'Distributed frequency of object' (as defined in [27]) and 'Nearest Mutual Information' (as adapted from [18]) contribute greatly to the recognition of the non-compositional MWEs of the V-N type and to the ranking of the V-N collocations based on their relative compositionality.", |
|
"pdf_parse": { |
|
"paper_id": "I05-1049", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Recognition of Multi-word Expressions (MWEs) and their relative compositionality are crucial to Natural Language Processing. Various statistical techniques have been proposed to recognize MWEs. In this paper, we integrate all the existing statistical features and investigate a range of classifiers for their suitability for recognizing the non-compositional Verb-Noun (V-N) collocations. In the task of ranking the V-N collocations based on their relative compositionality, we show that the correlation between the ranks computed by the classifier and human ranking is significantly better than the correlation between ranking of individual features and human ranking. We also show that the properties 'Distributed frequency of object' (as defined in [27]) and 'Nearest Mutual Information' (as adapted from [18]) contribute greatly to the recognition of the non-compositional MWEs of the V-N type and to the ranking of the V-N collocations based on their relative compositionality.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "The main goals of the work presented in this paper are (1) To investigate a range of classifiers for their suitability in recognizing the non-compositional V-N collocations, and (2) To examine the relative compositionality of collocations of V-N type. Measuring the relative compositionality of V-N collocations is extremely helpful in applications such as machine translation where the collocations that are highly non-compositional can be handled in a special way.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Multi-word expressions (MWEs) are those whose structure and meaning cannot be derived from their component words, as they occur independently. Examples include conjunctions like 'as well as' (meaning 'including'), idioms like 'kick the bucket' (meaning 'die'), phrasal verbs like 'find out' (meaning 'search') and compounds like 'village community'. A typical natural language system assumes each word to be a lexical unit, but this assumption does not hold in case of MWEs [6] [12] . They have idiosyncratic interpretations which cross word boundaries and hence are a 'pain in the neck' [23] . They account for a large portion of the language used in day-to-day interactions [25] and so, handling them becomes an important task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 474, |
|
"end": 477, |
|
"text": "[6]", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 478, |
|
"end": 482, |
|
"text": "[12]", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 588, |
|
"end": 592, |
|
"text": "[23]", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 676, |
|
"end": 680, |
|
"text": "[25]", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "A large number of MWEs have a standard syntactic structure but are noncompositional semantically. An example of such a subset is the class of noncompositional verb-noun collocations (V-N collocations). The class of V-N collocations which are non-compositional is important because they are used very frequently. These include verbal idioms [22] , support-verb constructions [1] [2] etc. The expression 'take place' is a MWE whereas 'take a gift' is not a MWE.", |
|
"cite_spans": [ |
|
{ |
|
"start": 340, |
|
"end": 344, |
|
"text": "[22]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 374, |
|
"end": 377, |
|
"text": "[1]", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 378, |
|
"end": 381, |
|
"text": "[2]", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "It is well known that one cannot really make a binary distinction between compositional and non-compositional MWEs. They do not fall cleanly into mutually exclusive classes, but populate the continuum between the two extremes [4] . So, we rate the MWEs (V-N collocations in this paper) on a scale from 1 to 6 where 6 denotes a completely compositional expression, while 1 denotes a completely opaque expression. But, to address the problem of identification, we still need to do an approximate binary distinction. We call the expressions with a rating of 4 to 6 compositional and the expressions with rating of 1 to 3 as non-compositional. (See Section 4 for further details).", |
|
"cite_spans": [ |
|
{ |
|
"start": 226, |
|
"end": 229, |
|
"text": "[4]", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Various statistical measures have been suggested for identification of MWEs and ranking expressions based on their compositionality. Some of these are Frequency, Mutual Information [9] , Log-Likelihood [10] and Pearson's \u03c7 2 [8] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 181, |
|
"end": 184, |
|
"text": "[9]", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 202, |
|
"end": 206, |
|
"text": "[10]", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 225, |
|
"end": 228, |
|
"text": "[8]", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Integrating all the statistical measures should provide better evidence for recognizing MWEs and ranking the expressions. We use various Machine Learning Techniques (classifiers) to integrate these statistical features and classify the V-N collocations as MWEs or Non-MWEs. We also use a classifier to rank the V-N collocations according to their compositionality. We then compare these ranks with the ranks provided by the human judge. A similar comparison between the ranks according to Latent-Semantic Analysis (LSA) based features and the ranks of human judges has been done by McCarthy, Keller and Caroll [19] for verb-particle constructions. (See Section 3 for more details). Some preliminary work on recognition of V-N collocations was presented in [28] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 610, |
|
"end": 614, |
|
"text": "[19]", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 756, |
|
"end": 760, |
|
"text": "[28]", |
|
"ref_id": "BIBREF28" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In the task of classification, we show that the technique of weighted features in distance-weighted nearest-neighbour algorithm performs slightly better than other machine learning techniques. We also find that the 'distributed frequency of object (as defined by [27] )' and 'nearest mutual information (as adapted from [18] )' are important indicators of the non-compositionality of MWEs. In the task of ranking, we show that the ranks assigned by the classifier correlated much better with the human judgement than the ranks assigned by individual statistical measures.", |
|
"cite_spans": [ |
|
{ |
|
"start": 263, |
|
"end": 267, |
|
"text": "[27]", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 320, |
|
"end": 324, |
|
"text": "[18]", |
|
"ref_id": "BIBREF18" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "This paper is organised in the following sections (2) Basic Architecture, Now, to recognise the MWEs, the classifier has to do a binary classification of this vector. So, ideally, the classifier should take the above information and classify 'raise an eyebrow' as an MWE. The classifier can also be used to rank these vectors according to their relative compositionality.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Church and Hanks (1989) proposed a measure of association called Mutual Information [9] . Mutual Information (MI) is the logarithm of the ratio between the probability of the two words occurring together and the product of the probability of each word occurring individually. The higher the MI, the more likely are the words to be associated with each other. The usefulness of the statistical approach suggested by Church and Hanks [9] is evaluated for the extraction of V-N collocations from German text Corpora [7] . Several other measures like Log-Likelihood [10] , Pearson's \u03c7 2 [8] , Z-Score [8] , Cubic Association Ratio (MI3), Log-Log [17] , etc., have been proposed. These measures try to quantify the association of the two words but do not talk about quantifying the non-compositionality of MWEs. Dekang Lin proposes a way to automatically identify the non-compositionality of MWEs [18] . He suggests that a possible way to separate compositional phrases from non-compositional ones is to check the existence and mutual-information values of phrases obtained by replacing one of the words with a similar word. According to Lin, a phrase is probably non-compositional if such substitutions are not found in the collocations database or their mutual information values are significantly different from that of the phrase. Another way of determining the non-compositionality of V-N collocations is by using 'distributed frequency of object'(DFO) in V-N collocations [27] . The basic idea in there is that \"if an object appears only with one verb (or few verbs) in a large corpus we expect that it has an idiomatic nature\" [27] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 84, |
|
"end": 87, |
|
"text": "[9]", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 432, |
|
"end": 435, |
|
"text": "[9]", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 513, |
|
"end": 516, |
|
"text": "[7]", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 562, |
|
"end": 566, |
|
"text": "[10]", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 583, |
|
"end": 586, |
|
"text": "[8]", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 597, |
|
"end": 600, |
|
"text": "[8]", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 642, |
|
"end": 646, |
|
"text": "[17]", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 892, |
|
"end": 896, |
|
"text": "[18]", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 1473, |
|
"end": 1477, |
|
"text": "[27]", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 1629, |
|
"end": 1633, |
|
"text": "[27]", |
|
"ref_id": "BIBREF27" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Schone and Jurafsky [24] applied Latent-Semantic Analysis (LSA) to the analysis of MWEs in the task of MWE discovery, by way of rescoring MWEs extracted from the corpus. An interesting way of quantifying the relative compositionality of a MWE is proposed by Baldwin, Bannard, Tanaka and Widdows [3] . They use latent semantic analysis (LSA) to determine the similarity between an MWE and its constituent words, and claim that higher similarity indicates great decomposability. In terms of compositionality, an expression is likely to be relatively more compositional if it is decomposable. They evaluate their model on English NN compounds and verb-particles, and showed that the model correlated moderately well with the Wordnet based decomposibility theory [3] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 20, |
|
"end": 24, |
|
"text": "[24]", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 295, |
|
"end": 298, |
|
"text": "[3]", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 759, |
|
"end": 762, |
|
"text": "[3]", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Evert and Krenn [11] compare some of the existing statistical features for the recognition of MWEs of adjective-noun and preposition-noun-verb types. Galiano, Valdivia, Santiago and Lopez [14] use five statistical measures to classify generic MWEs using the LVQ (Learning Vector Quantization) algorithm. In contrast, we do a more detailed and focussed study of V-N collocations and the ability of various classifiers in recognizing MWEs. We also compare the roles of various features in this task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 16, |
|
"end": 20, |
|
"text": "[11]", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 188, |
|
"end": 192, |
|
"text": "[14]", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "McCarthy, Keller and Caroll [19] judge compositionality according to the degree of overlap in the set of most similar words to the verb-particle and head verb. They showed that the correlation between their measures and the human ranking was better than the correlation between the statistical features and the human ranking. We have done similar experiments in this paper where we compare the correlation value of the ranks provided by the classifier with the ranks of the individual features for the V-N collocations. We show that the ranks given by the classifier which integrates all the features provides a significantly better correlation than the individual features.", |
|
"cite_spans": [ |
|
{ |
|
"start": 28, |
|
"end": 32, |
|
"text": "[19]", |
|
"ref_id": "BIBREF19" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The data used for the experiments is British National Corpus of 81 million words. The corpus is parsed using Bikel's parser [5] and the Verb-Object Collocations are extracted. There are 4,775,697 V-N of which 1.2 million were unique. All the V-N collocations above the frequency of 100 (n=4405) are taken to conduct the experiments so that the evaluation of the system is feasible. These 4405 V-N collocations were searched in Wordnet, American Heritage Dictionary and SAID dictionary (LDC,2003). Around 400 were found in at least one of the dictionaries. Another 400 were extracted from the rest so that the evaluation set has roughly equal number of compositional and non-compositional expressions. These 800 expressions were annotated with a rating from 1 to 6 by using guidelines independently developed by the authors. 1 denotes the expressions which are totally non-compositional while 6 denotes the expressions which are totally compositional. The brief explanation of the various rating are (1) No word in the expression has any relation to the actual meaning of the expression. Example: \"leave a mark\". (2) Can be replaced by a single verb. Example : \"take a look\". (3) Although meanings of both words are involved, at least one of the words is not used in the usual sense. Example : \"break news\". (4) Relatively more compositional than (3). Example : \"prove a point\". (5) Relatively less compositional than (6). Example : \"feel safe\". (6) Completely compositional. Example : \"drink coffee\". For the experiments on classification (Section 7), we call the expressions with ratings of 4 to 6 as compositional and the expressions with rating of 1 to 3 as non-compositional. For the experiments on ranking the expressions based on their relative compositionality, we use all the 6 ratings to represent the relative compositionality of these expressions.", |
|
"cite_spans": [ |
|
{ |
|
"start": 124, |
|
"end": 127, |
|
"text": "[5]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Used for the Experiments", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The data was annotated by two fluent speakers of English. For 765 collocations out of 800, both the annotators gave a rating. For the rest, atleast one of the annotators marked the collocations as \"don't know\". Table 1 illustrates the details of the annotations provided by the two judges. From the table we see that annotator1 distributed the rating more uniformly among all the collocations while annotator2 observed that a significant proportion of the collocations were completely compositional. To measure the agreement between the two annotators, we used the Kendall's TAU (\u03c4 ). \u03c4 is the correlation between the rankings 1 of collocations given by the two annotators. W ranges between 0 (little agreement) and 1 (full agreement). W is calculated as below,", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 211, |
|
"end": 218, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Agreement Between the Judges", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u03c4 = i<j sgn(xi \u2212 xj)sgn(yi \u2212 yj ) (T0 \u2212 T1)(T0 \u2212 T2)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Agreement Between the Judges", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "where", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Agreement Between the Judges", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "T 0 = n(n \u2212 1)/2, T 1 = t i (t i \u2212 1)/2, T 2 = u i (u i \u2212 1)/2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Agreement Between the Judges", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "and where, n is the number of collocations, t i is the number of tied x values of i th group of tied x values and u i is the number of tied y values of i th group of tied y values.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Agreement Between the Judges", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We obtained a \u03c4 score of 0.61 which is highly significant. This shows that the annotators were in a good agreement with each other in deciding the rating to be given to the collocations. We also compare the ranking of the two annotators using Spearman's Rank-Correlation coefficient (r s ) (more details in section 8). We obtained a r s score of 0.71 indicating a good agreement between the annotators. A couple of examples where the annotators differed are (1) \"perform a task\" was rated 3 by annotator1 while it was rated 6 by annotator2 and (2) \"pay tribute\" was rated 1 by annotator1 while it was rated 4 by annotator2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Agreement Between the Judges", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The 765 samples annotated by both the annotators were then divided into a training set and a testing set in several possible ways to cross-validate the results of classification and ranking.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Agreement Between the Judges", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Each collocation is represented by a vector whose dimensions are the statistical features obtained from the British National Corpus. This list of features are given in Table 2 . 2 While conducting the experiments, all features are scaled from 0 to 1 to ensure that all features are represented uniformly. shake head [10] shake head [8] commit suicide play role fall asleep T-Score take place Z-Score shake head [9] have effect [26] commit suicide shake head fall asleep \u03c6-coefficient bridge gap Distributed come true shrug shoulder freq. of object become difficult press button (DFO) make sure [27] Nearest MI Collocations Whether object (Binary feature) (NMI) with no can occur [18] neigh. MI as a verb Whether object (Binary feature) is a nomin. of some verb", |
|
"cite_spans": [ |
|
{ |
|
"start": 178, |
|
"end": 179, |
|
"text": "2", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 316, |
|
"end": 320, |
|
"text": "[10]", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 332, |
|
"end": 335, |
|
"text": "[8]", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 411, |
|
"end": 414, |
|
"text": "[9]", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 427, |
|
"end": 431, |
|
"text": "[26]", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 594, |
|
"end": 598, |
|
"text": "[27]", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 655, |
|
"end": 660, |
|
"text": "(NMI)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 679, |
|
"end": 683, |
|
"text": "[18]", |
|
"ref_id": "BIBREF18" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 168, |
|
"end": 175, |
|
"text": "Table 2", |
|
"ref_id": "TABREF1" |
|
}, |
|
{ |
|
"start": 719, |
|
"end": 735, |
|
"text": "(Binary feature)", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "The evaluation data (765 vectors) is divided randomly into training and testing vectors in 10 ways for cross-validation. The training data consists of 90% of 786 vectors and the testing data consists of the remaining. We used various Machine Learning techinques to classify the V-N collocations into MWEs and non-MWEs. For every classifier, we calculated the average accuracy of all the test sets of each of the annotators. We then compare the average accuracies of all the classifiers. We found that the classifier that we used, the technique of weighted features in distance-weighted nearest-algorithm, performs somewhat better than other machine learning techniques.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments -Classification", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "The following are brief descriptions of the classifiers that we used in this paper.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments -Classification", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "This is an instance-based learning technique where the test vector is classified based on its nearest vectors in the training data. The simple distance between two vectors x i and x j is defined as d(x i ,x j ), where", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Nearest-Neighbour Algorithm", |
|
"sec_num": "7.1" |
|
}, |
|
{ |
|
"text": "d(xi, xj) = n r=1 (ar(xi) \u2212 ar(xj)) 2 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Nearest-Neighbour Algorithm", |
|
"sec_num": "7.1" |
|
}, |
|
{ |
|
"text": "Here, x is an instance of a vector and a r (x) is the value of the r th feature. One can use K neighbours to judge the class of the test vector. The test vector is assigned the class of maximum number of neighbours. This can be furthur modified by calculating the inverse weighted distance between the test vector and the neighbouring training vectors in each of the classes. The test vector is then assigned the class which has the higher inverse-weighted distance. One can also use all the training vectors and the weighted-distance principle to classify the test vector.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Nearest-Neighbour Algorithm", |
|
"sec_num": "7.1" |
|
}, |
|
{ |
|
"text": "The average classification accuracy of each of the above methods on the test sets of each of the annotators is shown in Table 3 . ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 120, |
|
"end": 127, |
|
"text": "Table 3", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Nearest-Neighbour Algorithm", |
|
"sec_num": "7.1" |
|
}, |
|
{ |
|
"text": "SVMs [15] have been very successful in attaining high accuracy for various machine-learning tasks. Unlike the error-driven algorithms (Perceptron etc.), SVM searches for the two distinct classes and maximizes the margin between two classes. Data of higher dimension can also be classified using the appropriate Kernel. We used Linear and Polynomial Kernel (degree=2) to test the evaluation data. We also used the radial-basis network in SVMs to compare the results because of their proximity to the nearest-neigbour algorithms. The average classification accuracy of each of the above methods on the test sets of each of the annotators is shown in Table 4 .", |
|
"cite_spans": [ |
|
{ |
|
"start": 5, |
|
"end": 9, |
|
"text": "[15]", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 648, |
|
"end": 655, |
|
"text": "Table 4", |
|
"ref_id": "TABREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "SVM-Based Classifiers", |
|
"sec_num": "7.2" |
|
}, |
|
{ |
|
"text": "Among all the features used, only a few might be very relevant to recognizing the non-compositionality of the MWE. As a result, the distance metric used by the nearest-neighbour algorithm which depends on all the features might be misleading. The distance between the neighbour will be dominated by large number of irrelevant features. A way of overcoming this problem is to weight each feature differently when calculating the distance between the two instances. This also gives us an insight into which features are mainly responsible for recognizing the non-compositionality of MWEs. The j th feature can be multiplied by the weight z j , where the values of z 1 ...z n are chosen to minimize the true classification error of the learning algorithm [20] . The distance using these weights is represented as", |
|
"cite_spans": [ |
|
{ |
|
"start": 752, |
|
"end": 756, |
|
"text": "[20]", |
|
"ref_id": "BIBREF20" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "d(xi, xj) = n r=1 (zr * (ar(xi) \u2212 ar(xj))) 2 ,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "where z r is the weight of the r th feature.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "The values of z 1 ...z n can be determined by cross-validation of the training data. We use leave-one-out cross-validation [21] , in which the set of m training vectors are repeatedly divided into a training set of m-1 and a test set of 1, in all possible ways. So, each vector in the training data is classified using the remaining vectors. The classification accuracy is defined as", |
|
"cite_spans": [ |
|
{ |
|
"start": 123, |
|
"end": 127, |
|
"text": "[21]", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "Clacc = 100 * ( m 1 classif y(i)/m)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "where classify(i)=1, if the i th training example is classified correctly using the distance-weighted nearest neighbour algorithm, otherwise classify(i)=0. Now, we try to maximize the classification accuracy in the following way, -In every iteration, vary the weights of the features one by one.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "-Choose the feature and its weight which brings the maximum increase in the value of Clacc. One can also choose the feature and its weight such that it brings the minimum increase in the value of Clacc. -Update the weight of this particular feature and go for the next iteration.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "-If there is no increase in classification accuracy, stop.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "When the weights are updated such that there is maximum increase in classification accuracy in every step, the average accuracies are 66.92% and 64.30% on the test sets of the two annotators respectively. But when the weights are updated such there is a minimum increase in classification accuracy at every We also compare our ranks (the average of the ranks suggested by the classifier) with the gold standard using the Spearman Rank-Order Correlation Coefficient. The results are shown in Table 7 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 491, |
|
"end": 498, |
|
"text": "Table 7", |
|
"ref_id": "TABREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "In Table 7 , we observe that the correlation between the ranks computed by the classifier and human ranking is better than the correlation between ranking of individual statistical features and human ranking.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 3, |
|
"end": 10, |
|
"text": "Table 7", |
|
"ref_id": "TABREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "We observe that among all the statistical features the ranks based on the properties 'Mutual Information', 'Distributed Frequency of an Object' [27] and 'Nearest mutual information' [18] correlated better with the ranks provided by the annotator. This is in accordance with the observation we made while describing the classification experiments, where we observed that the properties 'Distributed Frequency of an Object' and 'Mutual Information' contributed much to the classification of the expressions. When we compare the correlation values of MI, Log-likelihood and \u03c7 2 , we see that the Mutual-Information values correlated better. This result is similar to the observation made by McCarthy, Keller and Caroll [19] for phrasal verbs.", |
|
"cite_spans": [ |
|
{ |
|
"start": 144, |
|
"end": 148, |
|
"text": "[27]", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 182, |
|
"end": 186, |
|
"text": "[18]", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 716, |
|
"end": 720, |
|
"text": "[19]", |
|
"ref_id": "BIBREF19" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Weighted Features in Distance-Weighted Nearest-Neighbour Algorithm", |
|
"sec_num": "7.3" |
|
}, |
|
{ |
|
"text": "In this paper, we integrated the statistical features using various classifiers and investigated their suitability for recognising non-compositional MWEs of the V-N type. We also used a classifier to rank the V-N collocations according to their relative compositionality. This type of MWEs constitutes a very large percentage of all MWEs and are crucial for NLP applications, especially for Machine Translation. Our main results are as follows.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "-The technique of weighted features in distance-weighted nearest neighbour algorithm performs better than other Machine Learning Techniques in the task of recognition of MWEs of V-N type. -We show that the correlation between the ranks computed by the classifier and human ranking is significantly better than the correlation between ranking of individual features and human ranking. -The properties 'Distributed frequency of object' and 'Nearest MI' contribute greatly to the recognition of the non-compositional MWEs of the V-N type and to the ranking of the V-N collocations based on their relative compositionality.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "Our future work will consist of the following tasks -Evaluate the effectiveness of the techniques developed in this paper for applications like Machine Translation. -Improve our annotation guidelines and create more annotated data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "-Extend our approach to other types of MWEs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "Computed from the ratings.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The formulas of features are not given due to lack of space.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We want to thank Libin Shen and Nikhil Dinesh for their help in clarifying various aspects of Machine Learning Techniques. We would like to thank Roderick Saxey and Pranesh Bhargava for annotating the data and Mark Mandel for considerable editorial help.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "step, the average accuracies are 66.13% and 64.04% on the test sets of the two annotators respectively, which are slightly better than that obtained by the other Machine Learning Techniques.In the above two methods (Updating weights such that there is maximum or minimum increase in classification accuracy), we add the weights of the features of each of the evaluation sets. According to the average weights, the top three features (having high average weight) are shown in Tables 5 and 6 .In both the above cases, we find that the properties 'Mutual-Information' and the compositionality oriented feature 'Distributed Frequency of an Object' performed significantly better than the other features.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 475, |
|
"end": 489, |
|
"text": "Tables 5 and 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "annex", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "All the statistical measures show that the expressions ranked higher according to their decreasing values are more likely to be non-compositional. We compare these ranks with the average of the ranks given by the annotator (obtained from his rating). To compare, we use Spearman Rank-Order Correlation Coefficient (r s ), defined aswhere R i is the rank of i th x value, S i is the rank of i th y value,R is the mean of the R i values andS is the mean of S i values. We use an SVM-based ranking system [16] for our training. Here, we use 10% of the 765 vectors for training and the remaining for testing. The SVMbased ranking system builds a preference matrix of the training vectors to learn. It then ranks the test vectors. The ranking system takes a lot of time to train itself, and hence, we decided to use only a small proportion of the evaluation set for training.", |
|
"cite_spans": [ |
|
{ |
|
"start": 502, |
|
"end": 506, |
|
"text": "[16]", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments -Ranking", |
|
"sec_num": "8" |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Light verb constuctions and extraction out of NP in a tree adjoining grammar. Papers of the 24th Regional Meeting of the Chicago Linguistics Society", |
|
"authors": [ |
|
{ |
|
"first": "Anne", |
|
"middle": [], |
|
"last": "Abeille", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Abeille, Anne . Light verb constuctions and extraction out of NP in a tree adjoining grammar. Papers of the 24th Regional Meeting of the Chicago Linguistics Society. (1988)", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Papers of the 24th Regional Meeting of the Chicago Linguistics Society. Shinozaki Shorin", |
|
"authors": [ |
|
{ |
|
"first": "Monoji", |
|
"middle": [], |
|
"last": "Akimoto", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Akimoto, Monoji . Papers of the 24th Regional Meeting of the Chicago Linguistics Society. Shinozaki Shorin . (1989)", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "An Empirical Model of Multiword Expression", |
|
"authors": [ |
|
{ |
|
"first": "Timothy", |
|
"middle": [], |
|
"last": "Baldwin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Colin", |
|
"middle": [], |
|
"last": "Bannard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Takaaki", |
|
"middle": [], |
|
"last": "Tanaka", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dominic", |
|
"middle": [], |
|
"last": "Widdows", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the ACL-2003 Workshop on Multiword Expressions: Analysis, Acquisition and Treatment", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Baldwin, Timothy and Bannard, Colin and Tanaka, Takaaki and Widdows, Do- minic . An Empirical Model of Multiword Expression . Proceedings of the ACL- 2003 Workshop on Multiword Expressions: Analysis, Acquisition and Treatment. (2003)", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "A Statistical Approach to the Semantics of Verb-Particles", |
|
"authors": [ |
|
{ |
|
"first": "Colin", |
|
"middle": [], |
|
"last": "Bannard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Timothy", |
|
"middle": [], |
|
"last": "Baldwin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alex", |
|
"middle": [], |
|
"last": "Lascarides", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the ACL-2003 Workshop on Multiword Expressions: Analysis, Acquisition and Treatment", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bannard, Colin and Baldwin, Timothy and Lascarides, Alex . A Statistical Ap- proach to the Semantics of Verb-Particles . Proceedings of the ACL-2003 Workshop on Multiword Expressions: Analysis, Acquisition and Treatment. (2003)", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A Distributional Analysis of a Lexicalized Statistical Parsing Model", |
|
"authors": [], |
|
"year": 2004, |
|
"venue": "Proceedings of EMNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A Distributional Analysis of a Lexicalized Statistical Parsing Model . Proceedings of EMNLP . (2004)", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "The Phrasal Lexicon . Theoritical Issues of NLP", |
|
"authors": [ |
|
{ |
|
"first": "Joseph", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Becker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"I" |
|
], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Cambridge", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "Workshop in CL, Linguistics, Psychology", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Becker, Joseph D. . The Phrasal Lexicon . Theoritical Issues of NLP, Workshop in CL, Linguistics, Psychology and AI, Cambridge, MA. (1975)", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Extraction of V-N-Collocations from Text Corpora: A Feasibility Study for German . CoRR-1996", |
|
"authors": [ |
|
{ |
|
"first": "Elisabeth", |
|
"middle": [], |
|
"last": "Breidt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Breidt, Elisabeth . Extraction of V-N-Collocations from Text Corpora: A Feasibil- ity Study for German . CoRR-1996 . (1995)", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Parsing, word associations and typical predicate-argument relations", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Church", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Gale", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Hanks", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Hindle", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Current Issues in Parsing Technology. Kluwer Academic", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Church, K. and Gale, W. and Hanks, P. and Hindle, D. . Parsing, word associations and typical predicate-argument relations . Current Issues in Parsing Technology. Kluwer Academic, Dordrecht, Netherlands, 1991 . (1991)", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Word Association Norms, Mutual Information, and Lexicography", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Church", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Patrick", |
|
"middle": [], |
|
"last": "Hanks", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Proceedings of the 27th. Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Church, K. and Patrick Hanks . Word Association Norms, Mutual Information, and Lexicography . Proceedings of the 27th. Annual Meeting of the Association for Computational Linguistics, 1990 . (1989)", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Accurate Methods for the Statistics of Surprise and Coincidence . Computational Linguistics -1993", |
|
"authors": [ |
|
{ |
|
"first": "Ted", |
|
"middle": [], |
|
"last": "Dunning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dunning, Ted . Accurate Methods for the Statistics of Surprise and Coincidence . Computational Linguistics -1993 . (1993)", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Methods for the Qualitative Evaluation of Lexical Association Measures", |
|
"authors": [ |
|
{ |
|
"first": "Stefan", |
|
"middle": [], |
|
"last": "Evert", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Brigitte", |
|
"middle": [], |
|
"last": "Krenn", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceedings of the ACL -2001", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Stefan Evert and Brigitte Krenn . Methods for the Qualitative Evaluation of Lexical Association Measures . Proceedings of the ACL -2001 . (2001)", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "An extremist approach to multi-word expressions . A talk given at IRCS, University of Pennsylvania", |
|
"authors": [ |
|
{ |
|
"first": "Charles", |
|
"middle": [], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles Fillmore . An extremist approach to multi-word expressions . A talk given at IRCS, University of Pennsylvania, 2003. (2003)", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Survey of collocation extraction tools . Deliverable D-1a, MLAP-Project 93-19 DECIDE", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Fontenelle", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Th", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Bruls", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Thomas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Vanallemeersch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Jansen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Fontenelle and Bruls, Th. W. and Thomas, L. and Vanallemeersch, T. and Jansen, J. . Survey of collocation extraction tools . Deliverable D-1a, MLAP-Project 93-19 DECIDE, University of Liege, Belgium. (1994)", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Multi-word Expressions Recognition with the LVQ Algorithm", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Diaz-Galiano", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"T" |
|
], |
|
"last": "Martin-Valdivia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Martinez-Santiago", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Urena-Lopez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of Methodologies and Evaluation of Multiword Unit in Real-world Applications, LREC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Diaz-Galiano, M.C. and Martin-Valdivia, M.T. and Martinez-Santiago, F. and Urena-Lopez, L. A. . Multi-word Expressions Recognition with the LVQ Algorithm. Proceedings of Methodologies and Evaluation of Multiword Unit in Real-world Ap- plications, LREC, 2004 . (2004)", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Making large-Scale SVM Learning Practical", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Joachims", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Advances in Kernel Methods -Support Vector Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joachims, T. . Making large-Scale SVM Learning Practical . Advances in Kernel Methods -Support Vector Learning . (1999)", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Optimizing Search Engines Using Clickthrough Data", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Joachims", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Advances in Kernel Methods -Support Vector Learning edings of the ACM Conference on Knowledge Discovery and Data Mining (KDD)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joachims, T. . Optimizing Search Engines Using Clickthrough Data. Advances in Kernel Methods -Support Vector Learning edings of the ACM Conference on Knowledge Discovery and Data Mining (KDD), ACM, 2002. (2002)", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Framework and Results for English Senseval", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Kilgariff", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Rosenzweig", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Computers and the Humanities", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kilgariff, A. and Rosenzweig, J. . Framework and Results for English Senseval . Computers and the Humanities, 2000 . (2000)", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Automatic Identification of non-compositonal phrases", |
|
"authors": [ |
|
{ |
|
"first": "Dekang", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Proceedings of ACL-99", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dekang Lin . Automatic Identification of non-compositonal phrases. Proceedings of ACL-99, College Park, USA . (1999)", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Detecting a Continuum of Compositionality in Phrasal Verbs", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Mccarthy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Keller", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the ACL-2003 Workshop on Multi-word Expressions: Analysis, Acquisition and Treatment", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "McCarthy, D. and Keller, B. and Carroll, J. . Detecting a Continuum of Composi- tionality in Phrasal Verbs . Proceedings of the ACL-2003 Workshop on Multi-word Expressions: Analysis, Acquisition and Treatment, 2003. (2003)", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Instance-Based Learning", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Mitchell", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Machine Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mitchell, T. Instance-Based Learning . Machine Learning, McGraw-Hill Series in Computer Science, 1997 . (1997)", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Proceedings of the 11 International Conference on Machine Learning", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Moore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Lee", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Moore, A. W. and Lee, M.S. . Proceedings of the 11 International Conference on Machine Learning, 1994. (1994)", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Multi-word expressions: a pain in the neck for nlp", |
|
"authors": [ |
|
{ |
|
"first": "I", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Sag", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Timothy", |
|
"middle": [], |
|
"last": "Baldwin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Francis", |
|
"middle": [], |
|
"last": "Bond", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ann", |
|
"middle": [], |
|
"last": "Copestake", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Flickinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of CICLing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sag, I. A. and Baldwin, Timothy and Bond, Francis and Copestake, Ann and Flickinger, Dan. . Multi-word expressions: a pain in the neck for nlp . Proceedings of CICLing , 2002 . (2002)", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Is Knowledge-Free Induction of Multiword Unit Dictionary Headwords a Solved Problem", |
|
"authors": [ |
|
{ |
|
"first": "Patrick", |
|
"middle": [], |
|
"last": "Schone", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceedings of EMNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Schone, Patrick and Jurafsky, Dan. Is Knowledge-Free Induction of Multiword Unit Dictionary Headwords a Solved Problem? . Proceedings of EMNLP , 2001 . (2001)", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Relevance of tree rewriting systems for multi-word expressions", |
|
"authors": [ |
|
{ |
|
"first": "William", |
|
"middle": [], |
|
"last": "Schuler", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aravind", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Joshi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Schuler, William and Joshi, Aravind K. Relevance of tree rewriting systems for multi-word expressions. To be published. (2005)", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Retrieving Collocations from Text : Xtract . Computational Linguistics -1993", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Smadja", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Smadja, F. . Retrieving Collocations from Text : Xtract . Computational Linguis- tics -1993 . (1993)", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Timo Idiomatic object usage and support verbs . 36th Annual Meeting of the Association for Computational Linguistics", |
|
"authors": [ |
|
{ |
|
"first": "Pasi", |
|
"middle": [], |
|
"last": "Tapanainen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jussi", |
|
"middle": [], |
|
"last": "Piitulaine", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jarvinen", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tapanainen, Pasi and Piitulaine, Jussi and Jarvinen, Timo Idiomatic object usage and support verbs . 36th Annual Meeting of the Association for Computational Linguistics . (1998)", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Recognition of Multi-word Expressions: A Study of Verb-Noun (V-N) Collocations", |
|
"authors": [ |
|
{ |
|
"first": "Sriram", |
|
"middle": [], |
|
"last": "Venkatapathy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aravind", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Joshi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the International Conference on Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Venkatapathy, Sriram and Joshi, Aravind K. Recognition of Multi-word Expres- sions: A Study of Verb-Noun (V-N) Collocations. Proceedings of the International Conference on Natural Language Processing, 2004. (2004)", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"num": null, |
|
"type_str": "figure", |
|
"text": "Related work, (4) Data used for the experiments, (5) Agreement between the Judges, (6) Features, (7) Experiments -Classification, (8) Experiments -Ranking and (9) Conclusion. 2 Basic Architecture Recognition of MWEs can be regarded as a classification task where every V-N collocation can be classified either as a MWE or as a Non-MWE. Every V-N collocation is represented as a vector of features which are composed largely of various statistical measures. The values of these features for the V-N collocations are extracted from the British National Corpus. For example, the V-N collocation 'raise an eyebrow' can be represented as [ Frequency = 271, Mutual Information = 8.43, Log-Likelihood = 1456.29, etc.]." |
|
}, |
|
"TABREF0": { |
|
"text": "Details of the annotations of the two annotators", |
|
"content": "<table><tr><td>Ratings</td><td>6</td><td>5</td><td>4</td><td>3</td><td>2</td><td colspan=\"2\">1 Compositional Non-Compositional</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>(4 to 6)</td><td>(1 to 3)</td></tr><tr><td colspan=\"7\">Annotator1 141 122 127 119 161 95</td><td>390</td><td>375</td></tr><tr><td colspan=\"3\">Annotator2 303 88</td><td colspan=\"4\">79 101 118 76</td><td>470</td><td>195</td></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"html": null |
|
}, |
|
"TABREF1": { |
|
"text": "List of features and their top-3 example collocations", |
|
"content": "<table><tr><td>Feature</td><td>Top-3</td><td>Feature</td><td>Top-3</td></tr><tr><td/><td>take place</td><td colspan=\"2\">Mutual Information shrug shoulder</td></tr><tr><td>Frequency</td><td>have effect</td><td>[9]</td><td>bridge gap</td></tr><tr><td/><td>have time</td><td/><td>plead guilty</td></tr><tr><td>Cubic Association</td><td>take place</td><td>Log-Log</td><td>shake head</td></tr><tr><td>Measure</td><td>shake head</td><td>[17]</td><td>commit suicide</td></tr><tr><td>(Oakes, 1998)</td><td>play role</td><td/><td>fall asleep</td></tr><tr><td>Log-Likelihood</td><td>take place</td><td>Pearson's \u03c7 2</td><td/></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"html": null |
|
}, |
|
"TABREF2": { |
|
"text": "Average accuracies of MWE recognition using simple nearest-neighbour algorithms and weighted distance nearest neighbour algorithms", |
|
"content": "<table><tr><td/><td colspan=\"3\">Simple K-Nearest neighbour</td><td colspan=\"4\">Weighted-distance Nearest neighbour</td></tr><tr><td>Type</td><td>K=1</td><td>K=2</td><td>K=3</td><td>K=1</td><td>K=2</td><td>K=3</td><td>K=All</td></tr><tr><td colspan=\"2\">Annot.1 62.35</td><td>61.31</td><td>62.48</td><td>62.35</td><td>62.35</td><td>62.61</td><td>66.66</td></tr><tr><td colspan=\"2\">Annot.2 57.64</td><td>54.10</td><td>60.89</td><td>57.64</td><td>57.64</td><td>60.37</td><td>63.52</td></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"html": null |
|
}, |
|
"TABREF3": { |
|
"text": "Average accuracies of MWE recognition using SVMs (Linear, Polynomial and Radial Basis Function Kernel)", |
|
"content": "<table><tr><td/><td colspan=\"2\">Linear Ker. Polynomial Ker.</td><td/><td colspan=\"2\">Radial Basis networks</td><td/></tr><tr><td>Parameters</td><td/><td/><td colspan=\"4\">\u03c3 = 0.5 \u03c3 = 1.0 \u03c3 = 1.5 \u03c3 = 2.0</td></tr><tr><td>Annot.1</td><td>65.89</td><td>65.75</td><td>67.06</td><td>66.66</td><td>66.93</td><td>67.06</td></tr><tr><td>Annot.2</td><td>62.61</td><td>65.09</td><td>64.17</td><td>63.51</td><td>62.99</td><td>62.99</td></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"html": null |
|
}, |
|
"TABREF4": { |
|
"text": "The correlation values of the ranking of individual features and the ranking of classifier with the ranking of human judgements", |
|
"content": "<table><tr><td>MI</td><td colspan=\"2\">-0.125 Z-Score -0.059</td></tr><tr><td>MI3</td><td colspan=\"2\">0.001 \u03c6-coeff -0.102</td></tr><tr><td>Log-Log</td><td colspan=\"2\">-0.086 DFO -0.113</td></tr><tr><td colspan=\"2\">Log-Likelihood 0.005</td><td>NMI -0.167</td></tr><tr><td>\u03c7 2</td><td colspan=\"2\">-0.056 Class. 0.388</td></tr><tr><td>T-Score</td><td>0.045</td></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"html": null |
|
} |
|
} |
|
} |
|
} |