paper-with-me

홈 › Papers

Classifying movie genres by analyzing text reviews

2018-02-14 · Adam Nyberg

This paper proposes a method for classifying movie genres by only looking at text reviews. The data used are from Large Movie Review Dataset v1.0 and IMDb. This paper compared a K-nearest neighbors (KNN) model and a multilayer perceptron (MLP) that uses tf-idf as input features. The paper also discusses different evaluation metrics used when doing multi-label classification. For the data used in this research, the KNN model performed the best with an accuracy of 55.4\% and a Hamming loss of 0.047.

📄 PDF Abstract BibTeX arXiv:1802.05322

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Sequential Movie Genre Prediction using Average Transition Probability with Clustering

2021-11-04 · Jihyeon Kim, Jinkyung Kim, Jaeyoung Choi

In recent movie recommendations, predicting the user's sequential behavior and suggesting the next movie to watch is one of the most important issues. However, capturing such sequential behavior is not easy because each …

ClusteringSequential Recommendation

Unveiling the Hidden: Movie Genre and User Bias in Spoiler Detection

2025-04-24 · Haokai Zhang, Shengtao Zhang, Zijian Cai, Heng Wang 외

Spoilers in movie reviews are important on platforms like IMDb and Rotten Tomatoes, offering benefits and drawbacks. They can guide some viewers' choices but also affect those who prefer no plot details in advance, makin…

Graph AttentionMixture-of-Experts

The NewSoMe Corpus: A Unifying Opinion Annotation Framework across Genres and in Multiple Languages

2014-05-01 · LREC 2014 5 · Roser Saur{\'\i}, Judith Domingo, Toni Badia

We present the NewSoMe (News and Social Media) Corpus, a set of subcorpora with annotations on opinion expressions across genres (news reports, blogs, product reviews and tweets) and covering multiple languages (English,…

Information RetrievalOpinion Mining

A movie genre prediction based on Multivariate Bernoulli model and genre correlations

2016-03-25 · Eric Makita, Artem Lenskiy

Movie ratings play an important role both in determining the likelihood of a potential viewer to watch the movie and in reflecting the current viewer satisfaction with the movie. They are available in several sources lik…

Thumbs Up or Thumbs Down? Semantic Orientation Applied to Unsupervised Classification of Reviews

2002-12-11 · Peter D. Turney

This paper presents a simple unsupervised learning algorithm for classifying reviews as recommended (thumbs up) or not recommended (thumbs down). The classification of a review is predicted by the average semantic orient…

General Classification