Commit graph

13 commits

Author SHA1 Message Date
Yongkang Chen
a8249acc18
update to tech report version (#10)
* feat(run_eval): add checkpoint resume functionality and update example documentation;
- update new bootcamp benchmark dataset

* refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation

* docs: update bootcamp list and add new scripts

- Update Fulllist_InternBootcamp.md with new bootcamps and categories
- Add new scripts to .gitignore:
  - examples/pipelines/filter_autogen_configs.py
  - examples/pipelines/quickgen_data_configs_from_eval_meta.py
- Update dependencies in setup.py:
  - Add scipy and scikit-learn

* refactor(internbootcamp): update bootcamp modules and improve error handling

- Update import statements in __init__.py files
- Add timestamp to target directory name in verl_data_preprocess.py
- Improve error handling and scoring logic in bootcamp_judger.py
- Remove unnecessary comments and update puzzle descriptions in multiple files
2025-08-28 12:39:47 +08:00
Zijie Yu
a3b5982e33 Fix: Resolve 'low >= high' error in circuit generation - Fixed np.random.randint(2, 2) error when num_additional_edges_max == 1 - Added proper handling for cases where only 1 additional edge is possible - Prevents continuous failures when generating circuits with min_nodes=3 2025-06-19 13:28:02 +08:00
Zijie Yu
11e1b74958 Remove debug print statements from circuit modules
- Commented out all DEBUG print statements in circuit.py
- Commented out all DEBUG print statements in libcircuit.py
- Added pass statements where necessary to prevent syntax errors
2025-06-19 12:45:51 +08:00
Zijie Yu
e7542b25f1 add circuit 2025-06-18 19:27:53 +08:00
chenyongkang
18f47e0a3a refactor(bootcamp): simplify InChI and SMILES generation
- Reduce the number of generated InChIs and SMILES from 10 to 1
- Remove random selection, always return the first generated structure
- Comment out debug prints and unused code
2025-06-17 13:29:31 +08:00
chenyongkang
fb4009b871 fix(ChemStructure2Property): implement scoring system for logP prediction
- Add random selection of InChI and SMILES strings
- Implement relative error-based scoring for logP prediction
- Update verification functions to return scores instead of boolean
- Refactor InChI and SMILES generation for better randomness
2025-06-17 12:07:14 +08:00
lipeiji
9f0c6efee5 fix symbolic 2025-06-16 20:31:37 +08:00
Jucheng Hu
91972f43ea adding MR and LogP Prediction tasks 2025-06-16 15:10:05 +08:00
lipeiji
33101ef068 Merge remote-tracking branch 'remotes/origin/main' into pjli-dev 2025-06-16 10:36:06 +08:00
lipeiji
46611681c2 add medical 2025-06-16 10:33:07 +08:00
chenyongkang
483c53c714 feat(bootcamp): Add BBEHHyperbaton (verified) 2025-06-12 14:15:53 +08:00
chenyongkang
8678ab0e3b feat(bootcamp): Add BBEHHyperbaton (verified) 2025-06-12 14:15:53 +08:00
lilinyang
18a552597a init-commit 2025-05-23 15:27:15 +08:00