|
| 1 | +# arXiv Submission Metadata |
| 2 | + |
| 3 | +This file records the current intended metadata for the L20-CodeForge preprint. |
| 4 | +Verify every field in the arXiv submission UI before submission. |
| 5 | + |
| 6 | +## Title |
| 7 | + |
| 8 | +L20-CodeForge: Auditable Test-Time Scaling for Code Generation on a Single GPU |
| 9 | + |
| 10 | +## Authors |
| 11 | + |
| 12 | +Yin Li |
| 13 | + |
| 14 | +University of Birmingham |
| 15 | + |
| 16 | +## Abstract |
| 17 | + |
| 18 | +Use the abstract from `main.tex` verbatim unless the paper body changes. |
| 19 | + |
| 20 | +## Suggested Categories |
| 21 | + |
| 22 | +Primary category: |
| 23 | + |
| 24 | +- `cs.CL` - Computation and Language |
| 25 | + |
| 26 | +Cross-lists: |
| 27 | + |
| 28 | +- `cs.SE` - Software Engineering |
| 29 | +- `cs.LG` - Machine Learning |
| 30 | + |
| 31 | +Rationale: |
| 32 | + |
| 33 | +- The paper studies code generation with language models, which fits current |
| 34 | + LLM/code-generation work commonly posted in `cs.CL`. |
| 35 | +- The benchmark and execution-harness material is also software-engineering |
| 36 | + work, especially the LiveCodeBench and EvalPlus evaluation boundary. |
| 37 | +- The post-training and verifier direction justifies `cs.LG` as a cross-list, |
| 38 | + but the present paper is not primarily a new learning algorithm. |
| 39 | + |
| 40 | +## Comments Field |
| 41 | + |
| 42 | +Suggested text: |
| 43 | + |
| 44 | +```text |
| 45 | +Preprint. Code, benchmark artifacts, CI, and reproducibility notes are available at https://github.com/Kevin-Li-2025/L20-CodeForge. |
| 46 | +``` |
| 47 | + |
| 48 | +Update the page count after the final compile. |
| 49 | + |
| 50 | +## License |
| 51 | + |
| 52 | +Recommended default for an open preprint: |
| 53 | + |
| 54 | +- Creative Commons Attribution 4.0 International (`CC BY 4.0`) |
| 55 | + |
| 56 | +Reason: |
| 57 | + |
| 58 | +- arXiv lists CC BY 4.0 as an available license and encourages authors to |
| 59 | + consider liberal licenses for reuse. |
| 60 | +- CC BY 4.0 preserves attribution while allowing broad reuse. |
| 61 | + |
| 62 | +Before submission, check whether any later venue or funder imposes a different |
| 63 | +license requirement. arXiv states that license choices are irrevocable for a |
| 64 | +posted version. |
| 65 | + |
| 66 | +## Source Package |
| 67 | + |
| 68 | +The arXiv source package should contain only: |
| 69 | + |
| 70 | +```text |
| 71 | +main.tex |
| 72 | +references.bib |
| 73 | +``` |
| 74 | + |
| 75 | +Do not include: |
| 76 | + |
| 77 | +```text |
| 78 | +main.pdf |
| 79 | +*.aux |
| 80 | +*.bbl |
| 81 | +*.blg |
| 82 | +*.log |
| 83 | +*.out |
| 84 | +*.toc |
| 85 | +*.tar.gz |
| 86 | +``` |
| 87 | + |
| 88 | +Build the source archive locally with: |
| 89 | + |
| 90 | +```bash |
| 91 | +cd paper |
| 92 | +make arxiv-source |
| 93 | +``` |
| 94 | + |
| 95 | +The generated `l20-codeforge-arxiv-source.tar.gz` is ignored by git. |
| 96 | + |
| 97 | +## Official References Checked |
| 98 | + |
| 99 | +- https://info.arxiv.org/help/submit/index.html |
| 100 | +- https://info.arxiv.org/help/submit_tex.html |
| 101 | +- https://info.arxiv.org/help/license/index.html |
| 102 | +- https://arxiv.org/category_taxonomy |
0 commit comments