| # Simple Paper Draft | |
| This folder is a self-contained LaTeX paper draft using the current available | |
| results under `paper_runs/results`. | |
| It intentionally does not claim results for experiments that were not yet | |
| completed, such as the full mask-ratio sweep, test split evaluation, seed | |
| repeats, or motif analysis. Those are described as limitations and future work. | |
| Compile from this folder with: | |
| ```bash | |
| pdflatex main.tex | |
| bibtex main | |
| pdflatex main.tex | |
| pdflatex main.tex | |
| ``` | |
| Included files: | |
| - `main.tex` | |
| - `references.bib` | |
| - `waica.cls` | |
| - `waica.bst` | |
| - `figures/*.png` | |