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

About dataset format of v-0.3 #17

Open
cclvr2 opened this issue Nov 12, 2024 · 2 comments
Open

About dataset format of v-0.3 #17

cclvr2 opened this issue Nov 12, 2024 · 2 comments

Comments

@cclvr2
Copy link

cclvr2 commented Nov 12, 2024

Hello, thank you very much for open-sourcing OptiMUS. We tried the main version and were able to successfully run most of the tasks. However, when we switched to v-0.3, we encountered an issue with data format mismatches.

For example, the following screenshot shows the structure of problem 2 in the nlp4lp dataset.
屏幕截图 2024-11-12 170047

When we run the command python main.py --dir data/nlp4lp/2, we get an error as follows:

屏幕截图 2024-11-12 170109

and we also noticed that the label data is missing. Could you let us know where we can download a dataset that meets the requirements of v-0.3?

@QJZJ12
Copy link

QJZJ12 commented Nov 16, 2024

Hi @cclvr2 did you encounter issues while running problems in the NLP4LP dataset? I faced errors with the input_target.json files not matching the variable names declared in data.json. For example, while running the 21st problem in the dataset, I encountered the following error:

image

@cclvr2
Copy link
Author

cclvr2 commented Nov 18, 2024

Hi @cclvr2 did you encounter issues while running problems in the NLP4LP dataset? I faced errors with the input_target.json files not matching the variable names declared in data.json. For example, while running the 21st problem in the dataset, I encountered the following error:

image

Hi, I have met this error when I run the main version, and I just commented out the related lines in sanity_check function, then it worked for most of the tasks.

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

No branches or pull requests

2 participants