8000 GitHub - Gaojingtong/GAVE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gaojingtong/GAVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

  • This is the code reference for the main process of GAVE accepted by SIGIR'25.

  • The code provided is for reference only.

  • Because the dataset is too large to upload, you need to add the dataset before it can run

  • GAVE sturcture: code/bidding_train_env/baseline/dt/dt.py -> class GAVE

Implementation Details:

  • Codebase: Lightweight reference implementation using a variant of the AuctionNet benchmark, i.e., AIGB
  • Data: A sample dataset for training is available at Data/trajectory/trajectory_data.csv. Test data was omitted due to size constraints.

Execution:

  1. Add full datasets with structure:
    GAVE folder/
    --data/
    ----traffic/
    ------period-x.csv  # Test data
    ----trajectory/
    ------trajectory_data.csv # Train data
    
    
  • Run:

    python code/main/main_train_test.py

Citation

If you feel our work is insightful and want to use the code or cite our paper, please add the following citation to your paper references.

@article{gao2025generative,
  title={Generative Auto-Bidding with Value-Guided Explorations},
  author={Gao, Jingtong and Li, Yewen and Mao, Shuai and Jiang, Peng and Jiang, Nan and Wang, Yejing and Cai, Qingpeng and Pan, Fei and Gai, Kun and An, Bo and others},
  journal={arXiv preprint arXiv:2504.14587},
  year={2025}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0