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

questions about data generation #8

Open
lollipopwsy opened this issue Mar 10, 2025 · 3 comments
Open

questions about data generation #8

lollipopwsy opened this issue Mar 10, 2025 · 3 comments

Comments

@lollipopwsy
Copy link

Hello, Authors! 
Do I just need to run ./gene_data.sh in the llm-mcts/scripts directory to generate data?
Does the commented-out code need to be run? @1989Ryan I am waiting for your response. Thank you!

@1989Ryan
Copy link
Owner

Please refer to https://github.com/1989Ryan/llm-mcts?tab=readme-ov-file#generate-data to uncomment the command that generate the expert data you need.

@lollipopwsy
Copy link
Author

But when I check the script, there are only simple tasks, full tasks, unseen-apartment simple and full tasks, unseen-item simple and full tasks, unseen_comp unseen-item full tasks, and unseen_comp full tasks.
How do these correspond to the seen and unseen simple, comp, novelsimple, novelcomp2, novelcomp3 mentioned in the paper?

Image
@1989Ryan

@1989Ryan
Copy link
Owner

1989Ryan commented Mar 10, 2025

Basically, you can map unseen_comp -> novelcomp and full -> comp and combine them. Those flags are for different purposes and might overlap in definition. I used the term in the Watch and Help code, which differs from our paper.

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