Skip to content

Commit 5c95128

Browse files
committed
Added paper
1 parent 5b58d19 commit 5c95128

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,14 @@ python scripts/build_full_dataset.py \
326326
## Citation
327327

328328
```bibtex
329-
@software{kovacs2026squeez,
330-
title={Squeez: Compressing Tool Output for LLM Coding Agents},
331-
author={Adam Kovacs},
332-
year={2026},
333-
url={https://github.com/KRLabsOrg/squeez}
329+
@misc{kovács2026squeeztaskconditionedtooloutputpruning,
330+
title={Squeez: Task-Conditioned Tool-Output Pruning for Coding Agents},
331+
author={Ádám Kovács},
332+
year={2026},
333+
eprint={2604.04979},
334+
archivePrefix={arXiv},
335+
primaryClass={cs.SE},
336+
url={https://arxiv.org/abs/2604.04979},
334337
}
335338
```
336339

blog/huggingface_blogpost.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ One recurring bottleneck in coding agents is deciding what to keep from a single
246246

247247
## Resources
248248

249+
- **Paper:** [arXiv:2604.04979](https://arxiv.org/abs/2604.04979)
249250
- **Model:** [KRLabsOrg/squeez-2b](https://huggingface.co/KRLabsOrg/squeez-2b) (Apache 2.0)
250251
- **Dataset:** [KRLabsOrg/tool-output-extraction-swebench](https://huggingface.co/datasets/KRLabsOrg/tool-output-extraction-swebench) (Apache 2.0)
251252
- **Code & CLI:** [github.com/KRLabsOrg/squeez](https://github.com/KRLabsOrg/squeez) (Apache 2.0)

0 commit comments

Comments
 (0)