Summary
This paper introduces a novel approach to effectively guide black-box LLMs towards generating desired outputs. The proposed approach involves utilizing a relatively small policy model to generate "directional stimulus," which serves as specific information to assist LLMs in performing tasks such as summarization and task-oriented dialogue. The policy model is trained using rewards obtained from evaluating LLM outputs. Notably, this approach requires only a small amount of training data and eliminates the need to train the entire model.
Strengths
- The writing is clear, making it easy to grasp the motivation and contribution of the paper.
- The proposed approach is simple, which suggests its potential for widespread adoption across various domains.
- The experimental results effectively demonstrate the effectiveness of the approach. Notably, in Figure 3, the model leveraging DSP achieves superior performance in terms of BLEU, METEOR, and BERTScore, despite Rouge being used as the reward metric.
- The fact that the authors have released their code is highly valuable, as it facilitates future research and allows for the replication of their findings.
Weaknesses
- I have a concern regarding the generalizability of the method, as the experiments primarily rely on a single prompt per task.
- It is widely acknowledged that LLMs heavily rely on the structure and format of the prompt, which raises the question of whether this technique would be effective with different prompt formats.
- This approach would hold even greater value if it could consistently yield improvements regardless of the choice of prompt format, demonstrating its robustness.
- Additional analysis about generated clues will be helpful to get lessons from this work. For example,
- How does the result change if the number of clues is increased/reduced?
- What kind of clues are generated considering the semantics/contents of the input (visualization will be helpful)
- The method is not intuitive to me, because all the information that is required to perform the task is already contained in the input. Does the result mean that LLMs are not sufficient to extract information from naive and complex inputs? It will be helpful if the authors provide thoughts about this phenomenon.
Questions
- It would be valuable to know the exact API cost associated with training the reward model. The authors seem to have made efforts to minimize API calls, and providing this information would offer additional details for other researchers to reproduce the study accurately.
- In relation to the aforementioned weakness, it would be interesting to investigate how the model's performance is affected by changing the prompt template. Understanding the impact of prompt variations would provide insights into the robustness of the approach.
- Regarding Figure 1, it appears that the part describing what is "highlighted in blue" is missing. Including this information would clarify the intended meaning.
- As a suggestion, exploring the possibility of allowing the model to "edit" the prompt could potentially offer greater flexibility and a wider search space, leading to improved performance. This suggestion aims to enhance the approach by incorporating additional avenues for improvement.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The authors' discussion of the limitations in the paper is not sufficient. Addressing the suggested weaknesses and questions in reviews would significantly enhance the insights provided by this paper.