acl acl2011 acl2011-281 knowledge-graph by maker-knowledge-mining

281 acl-2011-Sentiment Analysis of Citations using Sentence Structure-Based Features


Source: pdf

Author: Awais Athar

Abstract: Sentiment analysis of citations in scientific papers and articles is a new and interesting problem due to the many linguistic differences between scientific texts and other genres. In this paper, we focus on the problem of automatic identification of positive and negative sentiment polarity in citations to scientific papers. Using a newly constructed annotated citation sentiment corpus, we explore the effectiveness of existing and novel features, including n-grams, specialised science-specific lexical features, dependency relations, sentence splitting and negation features. Our results show that 3-grams and dependencies perform best in this task; they outperform the sentence splitting, science lexicon and negation based features.

Reference: text


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 uk Abstract Sentiment analysis of citations in scientific papers and articles is a new and interesting problem due to the many linguistic differences between scientific texts and other genres. [sent-7, score-0.558]

2 In this paper, we focus on the problem of automatic identification of positive and negative sentiment polarity in citations to scientific papers. [sent-8, score-1.153]

3 Using a newly constructed annotated citation sentiment corpus, we explore the effectiveness of existing and novel features, including n-grams, specialised science-specific lexical features, dependency relations, sentence splitting and negation features. [sent-9, score-1.566]

4 Our results show that 3-grams and dependencies perform best in this task; they outperform the sentence splitting, science lexicon and negation based features. [sent-10, score-0.445]

5 1 Introduction Sentiment analysis is the task of identifying positive and negative opinions, sentiments, emotions and attitudes expressed in text. [sent-11, score-0.086]

6 Although there has been in the past few years a growing interest in this field for different text genres such as newspaper text, reviews and narrative text, relatively less emphasis has been placed on extraction of opinions from scientific literature, more specifically, citations. [sent-12, score-0.227]

7 Analysis of citation sentiment would open up many exciting new applications in bibliographic search and in bibliometrics, i. [sent-13, score-0.976]

