-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi there,
I have a question about the "adaptive thinking" capability. The paper mentions that the model should solve problems directly when tools are unnecessary. However, in my experiments, the model invokes the Code tool 100% of the time, even for very simple tasks.
I'm using the system prompt from the Appendix but removed the "Search" section. I tested it on V-Star, V-Probe, and about 150 simple QA pairs based on SA-1B. What I found is:
- The model always chooses to write code.
- Even when the model gets the correct answer during the "thinking" phase, it still proceeds to generate code.
- Sometimes the code is meaningless, like just running plt.imshow(image_1) to show the image.
I'm wondering if removing the Search tool caused some bias, or if I need to adjust the prompt to make it answer directly?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels