You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**promptolution: A Unified, Modular Framework for Prompt Optimization** — Zehle et al., 2026. [EACL 2026](https://aclanthology.org/2026.eacl-demo.21/)
40
+
-**Can Calibration of Positional Encodings Enhance Long Context Utilization?** — Zehle & Aßenmacher, 2026. [EACL 2026](https://aclanthology.org/2026.findings-eacl.120/)
41
+
-**Disambiguation-Centric Finetuning Makes Enterprise Tool-Calling LLMs More Realistic and Less Risky** — Hathidara et al., 2025. [arXiv](https://arxiv.org/abs/2507.03336)
Full tutorial: [Getting Started notebook](https://github.com/automl/promptolution/blob/main/tutorials/getting_started.ipynb) · [Docs](https://automl.github.io/promptolution/)
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for the workflow, code quality guidelines, and how to run tests.
84
98
85
-
Please ensure to use pre-commit, which assists with keeping the code quality high:
86
99
87
-
```
88
-
pre-commit install
89
-
pre-commit run --all-files
90
-
```
91
-
We encourage every contributor to also write tests, that automatically check if the implementation works as expected:
100
+
## 📄 Citation
92
101
102
+
If you use Promptolution in your research, please cite:
103
+
104
+
```bibtex
105
+
@inproceedings{zehle2026promptolution,
106
+
title={promptolution: A unified, modular framework for prompt optimization},
107
+
author={Zehle, Tom and Hei{\ss}, Timo and Schlager, Moritz and A{\ss}enmacher, Matthias and Feurer, Matthias},
108
+
booktitle={Proceedings of the 19th Conference of the European Chapter of the Association for Computational Linguistics (Volume 3: System Demonstrations)},
109
+
pages={282--296},
110
+
year={2026}
111
+
}
93
112
```
94
-
poetry run python -m coverage run -m pytest
95
-
poetry run python -m coverage report -i
96
-
```
97
113
98
-
Developed by **Timo Heiß**, **Moritz Schlager**, and **Tom Zehle** (LMU Munich, MCML, ELLIS, TUM, Uni Freiburg).
114
+
---
115
+
116
+
Developed by **Timo Heiß**, **Moritz Schlager**, **Tom Zehle**, and **Henri Oberpaur** (LMU Munich, MCML, ELLIS, TUM, Uni Freiburg).
0 commit comments