Skip to content

Commit e48e3ef

Browse files
committed
update link
1 parent dfcd965 commit e48e3ef

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/research/benchmark.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,5 @@ Related Paper
105105
106106
.. image:: https://github.com/user-attachments/assets/494f55d3-de9e-4e73-ba3d-a787e8f9e841
107107

108-
To replicate the benchmark detailed in the paper, please consult the factors listed in the following file:
109-
110-
.. file:: ../_static/RD2bench.json
108+
To replicate the benchmark detailed in the paper, please consult the factors listed in the following file: `RD2bench.json <../_static/RD2bench.json>`_.
109+
Please note use ``only_correct_format=False`` when evaluating the results.

rdagent/components/coder/factor_coder/eva_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def evaluate(
221221
str(resp_dict["output_format_feedback"]),
222222
resp_dict["output_format_decision"],
223223
)
224-
except (KeyError, json.JSONDecodeError ) as e:
224+
except (KeyError, json.JSONDecodeError) as e:
225225
attempts += 1
226226
if attempts >= max_attempts:
227227
raise KeyError(

0 commit comments

Comments
 (0)