|
{ |
|
"paper_id": "N13-1041", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T14:41:03.075696Z" |
|
}, |
|
"title": "Mining User Relations from Online Discussions using Sentiment Analysis and Probabilistic Matrix Factorization", |
|
"authors": [ |
|
{ |
|
"first": "Minghui", |
|
"middle": [], |
|
"last": "Qiu", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Singapore Management University", |
|
"location": { |
|
"country": "Singapore" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Liu", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Singapore Management University", |
|
"location": { |
|
"country": "Singapore" |
|
} |
|
}, |
|
"email": "yang.liu@pku.edu.cn" |
|
}, |
|
{ |
|
"first": "Jing", |
|
"middle": [], |
|
"last": "Jiang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Singapore Management University", |
|
"location": { |
|
"country": "Singapore" |
|
} |
|
}, |
|
"email": "jingjiang@smu.edu.sg" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Advances in sentiment analysis have enabled extraction of user relations implied in online textual exchanges such as forum posts. However, recent studies in this direction only consider direct relation extraction from text. As user interactions can be sparse in online discussions, we propose to apply collaborative filtering through probabilistic matrix factorization to generalize and improve the opinion matrices extracted from forum posts. Experiments with two tasks show that the learned latent factor representation can give good performance on a relation polarity prediction task and improve the performance of a subgroup detection task.", |
|
"pdf_parse": { |
|
"paper_id": "N13-1041", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Advances in sentiment analysis have enabled extraction of user relations implied in online textual exchanges such as forum posts. However, recent studies in this direction only consider direct relation extraction from text. As user interactions can be sparse in online discussions, we propose to apply collaborative filtering through probabilistic matrix factorization to generalize and improve the opinion matrices extracted from forum posts. Experiments with two tasks show that the learned latent factor representation can give good performance on a relation polarity prediction task and improve the performance of a subgroup detection task.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "The fast growth of the social Web has led to a large amount of interest in online social network analysis. Most existing work on social network analysis relies on explicit links among users such as undirected friendship relations (Liben-Nowell and Kleinberg, 2003) , directed following relations (Hopcroft et al., 2011) and trust/distrust relations (Leskovec et al., 2010) . However, besides these explicit social relations, the various kinds of interactions between online users often suggest other implicit relations. In particular, in online discussion forums, users interact through textual posts and these exchanged texts often reveal whether two users are friends or foes, or whether two users share the same viewpoint towards a given issue.", |
|
"cite_spans": [ |
|
{ |
|
"start": 230, |
|
"end": 264, |
|
"text": "(Liben-Nowell and Kleinberg, 2003)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 296, |
|
"end": 319, |
|
"text": "(Hopcroft et al., 2011)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 349, |
|
"end": 372, |
|
"text": "(Leskovec et al., 2010)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "To uncover such implicit relations requires text analysis and particularly sentiment analysis. Re-cently, Hassan et al. (2012) studied predicting the polarity of user interactions in online discussions based on textual exchanges. They found that the automatically predicted signed relations had an accuracy above 80%. The extracted signed network was further used to detect ideological subgroups. This is a piece of pioneering work that extracts online social relations based on text analysis.", |
|
"cite_spans": [ |
|
{ |
|
"start": 106, |
|
"end": 126, |
|
"text": "Hassan et al. (2012)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper, we further extend the idea of mining social relations from online forum posts by incorporating collaborative filtering. Our work is motivated by the observation that direct textual exchanges between users are sparse. For example, in the data set we use, only around 13% of user-user pairs have direct interactions. Collaborative filtering is a commonly used technique in recommender systems to predict missing ratings. The key assumption is that if two people have the same opinion on an item A, they are likely to also have the same opinion on a different item B. In online discussion forums, users express their opinions about each other as well as the various aspects of the topic under discussion, but not every user comments on every aspect or every other user. Collaborative filtering allows us to identify users with the same opinion even if they have not directly interacted with each other or commented on any common aspect.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our method starts with extracting opinions on users and topic aspects from online posts using sentiment analysis. The results are two matrices indicating the sentiment polarity scores between pairs of users and pairs of a user and an aspect. To incorporate collaborative filtering, we choose probabilistic matrix factorization (PMF) (Salakhutdinov and Mnih, 2008) , a technique that has been successfully applied for collaborative filtering-based recommendation problems. PMF automatically discovers a low-rank representation for both users and items based on observed rating data. In our problem, the predicted sentiment polarity scores are treated as rating data, and the results of PMF are low-rank vectors representing each user in online discussions.", |
|
"cite_spans": [ |
|
{ |
|
"start": 333, |
|
"end": 363, |
|
"text": "(Salakhutdinov and Mnih, 2008)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We evaluate our method on two tasks. The first is to predict the polarity of interactions between two users not from their own textual exchanges but from their interactions with other users or comments on topic aspects. The second is to use the latent vectors to group users based on viewpoints. We find that the latent factor representation can produce good prediction results for the first task and improve the clustering results of the second task compared with a number of baselines, showing the effectiveness of collaborative filtering for mining social relations from online discussions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our work is closely related to recent studies on detecting subgroups from online discussions Hassan et al., 2012) . proposed to build discussant attitude profiles (DAP) from online posts and use these profiles to cluster users into subgroups. A DAP is a vector that contains the attitudes of a discussant towards other discussants and a set of opinion targets. We also extract opinions of users towards other users and opinion targets from posts, which are similar to DAPs. The difference is that we further apply probabilistic matrix factorization to derive a low-rank representation from the raw opinion scores. Our comparison with DAP-based clustering shows that probabilistic matrix factorization can improve subgroup detection. Hassan et al. (2012) proposed to predict the polarity of interactions between users based on their textual exchanges. They defined a set of interaction features using sentiment analysis and applied supervised learning for polarity prediction. In comparison, our work is unsupervised, that is, we do not use any ground truth of interaction polarity for training.", |
|
"cite_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 113, |
|
"text": "Hassan et al., 2012)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 733, |
|
"end": 753, |
|
"text": "Hassan et al. (2012)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Probabilistic matrix factorization was proposed by Salakhutdinov and Mnih (2008) as a collabo-rative filtering method for recommender systems. It has attracted much attention and been extended by Ma et al. (2008) and Wang and Blei (2011) . In particular, Ma et al. (2008) proposed a SocRec model that combines social network information with rating data using the PMF framework to perform social recommendation. Our model bears similarity to SocRec in that we also consider two types of interactions, i.e. user-user interactions and useraspect interactions. However, different from Ma et al. (2008) , we predict both the user-user and useraspect scores from textual posts using sentiment analysis, and the user-user opinion polarity scores are symmetric.", |
|
"cite_spans": [ |
|
{ |
|
"start": 51, |
|
"end": 80, |
|
"text": "Salakhutdinov and Mnih (2008)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 196, |
|
"end": 212, |
|
"text": "Ma et al. (2008)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 217, |
|
"end": 237, |
|
"text": "Wang and Blei (2011)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 255, |
|
"end": 271, |
|
"text": "Ma et al. (2008)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 582, |
|
"end": 598, |
|
"text": "Ma et al. (2008)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Part of our method uses sentiment analysis to extract opinions from text. This is built on top of a large body of existing work on opinion extraction, e.g. Choi et al. (2006) and Wu et al. (2009) . As the sentiment analysis component is not our main contribution, we do not review existing work along this direction in detail here. Interested readers can refer to Pang and Lee (2008) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 156, |
|
"end": 174, |
|
"text": "Choi et al. (2006)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 179, |
|
"end": 195, |
|
"text": "Wu et al. (2009)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 364, |
|
"end": 383, |
|
"text": "Pang and Lee (2008)", |
|
"ref_id": "BIBREF20" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The idea of incorporating sentiment analysis into collaborative filtering algorithms has been explored by Kawamae (2011) , Moshfeghi et al. (2011) and Leung et al. (2011) . While their work also combines sentiment analysis with collaborative filtering, the purpose is to improve the accuracy of item recommendation. In contrast, we borrow the idea and technique of collaborative filtering to improve user relation mining from online text.", |
|
"cite_spans": [ |
|
{ |
|
"start": 106, |
|
"end": 120, |
|
"text": "Kawamae (2011)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 123, |
|
"end": 146, |
|
"text": "Moshfeghi et al. (2011)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 151, |
|
"end": 170, |
|
"text": "Leung et al. (2011)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "In this section, we provide an overview of our method. We first introduce some concepts. User: We use user to refer to a discussant in an online discussion. Each user has an online ID, which can be used by other users to refer to him/her in a post. Users are both opinion holders and opinion targets. For example, User 1 below expresses a negative opinion towards another user in the following snippet.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "User 1: Actually, I have to disagree with you.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Aspect: We use topic aspect or aspect to refer to an opinion target that is related to the topic under discussion. For example, when debating about whether one should vote for Obama, people may express opinions on targets such as \"President Obama\" and \"Republican party,\" as shown in the following snippets. These aspects are all related to Obama's presidential campaign. As we will explain later, the aspects we consider are named entities and frequent noun phrases.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "User 2: Americans should vote for President Obama because he picks good corporations as winners.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "User 3: I simply point out how absolutely terrible the Republican party is.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Polarity Score: A sentiment polarity score is a real number between 0 and 1, where 0 indicates a completely negative opinion and 1 indicates a completely positive opinion. User-User Opinion Matrix: The opinions extracted from posts between users are represented by a user-user opinion matrix S, where entry s i,j is a polarity score between the i-th user and the j-th user. We assume that the polarity scores are symmetric. User-Aspect Opinion Matrix: The opinions held by different users on the various topic aspects are represented by a user-aspect opinion matrix R, where entry r i,k is a polarity score indicating the i-th user's opinion towards the k-th aspect.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Given the matrices S and R, we perform probabilistic matrix factorization to derive a low-rank vector representation for users and aspects such that if the polarity score between two users or a user and an aspect is high, the dot product between the corresponding two vectors is also high.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "In Section 4, we will explain in detail how we identify topic aspects from a discussion thread and how we obtain polarity scores from posts. In Section 5, we will present the details of our probabilistic matrix factorization model.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Method Overview", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The opinion matrices are constructed from a single forum thread discussing some controversial topic.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Construction of Opinion Matrices", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "As we have pointed out, there are two kinds of opinion targets, namely users and aspects. Users are clearly defined and can often be identified in posts by their IDs or second person pronouns. For aspects, however, there is not a pre-defined set. We observe that these topic aspects are usually named entities or noun phrases frequently mentioned. We therefore use the OpenNLP toolkit 1 to perform chunking and obtain noun phrases and the Standford NER tagger 2 to identify named entities from the posts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Aspect Identification", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Some of the candidate aspect phrases identified above actually refer to the same actual aspect, e.g. \"Obama voter,\" \"Obama voters\" and \"the Obama voter.\" We remove stop words from each candidate phrase and use the WordNet by Miller (1995) to obtain the lemma of each word such that we can normalize the candidate aspect phases to some extent.", |
|
"cite_spans": [ |
|
{ |
|
"start": 225, |
|
"end": 238, |
|
"text": "Miller (1995)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Aspect Identification", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Finally, to select salient aspects for a given discussion topic, we count the number of times each candidate aspect has been expressed a positive or negative opinion on by all users, and select those candidate aspects which have opinion expressions from at least M users. We set M to 2 in our experiments. Figure 1 shows the top salient aspects for the thread on \"Will you vote for Obama?\" We acknowledge there are still duplicate aspects in the results like \"Republican Party\" and \"GOP\". To normalize these aspects, some additional information such as Wikipedia entries and Google snippets may be considered. We will study this problem in our future work.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 306, |
|
"end": 312, |
|
"text": "Figure", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Aspect Identification", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Our next step is to identify candidate opinion expressions. This problem has been studied in Hu and Liu (2004) , Popescu and Etzioni (2005) , and Hassan and Radev (2010) . Based on previous work, we do the following. We first combine three popular sentiment lexicons to form a single sentiment lexicon: the lexicon used in Hu and Liu (2004) , MPQA Subjectivity Lexicon by Wilson et al. (2005) and Senti-WordNet by Baccianella et al. (2010) . Our final sentiment lexicon contains 15,322 negative expressions and 10,144 positive expressions. We then identify candidate opinion expressions by searching for occurrences of words in this lexicon in the posts.", |
|
"cite_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 110, |
|
"text": "Hu and Liu (2004)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 113, |
|
"end": 139, |
|
"text": "Popescu and Etzioni (2005)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 146, |
|
"end": 169, |
|
"text": "Hassan and Radev (2010)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 323, |
|
"end": 340, |
|
"text": "Hu and Liu (2004)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 372, |
|
"end": 392, |
|
"text": "Wilson et al. (2005)", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 414, |
|
"end": 439, |
|
"text": "Baccianella et al. (2010)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Expression Identification", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Given a post that contains an aspect and an opinion expression, we still need to determine whether the opinion expression is used to describe the aspect. This is a relation extraction problem. We use a supervised learning approach based on dependency ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "B A M A B U S H A M E R I C A P A L I N R E P U B L I C A N C O N G R E S S T A X _ C U T A M E R I C A N C L I N T O N M C C A I N T E A _ P A R T Y I R A Q S A R A H _ P A L I N P R E S I D E N T _ O B A M A R E A G A N R O N _ P A U L E C O N O M I C _ P O L I C Y A F G H A N I S T A N C A R T E R F O X H E A L T H _ C A R E N A T I O N A L _ D E B T D E M O C R A T G O P M I D D L E _ C L A S S O B A M A _ A D M I N I S T R A T I O N R E P U B L I C A N _ P A R T Y T A X _ B R E A K W A S H I N G T O N F E D E R A L _ G O V E R N M E N T H E A L T H _ C A R E _ R E F O R M H I T L E R I R A Q _ W A R W A L L _ S T R E E T", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "ADJ OP \u2192 nsubj \u2192 N T R", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "BUSH is even more reasonable for tax hike than Obama.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "R3 V OP \u2192 dobj \u2192 N T R I would never support OBAMA. R4 V OP \u2192 prep * \u2192 N T R I'll vote for OBAMA. R5 V OP \u2192 nsubjpass \u2192 N T R DEMOCRATIC PARTY are ultimately corrupted by love of money. R6 N OP \u2190 dobj \u2190 V \u2192 nsubj \u2192 N T R PAKISTAN is increasing terrorist threat. R7 ADJ OP \u2190 amod \u2190 N \u2192 nsubj \u2192 N T R", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "OBAMA was a top scorer for occidental college. R8", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "ADV OP \u2190 advmod \u2190 V \u2192 nsubj \u2192 N T R", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "OBAMA is smarter than people. paths. Previous work by Mintz et al. (2009) , and Qiu et al. (2009) has shown that the shortest path between a candidate opinion aspect and a candidate opinion expression in the dependency parse tree can be effective in extracting opinion relations. We use the Stanford Parser from Klein and Manning (2003) to obtain the dependency parse trees for each sentence in the posts and then get the dependency paths between each pair of candidate aspect and opinion expression. We use dependency relations and POS tags of nodes along the path to represent a dependency path. Given a set of training sentences (we use the one from Wu et al. 2009), we can get a set of dependency path rules based on their frequencies in the training data. Table 1 shows the frequent dependency path rules in our training data.", |
|
"cite_spans": [ |
|
{ |
|
"start": 54, |
|
"end": 73, |
|
"text": "Mintz et al. (2009)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 80, |
|
"end": 97, |
|
"text": "Qiu et al. (2009)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 312, |
|
"end": 336, |
|
"text": "Klein and Manning (2003)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 761, |
|
"end": 768, |
|
"text": "Table 1", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "When a pair of aspect and opinion expression is identified to be related, we use the polarity of the opinion expression to label the relation. Finally, given a pair of users, we use the percentage of positive interactions between them over all subjective interactions (i.e. interactions with either positive or negative opinions) as extracted from their exchanged posts as the sentiment polarity score between the two users, regardless of the reply-to direction of the posts. Similarly, given a user and an aspect, we also use the percentage of positive opinion relations extracted as the sentiment polarity score between them. Thus the user-user opinion matrix and the user-aspect opinion matrix are constructed. If there is no subjective interaction detected between two users or between a user and an aspect, the corresponding entry in the matrix is left empty. We will see later that empty entries in the matrices are not used in the probabilistic matrix factorization step.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Opinion Relation Extraction", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "As we have pointed out earlier, a problem with the matrices extracted as described in Section 4 is that the matrices are sparse, i.e. many entries are empty. For the data set we use, we find that around 87% of entries in the user-user opinion matrix and around 90% of entries in the user-aspect opinion matrix are empty. In this section, we describe how we use Probabilistic Matrix Factorization (PMF) to represent users and aspects in a latent factor space and thus generalize the user preferences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Our model is almost a direct application of proba-bilistic matrix factorization from Salakhutdinov and Mnih (2008) , originally proposed for recommender systems. The main difference is that the user-user opinion polarity scores are symmetric. Our model is also similar to the one used by Ma et al. (2008) . We describe our model as follows.", |
|
"cite_spans": [ |
|
{ |
|
"start": 85, |
|
"end": 114, |
|
"text": "Salakhutdinov and Mnih (2008)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 288, |
|
"end": 304, |
|
"text": "Ma et al. (2008)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We assume that there are K latent factors with which both users and aspects can be represented. Let u i \u2208 R K denote the vector in the latent factor space for the i-th user, and a k the vector for the k-th aspect.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Recall that the opinions extracted from posts between users are represented by a user-user opinion matrix S, and the opinions held by different users on the various topic aspects are represented by a useraspect opinion matrix R. We assume that the polarity scores s i,j between the i-th and the j-th users and r i,k between the i-th user and the k-th aspect in the two matrices S and R are generated in the following way:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "p(s i,j |u i , u j , \u03c3 2 1 ) = N (s i,j |g(u T i u j ), \u03c3 2 1 ), p(r i,k |u i , a k , \u03c3 2 2 ) = N (r i,k |g(u T i a k ), \u03c3 2 2 ),", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "where \u03c3 2 1 and \u03c3 2 2 are variance parameters, g(\u2022) the logistic function, and N (\u2022|\u00b5, \u03c3 2 ) is the normal distribution with mean \u00b5 and variance \u03c3 2 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We can see that with this generative assumption, if two users are similar in terms of their dot product in the latent factor space, then they are more likely to have positive interactions as extracted from their textual exchanges. Similarly, if a user and an aspect are similar, then the user is more likely to express a positive opinion on the aspect in his/her posts. The latent factors can therefore encode user preferences and similarity between two users in the latent factor space reflects whether they share similar viewpoints.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We also place the following prior over u i and a k :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "p(u i |\u03c3 2 U ) = N (u i | 0, \u03c3 2 U I), p(a k |\u03c3 2 A ) = N (a k | 0, \u03c3 2 A I),", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "where \u03c3 2 U and \u03c3 2 A are two variance parameters for users and aspects, respectively, and I is the identify matrix. Figure 2 shows the plate notation for the generative model. Let U be a K \u00d7U matrix containing the vectors u i for all U users, and A be an K \u00d7A matrix containing the vectors a k for all A aspects. To automatically learn U and A, we minimize the following objective function:", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 117, |
|
"end": 125, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "L(U, A, S, R) = 1 2 U i=1 A k=1 I(r i,k )(r i,k \u2212 g(u T i a k )) 2 + \u03bb1 2 U i=1 U j=1 I(si,j)(si,j \u2212 g(u T i uj)) 2 + \u03bbU 2 ||U|| 2 F + \u03bbA 2 ||A|| 2 F ,", |
|
"eq_num": "(1)" |
|
} |
|
], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "where \u03bb =", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u03c3 2 1 \u03c3 2 2 , \u03bb U = \u03c3 2 1 \u03c3 2 U", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": ", and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u03bb A = \u03c3 2 1 \u03c3 2 A , I(s)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "is an indicator function which equals 1 when s is not empty and otherwise 0.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "To optimize the objective function above, we can perform gradient descent on U and A to find a local optimum point. The derivation is similar to Ma et al. (2008) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 145, |
|
"end": 161, |
|
"text": "Ma et al. (2008)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Probabilistic Matrix Factorization", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We refer to the complete model described above as PMF-UOM (PMF model based on User Opinion Matrices). PMF-UOM has the following two degenerate versions by considering either only the useruser opinion matrix or only the user-aspect opinion matrix. PMF-UU: In this degenerate version of the model, we use only the user-user opinion matrix to learn the latent factor representation. Specifically, the objective function is modified such that we drop the sum of the square errors involving R and the regularizer on A. PMF-UA: In this degenerate version of the model, we use only the user-aspect opinion matrix to learn the latent factor representation. Specifically, the objective function is modified such that we drop the sum of the square errors involving S.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Degenerate Versions of the Model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In this section, we present our experiments that evaluate our model.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "The data set we use comes from and Hassan et al. (2012) . The data set contains a set of discussion threads collected from two political forums (Createdebate 3 and Politicalforum 4 ) and one Wikipedia discussion session. We randomly select 6 threads from the original data set to evaluate our model. Some details of the data we use are listed in Table 2 In our experiments, for the PMF-based methods, we set the number of latent factors to be 10 as we do not observe big difference when vary the latent factor size from 10 to 50. For the other parameters, we select the optimal setting for each thread based on the average of 50 runs. \u03bb U is chosen from {0.1, 0.01}, \u03bb A from {0.01, 0.001} and \u03bb from {1, 0.1}.", |
|
"cite_spans": [ |
|
{ |
|
"start": 35, |
|
"end": 55, |
|
"text": "Hassan et al. (2012)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 346, |
|
"end": 353, |
|
"text": "Table 2", |
|
"ref_id": "TABREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data Set and Experiment Settings", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "The first task we use to evaluate our model is to predict the polarity of interactions between two users. Different from Hassan et al. (2012) , however, we are not using this task to evaluate the accuracy of sentiment analysis from text. Our experimental setting is completely different in that we do not make use of the text exchanges between the two users but instead use their interactions with other users or aspects. The purpose is to test the effectiveness of collaborative filtering.", |
|
"cite_spans": [ |
|
{ |
|
"start": 121, |
|
"end": 141, |
|
"text": "Hassan et al. (2012)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "Experimental Setting: The experiments are set up in the following way. Given a pair of users i and j who have directly exchanged posts, i.e. s i,j is not empty, we first hide the value of s i,j in the matrix S. Let the altered matrix be S \u00ac(i,j) . We then use S \u00ac(i,j) instead of S in the learning process as described in Section 5 to learn the latent factor representation. Let\u00fb i and\u00fb j denote the learned latent vectors for user i and user j. We predict the polarity of relation between i and j as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "si,j = 1 if g(\u00fb T i\u00fbj ) > 0.5, 0", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "otherwise, where g(\u2022) is the logistic function to convert the dot product into a value between 0 and 1.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "To judge the quality of the predicted polarity\u015d i,j , we could compare it with s i,j . But since s i,j itself is predicted from the textual exchanges between i and j, it is not the ground truth. Instead, we ask two human annotators to assign the true polarity label for user i and user j by reading the textual exchanges between them and judging whether they are friends or foes in the discussion thread. The annotators are asked to assign a score of 0 (indicating a negative relation), 0.5 (indicating a neutral relation) or 1 (indicating a positive relation). The lowest agreement score based on Cohen's kappa coefficient among the 6 threads we use is 0.56, showing fair to good agreement. As ground truth, we set the final polarity score to 1 if the average score of the two annotators is larger than 0.5 and 0 otherwise.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "We compare the PMF-based methods with two majority baselines: MBL-0 always predicts negative relations for all the user pairs (assuming most relations are negative) and MBL-1 always predicts positive relations (assuming most relations are positive).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "We use MAE (mean absolute error) and RMSE (root mean square error) as defined below as performance metrics: where N is the total number of user pairs we test, and l i,j is the ground truth polarity score between user i and user j. Results: We show the results of our model and of PMF-UU and PMF-UA in terms of MAE in Figure 3 and RMSE in Figure 4 . The MAE values range between 0.31 and 0.44 except for DS5, which has a higher error rate of 0.53. The results show that even without knowing the textual exchanges between two users, from their interactions with other users and/or with topic aspects, we can still infer the polarity of their relation with decent accuracy most of the time.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 317, |
|
"end": 325, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 338, |
|
"end": 346, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "MAE = i,j |\u015di,j \u2212 li,j| N , RMSE = i,j (\u015di,j \u2212 li,j) 2 N ,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "The results also show the comparison between our model and the competing methods. We can see that overall the complete model (PMF-UOM) performs better than the two degenerate models (PMF-UU and PMF-UA). The differences are statistically significant at the 5% level without considering DS5, as indicated by a 2-tailed paired t-test. Comparing to the majority baselines, our model significantly outperforms MBL-1 at 1% significance level while outperforms MBL-0 on all the data sets except DS5. A close examinations shows DS5 has very unbalanced relations (around 83% of relations are negative). Except for the unbalanced data set, our model has reasonably good performance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Polarity Prediction", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "The second task we study is the problem of detecting ideological subgroups from discussion threads. The original data set has been labeled with the ground truth for this problem, that is, for each thread the number of viewpoints is known and the viewpoint held by each user is labeled. A subgroup is defined as a set of users holding the same viewpoint. Experimental Setting: Through this second experiment, we would like to verify the hypothesis that using the learned latent factor representation U for users, we can better detect subgroups than directly using the opinion matrices S and R. For all the methods we compare, we first construct a feature vector representation for each user. We then apply K-means clustering to group users. The number of clusters is set to be the true number of viewpoints for each thread. The different methods are described below:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Subgroup Detection", |
|
"sec_num": "6.3" |
|
}, |
|
{ |
|
"text": "\u2022 PMF-based methods: We simply use the learned latent vectors\u00fb i after optimizing the objective function as the feature vectors to represent each user.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Subgroup Detection", |
|
"sec_num": "6.3" |
|
}, |
|
{ |
|
"text": "\u2022 BL-1: This is our own implementation to simulate the method by .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Subgroup Detection", |
|
"sec_num": "6.3" |
|
}, |
|
{ |
|
"text": "Here each user is represented by a (3 \u00d7 (U + A))-dimensional vector, where U is the number of users and A is the number of aspects, i.e. (U + A) is the total number of opinion targets. For each opinion target, there are 3 dimensions in the feature vector, corresponding to the number of positive, neutral and negative opinion expressions towards the target from the online posts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Subgroup Detection", |
|
"sec_num": "6.3" |
|
}, |
|
{ |
|
"text": "\u2022 BL-2: BL-2 is similar to BL-1 except that we only use a (U +A)-dimensional vector to repre-sent each user. Here for each opinion target, we directly use the corresponding sentiment polarity score s i,j or r i,j from the matrix S or R. For empty entries in S and R, we use a score of 0.5.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Subgroup Detection", |
|
"sec_num": "6.3" |
|
}, |
|
{ |
|
"text": "We use Purity (the higher the better), Entropy (the lower the better) and Rand Index (the higher the better) to evaluate the performance of subgroup detection (Manning et al., 2008) . We further use Accuracy obtained by choosing the best alignment of clusters with the ground truth class labels and computing the percentage of users that are \"classified\" correctly. Results: We first give an overview of the performance of all the methods on the task. We show the average performance of the methods on all the data sets in Figure 5 . Overall, our model has a better performance than all the competing methods. We present all the results in Table 3 . We perform 2-tailed paired t-test on the results. We find that PMF-UOM outperforms all the other methods in terms of RandIndex at 5% significance level and outperforms other methods in terms of Purity and Entropy at 10% significance level. Furthermore, the PMF-UOM model outperforms its degenerative models PMF-UU and PMF-UA at 10% significance level in terms of all the measures.", |
|
"cite_spans": [ |
|
{ |
|
"start": 159, |
|
"end": 181, |
|
"text": "(Manning et al., 2008)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 523, |
|
"end": 531, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF3" |
|
}, |
|
{ |
|
"start": 640, |
|
"end": 647, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Subgroup Detection", |
|
"sec_num": "6.3" |
|
}, |
|
{ |
|
"text": "We observe that PMF-UOM achieves the best performance in terms of all the measures for almost all threads. In particular, comparison with BL-1 and BL-2 shows that collaborative filtering can generalize the user preferences and help better group the users based on their viewpoints. The fact that PMF-UOM outperforms both PMF-UU and PMF-UA shows that it is important to consider both useruser interactions and user-aspect interactions. The Effects of Cluster Size: To test the effect of the number of clusters on the experiment result, we vary the number of clusters from 2 to 10 in all methods. We find that all methods tend to achieve better results when the number of clusters equals the ground truth cluster size. Overall, our method PMF-UOM shows a better performance than the other four methods when the number of clusters changes, which indicates the robustness of our method. Table 3 : Results on subgroup detection on all the 6 threads. P, E, A and R refer to Purity, Entropy, Accuracy and RandIndex, respectively.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 883, |
|
"end": 890, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Subgroup Detection", |
|
"sec_num": "6.3" |
|
}, |
|
{ |
|
"text": "In this paper, we studied how to use probabilistic matrix factorization, a common technique for collaborative filtering, to improve relation mining from online discussion forums. We first applied sentiment analysis to extract user-user opinions and useraspect opinions from forum posts. The extracted opinions form two opinion matrices. We then applied probabilistic matrix factorization using these two matrices to discover a low-rank latent factor space which aims to better generalize the users' underlying preferences and indicate user similarities based on their viewpoints. Using a data set with 6 discussion threads, we showed that the learned latent vectors can be used to predict the polarity of user relations well without using the users' direct interaction data, demonstrating the effectiveness of collaborative filtering. We further found that for the task of subgroup detection, the latent vectors gave better performance than using the directly extracted opinion data, again showing that collaborative filtering through probabilistic matrix factorization can help address the sparseness problem in the extracted opinion matrices and help improve relation mining. Our current work mainly focuses on the user opinion matrices. As future work, we would like to explore how to incorporate textual contents without opinionated expressions. One possible way is to consider the combination of matrix factorization and topic modeling as studied by Wang and Blei (2011) where we can use topic modeling to study textual contents.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1455, |
|
"end": 1475, |
|
"text": "Wang and Blei (2011)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "http://opennlp.apache.org/ 2 http://nlp.stanford.edu/ner/index.shtml", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "www.createdebate.com 4 www.politicalforum.com", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We thank the reviewers for their valuable comments on this work.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Subgroup detection in ideological discussions", |
|
"authors": [ |
|
{ |
|
"first": "Amjad", |
|
"middle": [], |
|
"last": "Abu-Jbara", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pradeep", |
|
"middle": [], |
|
"last": "Dasigi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mona", |
|
"middle": [], |
|
"last": "Diab", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dragomir", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Radev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 50th", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Amjad Abu-Jbara, Pradeep Dasigi, Mona Diab, and Dragomir R. Radev. 2012. Subgroup detection in ideological discussions. In Proceedings of the 50th", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Annual Meeting of the Association for Computational Linguistics", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "399--409", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Annual Meeting of the Association for Computational Linguistics, pages 399-409.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Sentiwordnet 3.0: An enhanced lexical resource for sentiment analysis and opinion mining", |
|
"authors": [ |
|
{ |
|
"first": "Stefano", |
|
"middle": [], |
|
"last": "Baccianella", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrea", |
|
"middle": [], |
|
"last": "Esuli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fabrizio", |
|
"middle": [], |
|
"last": "Sebastiani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "LREC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Stefano Baccianella, Andrea Esuli, and Fabrizio Sebas- tiani. 2010. Sentiwordnet 3.0: An enhanced lexical resource for sentiment analysis and opinion mining. In LREC.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Joint extraction of entities and relations for opinion recognition", |
|
"authors": [ |
|
{ |
|
"first": "Yejin", |
|
"middle": [], |
|
"last": "Choi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eric", |
|
"middle": [], |
|
"last": "Breck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Claire", |
|
"middle": [], |
|
"last": "Cardie", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP '06", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "431--439", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yejin Choi, Eric Breck, and Claire Cardie. 2006. Joint extraction of entities and relations for opinion recog- nition. In Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP '06, pages 431-439, Stroudsburg, PA, USA. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Genre independent subgroup detection in online discussion threads: A study of implicit attitude using textual latent semantics", |
|
"authors": [ |
|
{ |
|
"first": "Pradeep", |
|
"middle": [], |
|
"last": "Dasigi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Weiwei", |
|
"middle": [], |
|
"last": "Guo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mona", |
|
"middle": [ |
|
"T" |
|
], |
|
"last": "Diab", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 50th", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pradeep Dasigi, Weiwei Guo, and Mona T. Diab. 2012. Genre independent subgroup detection in online dis- cussion threads: A study of implicit attitude using textual latent semantics. In Proceedings of the 50th", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Annual Meeting of the Association for Computational Linguistics", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "65--69", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Annual Meeting of the Association for Computational Linguistics, pages 65-69.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Identifying text polarity using random walks", |
|
"authors": [ |
|
{ |
|
"first": "Ahmed", |
|
"middle": [], |
|
"last": "Hassan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dragomir", |
|
"middle": [], |
|
"last": "Radev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL '10", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "395--403", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ahmed Hassan and Dragomir Radev. 2010. Identify- ing text polarity using random walks. In Proceed- ings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL '10, pages 395-403, Stroudsburg, PA, USA. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Detecting subgroups in online discussions by modeling positive and negative relations among participants", |
|
"authors": [ |
|
{ |
|
"first": "Ahmed", |
|
"middle": [], |
|
"last": "Hassan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Amjad", |
|
"middle": [], |
|
"last": "Abu-Jbara", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dragomir", |
|
"middle": [], |
|
"last": "Radev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 2012 EMNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "59--70", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ahmed Hassan, Amjad Abu-Jbara, and Dragomir Radev. 2012. Detecting subgroups in online discussions by modeling positive and negative relations among par- ticipants. In Proceedings of the 2012 EMNLP, pages 59-70.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Who will follow you back?: reciprocal relationship prediction", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Hopcroft", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tiancheng", |
|
"middle": [], |
|
"last": "Lou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jie", |
|
"middle": [], |
|
"last": "Tang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 20th ACM international conference on Information and knowledge management", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1137--1146", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John Hopcroft, Tiancheng Lou, and Jie Tang. 2011. Who will follow you back?: reciprocal relationship predic- tion. In Proceedings of the 20th ACM international conference on Information and knowledge manage- ment, pages 1137-1146.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Mining and summarizing customer reviews", |
|
"authors": [ |
|
{ |
|
"first": "Minqing", |
|
"middle": [], |
|
"last": "Hu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bing", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the 10th ACM SIGKDD international conference on Knowledge discovery and data mining", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "168--177", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Minqing Hu and Bing Liu. 2004. Mining and summariz- ing customer reviews. In Proceedings of the 10th ACM SIGKDD international conference on Knowledge dis- covery and data mining, pages 168-177.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Predicting future reviews: sentiment analysis models for collaborative filtering", |
|
"authors": [ |
|
{ |
|
"first": "Noriaki", |
|
"middle": [], |
|
"last": "Kawamae", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the fourth ACM international conference on Web search and data mining, WSDM '11", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "605--614", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Noriaki Kawamae. 2011. Predicting future reviews: sen- timent analysis models for collaborative filtering. In Proceedings of the fourth ACM international confer- ence on Web search and data mining, WSDM '11, pages 605-614.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Accurate unlexicalized parsing", |
|
"authors": [ |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Klein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Christopher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the 41st Annual Meeting on Association for Computational Linguistics", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "423--430", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dan Klein and Christopher D. Manning. 2003. Accurate unlexicalized parsing. In Proceedings of the 41st An- nual Meeting on Association for Computational Lin- guistics -Volume 1, ACL '03, pages 423-430, Strouds- burg, PA, USA. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Predicting positive and negative links in online social networks", |
|
"authors": [ |
|
{ |
|
"first": "Jure", |
|
"middle": [], |
|
"last": "Leskovec", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Huttenlocher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jon", |
|
"middle": [], |
|
"last": "Kleinberg", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 19th international conference on World wide web", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "641--650", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jure Leskovec, Daniel Huttenlocher, and Jon Kleinberg. 2010. Predicting positive and negative links in online social networks. In Proceedings of the 19th interna- tional conference on World wide web, pages 641-650.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "A probabilistic rating inference framework for mining user preferences from reviews", |
|
"authors": [], |
|
"year": 2011, |
|
"venue": "World Wide Web", |
|
"volume": "14", |
|
"issue": "2", |
|
"pages": "187--215", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cane Wing-Ki Leung, Stephen Chi-Fai Chan, Fu-Lai Chung, and Grace Ngai. 2011. A probabilistic rat- ing inference framework for mining user preferences from reviews. World Wide Web, 14(2):187-215.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "The link prediction problem for social networks", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Liben", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "-", |
|
"middle": [], |
|
"last": "Nowell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jon", |
|
"middle": [], |
|
"last": "Kleinberg", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the twelfth international conference on Information and knowledge management", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David Liben-Nowell and Jon Kleinberg. 2003. The link prediction problem for social networks. In Proceed- ings of the twelfth international conference on Infor- mation and knowledge management.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Sorec: Social recommendation using probabilistic matrix factorization", |
|
"authors": [ |
|
{ |
|
"first": "Hao", |
|
"middle": [], |
|
"last": "Ma", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Haixuan", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Lyu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Irwin", |
|
"middle": [], |
|
"last": "King", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proc. of ACM international conference on Information and knowledge management", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hao Ma, Haixuan Yang, Michael R. Lyu, and Irwin King. 2008. Sorec: Social recommendation using proba- bilistic matrix factorization. In Proc. of ACM interna- tional conference on Information and knowledge man- agement.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Introduction to Information Retrieval", |
|
"authors": [ |
|
{ |
|
"first": "Christopher", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Prabhakar", |
|
"middle": [], |
|
"last": "Raghavan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hinrich", |
|
"middle": [], |
|
"last": "Schtze", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christopher D. Manning, Prabhakar Raghavan, and Hin- rich Schtze. 2008. Introduction to Information Re- trieval. Cambridge University Press, July.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"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, Vol. 38, No. 11:39-41.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Distant supervision for relation extraction without labeled data", |
|
"authors": [ |
|
{ |
|
"first": "Mike", |
|
"middle": [], |
|
"last": "Mintz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bills", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rion", |
|
"middle": [], |
|
"last": "Snow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "1003--1011", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mike Mintz, Steven Bills, Rion Snow, and Dan Jurafsky. 2009. Distant supervision for relation extraction with- out labeled data. In Proceedings of the Joint Confer- ence of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP: Volume 2 -Volume 2, ACL '09, pages 1003-1011, Stroudsburg, PA, USA. Asso- ciation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Handling data sparsity in collaborative filtering using emotion and semantic based features", |
|
"authors": [ |
|
{ |
|
"first": "Yashar", |
|
"middle": [], |
|
"last": "Moshfeghi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Benjamin", |
|
"middle": [], |
|
"last": "Piwowarski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joemon", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Jose", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 34th international ACM SIGIR conference on Research and development in Information Retrieval, SIGIR '11", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "625--634", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yashar Moshfeghi, Benjamin Piwowarski, and Joe- mon M. Jose. 2011. Handling data sparsity in collabo- rative filtering using emotion and semantic based fea- tures. In Proceedings of the 34th international ACM SIGIR conference on Research and development in In- formation Retrieval, SIGIR '11, pages 625-634.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Opinion mining and sentiment analysis", |
|
"authors": [ |
|
{ |
|
"first": "Bo", |
|
"middle": [], |
|
"last": "Pang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lillian", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Found. Trends Inf. Retr", |
|
"volume": "2", |
|
"issue": "1-2", |
|
"pages": "1--135", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bo Pang and Lillian Lee. 2008. Opinion mining and sentiment analysis. Found. Trends Inf. Retr., 2(1-2):1- 135, January.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Extracting product features and opinions from reviews", |
|
"authors": [ |
|
{ |
|
"first": "Ana-Maria", |
|
"middle": [], |
|
"last": "Popescu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Oren", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the conference on Human Language Technology and Empirical Methods in Natural Language Processing, HLT '05", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "339--346", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ana-Maria Popescu and Oren Etzioni. 2005. Extract- ing product features and opinions from reviews. In Proceedings of the conference on Human Language Technology and Empirical Methods in Natural Lan- guage Processing, HLT '05, pages 339-346, Strouds- burg, PA, USA. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Expanding domain sentiment lexicon through double propagation", |
|
"authors": [ |
|
{ |
|
"first": "Guang", |
|
"middle": [], |
|
"last": "Qiu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bing", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiajun", |
|
"middle": [], |
|
"last": "Bu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chun", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the 21st international jont conference on Artifical intelligence, IJCAI'09", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1199--1204", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Guang Qiu, Bing Liu, Jiajun Bu, and Chun Chen. 2009. Expanding domain sentiment lexicon through double propagation. In Proceedings of the 21st international jont conference on Artifical intelligence, IJCAI'09, pages 1199-1204, San Francisco, CA, USA. Morgan Kaufmann Publishers Inc.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Probabilistic matrix factorization", |
|
"authors": [ |
|
{ |
|
"first": "Ruslan", |
|
"middle": [], |
|
"last": "Salakhutdinov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andriy", |
|
"middle": [], |
|
"last": "Mnih", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Advances in Neural Information Processing Systems", |
|
"volume": "20", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ruslan Salakhutdinov and Andriy Mnih. 2008. Prob- abilistic matrix factorization. In Advances in Neural Information Processing Systems, volume 20.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Collaborative topic modeling for recommending scientific articles", |
|
"authors": [ |
|
{ |
|
"first": "Chong", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Blei", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 17th ACM SIGKDD international conference on Knowledge discovery and data mining", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "448--456", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Chong Wang and David M. Blei. 2011. Collaborative topic modeling for recommending scientific articles. In Proceedings of the 17th ACM SIGKDD interna- tional conference on Knowledge discovery and data mining, pages 448-456.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Recognizing contextual polarity in phrase-level sentiment analysis", |
|
"authors": [ |
|
{ |
|
"first": "Theresa", |
|
"middle": [], |
|
"last": "Wilson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Janyce", |
|
"middle": [], |
|
"last": "Wiebe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Hoffmann", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Theresa Wilson, Janyce Wiebe, and Paul Hoffmann. 2005. Recognizing contextual polarity in phrase-level sentiment analysis. In HLT/EMNLP.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Phrase dependency parsing for opinion mining", |
|
"authors": [ |
|
{ |
|
"first": "Yuanbin", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qi", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xuanjing", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lide", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "3", |
|
"issue": "", |
|
"pages": "1533--1541", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuanbin Wu, Qi Zhang, Xuanjing Huang, and Lide Wu. 2009. Phrase dependency parsing for opinion mining. In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 3 -Volume 3, EMNLP '09, pages 1533-1541, Strouds- burg, PA, USA. Association for Computational Lin- guistics.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF1": { |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Probabilistic matrix factorization model on opinion matrices.", |
|
"num": null |
|
}, |
|
"FIGREF2": { |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Comparing all the methods in terms of MAE. Comparing all the methods in terms of RMSE.", |
|
"num": null |
|
}, |
|
"FIGREF3": { |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "An overview of the average performance of all the methods on the 6 threads.", |
|
"num": null |
|
}, |
|
"TABREF0": { |
|
"num": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>ID</td><td>Dependency path rule</td><td>Example</td></tr><tr><td>R1</td><td>ADJ OP \u2190 amod \u2190 N T R</td><td>I simply point out how terrible REPUBLICAN PARTY is.</td></tr><tr><td>R2</td><td/><td/></tr></table>", |
|
"html": null, |
|
"text": "Figure 1: Salient aspects and number of users who express opinions on them in the thread \"Will you vote for Obama?\"" |
|
}, |
|
"TABREF1": { |
|
"num": null, |
|
"type_str": "table", |
|
"content": "<table/>", |
|
"html": null, |
|
"text": "" |
|
}, |
|
"TABREF2": { |
|
"num": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>ID</td><td>topic</td><td colspan=\"3\">#sides #sentences #users</td></tr><tr><td>DS1</td><td>Vote for Obama</td><td>2</td><td>12492</td><td>197</td></tr><tr><td>DS2</td><td>Abortion Banned</td><td>6</td><td>3844</td><td>70</td></tr><tr><td>DS3</td><td>Profile Muslims</td><td>4</td><td>2167</td><td>69</td></tr><tr><td>DS4</td><td>England and USA</td><td>6</td><td>2030</td><td>62</td></tr><tr><td>DS5</td><td>Tax Cuts</td><td>2</td><td>1193</td><td>26</td></tr><tr><td>DS6</td><td>Political Spectrum</td><td>7</td><td>1130</td><td>50</td></tr></table>", |
|
"html": null, |
|
"text": "." |
|
}, |
|
"TABREF3": { |
|
"num": null, |
|
"type_str": "table", |
|
"content": "<table/>", |
|
"html": null, |
|
"text": "Some statistics of the data sets." |
|
} |
|
} |
|
} |
|
} |