From 8a06c958a825c11db86bc947c5a5ca3a448ccecc Mon Sep 17 00:00:00 2001 From: didi <84363704+didiforgithub@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:59:05 +0800 Subject: [PATCH] Update README.md --- examples/aflow/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/aflow/README.md b/examples/aflow/README.md index 33ceaacce..a8b73d73f 100644 --- a/examples/aflow/README.md +++ b/examples/aflow/README.md @@ -5,7 +5,7 @@ # AFlow: Automating Agentic Workflow Generation [Read our paper on arXiv](https://arxiv.org/abs/2410.10762)
## Framework Components @@ -17,7 +17,7 @@ ## Framework Components - **Evaluator**: Assesses workflow performance on given tasks. Provides feedback to guide the optimization process towards more effective workflows. See `metagpt/ext/aflow/scripts/evaluator.py` for details. ## Datasets @@ -26,7 +26,7 @@ ### Experimental Datasets We conducted experiments on six datasets (HumanEval, MBPP, GSM8K, MATH, HotpotQA, DROP) and provide their evaluation code. The data can be found in this [datasets](https://drive.google.com/uc?export=download&id=1DNoegtZiUhWtvkd2xoIuElmIi4ah7k8e) link, or you can download them using `metagpt/ext/aflow/data/download_data.py` ### Custom Datasets