Skip to content

Question regarding "Adaptive Thinking" #21

@RubyNg

Description

@RubyNg

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:

  1. The model always chooses to write code.
  2. Even when the model gets the correct answer during the "thinking" phase, it still proceeds to generate code.
  3. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions