openreasoner / openr

OpenR: An Open Source Framework for Advanced Reasoning with Large Language Models
https://openreasoner.github.io/
MIT License
1.07k stars 79 forks source link

Officially remove OmegaPRM-v1 #56

Open gzqaq opened 1 week ago

gzqaq commented 1 week ago

When dealing with the new Math-APS dataset generated by data/omegaPRM_v2 #52, I notice that the flat format (explained here) is only slightly different from the old Math-APS, so there will be quite redundant code if I need to support both. Since the old version does have some problems #23, is it ok to remove the old OmegaPRM so that I can maintain a more compact preprocess?

@iamlilAJ

gzqaq commented 1 week ago

Also I suggest that @iamlilAJ explains the two different formats (flat and tree) in the README of data/omegaPRM_v2.

iamlilAJ commented 1 week ago

The README is updated now.