Learning Personalized Representations using Graph Convolutional Network
Hongyu Shen, Jinoh Oh, Shuai Zhao, Guoyin Wang, Tara Taghavi, Sungjin, Lee

TL;DR
This paper introduces a graph convolutional network model called PDRFE that generates personalized customer representations by leveraging customer-skill interaction graphs, significantly improving defect prediction accuracy in Alexa's skill routing.
Contribution
The paper proposes a novel GCN-based model for personalized customer representation that captures richer interaction context compared to traditional features.
Findings
Up to 41% improvement in defect prediction accuracy
Effective modeling of customer-skill interactions using graph convolutional networks
Enhanced personalization for skill routing in Alexa
Abstract
Generating representations that precisely reflect customers' behavior is an important task for providing personalized skill routing experience in Alexa. Currently, Dynamic Routing (DR) team, which is responsible for routing Alexa traffic to providers or skills, relies on two features to be served as personal signals: absolute traffic count and normalized traffic count of every skill usage per customer. Neither of them considers the network based structure for interactions between customers and skills, which contain richer information for customer preferences. In this work, we first build a heterogeneous edge attributed graph based customers' past interactions with the invoked skills, in which the user requests (utterances) are modeled as edges. Then we propose a graph convolutional network(GCN) based model, namely Personalized Dynamic Routing Feature Encoder(PDRFE), that generates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Recommender Systems and Techniques
