Article citation study: Context enhanced citation sentiment detection
Citation sentimet analysis is one of the little studied tasks for scientometric analysis. For citation analysis, we developed eight datasets comprising citation sentences, which are manually annotated by us into three sentiment polarities viz. positive, negative, and neutral. Among eight datasets, three were developed by considering the whole context of citations. Furthermore, we proposed an ensembled feature engineering method comprising word embeddings obtained for texts, parts-of-speech tags, and dependency relationships together. Ensembled features were considered as input to deep learning based approaches for citation sentiment classification, which is in turn compared with Bag-of-Words approach. Experimental results demonstrate that deep learning is useful for higher number of samples, whereas support vector machine is the winner for smaller number of samples. Moreover, context-based samples are proved to be more effective than context-less samples for citation sentiment analysis.
Code (0)
등록된 구현이 없습니다.
Tasks
Deep LearningFeature EngineeringSentiment AnalysisSentiment ClassificationWord EmbeddingsSimilar Papers 제목 키워드 기반
Improved Local Citation Recommendation Based on Context Enhanced with Global Information
Local citation recommendation aims at finding articles relevant for given citation context. While most previous approaches represent context using solely text surrounding the citation, we propose enhancing context repres…
ArticlesCitation RecommendationSCIRGC: Multi-Granularity Citation Recommendation and Citation Sentence Preference Alignment
Citations are crucial in scientific research articles as they highlight the connection between the current study and prior work. However, this process is often time-consuming for researchers. In this study, we propose th…
ArticlesCitation RecommendationSentenceContext Sensitive Article Ranking with Citation Context Analysis
It is hard to detect important articles in a specific context. Information retrieval techniques based on full text search can be inaccurate to identify main topics and they are not able to provide an indication about the…
ArticlesInformation RetrievalRetrievalOn the Use of Context for Predicting Citation Worthiness of Sentences in Scholarly Articles
In this paper, we study the importance of context in predicting the citation worthiness of sentences in scholarly articles. We formulate this problem as a sequence labeling task solved using a hierarchical BiLSTM model. …
ArticlesCitation worthinessSentenceCombining Representations For Effective Citation Classification
In this paper, we describe our participation in two tasks organized by WOSP 2020, consisting of classifying the context of a citation (e.g., background, motivational, extension) and whether a citation is influential in t…
ClassificationWord Embeddings