IRCLLGJan 15, 2022

Machine Learning for Food Review and Recommendation

arXiv:2201.10978v1
Originality Synthesis-oriented
AI Analysis

This work addresses food recommendation challenges for online service users, but it is incremental as it applies existing methods to a specific domain.

The paper tackled sentiment analysis, tag generation, and retrieval for food reviews by implementing BERT, LSTM, POS algorithms, and RankNet in a web-based system, showing promising results for real-world applications.

Food reviews and recommendations have always been important for online food service websites. However, reviewing and recommending food is not simple as it is likely to be overwhelmed by disparate contexts and meanings. In this paper, we use different deep learning approaches to address the problems of sentiment analysis, automatic review tag generation, and retrieval of food reviews. We propose to develop a web-based food review system at Nanyang Technological University (NTU) named NTU Food Hunter, which incorporates different deep learning approaches that help users with food selection. First, we implement the BERT and LSTM deep learning models into the system for sentiment analysis of food reviews. Then, we develop a Part-of-Speech (POS) algorithm to automatically identify and extract adjective-noun pairs from the review content for review tag generation based on POS tagging and dependency parsing. Finally, we also train a RankNet model for the re-ranking of the retrieval results to improve the accuracy in our Solr-based food reviews search system. The experimental results show that our proposed deep learning approaches are promising for the applications of real-world problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes