Code repository for the SIGIR 2026 paper "Divergence Meets Consensus: A Multi-Source Negative Sampling Framework for Sequential Recommendation".
- δΈζη: README.zh.md
- English: README.en.md
- Main method code:
MDCNS_Code/ - Baseline implementations:
Baselines/ - Paper draft / material:
SR_CR.pdf
cd MDCNS_Code
bash run_finetune.bashThe original root-level command in the old README was outdated. The runnable training script is located in MDCNS_Code/run_finetune.bash.