This repository contains the proceedings for the 11th Swiss Text Analytics Conference (SwissText 2026).
Proceedings are compiled using aclpub2 (https://github.com/rycolab/aclpub2).
aclpub2-main/is the upstreamaclpub2source with templates and tooling.aclpub2-main/examples/swisstext2026/contains the YAML inputs (metadata, program, sponsors, etc.).aclpub2-main/output/contains the compiled PDF outputs (includingproceedings.pdf).
- Clone this repository.
- Ensure you have Python, Java, and LaTeX (with
pdflatex) installed. Seeaclpub2docs for details. - (Optional) Create a virtual environment and install Python dependencies:
cd aclpub2-main
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtFrom the aclpub2-main/ directory, run:
python ./bin/generate examples/swisstext2026 --proceedings --overwriteThe output PDF will be placed in aclpub2-main/output/proceedings.pdf. The --overwrite flag allows re-running without manually deleting previous outputs.
- Proceedings PDF:
aclpub2-main/output/proceedings.pdf - Watermarked PDFs:
aclpub2-main/output/watermarked_pdfs/ - Google Drive (outputs download): https://drive.google.com/drive/folders/1Q0IIgOrMq-YQzrGehWVSWHUeY6-vEG5K?usp=drive_link
- Yingqiang Gao, yingqiang.gao@uzh.ch
- Jannis Vamvas, jannis.vamvas@uzh.ch
- If you edit YAML inputs under
aclpub2-main/examples/swisstext2026/, re-run the generate command. - Watermarked PDFs are emitted under
aclpub2-main/output/watermarked_pdfs/.