bin123apple / MACM

MACM: Utilizing a Multi-Agent System for Condition Mining in Solving Complex Mathematical Problems
https://arxiv.org/abs/2404.04735
55 stars 7 forks source link

24-points game and sequence sorting problem (64 elements) #2

Open vasiliyeskin opened 2 months ago

vasiliyeskin commented 2 months ago

I found in the paper that You tested your method on the 24-points game and sequence sorting problem (64 elements). However, I was unable to locate these tests in your repository. Could you please expand your repository to include code for testing your method on these problems? Thank you in advance!

bin123apple commented 2 months ago

Hello! You can directly write a for loop and input your question (such as each data entry in the game of 24 dataset) in main.py line 158. Thanks!