Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bench): add research bench creation script #744

Merged
merged 6 commits into from
Oct 8, 2024

Conversation

Kunlun-Zhu
Copy link
Collaborator

@Kunlun-Zhu Kunlun-Zhu commented Oct 5, 2024

Closes #

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed
  • Branch name follows type/descript (e.g. feature/add-llm-agents)
  • Ready for code review

ℹ Additional Information

@Kunlun-Zhu
Copy link
Collaborator Author

will add evaluation pipeline after this branch merged

Copy link

codecov bot commented Oct 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.59%. Comparing base (0968b19) to head (ba364ff).
Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main     #744   +/-   ##
=======================================
  Coverage   87.59%   87.59%           
=======================================
  Files          60       60           
  Lines        2588     2588           
=======================================
  Hits         2267     2267           
  Misses        321      321           
Files with missing lines Coverage Δ
tests/utils/test_model_prompting.py 100.00% <100.00%> (ø)

url (str): arXiv 论文链接,例如 "https://arxiv.org/abs/2402.13448"

Returns:
str 或 None: 提取的 arXiv ID 或者 None(如果提取失败)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delet all the chinese comments

research_bench/benchmark/cross_bench.json Outdated Show resolved Hide resolved
research_bench/scripts/arxiv_link.txt Outdated Show resolved Hide resolved
return papers


def fetch_references(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these functions very useful? if so, integrate them into the research town utils?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be useful to put in the paper_collector.py

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe another issue

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok,but make sure the comments are english.

@lwaekfjlk lwaekfjlk changed the title [Update] add research bench data and creation script feat(bench): add research bench creation script Oct 8, 2024
@lwaekfjlk lwaekfjlk merged commit aaebb50 into main Oct 8, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants