From d8412ad2d1987011a8860be011870a6e8b49b160 Mon Sep 17 00:00:00 2001 From: Zhaochen Hong Date: Wed, 1 Jan 2025 10:59:03 +0000 Subject: [PATCH] update readme --- README-CN.md | 10 ++++++++++ README.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README-CN.md b/README-CN.md index 77db4bd1..fe905d8e 100644 --- a/README-CN.md +++ b/README-CN.md @@ -114,3 +114,13 @@ pre-commit install

+ +## ResearchBench + +要执行ResearchBench实验,请运行 'research_bench/run_review_eval.sh' 脚本。你可以在脚本中调整参数,如使用实际的 `INPUT_PATH`。 + +如果遇到 `openreview` 未找到的错误,请通过运行 `pip install openreview` 安装该包。如果遇到与 `requests` 相关的问题,请将其版本更改为 `2.26`。 + +```bash +pip install requests==2.26 +``` \ No newline at end of file diff --git a/README.md b/README.md index e4ccefbd..099d8338 100644 --- a/README.md +++ b/README.md @@ -121,3 +121,13 @@ Check the github action result to make sure all tests pass. If not, fix the erro

+ +## ResearchBench + +To execute ResearchBench experiments, please execute 'research_bench/run_review_eval.sh' script. You can adjust the parameters in the script, using the actual `INPUT_PATH`. + +If you encounter `openreview` not found error, please install the package by running `pip install openreview`. If any issues come up regarding `requests`, please change its version to `2.26`. + +```bash +pip install requests==2.26 +``` \ No newline at end of file