Reproduction checklist
Code repository: https://github.com/CSCT-NAIL/csct
Minimal steps
- Clone the code repository
git clone https://github.com/CSCT-NAIL/csct.git cd csct - Run the suite
- Use the provided suite driver (e.g.,
csct_suite.py) to generate per-seed CSVs and figures.
- Use the provided suite driver (e.g.,
- Generate LaTeX tables
- Each experiment has a
make_ex*_table.pyscript that readssummary.csvand writesex*_table.tex.
- Each experiment has a
- Build the paper
cd paper && latexmk -pdf main.tex
Expected outputs
results_suite/ex*/summary.csv(per-seed rows)paper/results_ex*/...png(figures)paper/sections/...(manuscript sections)
Notes
- The scripts are designed so that numbers used in the text are printed by CLI summaries (EX1-style), while tables are generated separately from CSV.