Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N10-1038",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:50:20.343618Z"
},
"title": "Movie Reviews and Revenues: An Experiment in Text Regression *",
"authors": [
{
"first": "Mahesh",
"middle": [],
"last": "Joshi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Institute Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA",
"country": "USA"
}
},
"email": "[email protected]"
},
{
"first": "Dipanjan",
"middle": [],
"last": "Das",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Institute Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA",
"country": "USA"
}
},
"email": "[email protected]"
},
{
"first": "Kevin",
"middle": [],
"last": "Gimpel",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Institute Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA",
"country": "USA"
}
},
"email": "[email protected]"
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Smith",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Technologies Institute Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA",
"country": "USA"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We consider the problem of predicting a movie's opening weekend revenue. Previous work on this problem has used metadata about a movie-e.g., its genre, MPAA rating, and cast-with very limited work making use of text about the movie. In this paper, we use the text of film critics' reviews from several sources to predict opening weekend revenue. We describe a new dataset pairing movie reviews with metadata and revenue data, and show that review text can substitute for metadata, and even improve over it, for prediction.",
"pdf_parse": {
"paper_id": "N10-1038",
"_pdf_hash": "",
"abstract": [
{
"text": "We consider the problem of predicting a movie's opening weekend revenue. Previous work on this problem has used metadata about a movie-e.g., its genre, MPAA rating, and cast-with very limited work making use of text about the movie. In this paper, we use the text of film critics' reviews from several sources to predict opening weekend revenue. We describe a new dataset pairing movie reviews with metadata and revenue data, and show that review text can substitute for metadata, and even improve over it, for prediction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Predicting gross revenue for movies is a problem that has been studied in economics, marketing, statistics, and forecasting. Apart from the economic value of such predictions, we view the forecasting problem as an application of NLP. In this paper, we use the text of critics' reviews to predict opening weekend revenue. We also consider metadata for each movie that has been shown to be successful for similar prediction tasks in previous work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "There is a large body of prior work aimed at predicting gross revenue of movies (Simonoff and Sparrow, 2000; Sharda and Delen, 2006 ; inter alia). Certain information is used in nearly all prior work on these tasks, such as the movie's genre, MPAA rating, running time, release date, the number of screens on which the movie debuted, and the presence of particular actors or actresses in the cast. Most prior textbased work has used automatic text analysis tools, deriving a small number of aggregate statistics. For example, Mishne and Glance (2006) applied sentiment analysis techniques to pre-release and postrelease blog posts about movies and showed higher correlation between actual revenue and sentimentbased metrics, as compared to mention counts of the movie. (They did not frame the task as a revenue prediction problem.) Zhang and Skiena (2009) used a news aggregation system to identify entities and obtain domain-specific sentiment for each entity in several domains. They used the aggregate sentiment scores and mention counts of each movie in news articles as predictors.",
"cite_spans": [
{
"start": 80,
"end": 108,
"text": "(Simonoff and Sparrow, 2000;",
"ref_id": null
},
{
"start": 109,
"end": 131,
"text": "Sharda and Delen, 2006",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "While there has been substantial prior work on using critics' reviews, to our knowledge all of this work has used polarity of the review or the number of stars given to it by a critic, rather than the review text directly (Terry et al., 2005) .",
"cite_spans": [
{
"start": 222,
"end": 242,
"text": "(Terry et al., 2005)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our task is related to sentiment analysis (Pang et al., 2002) on movie reviews. The key difference is that our goal is to predict a future real-valued quantity, restricting us from using any post-release text data such as user reviews. Further, the most important clues about revenue may have little to do with whether the reviewer liked the movie, but rather what the reviewer found worth mentioning. This paper is more in the tradition of Ghose et al. (2007) and Kogan et al. (2009) , who used text regression to directly quantify review \"value\" and make predictions about future financial variables, respectively.",
"cite_spans": [
{
"start": 42,
"end": 61,
"text": "(Pang et al., 2002)",
"ref_id": null
},
{
"start": 441,
"end": 460,
"text": "Ghose et al. (2007)",
"ref_id": "BIBREF1"
},
{
"start": 465,
"end": 484,
"text": "Kogan et al. (2009)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our aim in using the full text is to identify particular words and phrases that predict the movie-going tendencies of the public. We can also perform syntactic and semantic analysis on the text to identify richer constructions that are good predictors. Furthermore, since we consider multiple reviews for each movie, we can compare these features across reviews to observe how they differ both in frequency and predictive performance across different media outlets and individual critics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we use linear regression from text and non-text (meta) features to directly predict gross revenue aggregated over the opening weekend, and the same averaged per screen. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We gathered data for movies released in 2005-2009. For these movies, we obtained metadata and a list of hyperlinks to movie reviews by crawling Meta-Critic (www.metacritic.com). The metadata include the name of the movie, its production house, the set of genres it belongs to, the scriptwriter(s), the director(s), the country of origin, the primary actors and actresses starring in the movie, the release date, its MPAA rating, and its running time. From The Numbers (www.the-numbers.com), we retrieved each movie's production budget, opening weekend gross revenue, and the number of screens on which it played during its opening weekend. Only movies found on both MetaCritic and The Numbers were included. Next we chose seven review websites that most frequently appeared in the review lists for movies at Metacritic, and obtained the text of the reviews by scraping the raw HTML. The sites chosen were the Austin Chronicle, the Boston Globe, the LA Times, Entertainment Weekly, the New York Times, Variety, and the Village Voice. We only chose those reviews that appeared on or before the release date of the movie (to ensure that revenue information is not present in the review), arriving at a set of 1718 movies with at least one review. We partitioned this set of movies temporally into training (2005) (2006) (2007) , development (2008) and test (2009) sets. Not all movies had reviews at all sites (see Table 1 ).",
"cite_spans": [
{
"start": 1303,
"end": 1309,
"text": "(2005)",
"ref_id": null
},
{
"start": 1310,
"end": 1316,
"text": "(2006)",
"ref_id": null
},
{
"start": 1317,
"end": 1323,
"text": "(2007)",
"ref_id": null
},
{
"start": 1338,
"end": 1344,
"text": "(2008)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 1412,
"end": 1419,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Data",
"sec_num": "2"
},
{
"text": "We consider two response variables, both in U.S. dollars: the total revenue generated by a movie during its release weekend, and the per screen revenue during the release weekend. We evaluate these predictions using (1) mean absolute error (MAE) in U.S. dollars and (2) Pearson's correlation between the actual and predicted revenue.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predictive Task",
"sec_num": "3"
},
{
"text": "We use linear regression to directly predict the opening weekend gross earnings, denoted y, based on features x extracted from the movie metadata and/or the text of the reviews. That is, given an input feature vector x \u2208 R p , we predict an output\u0177 \u2208 R using a linear model:\u0177 = \u03b2 0 + x \u03b2. To learn values for the parameters \u03b8 = \u03b2 0 , \u03b2 , the standard approach is to minimize the sum of squared errors for a training set containing n pairs",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predictive Task",
"sec_num": "3"
},
{
"text": "x i , y i where x i \u2208 R p and y i \u2208 R for 1 \u2264 i \u2264 n: \u03b8 = argmin \u03b8=(\u03b2 0 ,\u03b2) 1 2n n i=1 y i \u2212 (\u03b2 0 + x i \u03b2) 2 +\u03bbP (\u03b2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predictive Task",
"sec_num": "3"
},
{
"text": "A penalty term P (\u03b2) is included in the objective for regularization. Classical solutions use an 2 or 1 norm, known respectively as ridge and lasso regression. Introduced recently is a mixture of the two, called the elastic net (Zou and Hastie, 2005):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predictive Task",
"sec_num": "3"
},
{
"text": "P (\u03b2) = p j=1 1 2 (1 \u2212 \u03b1)\u03b2 2 j + \u03b1|\u03b2 j |",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predictive Task",
"sec_num": "3"
},
{
"text": "where \u03b1 \u2208 (0, 1) determines the trade-off between 1 and 2 regularization. For our experiments we used the elastic net and specifically the glmnet package which contains an implementation of an efficient coordinate ascent procedure for training (Friedman et al., 2008) . We tune the \u03b1 and \u03bb parameters on our development set and select the model with the \u03b1, \u03bb combination that yields minimum MAE on the development set.",
"cite_spans": [
{
"start": 244,
"end": 267,
"text": "(Friedman et al., 2008)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Predictive Task",
"sec_num": "3"
},
{
"text": "We compare predictors based on metadata, predictors based on text, and predictors that use both kinds of information. Results for two simple baselines of predicting the training set mean and median are reported in Table 2 (Pearson's correlation is undefined since the standard deviation is zero).",
"cite_spans": [],
"ref_spans": [
{
"start": 214,
"end": 221,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Experiments",
"sec_num": "4"
},
{
"text": "We considered seven types of metadata features, and evaluated their performance by adding them to our pool of features in the following order: whether the film is of U.S. origin, running time (in minutes), the logarithm of its budget, # opening screens, genre (e.g., Action, Comedy) and MPAA rating (e.g., G, PG, PG-13), whether the movie opened on a holiday weekend or in summer months, total count as well as of presence of individual Oscar-winning actors and directors and high-grossing actors. For the first task of predicting the total opening weekend revenue of a movie, the best-performing feature set in terms of MAE turned out to be all the features. However, for the second task of predicting the per screen revenue, addition of the last feature subset consisting of information related to the actors and directors hurt performance (MAE increased). Therefore, for the second task, the best performing set contained only the first six types of metadata features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metadata Features",
"sec_num": "4.1"
},
{
"text": "We extract three types of text features (described below). We only included feature instances that occurred in at least five different movies' reviews. We stem and downcase individual word components in all our features. I. n-grams. We considered unigrams, bigrams, and trigrams. A 25-word stoplist was used; bigrams and trigrams were only filtered if all words were stopwords. II. Part-of-speech n-grams. As with words, we added unigrams, bigrams, and trigrams. Tags were obtained from the Stanford part-of-speech tagger (Toutanova and Manning, 2000) . III. Dependency relations. We used the Stanford parser (Klein and Manning, 2003) to parse the critic reviews and extract syntactic dependencies. The dependency relation features consist of just the relation part of a dependency triple relation, head word, modifier word .",
"cite_spans": [
{
"start": 522,
"end": 551,
"text": "(Toutanova and Manning, 2000)",
"ref_id": null
},
{
"start": 609,
"end": 634,
"text": "(Klein and Manning, 2003)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text Features",
"sec_num": "4.2"
},
{
"text": "We consider three ways to combine the collection of reviews for a given movie. The first (\"\u2212\") simply concatenates all of a movie's reviews into a single document before extracting features. The second (\"+\") conjoins each feature with the source site (e.g., New York Times) from whose review it was extracted. A third version (denoted \"B\") combines both the site-agnostic and site-specific features. Table 2 : Test-set performance for various models, measured using mean absolute error (MAE) and Pearson's correlation (r), for two prediction tasks. Within a column, boldface shows the best result among \"text\" and \"meta \u222a text\" settings. \u2020 Significantly better than the meta baseline with p < 0.01, using the Wilcoxon signed rank test. Table 2 shows our results for both prediction tasks. For the total first-weekend revenue prediction task, metadata features baseline result (r 2 = 0.521) is comparable to that reported by Simonoff and Sparrow (2000) on a similar task of movie gross prediction (r 2 = 0.446). Features from critics' reviews by themselves improve correlation on both prediction tasks, however improvement in MAE is only observed for the per screen revenue prediction task. A combination of the meta and text features achieves the best performance both in terms of MAE and r. While the text-only models have some high negative weight features, the combined models do not have any negatively weighted features and only a very few metadata features. That is, the text is able to substitute for the other metadata features.",
"cite_spans": [],
"ref_spans": [
{
"start": 400,
"end": 407,
"text": "Table 2",
"ref_id": null
},
{
"start": 736,
"end": 743,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Text Features",
"sec_num": "4.2"
},
{
"text": "Among the different types of text-based features that we tried, lexical n-grams proved to be a strong baseline to beat. None of the \"I \u222a * \" feature sets are significantly better than n-grams alone, but adding the dependency relation features (set III) to the ngrams does improve the performance enough to make it significantly better than the metadata-only baseline for per screen revenue prediction. Salient Text Features: Table 3 lists some of the highly weighted features, which we have categorized manually. The features are from the text-only model annotated in Table 2 (total, not per screen). The feature weights can be directly interpreted as U.S. dollars contributed to the predicted value\u0177 by each occurrence of the feature. Sentiment-related features are not as prominent as might be expected, and their overall proportion in the set of features with non-zero weights is quite small (estimated in preliminary trials at less than 15%). Phrases that refer to metadata are the more highly weighted and frequent ones. Consistent with previous research, we found some positively-oriented sentiment features to be predictive. Some other prominent features not listed in the table correspond to special effects (\"Boston Globe: of the art\", \"and cgi\"), particular movie franchises (\"shrek movies\", \"Variety: chronicle of\", \"voldemort\"), hype/expectations (\"blockbuster\", \"anticipation\"), film festival (\"Variety: canne\" with negative weight) and time of release (\"summer movie\").",
"cite_spans": [],
"ref_spans": [
{
"start": 425,
"end": 432,
"text": "Table 3",
"ref_id": null
},
{
"start": 568,
"end": 575,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4.3"
},
{
"text": "We conclude that text features from pre-release reviews can substitute for and improve over a strong metadata-based first-weekend movie revenue prediction. The dataset used in this paper has been made available for research at http://www. ark.cs.cmu.edu/movie$-data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Regularized paths for generalized linear models via coordinate descent",
"authors": [
{
"first": "J",
"middle": [],
"last": "Friedman",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Hastie",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Tibshirani",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Friedman, T. Hastie, and R. Tibshirani. 2008. Regular- ized paths for generalized linear models via coordinate descent. Technical report, Stanford University.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Opinion mining using econometrics: A case study on reputation systems",
"authors": [
{
"first": "A",
"middle": [],
"last": "Ghose",
"suffix": ""
},
{
"first": "P",
"middle": [
"G"
],
"last": "Ipeirotis",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Sundararajan",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Ghose, P. G. Ipeirotis, and A. Sundararajan. 2007. Opinion mining using econometrics: A case study on reputation systems. In Proc. of ACL.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Fast exact inference with a factored model for natural language parsing",
"authors": [
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "C",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2003,
"venue": "Advances in NIPS 15",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Klein and C. D. Manning. 2003. Fast exact inference with a factored model for natural language parsing. In Advances in NIPS 15.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Predicting risk from financial reports with regression",
"authors": [
{
"first": "D",
"middle": [],
"last": "Kogan",
"suffix": ""
},
{
"first": "B",
"middle": [
"R"
],
"last": "Levin",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Routledge",
"suffix": ""
},
{
"first": "N",
"middle": [
"A"
],
"last": "Sagi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Smith",
"suffix": ""
}
],
"year": 2009,
"venue": "Proc. of NAACL",
"volume": "",
"issue": "",
"pages": "272--280",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kogan, D. Levin, B. R. Routledge, J. Sagi, and N. A. Smith. 2009. Predicting risk from financial reports with regression. In Proc. of NAACL, pages 272-280.",
"links": null
}
},
"ref_entries": {}
}
}