# Reference Papers

These papers are provided as references for related work in the same field. They include the full LaTeX source code and the original PDF files.

## Papers

### 1. ChunkKV
- **Directory**: `reference/ChunkKV/`
- **PDF**: `chunkkv_2502.00299v5.pdf`
- **Main TeX Source**: `neurips_2025.tex`
- **Structure**:
    - `neurips_2025.tex`: Main document file.
    - `neurips_2025.bib`: Bibliography file.
    - `macros.tex`, `math_commands.tex`: LaTeX macros and mathematical commands.
    - `figs/`: Directory containing figures.
    - `neurips_2025.sty`: Style file for NeurIPS 2025.

### 2. KVZip
- **Directory**: `reference/KVZip/`
- **PDF**: `KVZip.pdf`
- **Main TeX Source**: `main.tex`
- **Structure**:
    - `main.tex`: Main document entry point (includes files from `section/`).
    - `main.bib`: Bibliography file.
    - `section/`: Directory containing individual LaTeX sections (e.g., introduction, experiments).
    - `figure/`, `image/`: Directories containing visual assets.
    - `table/`: Directory for LaTeX table files.
    - `data/`: Data files used in the paper.
    - `math_command.tex`, `graphics.tex`: Auxiliary LaTeX files.
    - `neurips_2025.sty`: Style file.
