Skip to content

Commit 3f076ff

Browse files
authored
Merge pull request #162 from zou-group/fede/readme-update
readme update
2 parents 64e17c6 + 58caec8 commit 3f076ff

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!--- BADGES: START --->
44
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zou-group/TextGrad/blob/main/examples/notebooks/Prompt-Optimization.ipynb)
55
[![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)][#license-gh-package]
6+
[![Nature](https://img.shields.io/badge/Nature-Paper-green?logo=nature&logoColor=white)](https://www.nature.com/articles/s41586-025-08661-4)
67
[![Arxiv](https://img.shields.io/badge/arXiv-2406.07496-B31B1B.svg)][#arxiv-paper-package]
78
[![Documentation Status](https://readthedocs.org/projects/textgrad/badge/?version=latest)][#docs-package]
89
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textgrad)][#pypi-package]
@@ -15,6 +16,8 @@
1516
[#docs-package]: https://textgrad.readthedocs.io/en/latest/?badge=latest
1617
[#pypi-package]: https://pypi.org/project/textgrad/
1718
[#conda-forge-package]: https://anaconda.org/conda-forge/textgrad
19+
[#nature-link]: https://www.nature.com/articles/s41586-025-08661-4
20+
1821
<!--- BADGES: END --->
1922

2023
## TextGrad: Automatic ''Differentiation'' via Text
@@ -32,7 +35,11 @@ This API is similar to the Pytorch API, making it simple to adapt to your usecas
3235

3336
### Updates:
3437

35-
**29th Sept 2024**:
38+
**19th March 2025**
39+
40+
TextGrad published in [Nature](https://www.nature.com/articles/s41586-025-08661-4)!
41+
42+
**Past Updates**:
3643

3744
We are introducing a new engine based on [litellm](https://github.com/BerriAI/litellm). This should allow
3845
you to use any model you like, as long as it is supported by litellm. This means that now
@@ -341,12 +348,13 @@ Many existing works greatly inspired this project! Here is a non-exhaustive list
341348

342349
### Citation
343350
```bibtex
344-
@article{yuksekgonul2024textgrad,
345-
title={TextGrad: Automatic "Differentiation" via Text},
346-
author={Mert Yuksekgonul and Federico Bianchi and Joseph Boen and Sheng Liu and Zhi Huang and Carlos Guestrin and James Zou},
347-
year={2024},
348-
eprint={2406.07496},
349-
archivePrefix={arXiv}
351+
@article{yuksekgonul2025optimizing,
352+
title={Optimizing generative AI by backpropagating language model feedback},
353+
author={Yuksekgonul, Mert and Bianchi, Federico and Boen, Joseph and Liu, Sheng and Lu, Pan and Huang, Zhi and Guestrin, Carlos and Zou, James},
354+
journal={Nature},
355+
volume={639},
356+
pages={609--616},
357+
year={2025},
350358
}
351359
```
352360

0 commit comments

Comments
 (0)