8 Existing bibliometric measures like H-Index (Hirsch, 2005) and adapted graph ranking algo81 rithms like PageRank (Radev et al. [sent-16, score-0.119]

9 However, Bonzi (1982) argued that if a cited work is criticised, it should consequently carry lower or even negative weight for bibliometric measures. [sent-18, score-0.298]

10 Automatic citation sentiment detection is a prerequisite for such a treatment. [sent-19, score-0.974]

11 Moreover, citation sentiment detection can also help researchers during search, by detecting prob- lems with a particular approach. [sent-20, score-1.0]

12 It can be used as a first step to scientific summarisation, enable users to recognise unaddressed issues and possible gaps in the current research, and thus help them set their research directions. [sent-21, score-0.207]

13 State-of-the-art systems report around 85-90% accuracy for different genres of text (Nakagawa et al. [sent-23, score-0.072]

14 Given such good results, one might think that a sentence-based sentiment detection system trained on a different genre could be used equally well to classify citations. [sent-26, score-0.552]

15 We argue that this might not be the case; our citation sentiment recogniser uses specialised training data and tests the performance of specialised features against current state-of-the-art features. [sent-27, score-1.244]

16 The reasons for this are based on the fol- lowing observations: • Sentiment in citations is often hidden. [sent-28, score-0.218]

17 Ziman (1968) states that many works are cited out of “politeness, policy or piety”. [sent-32, score-0.134]

18 Negative polarity is often expressed in contrastive terms, e. [sent-40, score-0.181]

19 d Although tivhee sentiment is indirect in these cases, its negativity is implied by the fact that the authors’ own work is clearly evaluated positively in comparison. [sent-43, score-0.471]

20 There is also much variation between scientific tTehxetsr a insd a ostohe mr genres concerning tnhe s ileenxtiicfiacl items chosen to convey sentiment. [sent-48, score-0.256]

21 Sentiment carrying science-specific terms exist and are relatively frequent, which motivates the use of a sentiment lexicon specialised to science. [sent-49, score-0.666]

22 For this reason, using higher order n-grams might prove to be useful in sentiment detection. [sent-56, score-0.511]

23 • 82 The scope of influence of citations varies widely fTrhoem s a single cinlfaluuseen (as oinf cthitea example below) ltoy several paragraphs: As reported in Table 3, small increases in METEOR (Banerjee and Lavie, 2005), BLEU (Papineni et al. [sent-57, score-0.273]

24 (2008) showed that assuming larger citation scopes has a positive effect in retrieval. [sent-63, score-0.568]

25 , we assume short scopes and use a parser to split sentences, so that the features associated with the clauses not directly connected to the citation are disregarded. [sent-66, score-0.572]

26 We created a new sentiment-annotated corpus of scientific text in the form of a sentence-based collection of over 8700 citations. [sent-67, score-0.155]

27 Our results show that the most successful feature combination includes dependency features and n-grams longer than for other genres (n = 3), but the assumption of a smaller scope (sentence splitting) decreased results. [sent-69, score-0.253]

28 2 Training and Test Corpus We manually annotated 8736 citations from 3 10 research papers taken from the ACL Anthology (Bird et al. [sent-70, score-0.275]

29 The citation summary data from the ACL Anthology Network1 (Radev et al. [sent-72, score-0.462]

30 We identified the actual text of the citations by regular expressions and replaced it with a special token in order to remove any lexical bias associated with proper names of researchers. [sent-74, score-0.218]

31 We labelled each sentence as positive, negative or objective, and separated 1472 citations for development and training. [sent-75, score-0.3]

32 The rest were used as the test set containing 244 negative, 743 positive and 6277 objective citations. [sent-76, score-0.07]

33 Thus our dataset is heavily skewed, with subjective citations accounting for only around 14% of the corpus. [sent-77, score-0.248]

34 org 3 Features We represent each citation as a feature set in a Support Vector Machine (SVM) (Cortes and Vapnik, 1995) framework which has been shown to produce good results for sentiment classification (Pang et al. [sent-80, score-0.976]

35 (2002), we use unigrams and bigrams as features and also add 3-grams as new features to capture longer technical terms. [sent-86, score-0.118]

36 This may help in distinguishing between homonyms with different POS tags and signalling the presence of adjectives (e. [sent-88, score-0.1]

37 Name of the primary author of the cited paper is also used as a feature. [sent-91, score-0.134]

38 A science-specific sentiment lexicon is also added to the feature set. [sent-92, score-0.553]

39 This lexicon consists of 83 polar phrases which have been manually extracted from the development set of 736 citations. [sent-93, score-0.199]

40 Some of the most frequently occurring polar phrases in this set consists of adjectives such as efficient, popular, successful, state-of-the-art and effective. [sent-94, score-0.162]

41 2 Contextual Polarity Features Features previously found to be useful for detecting phrase-level contextual polarity (Wilson et al. [sent-96, score-0.244]

42 Since the task at hand is sentence-based, we use only the sentence-based features from the literature e. [sent-98, score-0.087]

43 To handle negation, we include the count of negation phrases found within the citation sentence. [sent-101, score-0.758]

44 The polarity shifter and negation phrase lists have been taken from the OpinionFinder system (Wilson et al. [sent-103, score-0.451]

45 3 Sentence Structure Based Features We explore three different feature sets which focus on the lexical and grammatical structure of a sentence and have not been explored previously for the task of sentiment analysis of scientific text. [sent-109, score-0.699]

46 1 Dependency Structures The first set of these features include typed dependency structures (de Marneffe and Manning, 2008) which describe the grammatical relationships between words. [sent-112, score-0.162]

47 For instance in the sentence below, the relationship between results and competitive will be missed by trigrams but the dependency representation captures it in a single feature nsub j compet it ive re sult s . [sent-114, score-0.09]

48 2 Sentence Splitting Removing irrelevant polar phrases around a citation might improve results. [sent-119, score-0.619]

49 For this purpose, we split each sentence by trimming its parse tree. [sent-120, score-0.085]

50 Walking from the citation node ( ) towards the root, we select the subtree rooted at the first sentence node (S) and ignore the rest. [sent-121, score-0.554]

51 For example, in Figure 1, the cited paper is not included in the scope of the discarded polar phrase significant improvements. [sent-122, score-0.28]

52 3 Negation Dependencies and parse trees attach negation nodes, such as not, to the clause subtree and this shows no interaction with other nodes with respect to valence shifting. [sent-125, score-0.376]

53 All words inside a k-word window of any negation term are suffixed with a token neg to distinguish them from their non-polar versions. [sent-127, score-0.382]

54 For example, a 2word negation window inverts the polarity of the positive phrase work well in the sentence below. [sent-128, score-0.559]

55 Turney ’s method did not work neg well neg although they reported 80% accuracy in . [sent-129, score-0.164]

56 The negation term list has been taken from the OpinionFinder system. [sent-130, score-0.27]

57 Khan (2007) has shown that this approach produces results comparable to grammatical relations based negation models. [sent-131, score-0.342]

58 Table 1: Results using science lexicon (scilex), contextual polarity (cpol), dependencies (dep), negation (neg), sentence splitting (split) and word-level (wlev) features. [sent-134, score-0.785]

59 The selection of the features is on the basis of improvements over a baseline of 1-3 grams i. [sent-135, score-0.085]

60 84 The results show that contextual polarity features do not work well on citation text. [sent-140, score-0.751]

61 We find that word level and contextual polarity features are surpassed by dependency features. [sent-143, score-0.342]

62 Sentence splitting does not help, possibly due to longer citation scope. [sent-144, score-0.586]

63 Adding a negation window (k=15) improves the performance but the improvement was not found to be statistically significant. [sent-145, score-0.3]

64 This might be due to skewed class distribution and a larger dataset may prove to be useful. [sent-146, score-0.117]

65 5 Related Work While different schemes have been proposed for annotating citations according to their function (Spiegel-R o¨sing, 1977; Nanba and Okumura, 1999; Garzone and Mercer, 2000), there have been no attempts on citation sentiment detection in a large corpus. [sent-147, score-1.192]

66 (2006) worked on a 2829 sentence ci- tation corpus using a 12-class classification scheme. [sent-149, score-0.08]

67 However, this corpus has been annotated for the task of determining the author’s reason for citing a given paper and is thus built on top of sentiment of citation. [sent-150, score-0.56]

68 It considers usage, modification and similarity with a cited paper as positive even when there is no sentiment attributed to it. [sent-151, score-0.646]

69 Moreover, contrast between two cited methods (CoCoXY) is categorized as objective in the annotation scheme even if the text indicates that one method performs better than the other. [sent-152, score-0.163]

70 For example, the sentence below talks about a positive attribute but is marked as neutral in the scheme. [sent-153, score-0.078]

71 Using this corpus is thus more likely to lead to inconsistent representation of sentiment in any system which relies on lexical features. [sent-157, score-0.471]

72 (2006) group the 12 categories into 3 in an attempt to perform a rough approximation of sentiment analysis over the classifications and report a 0. [sent-159, score-0.471]

73 Unfortunately, we have ac- cess to only a subset3 of this citation function corpus. [sent-161, score-0.462]

74 We have extracted 1-3 grams, dependencies and negation features from the reduced citation function dataset and used them in our system with 10-fold cross-validation. [sent-162, score-0.863]

75 When this subset is used to test the system trained on our newly annotated corpus, a low macro-F score of 0. [sent-167, score-0.064]

76 Therefore, we can infer that citation sentiment classification is different from citation function classification. [sent-170, score-1.438]

77 Other approaches to citation annotation and classification include Wilbur et al. [sent-171, score-0.505]

78 (2006) who annotated a small 101 sentence corpus on focus, polarity, certainty, evidence and directionality. [sent-172, score-0.064]

79 (2007) proposed a system to attach sentiment information to the citation links between biomedical papers. [sent-174, score-1.001]

80 Different dependency relations have been explored by Dave et al. [sent-175, score-0.089]

81 (2010) report that using dependencies on conditional random fields with lexicon based po- larity reversal results in improvements over n-grams for news and reviews corpora. [sent-180, score-0.138]

82 A common approach is to use a sentiment labelled lexicon to score sentences (Hatzivassiloglou and McKeown, 1997; Turney, 2002; Yu and Hatzivassiloglou, 2003). [sent-181, score-0.553]

83 Research suggests that creating a general sentiment classifier is a difficult task and existing approaches are highly topic dependent (Engstr o¨m, 2004; Gamon and Aue, 2005; Blitzer et al. [sent-182, score-0.471]

84 6 Conclusion In this paper, we focus on automatic identification of sentiment polarity in citations. [sent-184, score-0.694]

85 Using a newly constructed annotated citation sentiment corpus, we examine the effectiveness of existing and novel features, including n-grams, scientific lexicon, dependency relations and sentence splitting. [sent-185, score-1.278]

86 Our results show that 3-grams and dependencies perform best in this task; they outperform the scientific lexicon and the sentence splitting features. [sent-186, score-0.426]

87 Future direc3This subset contains 591 positive, 59 negative and 1259 objective citations. [sent-187, score-0.074]

88 New techniques for detection of the negation scope such as the one proposed by Councill et al. [sent-189, score-0.366]

89 Exploring longer citation scopes by including citation contexts might also improve citation sentiment detection. [sent-191, score-1.99]

90 The acl anthology reference corpus: A reference dataset for bibliographic research in computational linguistics. [sent-209, score-0.135]

91 Biographies, bollywood, boom-boxes and blenders: Domain adaptation for sentiment classification. [sent-218, score-0.471]

92 Characteristics of a literature as predictors of relatedness between cited and citing works. [sent-223, score-0.238]

93 What’s great and what’s not: learning to classify the scope of negation for improved sentiment analysis. [sent-250, score-0.796]

94 Automatic identification of sentiment vocabulary: exploiting low association with known sentiment terms. [sent-289, score-1.017]

95 An index to quantify an individual’s scientific research output. [sent-318, score-0.155]

96 Dependency tree-based sentiment classification using CRFs with hidden variables. [sent-366, score-0.514]

97 Examining the role of linguistic knowledge sources in the automatic identification and classification of reviews. [sent-380, score-0.085]

98 Discovering fine-grained sentiment with latent variable structured prediction models. [sent-435, score-0.471]

99 Recognizing Contextual Polarity: an exploration of features for phrase-level sentiment analysis. [sent-489, score-0.516]

100 Towards answering opinion questions: Separating facts from opinions and identifying the polarity of opinion sentences. [sent-503, score-0.309]


similar papers computed by tfidf model

tfidf for this paper:

wordName wordTfidf (topN-words)

[('sentiment', 0.471), ('citation', 0.462), ('negation', 0.27), ('citations', 0.218), ('polarity', 0.181), ('scientific', 0.155), ('cited', 0.134), ('bibliometric', 0.119), ('specialised', 0.113), ('splitting', 0.096), ('polar', 0.091), ('macroberts', 0.089), ('teufel', 0.086), ('neg', 0.082), ('lexicon', 0.082), ('wilson', 0.08), ('genres', 0.072), ('scopes', 0.065), ('nakagawa', 0.065), ('opinion', 0.064), ('contextual', 0.063), ('anthology', 0.062), ('citing', 0.062), ('radev', 0.061), ('engstr', 0.06), ('garzone', 0.06), ('honavar', 0.06), ('justeson', 0.06), ('opinionfinder', 0.06), ('piao', 0.06), ('polanyi', 0.06), ('ritchie', 0.06), ('scilex', 0.06), ('wilbur', 0.06), ('libsvm', 0.059), ('thompson', 0.057), ('dependencies', 0.056), ('scope', 0.055), ('dependency', 0.053), ('gibson', 0.052), ('weka', 0.051), ('hatzivassiloglou', 0.05), ('cortes', 0.048), ('trimming', 0.048), ('dave', 0.048), ('ackstr', 0.048), ('thumbs', 0.048), ('skewed', 0.047), ('nanba', 0.045), ('councill', 0.045), ('adjectives', 0.045), ('features', 0.045), ('negative', 0.045), ('blitzer', 0.043), ('classification', 0.043), ('bibliographic', 0.043), ('yessenalina', 0.043), ('identification', 0.042), ('literature', 0.042), ('positive', 0.041), ('detection', 0.041), ('might', 0.04), ('valence', 0.04), ('grams', 0.04), ('cambridge', 0.039), ('sentence', 0.037), ('pang', 0.037), ('wiebe', 0.037), ('attach', 0.037), ('newly', 0.037), ('grammatical', 0.036), ('relations', 0.036), ('bird', 0.034), ('sentiments', 0.034), ('association', 0.033), ('marneffe', 0.033), ('gamon', 0.032), ('biomedical', 0.031), ('joshi', 0.031), ('turney', 0.031), ('social', 0.031), ('papers', 0.03), ('window', 0.03), ('adverbs', 0.03), ('dataset', 0.03), ('subtree', 0.029), ('orientation', 0.029), ('concerning', 0.029), ('presence', 0.029), ('objective', 0.029), ('pos', 0.028), ('longer', 0.028), ('emnlp', 0.028), ('typed', 0.028), ('annotated', 0.027), ('phrases', 0.026), ('towards', 0.026), ('help', 0.026), ('hedging', 0.026), ('unaddressed', 0.026)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 1.0000007 281 acl-2011-Sentiment Analysis of Citations using Sentence Structure-Based Features

Author: Awais Athar

Abstract: Sentiment analysis of citations in scientific papers and articles is a new and interesting problem due to the many linguistic differences between scientific texts and other genres. In this paper, we focus on the problem of automatic identification of positive and negative sentiment polarity in citations to scientific papers. Using a newly constructed annotated citation sentiment corpus, we explore the effectiveness of existing and novel features, including n-grams, specialised science-specific lexical features, dependency relations, sentence splitting and negation features. Our results show that 3-grams and dependencies perform best in this task; they outperform the sentence splitting, science lexicon and negation based features.

2 0.41787544 71 acl-2011-Coherent Citation-Based Summarization of Scientific Papers

Author: Amjad Abu-Jbara ; Dragomir Radev

Abstract: In citation-based summarization, text written by several researchers is leveraged to identify the important aspects of a target paper. Previous work on this problem focused almost exclusively on its extraction aspect (i.e. selecting a representative set of citation sentences that highlight the contribution of the target paper). Meanwhile, the fluency of the produced summaries has been mostly ignored. For example, diversity, readability, cohesion, and ordering of the sentences included in the summary have not been thoroughly considered. This resulted in noisy and confusing summaries. In this work, we present an approach for producing readable and cohesive citation-based summaries. Our experiments show that the pro- posed approach outperforms several baselines in terms of both extraction quality and fluency.

3 0.33630368 204 acl-2011-Learning Word Vectors for Sentiment Analysis

Author: Andrew L. Maas ; Raymond E. Daly ; Peter T. Pham ; Dan Huang ; Andrew Y. Ng ; Christopher Potts

Abstract: Unsupervised vector-based approaches to semantics can model rich lexical meanings, but they largely fail to capture sentiment information that is central to many word meanings and important for a wide range of NLP tasks. We present a model that uses a mix of unsupervised and supervised techniques to learn word vectors capturing semanticterm–documentinformation as well as rich sentiment content. The proposed model can leverage both continuous and multi-dimensional sentiment information as well as non-sentiment annotations. We instantiate the model to utilize the document-level sentiment polarity annotations present in many online documents (e.g. star ratings). We evaluate the model using small, widely used sentiment and subjectivity corpora and find it out-performs several previously introduced methods for sentiment classification. We also introduce a large dataset , of movie reviews to serve as a more robust benchmark for work in this area.

4 0.33242303 332 acl-2011-Using Multiple Sources to Construct a Sentiment Sensitive Thesaurus for Cross-Domain Sentiment Classification

Author: Danushka Bollegala ; David Weir ; John Carroll

Abstract: We describe a sentiment classification method that is applicable when we do not have any labeled data for a target domain but have some labeled data for multiple other domains, designated as the source domains. We automat- ically create a sentiment sensitive thesaurus using both labeled and unlabeled data from multiple source domains to find the association between words that express similar sentiments in different domains. The created thesaurus is then used to expand feature vectors to train a binary classifier. Unlike previous cross-domain sentiment classification methods, our method can efficiently learn from multiple source domains. Our method significantly outperforms numerous baselines and returns results that are better than or comparable to previous cross-domain sentiment classification methods on a benchmark dataset containing Amazon user reviews for different types of products.

5 0.3008869 73 acl-2011-Collective Classification of Congressional Floor-Debate Transcripts

Author: Clinton Burfoot ; Steven Bird ; Timothy Baldwin

Abstract: This paper explores approaches to sentiment classification of U.S. Congressional floordebate transcripts. Collective classification techniques are used to take advantage of the informal citation structure present in the debates. We use a range of methods based on local and global formulations and introduce novel approaches for incorporating the outputs of machine learners into collective classification algorithms. Our experimental evaluation shows that the mean-field algorithm obtains the best results for the task, significantly outperforming the benchmark technique.

6 0.28741983 292 acl-2011-Target-dependent Twitter Sentiment Classification

7 0.27768138 279 acl-2011-Semi-supervised latent variable models for sentence-level sentiment analysis

8 0.27503645 253 acl-2011-PsychoSentiWordNet

9 0.26246464 105 acl-2011-Dr Sentiment Knows Everything!

10 0.24420771 183 acl-2011-Joint Bilingual Sentiment Classification with Unlabeled Parallel Corpora

11 0.23451532 273 acl-2011-Semantic Representation of Negation Using Focus Detection

12 0.22016416 218 acl-2011-MemeTube: A Sentiment-based Audiovisual System for Analyzing and Displaying Microblog Messages

13 0.22010523 54 acl-2011-Automatically Extracting Polarity-Bearing Topics for Cross-Domain Sentiment Classification

14 0.21671182 64 acl-2011-C-Feel-It: A Sentiment Analyzer for Micro-blogs

15 0.20503928 45 acl-2011-Aspect Ranking: Identifying Important Product Aspects from Online Consumer Reviews

16 0.19976354 159 acl-2011-Identifying Noun Product Features that Imply Opinions

17 0.16176839 50 acl-2011-Automatic Extraction of Lexico-Syntactic Patterns for Detection of Negation and Speculation Scopes

18 0.1606892 289 acl-2011-Subjectivity and Sentiment Analysis of Modern Standard Arabic

19 0.15468337 270 acl-2011-SciSumm: A Multi-Document Summarization System for Scientific Articles

20 0.15165317 211 acl-2011-Liars and Saviors in a Sentiment Annotated Corpus of Comments to Political Debates


similar papers computed by lsi model

lsi for this paper:

topicId topicWeight

[(0, 0.247), (1, 0.363), (2, 0.318), (3, -0.132), (4, 0.075), (5, 0.039), (6, -0.028), (7, 0.048), (8, 0.005), (9, -0.114), (10, 0.047), (11, -0.085), (12, -0.193), (13, 0.046), (14, -0.126), (15, -0.004), (16, 0.005), (17, -0.034), (18, 0.084), (19, -0.078), (20, -0.086), (21, -0.081), (22, 0.07), (23, -0.095), (24, 0.12), (25, 0.13), (26, -0.096), (27, 0.245), (28, -0.237), (29, 0.037), (30, -0.088), (31, 0.039), (32, -0.004), (33, 0.059), (34, -0.01), (35, -0.033), (36, -0.009), (37, -0.023), (38, 0.049), (39, 0.033), (40, -0.037), (41, -0.013), (42, 0.018), (43, 0.03), (44, -0.016), (45, 0.028), (46, 0.013), (47, -0.046), (48, 0.011), (49, -0.064)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 0.95204294 281 acl-2011-Sentiment Analysis of Citations using Sentence Structure-Based Features

Author: Awais Athar

Abstract: Sentiment analysis of citations in scientific papers and articles is a new and interesting problem due to the many linguistic differences between scientific texts and other genres. In this paper, we focus on the problem of automatic identification of positive and negative sentiment polarity in citations to scientific papers. Using a newly constructed annotated citation sentiment corpus, we explore the effectiveness of existing and novel features, including n-grams, specialised science-specific lexical features, dependency relations, sentence splitting and negation features. Our results show that 3-grams and dependencies perform best in this task; they outperform the sentence splitting, science lexicon and negation based features.

2 0.69750977 73 acl-2011-Collective Classification of Congressional Floor-Debate Transcripts

Author: Clinton Burfoot ; Steven Bird ; Timothy Baldwin

Abstract: This paper explores approaches to sentiment classification of U.S. Congressional floordebate transcripts. Collective classification techniques are used to take advantage of the informal citation structure present in the debates. We use a range of methods based on local and global formulations and introduce novel approaches for incorporating the outputs of machine learners into collective classification algorithms. Our experimental evaluation shows that the mean-field algorithm obtains the best results for the task, significantly outperforming the benchmark technique.

3 0.65231228 71 acl-2011-Coherent Citation-Based Summarization of Scientific Papers

Author: Amjad Abu-Jbara ; Dragomir Radev

Abstract: In citation-based summarization, text written by several researchers is leveraged to identify the important aspects of a target paper. Previous work on this problem focused almost exclusively on its extraction aspect (i.e. selecting a representative set of citation sentences that highlight the contribution of the target paper). Meanwhile, the fluency of the produced summaries has been mostly ignored. For example, diversity, readability, cohesion, and ordering of the sentences included in the summary have not been thoroughly considered. This resulted in noisy and confusing summaries. In this work, we present an approach for producing readable and cohesive citation-based summaries. Our experiments show that the pro- posed approach outperforms several baselines in terms of both extraction quality and fluency.

4 0.61065942 279 acl-2011-Semi-supervised latent variable models for sentence-level sentiment analysis

Author: Oscar Tackstrom ; Ryan McDonald

Abstract: We derive two variants of a semi-supervised model for fine-grained sentiment analysis. Both models leverage abundant natural supervision in the form of review ratings, as well as a small amount of manually crafted sentence labels, to learn sentence-level sentiment classifiers. The proposed model is a fusion of a fully supervised structured conditional model and its partially supervised counterpart. This allows for highly efficient estimation and inference algorithms with rich feature definitions. We describe the two variants as well as their component models and verify experimentally that both variants give significantly improved results for sentence-level sentiment analysis compared to all baselines. 1 Sentence-level sentiment analysis In this paper, we demonstrate how combining coarse-grained and fine-grained supervision benefits sentence-level sentiment analysis an important task in the field of opinion classification and retrieval (Pang and Lee, 2008). Typical supervised learning approaches to sentence-level sentiment analysis rely on sentence-level supervision. While such fine-grained supervision rarely exist naturally, and thus requires labor intensive manual annotation effort (Wiebe et al., 2005), coarse-grained supervision is naturally abundant in the form of online review ratings. This coarse-grained supervision is, of course, less informative compared to fine-grained supervision, however, by combining a small amount of sentence-level supervision with a large amount of document-level supervision, we are able to substantially improve on the sentence-level classification task. Our work combines two strands of research: models for sentiment analysis that take document structure into account; – 569 Ryan McDonald Google, Inc., New York ryanmcd@ google com . and models that use latent variables to learn unobserved phenomena from that which can be observed. Exploiting document structure for sentiment analysis has attracted research attention since the early work of Pang and Lee (2004), who performed minimal cuts in a sentence graph to select subjective sentences. McDonald et al. (2007) later showed that jointly learning fine-grained (sentence) and coarsegrained (document) sentiment improves predictions at both levels. More recently, Yessenalina et al. (2010) described how sentence-level latent variables can be used to improve document-level prediction and Nakagawa et al. (2010) used latent variables over syntactic dependency trees to improve sentence-level prediction, using only labeled sentences for training. In a similar vein, Sauper et al. (2010) integrated generative content structure models with discriminative models for multi-aspect sentiment summarization and ranking. These approaches all rely on the availability of fine-grained annotations, but Ta¨ckstro¨m and McDonald (201 1) showed that latent variables can be used to learn fine-grained sentiment using only coarse-grained supervision. While this model was shown to beat a set of natural baselines with quite a wide margin, it has its shortcomings. Most notably, due to the loose constraints provided by the coarse supervision, it tends to only predict the two dominant fine-grained sentiment categories well for each document sentiment category, so that almost all sentences in positive documents are deemed positive or neutral, and vice versa for negative documents. As a way of overcoming these shortcomings, we propose to fuse a coarsely supervised model with a fully supervised model. Below, we describe two ways of achieving such a combined model in the framework of structured conditional latent variable models. Contrary to (generative) topic models (Mei et al., 2007; Titov and Proceedings ofP thoer t4l9atnhd A, Onrnuegaoln M,e Jeuntineg 19 o-f2 t4h,e 2 A0s1s1o.c?i ac t2io0n11 fo Ar Cssoocmiaptuiotanti foonra Clo Lminpguutiast i ocns:aslh Loirntpgaupisetrics , pages 569–574, Figure 1: a) Factor graph of the fully observed graphical model. b) Factor graph of the corresponding latent variable model. During training, shaded nodes are observed, while non-shaded nodes are unobserved. The input sentences si are always observed. Note that there are no factors connecting the document node, yd, with the input nodes, s, so that the sentence-level variables, ys, in effect form a bottleneck between the document sentiment and the input sentences. McDonald, 2008; Lin and He, 2009), structured conditional models can handle rich and overlapping features and allow for exact inference and simple gradient based estimation. The former models are largely orthogonal to the one we propose in this work and combining their merits might be fruitful. As shown by Sauper et al. (2010), it is possible to fuse generative document structure models and task specific structured conditional models. While we do model document structure in terms of sentiment transitions, we do not model topical structure. An interesting avenue for future work would be to extend the model of Sauper et al. (2010) to take coarse-grained taskspecific supervision into account, while modeling fine-grained task-specific aspects with latent variables. Note also that the proposed approach is orthogonal to semi-supervised and unsupervised induction of context independent (prior polarity) lexicons (Turney, 2002; Kim and Hovy, 2004; Esuli and Sebastiani, 2009; Rao and Ravichandran, 2009; Velikovich et al., 2010). The output of such models could readily be incorporated as features in the proposed model. 1.1 Preliminaries Let d be a document consisting of n sentences, s = (si)in=1, with a document–sentence-sequence pair denoted d = (d, s). Let yd = (yd, ys) denote random variables1 the document level sentiment, yd, and the sequence of sentence level sentiment, = (ysi)in=1 . – ys 1We are abusing notation throughout by using the same symbols to refer to random variables and their particular assignments. 570 In what follows, we assume that we have access to two training sets: a small set of fully labeled instances, DF = {(dj, and a large set of ydj)}jm=f1, coarsely labeled instances DC = {(dj, yjd)}jm=fm+fm+c1. Furthermore, we assume that yd and all yis take values in {POS, NEG, NEU}. We focus on structured conditional models in the exponential family, with the standard parametrization pθ(yd,ys|s) = expnhφ(yd,ys,s),θi − Aθ(s)o

5 0.59925807 332 acl-2011-Using Multiple Sources to Construct a Sentiment Sensitive Thesaurus for Cross-Domain Sentiment Classification

Author: Danushka Bollegala ; David Weir ; John Carroll

Abstract: We describe a sentiment classification method that is applicable when we do not have any labeled data for a target domain but have some labeled data for multiple other domains, designated as the source domains. We automat- ically create a sentiment sensitive thesaurus using both labeled and unlabeled data from multiple source domains to find the association between words that express similar sentiments in different domains. The created thesaurus is then used to expand feature vectors to train a binary classifier. Unlike previous cross-domain sentiment classification methods, our method can efficiently learn from multiple source domains. Our method significantly outperforms numerous baselines and returns results that are better than or comparable to previous cross-domain sentiment classification methods on a benchmark dataset containing Amazon user reviews for different types of products.

6 0.59832746 45 acl-2011-Aspect Ranking: Identifying Important Product Aspects from Online Consumer Reviews

7 0.58783704 204 acl-2011-Learning Word Vectors for Sentiment Analysis

8 0.58018219 292 acl-2011-Target-dependent Twitter Sentiment Classification

9 0.576666 218 acl-2011-MemeTube: A Sentiment-based Audiovisual System for Analyzing and Displaying Microblog Messages

10 0.55406356 253 acl-2011-PsychoSentiWordNet

11 0.53503388 273 acl-2011-Semantic Representation of Negation Using Focus Detection

12 0.5333119 105 acl-2011-Dr Sentiment Knows Everything!

13 0.52619308 54 acl-2011-Automatically Extracting Polarity-Bearing Topics for Cross-Domain Sentiment Classification

14 0.51825601 64 acl-2011-C-Feel-It: A Sentiment Analyzer for Micro-blogs

15 0.48430529 50 acl-2011-Automatic Extraction of Lexico-Syntactic Patterns for Detection of Negation and Speculation Scopes

16 0.47926539 289 acl-2011-Subjectivity and Sentiment Analysis of Modern Standard Arabic

17 0.47867179 211 acl-2011-Liars and Saviors in a Sentiment Annotated Corpus of Comments to Political Debates

18 0.46354735 183 acl-2011-Joint Bilingual Sentiment Classification with Unlabeled Parallel Corpora

19 0.44267878 8 acl-2011-A Corpus of Scope-disambiguated English Text

20 0.43700844 201 acl-2011-Learning From Collective Human Behavior to Introduce Diversity in Lexical Choice


similar papers computed by lda model

lda for this paper:

topicId topicWeight

[(1, 0.216), (5, 0.045), (17, 0.036), (26, 0.035), (37, 0.135), (39, 0.044), (41, 0.052), (53, 0.012), (55, 0.028), (59, 0.051), (72, 0.035), (88, 0.014), (89, 0.013), (91, 0.036), (96, 0.168)]

similar papers list:

simIndex simValue paperId paperTitle

1 0.94146168 35 acl-2011-An ERP-based Brain-Computer Interface for text entry using Rapid Serial Visual Presentation and Language Modeling

Author: Kenneth Hild ; Umut Orhan ; Deniz Erdogmus ; Brian Roark ; Barry Oken ; Shalini Purwar ; Hooman Nezamfar ; Melanie Fried-Oken

Abstract: Event related potentials (ERP) corresponding to stimuli in electroencephalography (EEG) can be used to detect the intent of a person for brain computer interfaces (BCI). This paradigm is widely used to build letter-byletter text input systems using BCI. Nevertheless using a BCI-typewriter depending only on EEG responses will not be sufficiently accurate for single-trial operation in general, and existing systems utilize many-trial schemes to achieve accuracy at the cost of speed. Hence incorporation of a language model based prior or additional evidence is vital to improve accuracy and speed. In this demonstration we will present a BCI system for typing that integrates a stochastic language model with ERP classification to achieve speedups, via the rapid serial visual presentation (RSVP) paradigm.

2 0.92327374 6 acl-2011-A Comprehensive Dictionary of Multiword Expressions

Author: Kosho Shudo ; Akira Kurahone ; Toshifumi Tanabe

Abstract: It has been widely recognized that one of the most difficult and intriguing problems in natural language processing (NLP) is how to cope with idiosyncratic multiword expressions. This paper presents an overview of the comprehensive dictionary (JDMWE) of Japanese multiword expressions. The JDMWE is characterized by a large notational, syntactic, and semantic diversity of contained expressions as well as a detailed description of their syntactic functions, structures, and flexibilities. The dictionary contains about 104,000 expressions, potentially 750,000 expressions. This paper shows that the JDMWE’s validity can be supported by comparing the dictionary with a large-scale Japanese N-gram frequency dataset, namely the LDC2009T08, generated by Google Inc. (Kudo et al. 2009). 1

3 0.84465754 203 acl-2011-Learning Sub-Word Units for Open Vocabulary Speech Recognition

Author: Carolina Parada ; Mark Dredze ; Abhinav Sethy ; Ariya Rastrow

Abstract: Large vocabulary speech recognition systems fail to recognize words beyond their vocabulary, many of which are information rich terms, like named entities or foreign words. Hybrid word/sub-word systems solve this problem by adding sub-word units to large vocabulary word based systems; new words can then be represented by combinations of subword units. Previous work heuristically created the sub-word lexicon from phonetic representations of text using simple statistics to select common phone sequences. We propose a probabilistic model to learn the subword lexicon optimized for a given task. We consider the task of out of vocabulary (OOV) word detection, which relies on output from a hybrid model. A hybrid model with our learned sub-word lexicon reduces error by 6.3% and 7.6% (absolute) at a 5% false alarm rate on an English Broadcast News and MIT Lectures task respectively.

4 0.8392837 158 acl-2011-Identification of Domain-Specific Senses in a Machine-Readable Dictionary

Author: Fumiyo Fukumoto ; Yoshimi Suzuki

Abstract: This paper focuses on domain-specific senses and presents a method for assigning category/domain label to each sense of words in a dictionary. The method first identifies each sense of a word in the dictionary to its corresponding category. We used a text classification technique to select appropriate senses for each domain. Then, senses were scored by computing the rank scores. We used Markov Random Walk (MRW) model. The method was tested on English and Japanese resources, WordNet 3.0 and EDR Japanese dictionary. For evaluation of the method, we compared English results with the Subject Field Codes (SFC) resources. We also compared each English and Japanese results to the first sense heuristics in the WSD task. These results suggest that identification of domain-specific senses (IDSS) may actually be of benefit.

same-paper 5 0.83266556 281 acl-2011-Sentiment Analysis of Citations using Sentence Structure-Based Features

Author: Awais Athar

Abstract: Sentiment analysis of citations in scientific papers and articles is a new and interesting problem due to the many linguistic differences between scientific texts and other genres. In this paper, we focus on the problem of automatic identification of positive and negative sentiment polarity in citations to scientific papers. Using a newly constructed annotated citation sentiment corpus, we explore the effectiveness of existing and novel features, including n-grams, specialised science-specific lexical features, dependency relations, sentence splitting and negation features. Our results show that 3-grams and dependencies perform best in this task; they outperform the sentence splitting, science lexicon and negation based features.

6 0.78891212 2 acl-2011-AM-FM: A Semantic Framework for Translation Quality Assessment

7 0.73466921 292 acl-2011-Target-dependent Twitter Sentiment Classification

8 0.73216778 246 acl-2011-Piggyback: Using Search Engines for Robust Cross-Domain Named Entity Recognition

9 0.73167109 183 acl-2011-Joint Bilingual Sentiment Classification with Unlabeled Parallel Corpora

10 0.7305209 133 acl-2011-Extracting Social Power Relationships from Natural Language

11 0.73036331 34 acl-2011-An Algorithm for Unsupervised Transliteration Mining with an Application to Word Alignment

12 0.72952813 289 acl-2011-Subjectivity and Sentiment Analysis of Modern Standard Arabic

13 0.72888994 331 acl-2011-Using Large Monolingual and Bilingual Corpora to Improve Coordination Disambiguation

14 0.72856772 128 acl-2011-Exploring Entity Relations for Named Entity Disambiguation

15 0.72710443 324 acl-2011-Unsupervised Semantic Role Induction via Split-Merge Clustering

16 0.72696602 103 acl-2011-Domain Adaptation by Constraining Inter-Domain Variability of Latent Feature Representation

17 0.7267518 44 acl-2011-An exponential translation model for target language morphology

18 0.72552311 311 acl-2011-Translationese and Its Dialects

19 0.72549748 198 acl-2011-Latent Semantic Word Sense Induction and Disambiguation

20 0.72538543 104 acl-2011-Domain Adaptation for Machine Translation by Mining Unseen Words