paper-with-me

홈 › Papers

Recurrent Point Review Models

2020-12-10 · Kostadin Cvejoski, Ramses J. Sanchez, Bogdan Georgiev, Christian Bauckhage, Cesar Ojeda

Deep neural network models represent the state-of-the-art methodologies for natural language processing. Here we build on top of these methodologies to incorporate temporal information and model how to review data changes with time. Specifically, we use the dynamic representations of recurrent point process models, which encode the history of how business or service reviews are received in time, to generate instantaneous language models with improved prediction capabilities. Simultaneously, our methodologies enhance the predictive power of our point process models by incorporating summarized review content representations. We provide recurrent network and temporal convolution solutions for modeling the review content. We deploy our methodologies in the context of recommender systems, effectively characterizing the change in preference and taste of users as time evolves. Source code is available at [1].

📄 PDF Abstract BibTeX arXiv:2012.05684

Code (1)

cvejoski/recurrent-point-review-models 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Recurrent Point Processes for Dynamic Review Models

2019-12-09 · Kostadin Cvejoski, Ramses J. Sanchez, Bogdan Georgiev, Jannis Schuecker 외

Recent progress in recommender system research has shown the importance of including temporal representations to improve interpretability and performance. Here, we incorporate temporal representations in continuous time …

Point ProcessesRecommendation Systems

Accuracy, Memory Efficiency and Generalization: A Comparative Study on Liquid Neural Networks and Recurrent Neural Networks

2025-10-08 · Shilong Zong, Alex Bierly, Almuatazbellah Boker, Hoda Eldardiry arxiv

This review aims to conduct a comparative analysis of liquid neural networks (LNNs) and traditional recurrent neural networks (RNNs) and their variants, such as long short-term memory networks (LSTMs) and gated recurrent…

Deep Learning Sentiment Analysis of Amazon.com Reviews and Ratings

2019-04-04 · Nishit Shrestha, Fatma Nasoz

Our study employs sentiment analysis to evaluate the compatibility of Amazon.com reviews with their corresponding ratings. Sentiment analysis is the task of identifying and classifying the sentiment expressed in a piece …

Deep LearningSentiment Analysis

Context-aware Natural Language Generation with Recurrent Neural Networks

2016-11-29 · Jian Tang, Yifan Yang, Sam Carton, Ming Zhang 외

This paper studied generating natural languages at particular contexts or situations. We proposed two novel approaches which encode the contexts into a continuous semantic representation and then decode the semantic repr…

Text Generation

Learning Distributed Representations from Reviews for Collaborative Filtering

2018-06-18 · Amjad Almahairi, Kyle Kastner, Kyunghyun Cho, Aaron Courville

Recent work has shown that collaborative filter-based recommender systems can be improved by incorporating side information, such as natural language reviews, as a way of regularizing the derived product representations.…

Collaborative FilteringRecommendation Systems