An open API service indexing awesome lists of open source software.

https://github.com/applied-machine-learning-lab/m3oe

Code for SIGIR 2024 paper: M3oE: Multi-Domain Multi-Task Mixture-of Experts Recommendation Framework
https://github.com/applied-machine-learning-lab/m3oe

Last synced: 9 months ago
JSON representation

Code for SIGIR 2024 paper: M3oE: Multi-Domain Multi-Task Mixture-of Experts Recommendation Framework

Awesome Lists containing this project

README

          

Code for SIGIR 2024 paper M3oE: Multi-Domain Multi-Task Mixture-of Experts Recommendation Framework

Run experiments on MovieLens-1M:

```
cd examples

mkdir model_para

mkdir output

bash run_MDMT.sh
```

The 5 rounds results will be saved under examples/output