4.7 Article

Connecting Social Media to E-Commerce: Cold-Start Product Recommendation Using Microblogging Information

Journal

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING
Volume 28, Issue 5, Pages 1147-1159

Publisher

IEEE COMPUTER SOC
DOI: 10.1109/TKDE.2015.2508816

Keywords

E-commerce; product recommender; product demographic; microblogs; recurrent neural networks

Funding

  1. National Natural Science Foundation of China [61502502]
  2. National Key Basic Research Program (973 Program) of China [2014CB340403]
  3. [101779]

Ask authors/readers for more resources

In recent years, the boundaries between e-commerce and social networking have become increasingly blurred. Many e-commerce websites support the mechanism of social login where users can sign on the websites using their social network identities such as their Facebook or Twitter accounts. Users can also post their newly purchased products on microblogs with links to the e-commerce product web pages. In this paper, we propose a novel solution for cross-site cold-start product recommendation, which aims to recommend products from e-commerce websites to users at social networking sites in cold-start situations, a problem which has rarely been explored before. A major challenge is how to leverage knowledge extracted from social networking sites for cross-site cold-start product recommendation. We propose to use the linked users across social networking sites and e-commerce websites (users who have social networking accounts and have made purchases on e-commerce websites) as a bridge to map users' social networking features to another feature representation for product recommendation. In specific, we propose learning both users' and products' feature representations (called user embeddings and product embeddings, respectively) from data collected from e-commerce websites using recurrent neural networks and then apply a modified gradient boosting trees method to transform users' social networking features into user embeddings. We then develop a feature-based matrix factorization approach which can leverage the learnt user embeddings for cold-start product recommendation. Experimental results on a large dataset constructed from the largest Chinese microblogging service SINA WEIBO and the largest Chinese B2C e-commerce website JINGDONG have shown the effectiveness of our proposed framework.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.7
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

Review Computer Science, Artificial Intelligence

Recent progress in leveraging deep learning methods for question answering

Tianyong Hao, Xinxin Li, Yulan He, Fu Lee Wang, Yingying Qu

Summary: This paper provides a systematic review of recent developments in deep learning methods for question answering, covering methods, datasets, and applications, and discussing network structure characteristics, method innovations, and effectiveness. The survey is expected to contribute to summarizing recent research progress and future research directions in deep learning methods for question answering.

NEURAL COMPUTING & APPLICATIONS (2022)

Article Computer Science, Information Systems

Few-shot Aspect Category Sentiment Analysis via Meta-learning

Bin Liang, Xiang Li, Lin Gui, Yonghao Fu, Yulan He, Min Yang, Ruifeng Xu

Summary: Existing sentiment analysis methods in aspect-based/category focus successfully detect sentiment polarity towards fixed aspect categories. However, practical applications involve changing aspect categories. Dealing with unseen categories is not fully explored in current methods. In this article, we propose a few-shot aspect category sentiment analysis task and introduce a novel Aspect-Focused Meta-Learning (AFML) framework to effectively predict sentiment polarity of unseen aspect categories.

ACM TRANSACTIONS ON INFORMATION SYSTEMS (2023)

Article Computer Science, Artificial Intelligence

Multi Task Mutual Learning for Joint Sentiment Classification and Topic Detection

Lin Gui, Leng Jia, Jiyun Zhou, Ruifeng Xu, Yulan He

Summary: This paper proposes a multi-task learning framework that jointly learns a sentiment classifier and a topic model, aiming to make the word-level latent topic distributions in the topic model similar to the word-level attention vectors in sentiment classifiers. The experimental results on Yelp and IMDB datasets demonstrate the superior performance of the proposed framework in both sentiment classification and topic modeling tasks.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2022)

Article Computer Science, Software Engineering

Code Structure-Guided Transformer for Source Code Summarization

Shuzheng Gao, Cuiyun Gao, Yulan He, Jichuan Zeng, Lunyiu Nie, Xin Xia, Michael Lyu

