From eefbfd7edac368b6dd5b7e6708e0004b119e2ed6 Mon Sep 17 00:00:00 2001 From: Ching-An Cheng Date: Tue, 23 Jul 2024 13:05:26 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c23758..36085da 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ If you use this code in your research please cite the following [publication](ht } ``` +## Evaluation +A previous version of Trace was tested with gpt-4-0125-preview on numerical optimization, simulated traffic control, big-bench-hard, and llf-metaworld tasks, which demonstrated good optimization performance on multiple random seeds; please see the paper for details. + ## Disclaimers - Trace is an LLM-based optimization framework for research purpose only. - System performance may vary by workflow, dataset, query, and response, and users are responsible for determining the accuracy of generated content. A previous version of Trace was tested with gpt-4-0125-preview on numerical optimization, simulated traffic control, big-bench-hard, and llf-metaworld tasks, which demonstrated good optimization performance on multiple random seeds; please see the paper for details.