| { |
| "paper_id": "P11-1036", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T08:46:15.653590Z" |
| }, |
| "title": "Content Models with Attitude", |
| "authors": [ |
| { |
| "first": "Christina", |
| "middle": [], |
| "last": "Sauper", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Artificial Intelligence Laboratory", |
| "institution": "Massachusetts Institute of Technology", |
| "location": {} |
| }, |
| "email": "csauper@csail.mit.edu" |
| }, |
| { |
| "first": "Aria", |
| "middle": [], |
| "last": "Haghighi", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Artificial Intelligence Laboratory", |
| "institution": "Massachusetts Institute of Technology", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Artificial Intelligence Laboratory", |
| "institution": "Massachusetts Institute of Technology", |
| "location": {} |
| }, |
| "email": "regina@csail.mit.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present a probabilistic topic model for jointly identifying properties and attributes of social media review snippets. Our model simultaneously learns a set of properties of a product and captures aggregate user sentiments towards these properties. This approach directly enables discovery of highly rated or inconsistent properties of a product. Our model admits an efficient variational meanfield inference algorithm which can be parallelized and run on large snippet collections. We evaluate our model on a large corpus of snippets from Yelp reviews to assess property and attribute prediction. We demonstrate that it outperforms applicable baselines by a considerable margin.", |
| "pdf_parse": { |
| "paper_id": "P11-1036", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present a probabilistic topic model for jointly identifying properties and attributes of social media review snippets. Our model simultaneously learns a set of properties of a product and captures aggregate user sentiments towards these properties. This approach directly enables discovery of highly rated or inconsistent properties of a product. Our model admits an efficient variational meanfield inference algorithm which can be parallelized and run on large snippet collections. We evaluate our model on a large corpus of snippets from Yelp reviews to assess property and attribute prediction. We demonstrate that it outperforms applicable baselines by a considerable margin.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Online product reviews have become an increasingly valuable and influential source of information for consumers. Different reviewers may choose to comment on different properties or aspects of a product; therefore their reviews focus on different qualities of the product. Even when they discuss the same properties, their experiences and, subsequently, evaluations of the product can differ dramatically. Thus, information in any single review may not provide a complete and balanced view representative of the product as a whole. To address this need, online retailers often use simple aggregation mechanisms to represent the spectrum of user sentiment. For instance, product pages on Amazon prominently display the distribution of numerical scores across re-Coherent property cluster +", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The martinis were very good.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The drinks -both wine and martinis -were tasty.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The wine list was pricey.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "-", |
| "sec_num": null |
| }, |
| { |
| "text": "Their wine selection is horrible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "-", |
| "sec_num": null |
| }, |
| { |
| "text": "The sushi is the best I've ever had. Best paella I'd ever had.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "The fillet was the best steak we'd ever had. It's the best soup I've ever had. The first cluster represents a coherent property of the underlying product, namely the cocktail property, and assesses distinctions in user sentiment. The latter cluster simply shares a common attribute expression and does not represent snippets discussing the same product property. In this work, we aim to produce the first type of property cluster with correct sentiment labeling.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "views, providing access to reviews at different levels of satisfaction. The goal of our work is to provide a mechanism for review content aggregation that goes beyond numerical scores. Specifically, we are interested in identifying fine-grained product properties across reviews (e.g., battery life for electronics or pizza for restaurants) as well as capturing attributes of these properties, namely aggregate user sentiment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "For this task, we assume as input a set of product review snippets (i.e., standalone phrases such as \"battery life is the best I've found\") rather than complete reviews. There are many techniques for extracting this type of snippet in existing work; we use the Sauper et al. (2010) system. At first glance, this task can be solved using existing methods for review analysis. These methods can effectively extract product properties from individual snippets along with their corresponding sentiment. While the resulting property-attribute pairs form a useful abstraction for cross-review analysis, in practice direct comparison of these pairs is challenging.", |
| "cite_spans": [ |
| { |
| "start": 261, |
| "end": 281, |
| "text": "Sauper et al. (2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "Consider, for instance, the two clusters of restaurant review snippets shown in Figure 1 . While both clusters have many words in common among their members, only the first describes a coherent property cluster, namely the cocktail property. The snippets of the latter cluster do not discuss a single product property, but instead share similar expressions of sentiment. To solve this issue, we need a method which can correctly identify both property and sentiment words.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 80, |
| "end": 88, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "In this work, we propose an approach that jointly analyzes the whole collection of product review snippets, induces a set of learned properties, and models the aggregate user sentiment towards these properties. We capture this idea using a Bayesian topic model where a set of properties and corresponding attribute tendencies are represented as hidden variables. The model takes product review snippets as input and explains how the observed text arises from the latent variables, thereby connecting text fragments with corresponding properties and attributes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "The advantages of this formulation are twofold. First, this encoding provides a common ground for comparing and aggregating review content in the presence of varied lexical realizations. For instance, this representation allows us to directly compare how many reviewers liked a given property of a product. Second, our model yields an efficient mean-field variational inference procedure which can be parallelized and run on a large number of review snippets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "We evaluate our approach in the domain of snippets taken from restaurant reviews on Yelp. In this collection, each restaurant has on average 29.8 snippets representing a wide spectrum of opinions about a restaurant. The evaluation we present demonstrates that the model can accurately retrieve clusters of review fragments that describe the same property, yielding 20% error reduction over a standalone clus-tering baseline. We also show that the model can effectively identify binary snippet attributes with 9.2% error reduction over applicable baselines, demonstrating that learning to identify attributes in the context of other product reviews yields significant gains. Finally, we evaluate our model on its ability to identify product properties for which there is significant sentiment disagreement amongst user snippets. This tests our model's capacity to jointly identify properties and assess attributes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incoherent property cluster +", |
| "sec_num": null |
| }, |
| { |
| "text": "Our work on review aggregation has connections to three lines of work in text analysis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "First, our work relates to research on extraction of product properties with associated sentiment from review text (Hu and Liu, 2004; Liu et al., 2005a; Popescu et al., 2005) . These methods identify relevant information in a document using a wide range of methods such as association mining (Hu and Liu, 2004) , relaxation labeling (Popescu et al., 2005) and supervised learning (Kim and Hovy, 2006) . While our method also extracts product properties and sentiment, our focus is on multi-review aggregation. This task introduces new challenges which were not addressed in prior research that focused on perdocument analysis.", |
| "cite_spans": [ |
| { |
| "start": 115, |
| "end": 133, |
| "text": "(Hu and Liu, 2004;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 134, |
| "end": 152, |
| "text": "Liu et al., 2005a;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 153, |
| "end": 174, |
| "text": "Popescu et al., 2005)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 292, |
| "end": 310, |
| "text": "(Hu and Liu, 2004)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 333, |
| "end": 355, |
| "text": "(Popescu et al., 2005)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 380, |
| "end": 400, |
| "text": "(Kim and Hovy, 2006)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A second related line of research is multidocument review summarization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Some of these methods directly apply existing domainindependent summarization methods (Seki et al., 2006) , while others propose new methods targeted for opinion text (Liu et al., 2005b; Carenini et al., 2006; Hu and Liu, 2006; Kim and Zhai, 2009) . For instance, these summaries may present contrastive view points (Kim and Zhai, 2009) or relay average sentiment (Carenini et al., 2006) . The focus of this line of work is on how to select suitable sentences, assuming that relevant review features (such as numerical scores) are given. Since our emphasis is on multi-review analysis, we believe that the information we extract can benefit existing summarization systems.", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 105, |
| "text": "(Seki et al., 2006)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 167, |
| "end": 186, |
| "text": "(Liu et al., 2005b;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 187, |
| "end": 209, |
| "text": "Carenini et al., 2006;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 210, |
| "end": 227, |
| "text": "Hu and Liu, 2006;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 228, |
| "end": 247, |
| "text": "Kim and Zhai, 2009)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 316, |
| "end": 336, |
| "text": "(Kim and Zhai, 2009)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 364, |
| "end": 387, |
| "text": "(Carenini et al., 2006)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Finally, a number of approaches analyze review documents using probabilistic topic models (Lu and Zhai, 2008; Titov and McDonald, 2008; Mei et al., 2007) . While some of these methods focus primar-ily on modeling ratable aspects (Titov and McDonald, 2008) , others explicitly capture the mixture of topics and sentiments (Mei et al., 2007) . These approaches are capable of identifying latent topics in the collection in opinion text (e.g., weblogs) as well as associated sentiment. While our model captures similar high-level intuition, it analyzes fine-grained properties expressed at the snippet level, rather than document-level sentiment. Delivering analysis at such a fine granularity requires a new technique.", |
| "cite_spans": [ |
| { |
| "start": 90, |
| "end": 109, |
| "text": "(Lu and Zhai, 2008;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 110, |
| "end": 135, |
| "text": "Titov and McDonald, 2008;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 136, |
| "end": 153, |
| "text": "Mei et al., 2007)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 229, |
| "end": 255, |
| "text": "(Titov and McDonald, 2008)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 321, |
| "end": 339, |
| "text": "(Mei et al., 2007)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this section, we discuss the core random variables and abstractions of our model. We describe the generative models over these elements in Section 4.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Product: A product represents a reviewable object. For the experiments in this paper, we use restaurants as products.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Snippets: A snippet is a user-generated short sequence of tokens describing a product. Input snippets are deterministically taken from the output of the Sauper et al. (2010) system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Property: A property corresponds to some finegrained aspect of a product. For instance, the snippet \"the pad thai was great\" describes the pad thai property. We assume that each snippet has a single property associated with it. We assume a fixed number of possible properties K for each product.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For the corpus of restaurant reviews, we assume that the set of properties are specific to a given product, in order to capture fine-grained, relevant properties for each restaurant. For example, reviews from a sandwich shop may contrast the club sandwich with the turkey wrap, while for a more general restaurant, the snippets refer to sandwiches in general. For other domains where the properties are more consistent, it is straightforward to alter our model so that properties are shared across products.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Attribute: An attribute is a description of a property. There are multiple attribute types, which may correspond to semantic differences. We assume a fixed, pre-specified number of attributes N . For example, in the case of product reviews, we select N = 2 attributes corresponding to positive and negative sentiment. In the case of information extraction, it may be beneficial to use numeric and alphabetic types.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "One of the goals of this work in the review domain is to improve sentiment prediction by exploiting correlations within a single property cluster. For example, if there are already many snippets with the attribute representing positive sentiment in a given property cluster, additional snippets are biased towards positive sentiment as well; however, data can always override this bias.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Snippets themselves are always observed; the goal of this work is to induce the latent property and attribute underlying each snippet.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Problem Formulation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our model generates the words of all snippets for each product in a collection of products. We use s i,j,w to represent the wth word of the jth snippet of the ith product. We use s to denote the collection of all snippet words. We also assume a fixed vocabulary of words V .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We present an overview of our generative model in Figure 1 and describe each component in turn:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 50, |
| "end": 58, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Global Distributions: At the global level, we draw several unigram distributions: a global background distribution \u03b8 B and attribute distributions \u03b8 a A for each attribute. The background distribution is meant to encode stop-words and domain whitenoise, e.g., food in the restaurants domain. In this domain, the positive and negative attribute distributions encode words with positive and negative sentiments (e.g., delicious or terrible).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Each of these distributions are drawn from Dirichlet priors. The background distribution is drawn from a symmetric Dirichlet with concentration \u03bb B = 0.2. The positive and negative attribute distributions are initialized using seed words (V seeda in Figure 1 ). These seeds are incorporated into the attribute priors: a non-seed word gets hyperparameter and a seed word gets + \u03bb A , where = 0.25 and \u03bb A = 1.0. Product Level: For the ith product, we draw property unigram distributions \u03b8 i,1 P , . . . , \u03b8 i,K P for each of the possible K product properties. The property distribution represents product-specific content distributions over properties discussed in reviews of the product; for instance in the restaurant domains, properties may correspond to distinct menu items. Each \u03b8 i,k P is drawn from a symmetric Dirichlet prior", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 250, |
| "end": 258, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Global Level:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "-Draw background distribution \u03b8 B \u223c DIRICHLET(\u03bb B V )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "-For each attribute type a,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "-Draw attribute distribution \u03b8 a A \u223c DIRICHLET( V + \u03bb A V seeda )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Product Level:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "-For each product i, -Draw property distributions \u03b8 k P \u223c DIRICHLET(\u03bb P V ) for k = 1, . . . , K -Draw property attribute binomial \u03c6 i,k \u223c BETA(\u03b1 A , \u03b2 A ) for k = 1, . . . , K -Draw property multinomial \u03c8 i \u223c DIRICHLET(\u03bb M K)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Snippet Level:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "-For each snippet j in ith product,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "-Draw snippet property Z i,j P \u223c \u03c8 i -Draw snippet attribute Z i,j A \u223c \u03c6 Z ij P -Draw sequence of word topic indicators Z i,j,w W \u223c \u039b|Z i,j,w\u22121 W", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "-Draw snippet word given property Z i,j P and attribute", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Z i,j A s i,j,w \u223c \uf8f1 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f3 \u03b8 i,Z i,j P P , when Z i,j,w W = P \u03b8 Z i,j A A , when Z i,j,w W = A \u03b8 B , when Z i,j,w W = B \u03b8 B \u03b8 a A \u03c8 \u03c6 k Z i\u22121 W Z i W Z i+1 W w i\u22121 w i w i+1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "HMM over snippet words Figure 1 : A high-level verbal and graphical description for our model in Section 4. We use DIRICHLET(\u03bbV ) to denote a finite Dirichlet prior where the hyper-parameter counts are a scalar times the unit vector of vocabulary items. For the global attribute distribution, the prior hyper-parameter counts are for all vocabulary items and \u03bb A for V seeda , the vector of vocabulary items in the set of seed words for attribute a.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 23, |
| "end": 31, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u03b8 a A Z P , \u03b8 P Z A , \u03b8 A \u03b8 B Attribute", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "with hyper-parameter \u03bb P = 0.2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "For each property k = 1, . . . , K. \u03c6 i,k , we draw a binomial distribution \u03c6 i,k . This represents the distribution over positive and negative attributes for that property; it is drawn from a beta prior using hyper-parameters \u03b1 A = 2 and \u03b2 A = 2. We also draw a multinomial \u03c8 i over K possible properties from a symmetric Dirichlet distribution with hyperparameter \u03bb M = 1, 000. This distribution is used to draw snippet properties.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Snippet Level: For the jth snippet of the ith product, a property random variable Z i,j P is drawn according to the multinomial \u03c8 i . Conditioned on this choice, we draw an attribute Z i,j A (positive or negative) from the property attribute distribution \u03c6 i,Z j,j P . Once the property Z i,j P and attribute Z i,j A have been selected, the tokens of the snippet are generated using a simple HMM. The latent state underlying a token, Z i,j,w W , indicates whether the wth word comes from the property distribution, attribute dis-tribution, or background distribution; we use P , A, or B to denote these respective values of Z i,j,w W .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The sequence", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Z i,j,1 W , . . . , Z i,j,m W", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "is generated using a first-order Markov model. The full transition parameter matrix \u039b parametrizes these decisions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Z i,j,w W , a word, s i,j,w is drawn from \u03b8 i,j P , \u03b8 i,Z i,j P A", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditioned on the underlying", |
| "sec_num": null |
| }, |
| { |
| "text": ", or \u03b8 B for the values P ,A, or B respectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditioned on the underlying", |
| "sec_num": null |
| }, |
| { |
| "text": "The goal of inference is to predict the snippet property and attribute distributions over each snippet given all the observed snippets P (Z i,j P , Z i,j A |s) for all products i and snippets j. Ideally, we would like to marginalize out nuisance random variables and distributions. Specifically, we approximate the full model posterior using variational inference: 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "P (\u03c8, \u03b8 P , \u03b8 B , \u03b8 A , \u03c6, |s) \u2248 Q(\u03c8, \u03b8 P , \u03b8 B , \u03b8 A , \u03c6)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "where \u03c8, \u03b8 P , \u03c6 denote the collection of latent distributions in our model. Here, we assume a full meanfield factorization of the variational distribution; see Figure 2 for the decomposition. Each variational factor q(\u2022) represents an approximation of that variable's posterior given observed random variables. The variational distribution Q(\u2022) makes the (incorrect) assumption that the posteriors amongst factors are independent. The goal of variational inference is to set factors q(\u2022) so that it minimizes the KL divergence to the true model posterior:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 161, |
| "end": 169, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "min Q(\u2022) KL(P (\u03c8, \u03b8 P , \u03b8 B , \u03b8 A , \u03c6, |s) Q(\u03c8, \u03b8 P , \u03b8 B , \u03b8 A , \u03c6)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We optimize this objective using coordinate descent on the q(\u2022) factors. Concretely, we update each factor by optimizing the above criterion with all other factors fixed to current values. For instance, the update for the factor q(Z i,j,w W ) takes the form:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "q(Z i,j,w W ) \u2190 E Q/q(Z i,j,w W ) lg P (\u03c8, \u03b8 P , \u03b8 B , \u03b8 A , \u03c6, s)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The full factorization of Q(\u2022) and updates for all random variable factors are given in Figure 2 . Updates of parameter factors are omitted; however these are derived through simple counts of the Z A , Z P , and Z W latent variables. For related discussion, see Blei et al. (2003) .", |
| "cite_spans": [ |
| { |
| "start": 262, |
| "end": 280, |
| "text": "Blei et al. (2003)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 88, |
| "end": 96, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In this section, we describe in detail our data set and present three experiments and their results. Data Set Our data set consists of snippets from Yelp reviews generated by the system described in Sauper et al. (2010) . This system is trained to extract snippets containing short descriptions of user sentiment towards some aspect of a restaurant. Figure 3: Example snippets from our data set, grouped according to property. Property words are labeled P and colored blue, NEGATIVE attribute words are labeledand colored red, and POSITIVE attribute words are labeled + and colored green. The grouping and labeling are not given in the data set and must be learned by the model. select only the snippets labeled by that system as referencing food, and we ignore restaurants with fewer than 20 snippets. There are 13,879 snippets in total, taken from 328 restaurants in and around the Boston/Cambridge area. The average snippet length is 7.8 words, and there are an average of 42.1 snippets per restaurant, although there is high variance in number of snippets for each restaurant. Figure 3 shows some example snippets.", |
| "cite_spans": [ |
| { |
| "start": 199, |
| "end": 219, |
| "text": "Sauper et al. (2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1081, |
| "end": 1089, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "For sentiment attribute seed words, we use 42 and 33 words for the positive and negative distributions respectively. These are hand-selected based on the restaurant review domain; therefore, they include domain-specific words such as delicious and gross.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Tasks We perform three experiments to evaluate our model's effectiveness. First, a cluster prediction task is designed to test the quality of the learned property clusters. Second, an attribute analysis task will evaluate the sentiment analysis portion of the model. Third, we present a task designed to test whether the system can correctly identify properties which have conflicting attributes, which tests both clustering and sentiment analysis. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Mean-field Factorization Q(\u03c8, \u03b8 P , \u03b8 B , \u03b8 A , \u03c6) = q(\u03b8 B ) N a=1 q(\u03b8 a A ) \uf8eb \uf8ed n i K k=1 q(\u03b8 i,k P )q(\u03c6 i,k ) \uf8eb \uf8ed j q(Z i,j A )q(Z i,j P ) w q(Z i,j,w W ) \uf8f6 \uf8f8 \uf8f6 \uf8f8 Snippet Property Indicator lg q(Z i,j P = k) \u221d E q(\u03c8 i ) lg \u03c8 i (p) + w q(Z i,j,w W = P )E q(\u03b8 i,k P ) lg \u03b8 i,k P (s i,j,w ) + N a=1 q(Z i,j A = a)E q(\u03c6 i,k ) lg \u03c6 i,k (a) Snippet Attribute Indicator lg q(Z i,j A = a) = k q(Z i,j P = k)E q(\u03c6 i,k ) lg \u03c6 i,k (a) + w q(Z i,j,w W = A)E q(\u03b8 a A ) lg \u03b8 a A (s i,j,w ) Word Topic Indicator lg q(Z i,j,w W = P ) \u221d lg P (Z W = P ) + k q(Z i,j P = k)E q(\u03b8 i,k P ) lg \u03b8 i,j P (s i,j,w ) lg q(Z i,j,w W = A) \u221d lg P (Z W = A) + a\u2208{+,\u2212} q(Z i,j A = a)E q(\u03b8 a A ) lg \u03b8 a A (s i,j,w ) lg q(Z i,j,w W = B) \u221d lg P (Z W = B) + E q(\u03b8 B ) lg \u03b8 B (s i,j,w )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The goal of this task is to evaluate the quality of property clusters; specifically the Z i,j P variable in Section 4. In an ideal clustering, the predicted clusters will be cohesive (i.e., all snippets predicted for a given property are related to each other) and comprehensive (i.e., all snippets which are related to a property are predicted for it). For example, a snippet will be assigned the property pad thai if and only if that snippet mentions some aspect of the pad thai.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster prediction", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Annotation For this task, we use a set of gold clusters over 3,250 snippets across 75 restaurants collected through Mechanical Turk. In each task, a worker was given a set of 25 snippets from a single restaurant and asked to cluster them into as many clusters as they desired, with the option of leaving any number unclustered. This yields a set of gold clusters and a set of unclustered snippets. For verification purposes, each task was provided to two different workers. The intersection of both workers' judgments was accepted as the gold standard, so the model is not evaluated on judgments which disagree. In total, there were 130 unique tasks, each of which were provided to two workers, for a total output of 210 generated clusters.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster prediction", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Baseline The baseline for this task is a clustering algorithm weighted by TF*IDF over the data set as implemented by the publicly available CLUTO package. 3 This baseline will put a strong connection between things which are lexically similar. Because our model only uses property words to tie together clusters, it may miss correlations between words which are not correctly identified as property words. The baseline is allowed 10 property clusters per restaurant.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster prediction", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We use the MUC cluster evaluation metric for this task (Vilain et al., 1995) . This metric measures the number of cluster merges and splits required to recreate the gold clusters given the model's output. Table 2 : Results using the MUC metric on the cluster prediction task. Note that while the precision of the baseline is higher, the recall and overall F1 of our model outweighs that. While MUC has a deficiency in that putting everything into a single cluster will artificially inflate the score, parameters on our model are set so that the model uses the same number of clusters as the baseline system.", |
| "cite_spans": [ |
| { |
| "start": 55, |
| "end": 76, |
| "text": "(Vilain et al., 1995)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 205, |
| "end": 212, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cluster prediction", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Therefore, it can concisely show how accurate our clusters are as a whole. While it would be possible to artificially inflate the score by putting everything into a single cluster, the parameters on our model and the likelihood objective are such that the model prefers to use all available clusters, the same number as the baseline system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster prediction", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Results Results for our cluster prediction task are in Table 2 . While our system does suffer on precision in comparison to the baseline system, the recall gains far outweigh this loss, for a total error reduction of 20% on the MUC measure. The most common cause of poor cluster choices in the baseline system is its inability to distinguish property words from attribute words. For example, if many snippets in a given restaurant use the word delicious, there may end up being a cluster based on that alone. Because our system is capable of distinguishing which words are property words (i.e., words relevant to clustering), it can choose clusters which make more sense overall. We show an example of this in Table 3 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 55, |
| "end": 62, |
| "text": "Table 2", |
| "ref_id": null |
| }, |
| { |
| "start": 710, |
| "end": 717, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cluster prediction", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We also evaluate the system's predictions of snippet attribute using the predicted posterior over the attribute distribution for the snippet (i.e., Z i,j A ). For this task, we consider the binary judgment to be simply the one with higher value in q(Z i,j A ) (see Section 5). The goal of this task is to evaluate whether our model correctly distinguishes attribute words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "Annotation For this task, we use a set of 260 total snippets from the Yelp reviews for 30 restaurants, evenly split into a training and test sets of 130 snippets each. These snippets are manually labeled POS-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The martini selection looked delicious The s'mores martini sounded excellent The martinis were good The martinis are very good The mozzarella was very fresh The fish and various meets were very well made The best carrot cake I've ever eaten Carrot cake was deliciously moist The carrot cake was delicious. It was rich, creamy and delicious. The pasta Bolognese was rich and robust. Table 3 : Example phrases from clusters in both the baseline and our model. For each pair of clusters, the dashed line indicates separation by the baseline model, while the solid line indicates separation by our model. In the first example, the baseline mistakenly clusters some snippets about martinis with those containing the word very. In the second example, the same occurs with the word delicious.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 382, |
| "end": 389, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "ITIVE or NEGATIVE. Neutral snippets are ignored for the purpose of this experiment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "Baseline We use two baselines for this task, one based on a standard discriminative classifier and one based on the seed words from our model. The DISCRIMINATIVE baseline for this task is a standard maximum entropy discriminative binary classifier over unigrams. Given enough snippets from enough unrelated properties, the classifier should be able to identify that words like great indicate positive sentiment and those like bad indicate negative sentiment, while words like chicken are neutral and have no effect.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The SEED baseline simply counts the number of words from the positive and negative seed lists used by the model, V seed + and V seed \u2212 . If there are more words from V seed + , the snippet is labeled positive, and if there are more words from V seed \u2212 , the snippet is labeled negative. If there is a tie or there are no seed words, we split the prediction. Because the seed word lists are specifically slanted toward restaurant reviews (i.e., they contain words such as delicious), this baseline should perform well.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "Results For this experiment, we measure the overall classification accuracy of each system (see Table Accuracy DISCRIMINATIVE baseline 75.9 SEED baseline 78.2 Our model 80.2 Table 4 : Attribute prediction accuracy of the full system compared to the DISCRIMINATIVE and SEED baselines. The advantage of our system is its ability to distinguish property words from attribute words in order to restrict judgment to only the relevant terms.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 96, |
| "end": 157, |
| "text": "Table Accuracy DISCRIMINATIVE baseline 75.9 SEED baseline", |
| "ref_id": null |
| }, |
| { |
| "start": 178, |
| "end": 185, |
| "text": "Table 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The naan was hot and fresh All the veggies were really fresh and crisp. Perfect mix of fresh flavors and comfort food The lo main smelled and tasted rancid My grilled cheese sandwich was a little gross Table 5 : Examples of sentences correctly labeled by our system but incorrectly labeled by the DISCRIMINATIVE baseline; the key sentiment words are highlighted. Notice that these words are not the most common sentiment words; therefore, it is difficult for the classifier to make a correct generalization. Only two of these words are seed words for our model (fresh and gross).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 202, |
| "end": 209, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "4). Our system outperforms both supervised baselines. As in the cluster prediction case, the main flaw with the DISCRIMINATIVE baseline system is its inability to recognize which words are relevant for the task at hand, in this case the attribute words. By learning to separate attribute words from the other words in the snippets, our full system is able to more accurately judge their sentiment. Examples of these cases are found in Table 5 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 435, |
| "end": 442, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The obvious flaw in the SEED baseline is the inability to pre-specify every possible sentiment word; our model's performance indicates that it is learning something beyond just these basic words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Attribute analysis", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "Our final task requires both correct cluster prediction and correct sentiment judgments. In many domains, it is interesting to know not only whether a product is rated highly, but also whether there is conflicting sentiment or debate. In the case of restaurant reviews, it is relevant to know whether the dishes are consistently good or whether there is some variation in quality. No No -The cream cheese wasn't bad + Ice cream was just delicious Table 6 : Example property-attribute correctness for the conflict identification task, over both property and attribute. Property judgment (P) indicates whether the snippets are discussing the same item; attribute judgment (A) indicates whether there is a correct difference in attribute (sentiment), regardless of properties.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 447, |
| "end": 454, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conflict identification", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "To evaluate this, we examine the output clusters which contain predictions of both positive and negative snippets. The goal is to identify whether these are true conflicts of sentiment or there was a failure in either property clustering or attribute classification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conflict identification", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "For this task, the output clusters are manually annotated for correctness of both property and attribute judgments, as in Table 6 . As there is no obvious baseline for this experiment, we treat it simply as an analysis of errors.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 122, |
| "end": 129, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conflict identification", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "Results For this task, we examine the accuracy of conflict prediction, both with and without the correctly identified properties. The results by propertyattribute correctness are shown in Table 7 . From these numbers, we can see that 50% of the clusters are correct in both property (cohesiveness) and attribute (difference in sentiment) dimensions.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 188, |
| "end": 195, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conflict identification", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "Overall, the properties are correctly identified (subject of NEG matches the subject of POS) 68% of the time and a correct difference in attribute is identified 67% of the time. Of the clusters which are correct in property, 74% show a correctly labeled Table 7 : Results of conflict analysis by correctness of property label (P) and attribute conflict (A). Examples of each type of correctness pair are show in in Table 6 . 50% of the clusters are correct in both labels, and there are approximately the same number of errors toward both property and attribute.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 254, |
| "end": 261, |
| "text": "Table 7", |
| "ref_id": null |
| }, |
| { |
| "start": 415, |
| "end": 422, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conflict identification", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "difference in attribute.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conflict identification", |
| "sec_num": "6.3" |
| }, |
| { |
| "text": "We have presented a probabilistic topic model for identifying properties and attitudes of product review snippets. The model is relatively simple and admits an efficient variational mean-field inference procedure which is parallelized and can be run on a large number of snippets. We have demonstrated on multiple evaluation tasks that our model outperforms applicable baselines by a considerable margin.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "See Liang and Klein (2007) for an overview of variational techniques. 2 For exact training procedures, please reference that paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Available at http://glaros.dtc.umn.edu/gkhome/cluto/cluto/overview with agglomerative clustering, using the cosine similarity distance metric.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The authors acknowledge the support of the NSF (CAREER grant IIS-0448168), NIH (grant 5-R01-LM009723-02), Nokia, and the DARPA Machine Reading Program (AFRL prime contract no. FA8750-09-C-0172). Thanks to Peter Szolovits and the MIT NLP group for their helpful comments. Any opinions, findings, conclusions, or recommendations expressed in this paper are those of the authors, and do not necessarily reflect the views of the funding organizations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Latent Dirichlet allocation", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "3", |
| "issue": "", |
| "pages": "993--1022", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David M. Blei, Andrew Y. Ng, and Michael I. Jordan. 2003. Latent Dirichlet allocation. Journal of Machine Learning Research, 3:993-1022.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Multi-document summarization of evaluative text", |
| "authors": [ |
| { |
| "first": "Giuseppe", |
| "middle": [], |
| "last": "Carenini", |
| "suffix": "" |
| }, |
| { |
| "first": "Raymond", |
| "middle": [], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Pauls", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "305--312", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Giuseppe Carenini, Raymond Ng, and Adam Pauls. 2006. Multi-document summarization of evaluative text. In Proceedings of EACL, pages 305-312.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Mining and summarizing customer reviews", |
| "authors": [ |
| { |
| "first": "Minqing", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| }, |
| { |
| "first": "Bing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of SIGKDD", |
| "volume": "", |
| "issue": "", |
| "pages": "168--177", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Minqing Hu and Bing Liu. 2004. Mining and summa- rizing customer reviews. In Proceedings of SIGKDD, pages 168-177.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Opinion extraction and summarization on the web", |
| "authors": [ |
| { |
| "first": "Minqing", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| }, |
| { |
| "first": "Bing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Minqing Hu and Bing Liu. 2006. Opinion extraction and summarization on the web. In Proceedings of AAAI.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Automatic identification of pro and con reasons in online reviews", |
| "authors": [ |
| { |
| "first": "Min", |
| "middle": [], |
| "last": "Soo", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of COLING/ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "483--490", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Soo-Min Kim and Eduard Hovy. 2006. Automatic iden- tification of pro and con reasons in online reviews. In Proceedings of COLING/ACL, pages 483-490.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Generating comparative summaries of contradictory opinions in text", |
| "authors": [ |
| { |
| "first": "Hyun Duk", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of CIKM", |
| "volume": "", |
| "issue": "", |
| "pages": "385--394", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hyun Duk Kim and ChengXiang Zhai. 2009. Generat- ing comparative summaries of contradictory opinions in text. In Proceedings of CIKM, pages 385-394.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Structured Bayesian nonparametric models with variational inference (tutorial)", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Liang and D. Klein. 2007. Structured Bayesian non- parametric models with variational inference (tutorial). In Proceedings of ACL.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Opinion observer: Analyzing and comparing opinions on the web", |
| "authors": [ |
| { |
| "first": "Bing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Minqing", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| }, |
| { |
| "first": "Junsheng", |
| "middle": [], |
| "last": "Cheng", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "342--351", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bing Liu, Minqing Hu, and Junsheng Cheng. 2005a. Opinion observer: Analyzing and comparing opinions on the web. In Proceedings of WWW, pages 342-351.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Opinion observer: analyzing and comparing opinions on the web", |
| "authors": [ |
| { |
| "first": "Bing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Minqing", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| }, |
| { |
| "first": "Junsheng", |
| "middle": [], |
| "last": "Cheng", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "342--351", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bing Liu, Minqing Hu, and Junsheng Cheng. 2005b. Opinion observer: analyzing and comparing opinions on the web. In Proceedings of WWW, pages 342-351.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Opinion integration through semi-supervised topic modeling", |
| "authors": [ |
| { |
| "first": "Yue", |
| "middle": [], |
| "last": "Lu", |
| "suffix": "" |
| }, |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "121--130", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yue Lu and ChengXiang Zhai. 2008. Opinion integra- tion through semi-supervised topic modeling. In Pro- ceedings of WWW, pages 121-130.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Topic sentiment mixture: modeling facets and opinions in weblogs", |
| "authors": [ |
| { |
| "first": "Qiaozhu", |
| "middle": [], |
| "last": "Mei", |
| "suffix": "" |
| }, |
| { |
| "first": "Xu", |
| "middle": [], |
| "last": "Ling", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Wondra", |
| "suffix": "" |
| }, |
| { |
| "first": "Hang", |
| "middle": [], |
| "last": "Su", |
| "suffix": "" |
| }, |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "171--180", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Qiaozhu Mei, Xu Ling, Matthew Wondra, Hang Su, and ChengXiang Zhai. 2007. Topic sentiment mixture: modeling facets and opinions in weblogs. In Proceed- ings of WWW, pages 171-180.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "OPINE: Extracting product features and opinions from reviews", |
| "authors": [ |
| { |
| "first": "Ana-Maria", |
| "middle": [], |
| "last": "Popescu", |
| "suffix": "" |
| }, |
| { |
| "first": "Bao", |
| "middle": [], |
| "last": "Nguyen", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of HLT/EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "339--346", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ana-Maria Popescu, Bao Nguyen, and Oren Etzioni. 2005. OPINE: Extracting product features and opin- ions from reviews. In Proceedings of HLT/EMNLP, pages 339-346.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Incorporating content structure into text analysis applications", |
| "authors": [ |
| { |
| "first": "Christina", |
| "middle": [], |
| "last": "Sauper", |
| "suffix": "" |
| }, |
| { |
| "first": "Aria", |
| "middle": [], |
| "last": "Haghighi", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "377--387", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christina Sauper, Aria Haghighi, and Regina Barzilay. 2010. Incorporating content structure into text anal- ysis applications. In Proceedings of EMNLP, pages 377-387.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Opinion-focused summarization and its analysis at DUC", |
| "authors": [ |
| { |
| "first": "Yohei", |
| "middle": [], |
| "last": "Seki", |
| "suffix": "" |
| }, |
| { |
| "first": "Koji", |
| "middle": [], |
| "last": "Eguchi", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Noriko", |
| "suffix": "" |
| }, |
| { |
| "first": "Masaki", |
| "middle": [], |
| "last": "Aono", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of DUC", |
| "volume": "", |
| "issue": "", |
| "pages": "122--130", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yohei Seki, Koji Eguchi, Noriko K, and Masaki Aono. 2006. Opinion-focused summarization and its analysis at DUC 2006. In Proceedings of DUC, pages 122- 130.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "A joint model of text and aspect ratings for sentiment summarization", |
| "authors": [ |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "308--316", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan Titov and Ryan McDonald. 2008. A joint model of text and aspect ratings for sentiment summarization. In Proceedings of ACL, pages 308-316.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Dennis Connolly, and Lynette Hirschman. 1995. A modeltheoretic coreference scoring scheme", |
| "authors": [ |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Vilain", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Burger", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Aberdeen", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Proceedings of MUC", |
| "volume": "", |
| "issue": "", |
| "pages": "45--52", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marc Vilain, John Burger, John Aberdeen, Dennis Con- nolly, and Lynette Hirschman. 1995. A model- theoretic coreference scoring scheme. In Proceedings of MUC, pages 45-52.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "text": "2 We The [P noodles ] and the [P meat ] were actually [+ pretty good ]. I [+ recommend ] the [P chicken noodle pho ]. The [P noodles ] were [-soggy ]. The [P chicken pho ] was also [+ good ]. The [P spring rolls ] and [P coffee ] were [+ good ] though. The [P spring roll wrappers ] were a [-little dry tasting ]. My [+ favorites ] were the [P crispy spring rolls ]. The [P Crispy Tuna Spring Rolls ] are [+ fantastic ]! The [P lobster roll ] my mother ordered was [-dry ] and [-scant ]. The [P portabella mushroom ] is my [+ go-to ] [P sandwich ]. The [P bread ] on the [P sandwich ] was [-stale ]. The slice of [P tomato ] was [-rather measly ]. The [P shumai ] and [P California maki sushi ] were [+ decent ]. The [P spicy tuna roll ] and [P eel roll ] were [+ perfect ]. The [P rolls ] with [P spicy mayo ] were [-not so great ]. I [+ love ] [P Thai rolls ].", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "text": "The mean-field variational algorithm used during learning and inference to obtain posterior predictions over snippet properties and attributes, as described in Section 5. Mean-field inference consists of updating each of the latent variable factors as well as a straightforward update of latent parameters in round robin fashion.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "content": "<table/>", |
| "html": null, |
| "type_str": "table", |
| "text": "Example clusters of restaurant review snippets.", |
| "num": null |
| } |
| } |
| } |
| } |