Summary: Code summaries help developers understand programs and save time during software maintenance. Recent studies have used deep learning techniques, such as Transformer-based approaches, to generate accurate code summaries. However, integrating code structure information into Transformers effectively has been under-explored in this task domain.

ACM TRANSACTIONS ON SOFTWARE ENGINEERING AND METHODOLOGY (2023)

Article Computer Science, Artificial Intelligence

Hierarchical Interpretation of Neural Text Classification

Hanqi Yan, Lin Gui, Yulan He

Summary: In recent years, there has been increasing interest in developing interpretable models in Natural Language Processing (NLP). However, it is difficult to accurately explain model decisions by words or phrases when neural models in NLP compose word semantics hierarchically. This article proposes a novel Hierarchical Interpretable Neural Text classifier, called HINT, which generates explanations of model predictions in the form of label-associated topics. Experimental results show that HINT achieves comparable text classification results and provides better interpretations than other interpretable neural text classifiers.

COMPUTATIONAL LINGUISTICS (2022)

Article Computer Science, Information Systems

Evaluating the generalisability of neural rumour verification models

Elena Kochkina, Tamanna Hossain, Robert L. Logan, Miguel Arana-Catania, Rob Procter, Arkaitz Zubiaga, Sameer Singh, Yulan He, Maria Liakata

Summary: Research on automated social media rumour verification has achieved high performance with neural models, but their generalisability to datasets beyond the ones they were trained on remains unclear. This study aims to fill this gap by assessing the generalisability of top performing neural rumour verification models across different architectures. A novel dataset called COVID-RV is collected and released for a more comprehensive evaluation of model performance. The study finds a significant drop in performance when testing models on different datasets from their training sets. Additionally, the ability of models to generalise in a few-shot learning setup and with updated word embeddings is evaluated.

INFORMATION PROCESSING & MANAGEMENT (2023)

Proceedings Paper Computer Science, Artificial Intelligence

Cross-Modal Prototype Driven Network for Radiology Report Generation

Jun Wang, Abhir Bhalerao, Yulan He

Summary: This paper proposes a network model called XPRONET, which improves the task of radiology report generation through cross-modal prototype learning and improved multi-label prototype learning. Experimental results demonstrate that XPRONET achieves significant improvements on two benchmarks.

COMPUTER VISION - ECCV 2022, PT XXXV (2022)

Proceedings Paper Computer Science, Artificial Intelligence

Disentangled Learning of Stance and Aspect Topics for Vaccine Attitude Detection in Social Media

Lixing Zhu, Zheng Fang, Gabriele Pergola, Rob Procter, Yulan He

Summary: Building models to detect vaccine attitudes on social media is challenging due to the complexity and limited availability of annotated data. This study proposes a novel semi-supervised approach called VADET, which leverages unannotated data to learn the topical information of the domain, and fine-tunes the model with manually annotated examples. The results demonstrate that VADET outperforms existing models in stance detection and tweet clustering.

NAACL 2022: THE 2022 CONFERENCE OF THE NORTH AMERICAN CHAPTER OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS: HUMAN LANGUAGE TECHNOLOGIES (2022)

Proceedings Paper Computer Science, Artificial Intelligence

RSTGen: Imbuing Fine-Grained Interpretable Control into Long-Form Text Generators

Rilwan A. Adewoyin, Ritabrata Dutta, Yulan He

Summary: This paper introduces RSTGen, a framework based on Rhetorical Structure Theory (RST), to enhance the cohesion and coherence of long-form text generated by language models. The model demonstrates its ability to control the structural discourse and semantic features of generated text, and performs competitively in argument generation and story generation tasks.

NAACL 2022: THE 2022 CONFERENCE OF THE NORTH AMERICAN CHAPTER OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS: HUMAN LANGUAGE TECHNOLOGIES (2022)

