diff --git a/README.md b/README.md index 8412b02..0d914be 100644 --- a/README.md +++ b/README.md @@ -163,9 +163,12 @@ The table evaluates the frameworks in the following aspects: We provide a comparison to validate our implementation of TextGrad in Trace:

- drawing + drawing

+To produce this table, we ran the TextGrad pip-installed repo on 2024-10-30, and we also include the numbers reported in the TextGrad paper. +The LLM APIs are called around the same time to ensure a fair comparison. TextGrad paper's result was reported in 2024-06. + You can also easily implement your own optimizer that works directly with `TraceGraph` (more tutorials on how to work with TraceGraph coming soon).