shengyuf commited on
Commit
c6975a6
·
verified ·
1 Parent(s): 6d7a97c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CAM Data
2
+
3
+ Training and evaluation datasets for **Combinatorial Adjoint Matching (CAM)**.
4
+
5
+ This repository contains the datasets used in:
6
+
7
+ **Unsupervised Diffusion Solver for Combinatorial Optimization via Combinatorial Adjoint Matching**
8
+
9
+ Shengyu Feng, Tarun Suresh, Yiming Yang
10
+
11
+ ## Paper
12
+
13
+ https://arxiv.org/abs/2605.30920
14
+
15
+ ## Code
16
+
17
+ Official implementation:
18
+
19
+ https://github.com/Shengyu-Feng/CAM
20
+
21
+ ## Contents
22
+
23
+ This repository provides datasets for the combinatorial optimization problems studied in the paper, including:
24
+
25
+ * Maximum Independent Set (MIS)
26
+ * Traveling Salesman Problem (TSP)
27
+ * Max Cut (MCut)
28
+ * Capacitated Vehicle Routing Problem (CVRP)
29
+
30
+ The data are provided for reproducing the experiments reported in the paper.
31
+
32
+ ## Usage
33
+
34
+ Please refer to the official repository for data loading, preprocessing, training, and evaluation instructions.
35
+
36
+ ## Citation
37
+
38
+ ```bibtex
39
+ @misc{feng2026unsuperviseddiffusionsolvercombinatorial,
40
+ title={Unsupervised Diffusion Solver for Combinatorial Optimization via Combinatorial Adjoint Matching},
41
+ author={Shengyu Feng and Tarun Suresh and Yiming Yang},
42
+ year={2026},
43
+ eprint={2605.30920},
44
+ archivePrefix={arXiv},
45
+ primaryClass={cs.LG}
46
+ }
47
+ ```
48
+