The source code for the paper "DLF: Enhancing Explicit-Implicit Interaction via Dynamic Low-Order-Aware Fusion for CTR Prediction"
- Please download the dataset from the website mentioned in our paper.
- Change the
dataset_config.yaml
to your dataset root. - You can use
python main_run.py --expid DLF_default
to run the whole program, you can use--dataset_id
to select the dataset you want to process.