Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update link
  • Loading branch information
you-n-g committed Nov 26, 2024
commit e48e3ef1e87d2face68e29d1d19f1a1a34ebb98d
5 changes: 2 additions & 3 deletions docs/research/benchmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,5 @@ Related Paper

.. image:: https://github.com/user-attachments/assets/494f55d3-de9e-4e73-ba3d-a787e8f9e841

To replicate the benchmark detailed in the paper, please consult the factors listed in the following file:

.. file:: ../_static/RD2bench.json
To replicate the benchmark detailed in the paper, please consult the factors listed in the following file: `RD2bench.json <../_static/RD2bench.json>`_.
Please note use ``only_correct_format=False`` when evaluating the results.
2 changes: 1 addition & 1 deletion rdagent/components/coder/factor_coder/eva_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def evaluate(
str(resp_dict["output_format_feedback"]),
resp_dict["output_format_decision"],
)
except (KeyError, json.JSONDecodeError ) as e:
except (KeyError, json.JSONDecodeError) as e:
attempts += 1
if attempts >= max_attempts:
raise KeyError(
Expand Down