Skip to content
/ MVKE Public

SIGKDD'2022: Mixture of Virtual-Kernel Experts for Multi-Objective User Profile Modeling

Notifications You must be signed in to change notification settings

motefly/MVKE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MVKE

Implementation for the paper "Mixture of Virtual-Kernel Experts for Multi-Objective UserProfile Modeling", which has been accepted by SIGKDD'2022.

This repo releases part of core codes for the implementation of MVKE and baselines. The loss definitions are set in "model_graph_type.py" and the detailed model architecture is defined in "mvke_ops.py". More codes is highly related to a complex industrial learning architecture, thus it is temporarily inconvenient to open source.

The following table lists the loss entry name of methods:

Function Description
user_MVKE_and_tag_HS The user tower is equipped with MVKE and tag tower adopts Hard-sharing structure
user_MMoE_and_tag_HS The user tower is equipped with MMoE/CGC and tag tower adopts Hard-sharing structure
user_HS_and_tag_HS Both user tower and tag tower adopts Hard-sharing structure
user_and_tag_single_pctr/pcvr Only test the performance on single task

Thanks for your visiting, and if you have any questions, please new an issue.

About

SIGKDD'2022: Mixture of Virtual-Kernel Experts for Multi-Objective User Profile Modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages