File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments