|
{ |
|
"paper_id": "Q13-1023", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T15:08:41.053730Z" |
|
}, |
|
"title": "", |
|
"authors": [ |
|
{ |
|
"first": "Mohit", |
|
"middle": [], |
|
"last": "Bansal", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Global Inference of Semantic Intensities Gerard de Melo ICSI", |
|
"location": { |
|
"settlement": "Berkeley" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Adjectives like good, great, and excellent are similar in meaning, but differ in intensity. Intensity order information is very useful for language learners as well as in several NLP tasks, but is missing in most lexical resources (dictionaries, WordNet, and thesauri). In this paper, we present a primarily unsupervised approach that uses semantics from Web-scale data (e.g., phrases like good but not excellent) to rank words by assigning them positions on a continuous scale. We rely on Mixed Integer Linear Programming to jointly determine the ranks, such that individual decisions benefit from global information. When ranking English adjectives, our global algorithm achieves substantial improvements over previous work on both pairwise and rank correlation metrics (specifically, 70% pairwise accuracy as compared to only 56% by previous work). Moreover, our approach can incorporate external synonymy information (increasing its pairwise accuracy to 78%) and extends easily to new languages. We also make our code and data freely available. 1", |
|
"pdf_parse": { |
|
"paper_id": "Q13-1023", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Adjectives like good, great, and excellent are similar in meaning, but differ in intensity. Intensity order information is very useful for language learners as well as in several NLP tasks, but is missing in most lexical resources (dictionaries, WordNet, and thesauri). In this paper, we present a primarily unsupervised approach that uses semantics from Web-scale data (e.g., phrases like good but not excellent) to rank words by assigning them positions on a continuous scale. We rely on Mixed Integer Linear Programming to jointly determine the ranks, such that individual decisions benefit from global information. When ranking English adjectives, our global algorithm achieves substantial improvements over previous work on both pairwise and rank correlation metrics (specifically, 70% pairwise accuracy as compared to only 56% by previous work). Moreover, our approach can incorporate external synonymy information (increasing its pairwise accuracy to 78%) and extends easily to new languages. We also make our code and data freely available. 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Current lexical resources such as dictionaries and thesauri do not provide information about the intensity order of words. For example, both WordNet (Miller, 1995) and Roget's 21st Century Thesaurus (thesaurus.com) present acceptable, great, and superb as synonyms of the adjective good. However, a native speaker knows that these words represent varying intensity and can in fact generally be ranked by intensity as acceptable < good < great < superb. Similarly, warm < hot < scorching are identified as synonyms in these resources. Ranking information, however, is crucial because it allows us to differentiate e.g. between various intensities of an emotion, and is hence very useful for humans when learning a language or judging product reviews, as well as for automatic text understanding and generation tasks such as sentiment and subjectivity analysis, recognizing textual entailment, question answering, summarization, and coreference and discourse analysis.", |
|
"cite_spans": [ |
|
{ |
|
"start": 149, |
|
"end": 163, |
|
"text": "(Miller, 1995)", |
|
"ref_id": "BIBREF19" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this work, we attempt to automatically rank sets of related words by intensity, focusing in particular on adjectives. This is made possible by the vast amounts of world knowledge that are now available. We use lexico-semantic information extracted from a Web-scale corpus in conjunction with an algorithm based on a Mixed Integer Linear Program (MILP). Linguistic analyses have identified phrases such as good but not great or hot and almost scorching in a text corpus as sources of evidence about the relative intensities of words. However, pure information extraction approaches often fail to provide enough coverage for real-world downstream applications (Tandon and de Melo, 2010) , unless some form of advanced inference is used (Snow et al., 2006; Suchanek et al., 2009) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 661, |
|
"end": 687, |
|
"text": "(Tandon and de Melo, 2010)", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 737, |
|
"end": 756, |
|
"text": "(Snow et al., 2006;", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 757, |
|
"end": 779, |
|
"text": "Suchanek et al., 2009)", |
|
"ref_id": "BIBREF27" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In our work, we address this sparsity problem by relying on Web-scale data and using an MILP model that extends the pairwise scores to a more complete joint ranking of words on a continuous scale, while maintaining global constraints such as transitivity and giving more weight to the order of word pairs with higher corpus evidence scores. Instead of considering intensity ranking as a pairwise decision process, we thus exploit the fact that individual decisions may benefit from global information, e.g. about how two words relate to some third word.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Previous work (Sheinman and Tokunaga, 2009; Schulam and Fellbaum, 2010; Sheinman et al., 2012) has also used lexico-semantic patterns to or-der adjectives. They mainly evaluate their algorithm on a set of pairwise decisions, but also present a partitioning approach that attempts to form scales by placing each adjective to the left or right of pivot words. Unfortunately, this approach often fails because many pairs lack order-based evidence even on the Web, as explained in more detail in Section 3.", |
|
"cite_spans": [ |
|
{ |
|
"start": 14, |
|
"end": 43, |
|
"text": "(Sheinman and Tokunaga, 2009;", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 44, |
|
"end": 71, |
|
"text": "Schulam and Fellbaum, 2010;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 72, |
|
"end": 94, |
|
"text": "Sheinman et al., 2012)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In contrast, our MILP jointly uses information from all relevant word pairs and captures complex interactions and inferences to produce intensity scales. We can thus obtain an order between two adjectives even when there is no explicit evidence in the corpus (using evidence for related pairs and transitive inference). Our global MILP is flexible and can also incorporate additional synonymy information if available (which helps the MILP find an even better ranking solution). Our approach also extends easily to new languages. We describe two approaches for this multilingual extension: pattern projection and cross-lingual MILPs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We evaluate our predicted intensity rankings using both pairwise classification accuracy and ranking correlation coefficients, achieving strong results, significantly better than the previous approach by Sheinman & Tokunaga (32% relative error reduction) and quite close to human-level performance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this section, we describe each step of our approach to ordering adjectives on a single, relative scale. Our method can also be applied to other word classes and to languages other than English.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Near-synonyms may differ in intensity, e.g. joy vs. euphoria, or drizzle vs. rain. This is particularly true of adjectives, which can represent different degrees of a given quality or attribute such as size or age. Many adjectives are gradable and thus allow for grading adverbial modifiers to express such intensity degrees, e.g., a house can be very big or extremely big. Often, however, completely different adjectives refer to varying degrees on the same scale, e.g., huge, gigantic, gargantuan. Even adjectives like enormous (or superb, impossible) that are considered non-gradable from a syntactic perspective can be placed on a such a scale.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Intensity Scales", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "Strong-Weak Patterns (,) but not not (,) just (,) if not not (,) but just (,) although not not (,) still (,) though not not (,) but still (,) (and/or) even not (,) although still (,) (and/or) almost not (,) though still not only but (,) or very not just but Table 1 : Ranking patterns used in this work. Among the patterns represented by the regular expressions above, we use only those that capture less than or equal to five words (to fit in the Google n-grams, see Section 2.1.2). Articles (a, an, the) are allowed to appear before the wildcards wherever possible.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 258, |
|
"end": 265, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Weak-Strong Patterns", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Linguistic studies have found lexical patterns like ' but not ' (e.g. good but not great) to reveal order information between a pair of adjectives (Sheinman and Tokunaga, 2009) . We assume that we have two sets of lexical patterns that allow us to infer the most likely ordering between two words when encountered in a corpus. A first pattern set, P ws , contains patterns that reflect a weak-strong order between a pair of word (the first word is weaker than the second), and a second pattern set, P sw , captures the strong-weak order. See Table 1 for the adjective patterns that we used in this work (and see Section 4.1 for implementation details regarding our pattern collection). Many of these patterns also apply to other parts of speech (e.g. 'drizzle but not rain', 'running or even sprinting'), with significant discrimination on the Web in the right direction.", |
|
"cite_spans": [ |
|
{ |
|
"start": 147, |
|
"end": 176, |
|
"text": "(Sheinman and Tokunaga, 2009)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 542, |
|
"end": 549, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Intensity Patterns", |
|
"sec_num": "2.1.2" |
|
}, |
|
{ |
|
"text": "Given an input set of words to be placed on a scale, we first collect evidence of their intensity order by using the above-mentioned intensity patterns and a large, Web-scale text corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "Previous work on information extraction from limited-sized raw text corpora revealed that coverage is often limited (Hearst, 1992; Hatzivassiloglou and McKeown, 1993) . Some studies (Chklovski and Pantel, 2004; Sheinman and Tokunaga, 2009) used hit counts from an online search engine, but this is unstable and irreproducible (Kilgarriff, 2007) . To avoid these issues, we use the largest available static corpus of counts, the Google n-grams corpus (Brants and Franz, 2006) , which contains English n-grams (n = 1 to 5) and their observed frequency counts, generated from nearly 1 trillion word tokens and 95 billion sentences. We consider each pair of words (a 1 , a 2 ) in the input set in turn. For each pattern p in the two pattern sets (weak-strong P ws and strong-weak P sw ), we insert the word pair into the pattern as p(a 1 , a 2 ) to get a phrasal query like \"big but not huge\". This is done by replacing the two wildcards in the pattern by the two words in order. Finally, we scan the Web ngrams corpus in a batch approach similar to Bansal and Klein (2011) and collect frequencies of all our phrase queries. Table 2 depicts some examples of useful intensity-based phrase queries and their frequencies in the Web-scale corpus. We also collect frequencies for the input word unigrams and the patterns for normalization purposes. Given a word pair (a 1 , a 2 ) and a corpus count function cnt, we define", |
|
"cite_spans": [ |
|
{ |
|
"start": 116, |
|
"end": 130, |
|
"text": "(Hearst, 1992;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 131, |
|
"end": 166, |
|
"text": "Hatzivassiloglou and McKeown, 1993)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 182, |
|
"end": 210, |
|
"text": "(Chklovski and Pantel, 2004;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 211, |
|
"end": 239, |
|
"text": "Sheinman and Tokunaga, 2009)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 326, |
|
"end": 344, |
|
"text": "(Kilgarriff, 2007)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 450, |
|
"end": 474, |
|
"text": "(Brants and Franz, 2006)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 1046, |
|
"end": 1069, |
|
"text": "Bansal and Klein (2011)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1121, |
|
"end": 1128, |
|
"text": "Table 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "W 1 = 1 P 1 p 1 \u2208Pws cnt(p 1 (a 1 , a 2 )) S 1 = 1 P 2 p 2 \u2208Psw cnt(p 2 (a 1 , a 2 )) W 2 = 1 P 1 p 1 \u2208Pws cnt(p 1 (a 2 , a 1 )) S 2 = 1 P 2 p 2 \u2208Psw cnt(p 2 (a 2 , a 1 ))", |
|
"eq_num": "(1)" |
|
} |
|
], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "with", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "P 1 = p 1 \u2208Pws cnt(p 1 ) P 2 = p 2 \u2208Psw cnt(p 2 ),", |
|
"eq_num": "(2)" |
|
} |
|
], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "such that the final overall weak-strong score is", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "score(a 1 , a 2 ) = (W 1 \u2212 S 1 ) \u2212 (W 2 \u2212 S 2 ) cnt(a 1 ) \u2022 cnt(a 2 ) .", |
|
"eq_num": "(3)" |
|
} |
|
], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "Here W 1 and S 1 represent Web evidence of a 1 and a 2 being in the weak-strong and strong-weak relation, respectively. W 2 and S 2 fit the reverse pair (a 2 , a 1 ) in the patterns and hence represent the strong-weak and weak-strong relations, respectively, in the opposite direction. Hence, overall,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "(W 1 \u2212 S 1 ) \u2212 (W 2 \u2212 S 2 )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "represents the total weakstrong score of the pair (a 1 , a 2 ), i.e. the score of a 1 being on the left of a 2 on a relative intensity scale, such that score(a 1 , a 2 ) = \u2212score(a 2 , a 1 ). The raw frequencies in the score are divided by counts of the patterns and by individual word unigram counts to obtain a pointwise mutual information (PMI) style normalization and hence avoid any bias in the score due to high-frequency patterns or word unigrams. 2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Scores", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "Given pairwise scores, we now aim at producing a global ranking of the input words that is much more informative than the original pairwise scores. Joint inference from multiple word pairs allows us to benefit from global information: Due to the sparsity of the pattern evidence, determining how two adjectives relate to each other can sometimes e.g. only be inferred by observing how each of them relate to some third adjective.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "We assume that we are given N input words A = a 1 , . . . , a N that we wish to place on a linear scale, say [0, 1]. Thus each word a i is to be assigned a position x i \u2208 [0, 1] based on the pairwise weakstrong weights score(a i , a j ). A positive value for Figure 1 : The input weak-strong data may contain one or more cycles, e.g. due to noisy patterns, so the final ranking will have to choose which input scores to honor and which to remove. score(a i , a j ) means that a i is supposedly weaker than a j and hence we would like to obtain x i < x j . A negative value for score(a i , a j ) means that a i is assumed to be stronger than a j , so we would want to obtain x i > x j . Therefore, intuitively, our goal corresponds to maximizing the objective", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 259, |
|
"end": 267, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "i,j sgn(x j \u2212 x i ) \u2022 score(a i , a j )", |
|
"eq_num": "(4)" |
|
} |
|
], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "Note that it is important to use the signum function sgn() here, because we only care about the relative order of", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "x i and x j . Maximizing ij (x j \u2212 x i ) \u2022 score(a i , a j )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "would lead to all words being placed at the edges of the scale, because the highest scores would dominate over all other ones. We do include the score magnitudes in the objective, because they help resolve contradictions in the pairwise scores (e.g., see Figure 1 ). This is discussed in more detail in Section 2.2.2.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 255, |
|
"end": 263, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "In order to maximize this non-differentiable objective, we use Mixed Integer Linear Programming (MILP), a variant of linear programming in which some but not all of the variables are constrained to be integers. Using an MILP formalization, we can find a globally optimal solution in the joint decision space, and unlike previous work, we jointly exploit global information rather than just individual local (pairwise) scores. To encode the objective in a MILP, we need to introduce additional variables d ij , w ij , s ij to capture the effect of the signum function, as explained below.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "We additionally also enable our MILP to make use of any external equivalence (synonymy) information E \u2286 {1, . . . , N } \u00d7 {1, . . . , N } that may be available. In this context, two words are considered synonymous if they are close enough in meaning to be placed on (almost) the same position in the intensity scale. If (i, j) \u2208 E, we can safely assume that a i , a j have near-equivalent intensity, so we should encourage x i , x j to remain close to each other. The MILP is defined as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "maximize (i,j) \u2208E (w ij \u2212 s ij ) \u2022 score(a i , a j ) \u2212 (i,j)\u2208E (w ij + s ij ) C subject to d ij = x j \u2212 x i \u2200i, j \u2208 {1, . . . , N } d ij \u2212 w ij C \u2264 0 \u2200i, j \u2208 {1, . . . , N } d ij + (1 \u2212 w ij )C > 0 \u2200i, j \u2208 {1, . . . , N } d ij + s ij C \u2265 0 \u2200i, j \u2208 {1, . . . , N } d ij \u2212 (1 \u2212 s ij )C < 0 \u2200i, j \u2208 {1, . . . , N } x i \u2208 [0, 1] \u2200i \u2208 {1, . . . , N } w ij \u2208 {0, 1} \u2200i, j \u2208 {1, . . . , N } s ij \u2208 {0, 1} \u2200i, j \u2208 {1, . . . , N }", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "The difference variables d ij simply capture differences between x i , x j . C is any very large constant greater than i,j |score(a i , a j )|; the exact value is irrelevant. The indicator variables w ij and s ij are jointly used to determine the value of the signum function sgn(d ij ) = sgn(x j \u2212 x i ). Variables w ij become 1 if and only if d ij > 0 and hence serve as indicator variables for weak-strong relationships in the output. Variables s ij become 1 if and only if d ij < 0 and hence serve as indicator variables for a strong-weak relationship in the output. The objective encourages w ij = 1 for score(a i , a j ) > 0 and s ij = 1 for score(a i , a j ) < 0. 3 When equivalence (synonymy) information is available, then for (i, j) \u2208 E both s ij = 0 and w ij = 0 are encouraged.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Objective and Constraints", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "Our MILP uses intensity evidence of all input pairs together and assimilates all the scores via global transitivity constraints to determine the positions of the input words on a continuous real-valued scale. Hence, our approach addresses drawbacks Figure 2 : Equivalence Information: Knowing that a m , a 2 are synonyms gives the MILP an indication of where to place a n on the scale with respect to a 1 , a 2 , a 3 of local or divide-and-conquer approaches, where adjectives are scored with respect to selected pivot words, and hence many adjectives that lack pairwise evidence with the pivots are not properly classified, although they may have order evidence with some third adjective that could help establish the ranking. Optional synonymy information can further help, as shown in Figure 2 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 249, |
|
"end": 257, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 788, |
|
"end": 796, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Moreover, our MILP also gives higher weight to pairs with higher scores, which is useful when breaking global constraint cycles as in the simple example in Figure 1 . If we need to break a constraint violating triangle or cycle, we would have to make arbitrary choices if we were ranking based on sgn(score(a, b)) alone. Instead, we can choose a better ranking based on the magnitude of the pairwise scores. A stronger score between an adjective pair doesn't necessarily mean that they should be further apart in the ranking. It means that these two words are attested together on the Web with respect to the intensity patterns more than with other candidate words. Therefore, we try to respect the order of such word pairs more in the final ranking when we are breaking constraint-violating cycles.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 156, |
|
"end": 164, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "3 Related Work Hatzivassiloglou and McKeown (1993) presented the first step towards automatic identification of adjective scales, thoroughly discussing the background of adjective semantics and a means of discovering clusters of adjectives that belong on the same scale, thus providing one way of creating the input for our ranking algorithm. Inkpen and Hirst (2006) study near-synonyms and nuances of meaning differentiation (such as stylistic, attitudinal, etc.). They attempt to automatically acquire a knowledge base of near-synonym differences via an unsupervised decision-list algorithm. However, their method depends on a special dictionary of synonym differences to learn the extraction patterns, while we use only a raw Web-scale corpus.", |
|
"cite_spans": [ |
|
{ |
|
"start": 15, |
|
"end": 50, |
|
"text": "Hatzivassiloglou and McKeown (1993)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 343, |
|
"end": 366, |
|
"text": "Inkpen and Hirst (2006)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Mohammad et al. 2013proposed a method of identifying whether two adjectives are antonymous. This problem is related but distinct, because the degree of antonymy does not necessarily determine their position on an intensity scale. Antonyms (e.g., little, big) are not necessarily on the extreme ends of scales. Sheinman and Tokunaga (2009) and Sheinman et al. (2012) present the most closely related previous work on adjective intensities. They collect lexicosemantic patterns via bootstrapping from seed adjective pairs to obtain pairwise intensities, albeit using search engine 'hits', which are unstable and problematic (Kilgarriff, 2007) . While their approach is primarily evaluated in terms of a local pairwise classification task, they also suggest the possibility of ordering adjectives on a scale using a pivotbased partitioning approach. Although intuitive in theory, the extracted pairwise scores are frequently too sparse for this to work. Thus, many adjectives have no score with a particular headword. In our experiments, we reimplemented this approach and show that our MILP method improves over it by allowing individual pairwise decisions to benefit more from global information. Schulam and Fellbaum (2010) apply the approach of Sheinman and Tokunaga (2009) to German adjectives. Our method extends easily to various foreign languages as described in Section 5.", |
|
"cite_spans": [ |
|
{ |
|
"start": 310, |
|
"end": 338, |
|
"text": "Sheinman and Tokunaga (2009)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 343, |
|
"end": 365, |
|
"text": "Sheinman et al. (2012)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 622, |
|
"end": 640, |
|
"text": "(Kilgarriff, 2007)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 1246, |
|
"end": 1274, |
|
"text": "Sheinman and Tokunaga (2009)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Another related task is the extraction of lexicosyntactic and lexico-semantic intensity-order patterns from large text corpora (Hearst, 1992; Chklovski and Pantel, 2004; Tandon and de Melo, 2010) . Sheinman and Tokunaga (2009) follows Davidov and Rappoport (2008) to automatically bootstrap adjective scaling patterns using seed adjectives and Web hits. These methods thus can be used to provide the input patterns for our algorithm.", |
|
"cite_spans": [ |
|
{ |
|
"start": 127, |
|
"end": 141, |
|
"text": "(Hearst, 1992;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 142, |
|
"end": 169, |
|
"text": "Chklovski and Pantel, 2004;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 170, |
|
"end": 195, |
|
"text": "Tandon and de Melo, 2010)", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 198, |
|
"end": 226, |
|
"text": "Sheinman and Tokunaga (2009)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 235, |
|
"end": 263, |
|
"text": "Davidov and Rappoport (2008)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "VerbOcean by Chklovski and Pantel (2004) extracts various fine-grained semantic relations (including the stronger-than relation) between pairs of verbs, using lexico-syntactic patterns over the Web.", |
|
"cite_spans": [ |
|
{ |
|
"start": 13, |
|
"end": 40, |
|
"text": "Chklovski and Pantel (2004)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Our approach of jointly ranking a set of words using pairwise evidence is also applicable to the VerbOcean pairs, and should help address similar sparsity issues of local pairwise decisions. Such scales will again be quite useful for language learners and language understanding tools.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "de Marneffe et al. 2010infer yes-or-no answers to questions with responses involving scalar adjectives in a dialogue corpus. They correlate adjectives with ratings in a movie review corpus to find that good appears in lower-rated reviews than excellent.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Finally, there has been a lot of work on measuring the general sentiment polarity of words (Hatzivassiloglou and McKeown, 1997; Hatzivassiloglou and Wiebe, 2000; Turney and Littman, 2003; Liu and Seneff, 2009; Taboada et al., 2011; Yessenalina and Cardie, 2011; Pang and Lee, 2008) . Our work instead aims at producing a large, unrestricted number of individual intensity scales for different qualities and hence can help in fine-grained sentiment analysis with respect to very particular content aspects.", |
|
"cite_spans": [ |
|
{ |
|
"start": 91, |
|
"end": 127, |
|
"text": "(Hatzivassiloglou and McKeown, 1997;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 128, |
|
"end": 161, |
|
"text": "Hatzivassiloglou and Wiebe, 2000;", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 162, |
|
"end": 187, |
|
"text": "Turney and Littman, 2003;", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 188, |
|
"end": 209, |
|
"text": "Liu and Seneff, 2009;", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 210, |
|
"end": 231, |
|
"text": "Taboada et al., 2011;", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 232, |
|
"end": 261, |
|
"text": "Yessenalina and Cardie, 2011;", |
|
"ref_id": "BIBREF33" |
|
}, |
|
{ |
|
"start": 262, |
|
"end": 281, |
|
"text": "Pang and Lee, 2008)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Input Clusters In order to obtain input clusters for evaluation, we started out with the satellite cluster or 'dumbbell' structure of adjectives in WordNet 3.0, which consists of two direct antonyms as the poles and a number of other satellite adjectives that are semantically similar to each of the poles (Gross and Miller, 1990) . For each antonymy pair, we determined an extended dumbbell set by looking up synonyms and words in related (satellite adjective and 'see-also') synonym sets. We cut such an extended dumbbell into two antonymous halves and treated each of these halves as a potential input adjective cluster.", |
|
"cite_spans": [ |
|
{ |
|
"start": 306, |
|
"end": 330, |
|
"text": "(Gross and Miller, 1990)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Most of these WordNet clusters are noisy for the purpose of our task, i.e. they contain adjectives that appear unrelatable on a single scale due to polysemy and semantic drift, e.g. violent with respect to supernatural and affected. Motivated by Sheinman and Tokunaga (2009) , we split such hard-to-relate adjectives into smaller scale-specific subgroups using the corpus evidence 4 . For this, we consider an undi- 438 115 60 35 19 12 14 5 4 3 0 100 200 300 400 500 2 3 4 5 6 7 8 9 10-14 rected edge between each pair of adjectives that has a non-zero intensity score (based on the Web-scale scoring procedure described in Section 2.1.3). The resulting graph is then partitioned into connected components such that any adjectives in a subgraph are at least indirectly connected via some path and thus much more likely to belong to the same intensity scale. While this does break up partitions whenever there is no corpus evidence connecting them, ordering the adjectives within each such partition remains a challenging task. This is because the Web evidence will still not necessarily directly relate all adjectives (in a partition) to each other. Additionally, the Web evidence may still indicate the wrong direction. Figure 3 shows the size distribution of the resulting partitions.", |
|
"cite_spans": [ |
|
{ |
|
"start": 246, |
|
"end": 274, |
|
"text": "Sheinman and Tokunaga (2009)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 416, |
|
"end": 518, |
|
"text": "438 115 60 35 19 12 14 5 4 3 0 100 200 300 400 500 2 3 4 5 6 7 8 9 10-14", |
|
"ref_id": "TABREF2" |
|
}, |
|
{ |
|
"start": 1251, |
|
"end": 1259, |
|
"text": "Figure 3", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Patterns To construct our intensity pattern set, we started with a couple of common rankable adjective seed pairs such as (good, great) and (hot, boiling) and used the Web-scale n-grams corpus (Brants and Franz, 2006) to collect the few most frequent patterns between and around these seed-pairs (in both directions). Among these, we manually chose a scales. Instead, their annotators only made pairwise comparisons with select words, using a 5-way classification scheme (neutral, mild, very mild, intense, very intense).", |
|
"cite_spans": [ |
|
{ |
|
"start": 193, |
|
"end": 217, |
|
"text": "(Brants and Franz, 2006)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "small set of intuitive patterns that are linguistically useful for ordering adjectives, several of which had not been discovered in previous work. These are shown in Table 1 . Note that we only collected patterns that were not ambiguous in the two orders, for example the pattern ' , not ' is ambiguous because it can be used as both 'good, not great' and 'great, not good'. Alternatively, one can easily also use fully-automatic bootstrapping techniques based on seed word pairs (Hearst, 1992; Chklovski and Pantel, 2004; Yang and Su, 2007; Turney, 2008; Davidov and Rappoport, 2008) . However, our semiautomatic approach is a simple and fast process that extracts a small set of high-quality and very general adjective-scaling patterns. This process can quickly be repeated from scratch in any other language. Moreover, as described in Section 5.1, the English patterns can also be projected automatically to patterns in other languages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 480, |
|
"end": 494, |
|
"text": "(Hearst, 1992;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 495, |
|
"end": 522, |
|
"text": "Chklovski and Pantel, 2004;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 523, |
|
"end": 541, |
|
"text": "Yang and Su, 2007;", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 542, |
|
"end": 555, |
|
"text": "Turney, 2008;", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 556, |
|
"end": 584, |
|
"text": "Davidov and Rappoport, 2008)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 166, |
|
"end": 173, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Development and Test Sets Section 2.1 describes the method for collecting the intensity scores for adjective pairs, using Web-scale n-grams (Brants and Franz, 2006) . We relied on a small development set to test the MILP structure and the pairwise score setup. For this, we manually chose 5 representative adjective clusters from the full set of clusters.", |
|
"cite_spans": [ |
|
{ |
|
"start": 140, |
|
"end": 164, |
|
"text": "(Brants and Franz, 2006)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The final test set, distinct from this development set, consists of 569 word pairs in 88 clusters, each annotated by two native speakers of English. Both the gold test data (and our code) are freely available. 5 To arrive at this data, we randomly drew 30 clusters each for cluster sizes 3, 4, and 5+ from the histogram of partitioned adjective clusters in Figure 3. While labeling a cluster, annotators could exclude words that they deemed unsuitable to fit on a single shared intensity scale with the rest of the cluster. Fortunately, the partitioning described earlier had already separated most such cases into distinct clusters. The annotators ordered the remaining words on a scale. Words that seemed indistinguishable in strength could share positions in their annotation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 210, |
|
"end": 211, |
|
"text": "5", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 357, |
|
"end": 363, |
|
"text": "Figure", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "As our goal is to compare scale formation algorithms, we did not include trivial clusters of size 2. On such trivial clusters, the Web evidence alone determines the output and hence all algorithms, includ-ing the baseline, obtain the same pairwise accuracy (defined below) of 93.3% on a separate set of 30 random clusters of size 2. Figure 4 shows the distribution of cluster sizes in our main gold set. The inter-annotator agreement in terms of Cohen's \u03ba (Cohen, 1960 ) on the pairwise classification task with 3 labels (weaker, stronger, or equal/unknown) was 0.64. In terms of pairwise accuracy, the agreement was 78.0%.", |
|
"cite_spans": [ |
|
{ |
|
"start": 456, |
|
"end": 468, |
|
"text": "(Cohen, 1960", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 333, |
|
"end": 341, |
|
"text": "Figure 4", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "In order to thoroughly evaluate the performance of our adjective ordering procedure, we rely on both pairwise and ranking-correlation evaluation metrics. Consider a set of input words A = {a 1 , a 2 , . . . , a n } and two rankings for this set -a gold-standard ranking r G (A) and a predicted ranking r P (A).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Metrics", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "For a pair of words a i , a j , we may consider the classification task of choosing one of three labels (<, >, =?) for the case of a i being weaker, stronger, and equal (or unknown) in intensity, respectively, compared to a 2 :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Accuracy", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "L(a 1 , a 2 ) = \uf8f1 \uf8f2 \uf8f3 < if r(a i ) < r(a j ) > if r(a i ) > r(a j ) =? if r(a i ) = r(a j )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Accuracy", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "For each pair (a 1 , a 2 ), we compute gold-standard labels L G (a 1 , a 2 ) and predicted labels L P (a 1 , a 2 ) as above, and then the pairwise accuracy P W (A) for a particular ordering on A is simply the fraction of pairs that are correctly classified, i.e. for which the predicted label is same as the gold-standard label:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Accuracy", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "P W (A) = i<j 1{L G (a i , a j ) = L P (a i , a j )} i<j 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pairwise Accuracy", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "Our second type of evaluation assesses the rank correlation between two ranking permutations (gold-standard and predicted). Many studies use Kendall's tau (Kendall, 1938) , which measures the total number of pairwise inversions, while others prefer Spearman's rho (Spearman, 1904) , which measures the L1 distance between ranks.", |
|
"cite_spans": [ |
|
{ |
|
"start": 155, |
|
"end": 170, |
|
"text": "(Kendall, 1938)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 264, |
|
"end": 280, |
|
"text": "(Spearman, 1904)", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "Kendall's tau correlation coefficient We use the \u03c4 b version of Kendall's correlation metric, as it incorporates a correction for ties (Kruskal, 1958; Dou et al., 2008) :", |
|
"cite_spans": [ |
|
{ |
|
"start": 135, |
|
"end": 150, |
|
"text": "(Kruskal, 1958;", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 151, |
|
"end": 168, |
|
"text": "Dou et al., 2008)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "\u03c4 b = P \u2212 Q (P + Q + X 0 ) \u2022 (P + Q + Y 0 )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "where P is the number of concordant pairs, Q is the number of discordant pairs, X 0 is the number of pairs tied in the first ranking, Y 0 is the number of pairs tied in the second ranking. Given the two rankings of an adjective set A, the gold-standard ranking r G (A) and the predicted ranking r P (A), two words a i , a j are:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "\u2022 concordant iff both rankings have the same strict order of the two elements, i.e., r G (a i ) > r G (a j ) and r P (a i ) > r P (a j ), or r G (a i ) < r G (a j ) and r P (a i ) < r P (a j ). \u2022 discordant iff the two rankings have an inverted strict order of the two elements, i.e., r", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "G (a i ) > r G (a j ) and r P (a i ) < r P (a j ), or r G (a i ) < r G (a j ) and r P (a i ) > r P (a j ). \u2022 tied iff r G (a i ) = r G (a j ) or r P (a i ) = r P (a j ).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "Spearman's rho correlation coefficient For two n-sized ranked lists {x i } and {y i }, the Spearman correlation coefficient is defined as the Pearson correlation coefficient between the ranks of variables:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "\u03c1 = i (x i \u2212x) \u2022 (y i \u2212\u0233) i (x i \u2212x) 2 \u2022 i (y i \u2212\u0233) 2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "Here,x and\u0233 denote the means of the values in the respective lists. We use the standard procedure for handling ties correctly. Tied values are assigned the average of all ranks of items sharing the same value in the ranked list sorted in ascending order of the values.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "Handling Inversions While annotating, we sometimes observed that the ordering itself was very clear but the annotators disagreed about which end of a particular scale was to count as the strong one, e.g. when transitioning from soft to hard or from alpha to beta. We thus also report average absolute values of both correlation coefficients, as these properly account for anticorrelations. Our test set only contains clusters of size 3 or larger, so there is no need to account for inversions in clusters of size 2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ranking Correlation Coefficients", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "In Table 3 , we use the evaluation metrics mentioned above to compare several different approaches.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 3, |
|
"end": 10, |
|
"text": "Table 3", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Web Baseline The first baseline simply reflects the original pairwise Web-based intensity scores. We classify (with one of 3 labels) a given pair of adjectives using the Web-based intensity scores (as described in Section 2.1.3) as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "L baseline (a 1 , a 2 ) = \uf8f1 \uf8f2 \uf8f3 < if score(a i , a j ) > 0 > if score(a i , a j ) < 0 =?", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "if score(a i , a j ) = 0", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Since score(a i , a j ) represents the weak-strong score of the two adjectives, a more positive value means a higher likelihood of a i being weaker (<, on the left) in intensity than a j .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "In Table 3 , we observe that the (micro-averaged) pairwise accuracy, as defined earlier, for the original Web baseline is 48.2%, while the ranking measures are undefined because the individual pairs do not lead to a coherent scale.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 3, |
|
"end": 10, |
|
"text": "Table 3", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "The divide-and-conquer baseline recursively splits a set of words into three subgroups, placed to the left (weaker), on the same position (no evidence), or to the right (stronger) of a given randomly chosen pivot word.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Divide-and-Conquer", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "While this approach shows only a minor improvement in terms of the pairwise accuracy (50.6%), its main benefit is that one obtains well-defined intensity scales rather than just a collection of pairwise scores.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Divide-and-Conquer", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The approach by Sheinman and Tokunaga (2009) involves a similar divide-and-conquer based partitioning in the first phase, except that their method makes use of synonymy information from WordNet and uses all synonyms in WordNet's synset for the headword as neutral pivot elements (if the headword is not in WordNet, then the word with the maximal unigram frequency is chosen). In the second phase, their method performs pairwise comparisons within the more intense and less intense subgroups. We reimplement their approach here, using the Google N-Grams dataset instead of online Web search engine hits. We observe a small improvement over the Web baseline in terms of pairwise accuracy. Note that the rank correlation measure scores are undefined for their approach. This is because in some cases their method placed all words on the same position in the scale, which these measures cannot handle even in their tie-corrected versions. Overall, the Sheinman and Tokunaga approach does not aggregate information sufficiently well at the global level and often fails to make use of transitive inference.", |
|
"cite_spans": [ |
|
{ |
|
"start": 16, |
|
"end": 44, |
|
"text": "Sheinman and Tokunaga (2009)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sheinman and Tokunaga", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "MILP Our MILP exploits the same pairwise scores to induce significantly more accurate pairwise labels with 69.6% accuracy, a 41% relative error reduction over the Web baseline, 38% over Divide-and-Conquer, and 32% over Sheinman and Tokunaga (2009) . We further see that our MILP method is able to exploit external synonymy (equivalence) information (using synonyms marked by the annotators). The accuracy of the pairwise scores as well as the quality of the overall ranking increase even further to 78.2%, approaching the human interannotator agreement. In terms of average correlation coefficients, we observe similar improvement trends from the MILP, but of different magnitudes, because these averages give small clusters the same weight as larger ones.", |
|
"cite_spans": [ |
|
{ |
|
"start": 219, |
|
"end": 247, |
|
"text": "Sheinman and Tokunaga (2009)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sheinman and Tokunaga", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Confusion Matrices For a given approach, we can study the confusion matrix obtained by crosstabulating the gold classification with the predicted classification of every unique pair of adjectives in the ground truth data. Table 4 shows the confusion matrix for the Web baseline. We observe that due to the sparsity of pairwise intensity order evidence, the baseline method predicts too many ties. Table 5 provides the confusion matrix for the MILP (without external equivalence information) for comparison. Although the middle column still shows that the MILP predicts more ties than humans annotators, we find that a clear majority of all unique pairs are now correctly placed along the diagonal. This confirms that our MILP successfully infers new ordering decisions, although it uses the same input (corpus evidence) as the baseline. The remaining ties are mostly just the result of pairs for which there simply is no evidence at all in the input Web counts. Note that this problem could for instance be circumvented by relying on a crowdsourcing approach: A few dispersed tie-breakers are enough to allow our MILP to correct many other predictions.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 222, |
|
"end": 229, |
|
"text": "Table 4", |
|
"ref_id": "TABREF3" |
|
}, |
|
{ |
|
"start": 397, |
|
"end": 404, |
|
"text": "Table 5", |
|
"ref_id": "TABREF5" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Analysis", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "Predicted Examples Finally, in Table 6 , we provide a selection of real results obtained by our algorithm. For instance, it correctly inferred that terrifying is more intense than creepy or scary, although the Web pattern counts did not provide any explicit information about these words pairs. In some cases, however, the Web evidence did not suffice to draw the right conclusions, or it was misleading due to issues like polysemy (as for the word funny). Table 6 : Some examples (of bad, average and good accuracy) of our MILP predictions (without synonymy information) and the corresponding gold-standard annotation.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 31, |
|
"end": 38, |
|
"text": "Table 6", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 457, |
|
"end": 464, |
|
"text": "Table 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Analysis", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "While we show results on gold-standard chains here for evaluation purposes, in practice one can also recombine two [0, 1] chains for a pair of antonymic clusters to form a single scale from [\u22121, 1] that visualizes the full spectrum of available adjectives along a dimension, from adjacent all the way to removed, or from black to glaring.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analysis", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "Our method for globally ordering words on a scale can easily be applied to languages other than English. The entire process is language-independent as long as the required resources are available and a small number of patterns are chosen. For morphologically rich languages, the information extraction step of course may require additional morphological analysis tools for stemming and aggregating frequencies across different forms.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extension to Multilingual Ordering", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Alternatively, a cross-lingual projection approach is possible at multiple levels, utilizing information from the English data and ranking. As the first step, the set of words in the target language that we wish to rank can be projected from the English word set if necessary -e.g., as shown in de Melo and Weikum (2009) . Next, we outline two projection methods for the ordering step. The first method is based on projection of the English intensity-ordering patterns to the new language, and then using the same MILP as described in Section 2.2. In the second method, we also change the MILP and add cross-lingual constraints to better inform the target language's adjective ranking. A detailed empirical evaluation of these approaches remains future work.", |
|
"cite_spans": [ |
|
{ |
|
"start": 298, |
|
"end": 320, |
|
"text": "Melo and Weikum (2009)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extension to Multilingual Ordering", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Instead of creating new patterns, in many cases we obtain quite adequate intensity patterns by using cross-lingual projection. We simply take several adjective pairs, instantiate the English patterns with them, and obtain new patterns using a machine translation system. Filling the wildcards in a pattern, say ' but not ', with good/excellent results in 'good but not excellent'. This phrase is then translated into the target language using the translation system, say into German 'gut aber nicht ausgezeichnet'. Finally, put back the wildcards in the place of the translations of the adjective words, here gut and ausgezeichnet, to get the corresponding German pattern ' aber nicht '. Table 7 shows various German intensity patterns that we obtain by projecting from the English patterns as described. The process is repeated with multiple adjective pairs in case different variants are returned, e.g. due to morphology. Most of these translations deliver useful results. Now that we have the target language adjectives and the ranking patterns, we can compute the pairwise intensity scores using large-scale data in that language. We can use the Google n-grams corpora for 10 European languages (Brants and Franz, 2009) , and also for Chinese (LDC2010T02) and Japanese (LDC2009T08). For other languages, one can use available large raw-text corpora or Web crawling tools.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1199, |
|
"end": 1223, |
|
"text": "(Brants and Franz, 2009)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 688, |
|
"end": 695, |
|
"text": "Table 7", |
|
"ref_id": "TABREF7" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Cross-Lingual Pattern Projection", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "To improve the rankings for lesser-resourced languages, we can further use a joint MILP approach for the new language we want to transfer this process to. Additional constraints between the English words and their corresponding target language translations, in combination with the English ranking information, allow the algorithm to obtain better rankings for the target words whenever the non-English target language corpus does not provide sufficient intensity order evidence. In this case, the input set A contains words in multiple languages. The Web intensity scores score(a i , a j ) should be set to zero when comparing words across languages. We instead link them using a translation table T \u2286 {1, . . . , N } \u00d7 {1, . . . , N } from a translation dictionary or phrase table. Here, (i, j) \u2208 T signifies that a i is a translation of a j . We do not require a bijective relationship between them (i.e., translations needn't be unique). The objective function is augmented by adding the new term", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Crosslingual MILP", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "(i,j)\u2208T (w ij + s ij )C T", |
|
"eq_num": "(5)" |
|
} |
|
], |
|
"section": "Crosslingual MILP", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "for a constant C T > 0 that determines how much weight we assign to translations as opposed to the corpus count scores. The MILP is extended by adding the following extra constraints.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Crosslingual MILP", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "d ij \u2212 w ij C T < \u2212d max \u2200i, j \u2208 {1, . . . , N } d ij + (1 \u2212 w ij )C T \u2265 \u2212d max \u2200i, j \u2208 {1, . . . , N } d ij + s ij C T > d max \u2200i, j \u2208 {1, . . . , N } d ij \u2212 (1 \u2212 s ij )C T \u2264 d max \u2200i, j \u2208 {1, . . . , N } w ij \u2208 {0, 1} \u2200i, j \u2208 T s ij \u2208 {0, 1}", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Crosslingual MILP", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "\u2200i, j \u2208 T", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Crosslingual MILP", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "The variables d i,j , as before, encode distances between positions of words on the scale, but now also include cross-lingual pairs of words in different languages. The new constraints encourage translational equivalents to remain close to each other, preferably within a desired (but not strictly enforced) maximum distance d max . The new variables w ij , s ij are similar to w ij , s ij in the standard MILP. However, the w ij become 1 if and only if d ij \u2265 \u2212d max and the s ij become 1 if and only if d ij \u2264 d max . If both w ij and s ij are 1, then the two words have a small distance \u2212d max \u2264 d ij \u2264 d max . The augmented objective function explicitly encourages this for translational equivalents. Overall, this approach thus allows evidence from a language with more Web evidence to improve the process of adjective ordering in lesserresourced languages.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Crosslingual MILP", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "In this work, we have presented an approach to the challenging and little-studied task of ranking words in terms of their intensity on a continuous scale. We address the issue of sparsity of the intensity order evidence in two ways. First, pairwise intensity scores are computed using linguistically intuitive patterns in a very large, Web-scale corpus. Next, a Mixed Integer Linear Program (MILP) expands on this further by inferring new relative relationships. Instead of making ordering decisions about word pairs independently, our MILP considers the joint decision space and factors in e.g. how two adjectives relate to some third adjective, thus enforcing global constraints such as transitivity.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Our approach is general enough to allow additional evidence such as synonymy in the MILP, and can straightforwardly be applied to other word classes (such as verbs), and to other languages (monolingually as well as cross-lingually). The overall results across multiple metrics are substantially better than previous approaches, and fairly close to human agreement on this challenging task.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "http://demelo.org/gdm/intensity/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In preliminary experiments on a development set, we also evaluated other intuitive forms of normalization.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In order to avoid numeric instability issues due to very small score(ai, aj) values after frequency normalization, in practice we have found it necessary to rescale them by a factor of 1 over the smallest |score(ai, aj)| > 0.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Note that we do not use the WordNet dataset ofSheinman and Tokunaga (2009) for evaluation, as it does not provide full", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://demelo.org/gdm/intensity/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We would like to thank the editor and the anonymous reviewers for their helpful feedback.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Good(awake, conscious) < alive < aware alive < awake < (aware, conscious) strange < (unusual, weird) < (funny, eerie) (strange, funny) < unusual < weird < eerie", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Gold Standard", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Web-scale features for full-scale parsing", |
|
"authors": [ |
|
{ |
|
"first": "Mohit", |
|
"middle": [], |
|
"last": "Bansal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Klein", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mohit Bansal and Dan Klein. 2011. Web-scale features for full-scale parsing. In Proceedings of ACL 2011.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "The Google Web 1T 5-gram corpus version 1.1. LDC2006T13", |
|
"authors": [ |
|
{ |
|
"first": "Thorsten", |
|
"middle": [], |
|
"last": "Brants", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alex", |
|
"middle": [], |
|
"last": "Franz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thorsten Brants and Alex Franz. 2006. The Google Web 1T 5-gram corpus version 1.1. LDC2006T13.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Web 1T 5-gram", |
|
"authors": [ |
|
{ |
|
"first": "Thorsten", |
|
"middle": [], |
|
"last": "Brants", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alex", |
|
"middle": [], |
|
"last": "Franz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thorsten Brants and Alex Franz. 2009. Web 1T 5-gram, 10 European languages, version 1. LDC2009T25.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "VerbOcean: Mining the web for fine-grained semantic verb relations", |
|
"authors": [ |
|
{ |
|
"first": "Timothy", |
|
"middle": [], |
|
"last": "Chklovski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Patrick", |
|
"middle": [], |
|
"last": "Pantel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of EMNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Timothy Chklovski and Patrick Pantel. 2004. VerbO- cean: Mining the web for fine-grained semantic verb relations. In Proceedings of EMNLP 2004.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "A coefficient of agreement for nominal scales. Educational and Psychological Measurement", |
|
"authors": [ |
|
{ |
|
"first": "Jacob", |
|
"middle": [], |
|
"last": "Cohen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1960, |
|
"venue": "", |
|
"volume": "20", |
|
"issue": "", |
|
"pages": "37--46", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jacob Cohen. 1960. A coefficient of agreement for nom- inal scales. Educational and Psychological Measure- ment, 20(1):37-46.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Unsupervised discovery of generic relationships using pattern clusters and its evaluation by automatically generated sat analogy questions", |
|
"authors": [ |
|
{ |
|
"first": "Dmitry", |
|
"middle": [], |
|
"last": "Davidov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ari", |
|
"middle": [], |
|
"last": "Rappoport", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dmitry Davidov and Ari Rappoport. 2008. Unsuper- vised discovery of generic relationships using pattern clusters and its evaluation by automatically generated sat analogy questions. In Proceedings of ACL 2008.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Was it good? it was provocative. learning the meaning of scalar adjectives", |
|
"authors": [ |
|
{ |
|
"first": "Marie-Catherine", |
|
"middle": [], |
|
"last": "De Marneffe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [], |
|
"last": "Potts", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marie-Catherine de Marneffe, Christopher D. Manning, and Christopher Potts. 2010. Was it good? it was provocative. learning the meaning of scalar adjectives. In Proceedings of ACL 2010.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Towards a universal wordnet by learning from combined evidence", |
|
"authors": [ |
|
{ |
|
"first": "Gerard", |
|
"middle": [], |
|
"last": "De", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Melo", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gerhard", |
|
"middle": [], |
|
"last": "Weikum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of CIKM", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Gerard de Melo and Gerhard Weikum. 2009. Towards a universal wordnet by learning from combined evi- dence. In Proceedings of CIKM 2009.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Are click-through data adequate for learning web search rankings?", |
|
"authors": [ |
|
{ |
|
"first": "Zhicheng", |
|
"middle": [], |
|
"last": "Dou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ruihua", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaojie", |
|
"middle": [], |
|
"last": "Yuan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ji-Rong", |
|
"middle": [], |
|
"last": "Wen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proc. of CIKM", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Zhicheng Dou, Ruihua Song, Xiaojie Yuan, and Ji-Rong Wen. 2008. Are click-through data adequate for learn- ing web search rankings? In Proc. of CIKM 2008.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Adjectives in WordNet", |
|
"authors": [ |
|
{ |
|
"first": "Derek", |
|
"middle": [], |
|
"last": "Gross", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Katherine", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Miller", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "International Journal of Lexicography", |
|
"volume": "3", |
|
"issue": "4", |
|
"pages": "265--277", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Derek Gross and Katherine J. Miller. 1990. Adjectives in WordNet. International Journal of Lexicography, 3(4):265-277.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Towards the automatic identification of adjectival scales: Clustering adjectives according to meaning", |
|
"authors": [ |
|
{ |
|
"first": "Vasileios", |
|
"middle": [], |
|
"last": "Hatzivassiloglou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kathleen", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Mckeown", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Proceedings of ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vasileios Hatzivassiloglou and Kathleen R. McKeown. 1993. Towards the automatic identification of adjecti- val scales: Clustering adjectives according to meaning. In Proceedings of ACL 1993.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Predicting the semantic orientation of adjectives", |
|
"authors": [ |
|
{ |
|
"first": "Vasileios", |
|
"middle": [], |
|
"last": "Hatzivassiloglou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kathleen", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Mckeown", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vasileios Hatzivassiloglou and Kathleen R. McKeown. 1997. Predicting the semantic orientation of adjec- tives. In Proceedings of ACL 1997.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Effects of adjective orientation and gradability on sentence subjectivity", |
|
"authors": [ |
|
{ |
|
"first": "Vasileios", |
|
"middle": [], |
|
"last": "Hatzivassiloglou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Janyce", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Wiebe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of COLING", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vasileios Hatzivassiloglou and Janyce M. Wiebe. 2000. Effects of adjective orientation and gradability on sen- tence subjectivity. In Proceedings of COLING 2000.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Automatic acquisition of hyponyms from large text corpora", |
|
"authors": [ |
|
{ |
|
"first": "Marti", |
|
"middle": [], |
|
"last": "Hearst", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proceedings of COLING 1992", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marti Hearst. 1992. Automatic acquisition of hyponyms from large text corpora. In Proceedings of COLING 1992.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Building and using a lexical knowledge base of near-synonym differences", |
|
"authors": [ |
|
{ |
|
"first": "Diana", |
|
"middle": [], |
|
"last": "Inkpen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Graeme", |
|
"middle": [], |
|
"last": "Hirst", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Computational Linguistics", |
|
"volume": "32", |
|
"issue": "2", |
|
"pages": "223--262", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Diana Inkpen and Graeme Hirst. 2006. Building and using a lexical knowledge base of near-synonym dif- ferences. Computational Linguistics, 32(2):223-262.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "A new measure of rank correlation", |
|
"authors": [ |
|
{ |
|
"first": "Maurice", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Kendall", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1938, |
|
"venue": "Biometrika", |
|
"volume": "30", |
|
"issue": "1", |
|
"pages": "81--93", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Maurice G. Kendall. 1938. A new measure of rank cor- relation. Biometrika, 30(1/2):81-93.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Googleology is bad science", |
|
"authors": [ |
|
{ |
|
"first": "Adam", |
|
"middle": [], |
|
"last": "Kilgarriff", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Computational Linguistics", |
|
"volume": "", |
|
"issue": "1", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Adam Kilgarriff. 2007. Googleology is bad science. Computational Linguistics, 33(1).", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Ordinal measures of association", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "William", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Kruskal", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1958, |
|
"venue": "Journal of the American Statistical Association", |
|
"volume": "53", |
|
"issue": "284", |
|
"pages": "814--861", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "William H. Kruskal. 1958. Ordinal measures of associa- tion. Journal of the American Statistical Association, 53(284):814-861.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Review sentiment scoring via a parse-and-paraphrase paradigm", |
|
"authors": [ |
|
{ |
|
"first": "Jingjing", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [], |
|
"last": "Seneff", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of EMNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jingjing Liu and Stephanie Seneff. 2009. Review senti- ment scoring via a parse-and-paraphrase paradigm. In Proceedings of EMNLP 2009.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "WordNet: A lexical database for english", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "George", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Miller", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Communications of the ACM", |
|
"volume": "38", |
|
"issue": "11", |
|
"pages": "39--41", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "George A. Miller. 1995. WordNet: A lexical database for english. Communications of the ACM, 38(11):39-41.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Opinion mining and sentiment analysis. Foundations and Trends in Information Retrieval", |
|
"authors": [ |
|
{ |
|
"first": "Bo", |
|
"middle": [], |
|
"last": "Pang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lillian", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "1--135", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bo Pang and Lillian Lee. 2008. Opinion mining and sentiment analysis. Foundations and Trends in Infor- mation Retrieval, 2(1-2):1-135, January.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Automatically determining the semantic gradation of german adjectives", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Peter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christiane", |
|
"middle": [], |
|
"last": "Schulam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Fellbaum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of KONVENS", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Peter F. Schulam and Christiane Fellbaum. 2010. Au- tomatically determining the semantic gradation of ger- man adjectives. In Proceedings of KONVENS 2010.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "AdjScales: Visualizing differences between adjectives for language learners", |
|
"authors": [ |
|
{ |
|
"first": "Vera", |
|
"middle": [], |
|
"last": "Sheinman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Takenobu", |
|
"middle": [], |
|
"last": "Tokunaga", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "IEICE Transactions on Information and Systems", |
|
"volume": "92", |
|
"issue": "8", |
|
"pages": "1542--1550", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vera Sheinman and Takenobu Tokunaga. 2009. AdjS- cales: Visualizing differences between adjectives for language learners. IEICE Transactions on Information and Systems, 92(8):1542-1550.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Refining WordNet adjective dumbbells using intensity relations", |
|
"authors": [ |
|
{ |
|
"first": "Vera", |
|
"middle": [], |
|
"last": "Sheinman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Takenobu Tokunaga", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Julien", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Schulam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Fellbaum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of Global WordNet Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vera Sheinman, Takenobu Tokunaga, I. Julien, P. Schu- lam, and C. Fellbaum. 2012. Refining WordNet adjec- tive dumbbells using intensity relations. In Proceed- ings of Global WordNet Conference 2012.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Semantic taxonomy induction from heterogenous evidence", |
|
"authors": [ |
|
{ |
|
"first": "Rion", |
|
"middle": [], |
|
"last": "Snow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrew", |
|
"middle": [ |
|
"Y" |
|
], |
|
"last": "Ng", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of COLING/ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rion Snow, Daniel Jurafsky, and Andrew Y. Ng. 2006. Semantic taxonomy induction from heterogenous evi- dence. In Proceedings of COLING/ACL 2006.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "The proof and measurement of association between two things. The American journal of psychology", |
|
"authors": [ |
|
{ |
|
"first": "Charles", |
|
"middle": [], |
|
"last": "Spearman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1904, |
|
"venue": "", |
|
"volume": "15", |
|
"issue": "", |
|
"pages": "72--101", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles Spearman. 1904. The proof and measurement of association between two things. The American journal of psychology, 15(1):72-101.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "SOFIE: a self-organizing framework for information extraction", |
|
"authors": [ |
|
{ |
|
"first": "Fabian", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Suchanek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mauro", |
|
"middle": [], |
|
"last": "Sozio", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gerhard", |
|
"middle": [], |
|
"last": "Weikum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of WWW", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Fabian M. Suchanek, Mauro Sozio, and Gerhard Weikum. 2009. SOFIE: a self-organizing framework for information extraction. In Proceedings of WWW 2009.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Lexicon-based methods for sentiment analysis", |
|
"authors": [ |
|
{ |
|
"first": "Maite", |
|
"middle": [], |
|
"last": "Taboada", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julian", |
|
"middle": [], |
|
"last": "Brooke", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Milan", |
|
"middle": [], |
|
"last": "Tofiloskiy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kimberly", |
|
"middle": [], |
|
"last": "Vollz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Maite Taboada, Julian Brooke, Milan Tofiloskiy, and Kimberly Vollz. 2011. Lexicon-based methods for sentiment analysis. Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "Information extraction from web-scale n-gram data", |
|
"authors": [ |
|
{ |
|
"first": "Niket", |
|
"middle": [], |
|
"last": "Tandon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gerard", |
|
"middle": [], |
|
"last": "De", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Melo", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the SIGIR 2010 Web N-gram Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Niket Tandon and Gerard de Melo. 2010. Information extraction from web-scale n-gram data. In Proceed- ings of the SIGIR 2010 Web N-gram Workshop.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Measuring praise and criticism: Inference of semantic orientation from association", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Peter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [ |
|
"L" |
|
], |
|
"last": "Turney", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Littman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "ACM Trans. Inf. Syst", |
|
"volume": "21", |
|
"issue": "4", |
|
"pages": "315--346", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Peter D. Turney and Michael L. Littman. 2003. Mea- suring praise and criticism: Inference of semantic orientation from association. ACM Trans. Inf. Syst., 21(4):315-346, October.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "A uniform approach to analogies, synonyms, antonyms, and associations", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Peter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Turney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of COLING", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Peter D. Turney. 2008. A uniform approach to analogies, synonyms, antonyms, and associations. In Proceed- ings of COLING 2008.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Coreference resolution using semantic relatedness information from automatically discovered patterns", |
|
"authors": [ |
|
{ |
|
"first": "Xiaofeng", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jian", |
|
"middle": [], |
|
"last": "Su", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiaofeng Yang and Jian Su. 2007. Coreference resolu- tion using semantic relatedness information from auto- matically discovered patterns. In Proceedings of ACL 2007.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Compositional matrix-space models for sentiment analysis", |
|
"authors": [ |
|
{ |
|
"first": "Ainur", |
|
"middle": [], |
|
"last": "Yessenalina", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Claire", |
|
"middle": [], |
|
"last": "Cardie", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of EMNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ainur Yessenalina and Claire Cardie. 2011. Composi- tional matrix-space models for sentiment analysis. In Proceedings of EMNLP 2011.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF1": { |
|
"uris": null, |
|
"text": "The histogram of cluster sizes after partitioning.", |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"FIGREF2": { |
|
"uris": null, |
|
"text": "The histogram of cluster sizes in the test set.", |
|
"type_str": "figure", |
|
"num": null |
|
}, |
|
"TABREF1": { |
|
"num": null, |
|
"html": null, |
|
"content": "<table><tr><td>Web Baseline</td><td>48.2%</td><td>N/A</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>Divide-and-Conquer</td><td>50.6%</td><td>0.45</td><td>0.53</td><td>0.52</td><td>0.62</td></tr><tr><td>Sheinman and Tokunaga (2009)</td><td>55.5%</td><td>N/A</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>MILP</td><td>69.6%</td><td>0.57</td><td>0.65</td><td>0.64</td><td>0.73</td></tr><tr><td>MILP with synonymy</td><td>78.2%</td><td>0.57</td><td>0.66</td><td>0.67</td><td>0.80</td></tr><tr><td>Inter-Annotator Agreement</td><td>78.0%</td><td>0.67</td><td>0.76</td><td>0.75</td><td>0.86</td></tr></table>", |
|
"type_str": "table", |
|
"text": "MethodPairwise Accuracy Avg. \u03c4 Avg. |\u03c4 | Avg. \u03c1 Avg. |\u03c1|" |
|
}, |
|
"TABREF2": { |
|
"num": null, |
|
"html": null, |
|
"content": "<table><tr><td/><td/><td colspan=\"3\">Predicted Class Weaker Tie Stronger</td></tr><tr><td/><td>Weaker</td><td>117</td><td>127</td><td>15</td></tr><tr><td>True Class</td><td>Tie Stronger</td><td>5 11</td><td>42 122</td><td>15 115</td></tr></table>", |
|
"type_str": "table", |
|
"text": "Main test results" |
|
}, |
|
"TABREF3": { |
|
"num": null, |
|
"html": null, |
|
"content": "<table/>", |
|
"type_str": "table", |
|
"text": "" |
|
}, |
|
"TABREF5": { |
|
"num": null, |
|
"html": null, |
|
"content": "<table/>", |
|
"type_str": "table", |
|
"text": "" |
|
}, |
|
"TABREF7": { |
|
"num": null, |
|
"html": null, |
|
"content": "<table/>", |
|
"type_str": "table", |
|
"text": "Examples of German intensity patterns projected (translated) directly from the English patterns." |
|
} |
|
} |
|
} |
|
} |