Proceedings Paper Computer Science, Artificial Intelligence

Natural Language Inference with Self-Attention for Veracity Assessment of Pandemic Claims

Miguel Arana-Catania, Elena Kochkina, Arkaitz Zubiaga, Maria Liakata, Rob Procter, Yulan He

Summary: This study focuses on automated veracity assessment methods, covering from dataset creation to the development of new technologies based on natural language inference, and concentrating on misinformation related to the COVID-19 pandemic. By constructing a novel dataset and proposing automated veracity assessment techniques based on natural language inference, these methods have shown competitive advantages in experiments compared to SOTA methods.

NAACL 2022: THE 2022 CONFERENCE OF THE NORTH AMERICAN CHAPTER OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS: HUMAN LANGUAGE TECHNOLOGIES (2022)

Proceedings Paper Computer Science, Cybernetics

Zero-Shot Stance Detection via Contrastive Learning

Bin Liang, Zixiao Chen, Lin Gui, Yulan He, Min Yang, Ruifeng Xu

Summary: This paper proposes a framework for zero-shot stance detection that effectively distinguishes the types of stance features and learns transferable features. By treating stance feature type identification as a pretext task and using a hierarchical contrastive learning strategy to capture correlations and differences, the model is able to better represent the stance of previously unseen targets.

PROCEEDINGS OF THE ACM WEB CONFERENCE 2022 (WWW'22) (2022)

Proceedings Paper Computer Science, Artificial Intelligence

PHEMEPlus: Enriching Social Media Rumour Verification with External Evidence

John Dougrez-Lewis, Elena Kochkina, Miguel Arana-Catania, Maria Liakata, Yulan He

Summary: Work on social media rumour verification utilizes signals from posts, propagation, and users, and incorporating external evidence improves the effectiveness of rumour verification models. To support research in this area, a new dataset called PHEMEPlus is released, which includes social media conversations and relevant external evidence for each rumour.

PROCEEDINGS OF THE FIFTH FACT EXTRACTION AND VERIFICATION WORKSHOP (FEVER 2022) (2022)

Proceedings Paper Computer Science, Artificial Intelligence

Extracting Event Temporal Relations via Hyperbolic Geometry

Xingwei Tan, Gabriele Pergola, Yulan He

Summary: The research explores embedding events and temporal relations in hyperbolic spaces, proposing two methods for encoding event and temporal relations. Experimental results demonstrate the advantages of revisiting tasks in different geometrical spaces.

2021 CONFERENCE ON EMPIRICAL METHODS IN NATURAL LANGUAGE PROCESSING (EMNLP 2021) (2021)

Proceedings Paper Computer Science, Artificial Intelligence

Implicit Sentiment Analysis with Event-Centered Text Representation

Deyu Zhou, Jianan Wang, Linhai Zhang, Yulan He

Summary: Implicit sentiment analysis focusing on event-centric approach for detecting sentiment in text without sentiment words, proposes a novel model with hierarchical tensor-based composition mechanism for event representation learning. Experimental results on constructed dataset demonstrate the effectiveness of the proposed approach.

2021 CONFERENCE ON EMPIRICAL METHODS IN NATURAL LANGUAGE PROCESSING (EMNLP 2021) (2021)

Proceedings Paper Computer Science, Artificial Intelligence

Beyond Text: Incorporating Metadata and Label Structure for Multi-Label Document Classification using Heterogeneous Graphs

Chenchen Ye, Linhai Zhang, Deyu Zhou, Yulan He, Wu Jie

Summary: Researchers have proposed a novel neural network-based approach for multi-label document classification, utilizing the graphical structures of metadata and labels. Experimental results show that the proposed approach outperforms several state-of-the-art baselines.

2021 CONFERENCE ON EMPIRICAL METHODS IN NATURAL LANGUAGE PROCESSING (EMNLP 2021) (2021)

No Data Available