EdvardHolden / axiom_caption

1 stars 0 forks source link

Merge meta and proof data #1

Closed EdvardHolden closed 2 years ago

EdvardHolden commented 2 years ago

Currently, the proof and meta data is kept separate. This seems like it could cause a lot of problems down the road, as well as it is currently making the data less manageable.

With this issue we want to fix:

  1. Download meta data and proof data in the same script
  2. Store the data together in the same dict
  3. Update train test split
  4. Update SINE extraction to just process all problems (independent of existing proofs due to E messing the attempts up)