hamverbot commited on
Commit
0b15a4d
Β·
verified Β·
1 Parent(s): 9f3c561

Upload AUDIT_TRAIL.md

Browse files
Files changed (1) hide show
  1. AUDIT_TRAIL.md +80 -0
AUDIT_TRAIL.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Bidding Algorithms Benchmark β€” Audit Trail
2
+
3
+ > Every paper, dataset, codebase, and external resource consulted.
4
+ > Generated: 2026-05-05
5
+
6
+ ## Papers Read (Methodology)
7
+
8
+ | # | Paper | arXiv | Section | Extraction |
9
+ |---|-------|-------|---------|------------|
10
+ | 1 | Wang et al. β€” First-Price Auctions with Budgets | 2304.13477 | Β§3 (full) | Algorithm 1, eqs (2)-(5), regret bound |
11
+ | 2 | Balseiro et al. β€” Dual Mirror Descent | 2011.10124 | Β§3 (full) | Theorem 1, mirror descent, stopping time |
12
+ | 3 | Feng et al. β€” RoS Constrained Bidding | 2208.13713 | Β§3 (full) | Two-variable dual, bid rule, updates |
13
+
14
+ ## Papers Reviewed (Abstracts)
15
+
16
+ | # | Paper | arXiv | Year |
17
+ |---|-------|-------|------|
18
+ | 4 | Cai et al. β€” RLB | 1701.02490 | 2017 |
19
+ | 5 | Wang et al. β€” HiBid | 2312.17503 | 2023 |
20
+ | 6 | Mao et al. β€” FinalMLP | 2304.00902 | 2023 |
21
+ | 7 | Wang et al. β€” GDCN | 2311.04635 | 2023 |
22
+ | 8 | Wang et al. β€” DCN V2 | 2008.13535 | 2021 |
23
+ | 9 | Zhu et al. β€” BARS-CTR | 2009.05794 | 2021 |
24
+ | 10 | β€” Robust Budget Pacing | 2302.02006 | 2023 |
25
+ | 11 | β€” Multi-Channel Autobidding | 2302.01523 | 2023 |
26
+ | 12 | β€” No-Regret in Repeated FPA | 2205.14572 | 2022 |
27
+ | 13 | β€” Dynamic Budget Throttling | 2207.04690 | 2022 |
28
+ | 14 | β€” AIGB: Generative Auto-bidding | 2405.16141 | 2024 |
29
+ | 15 | β€” Adaptive Bidding Non-Stationarity | 2505.02796 | 2025 |
30
+ | 16 | β€” Joint Value Estimation | 2502.17292 | 2025 |
31
+ | 17 | β€” Leveraging Hints | 2211.06358 | 2022 |
32
+ | 18 | β€” Coordinated Dynamic Bidding | 2306.07709 | 2023 |
33
+ | 19 | β€” FCN: Fusing Cross Network | 2407.13349 | 2024 |
34
+ | 20 | β€” Contextual FPA (Quantile) | 2603.07207 | 2026 |
35
+
36
+ ## Citation Graphs
37
+
38
+ | # | Source | Direction | Key Results |
39
+ |---|--------|-----------|-------------|
40
+ | 21 | Wang 2304.13477 | Both (20 refs, 20 cites) | Contextual extension 2603.07207 |
41
+
42
+ ## Datasets Inspected
43
+
44
+ | # | Dataset | Tool | Result |
45
+ |---|---------|------|--------|
46
+ | 22 | reczoo/Criteo_x4 | hf_inspect_dataset | βœ… 45.8M rows, 13 dense + 26 cat |
47
+ | 23 | reczoo/Avazu_x4 | hf_inspect_dataset | βœ… 40.4M rows, 22 fields |
48
+ | 24 | iPinYou | hub_repo_search | ❌ Not on HF Hub |
49
+
50
+ ## Codebases
51
+
52
+ | # | Repo | URL |
53
+ |---|------|-----|
54
+ | 25 | han-cai/rlb-dp | github.com/han-cai/rlb-dp |
55
+ | 26 | reczoo/FuxiCTR | github.com/reczoo/FuxiCTR |
56
+ | 27 | shenweichen/DeepCTR-Torch | github.com/shenweichen/DeepCTR-Torch |
57
+ | 28 | Novartis/torchsurv | github.com/Novartis/torchsurv |
58
+ | 29 | openbenchmark/BARS | github.com/openbenchmark/BARS |
59
+ | 30 | dingmu365/budget_constrained_bidding | github.com/dingmu365/budget_constrained_bidding |
60
+ | 31 | GinNie23/budget_constrained_bidding | github.com/GinNie23/budget_constrained_bidding |
61
+ | 32 | venkatacrc/Budget_Constrained_Bidding | github.com/venkatacrc/Budget_Constrained_Bidding |
62
+ | 33 | salmon1802/FCN | github.com/salmon1802/FCN |
63
+
64
+ ## External Resources
65
+
66
+ | # | Resource | URL |
67
+ |---|----------|-----|
68
+ | 34 | BARS CTR Criteo_x4 Leaderboard | openbenchmark.github.io/BARS/CTR/leaderboard/criteo_x4.html |
69
+ | 35 | BARS CTR Avazu Leaderboard | openbenchmark.github.io/BARS/CTR/leaderboard/avazu_x4.html |
70
+ | 36 | FuxiCTR Docs | fuxictr.github.io |
71
+ | 37 | DeepCTR-Torch Docs | deepctr-torch.readthedocs.io |
72
+ | 38 | TorchSurv Docs | opensource.nibr.com/torchsurv |
73
+ | 39 | TorchSurv PyPI | pypi.org/project/torchsurv |
74
+ | 40 | fuxictr PyPI | pypi.org/project/fuxictr |
75
+ | 41 | deepctr-torch PyPI | pypi.org/project/deepctr-torch |
76
+ | 42 | iPinYou Dataset | data.computational-advertising.org |
77
+ | 43 | HF Papers | huggingface.co/papers |
78
+ | 44 | hamverbot/rtb-bidding-comparison | huggingface.co/hamverbot/rtb-bidding-comparison |
79
+
80
+ **Total: 44 resources**