Ouzhang's picture
Upload folder using huggingface_hub
a80f3c0 verified
|
Raw
History Blame Contribute Delete
572 Bytes
# 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`