Summary
The paper tackles the challenge of language models' ability to ask effective questions to understand user preferences, crucial for personalized interactions. It introduces STaR-GATE, a method combining active preference elicitation with self-improvement, aiming to enhance the model's questioning strategy. The paper introduces of a synthetic dataset of 25,500 unique persona-task prompts, and demonstrates its effectiveness in improving the model's ability to generate personalized responses. The paper's findings underscore the significance of teaching language models to ask better questions, potentially impacting various domains like healthcare and education by improving dialogue effectiveness.
Reasons to accept
* **S.1.** The paper is well written, contains a well detailed background and related work, and the illustrations are helpful and informative.
* **S.2.** The proposed STaR-GATE algorithm outperforms the baselines on the newly proposed dataset.
* **S.3.** The STaR-GATE is shown to generalized to new tasks and new user preferences.
Reasons to reject
* **W.1.** The paper lacks evaluation comparison to existing works such as OPEN [1].
* **W.2.** The evaluations are conducted on single fine-tuned model and a single synthetic dataset.
* **W.3.** The paper lacks novelty and seems to be a combination of existing works [1][2] with similar filtering approach to that of ToolFormer [4].
[1] Handa, K., Gal, Y., Pavlick, E., Goodman, N., Andreas, J., Tamkin, A. and Li, B.Z., 2024. Bayesian preference elicitation with language models. arXiv preprint arXiv:2403.05534.
[2] Zelikman, E., Wu, Y., Mu, J. and Goodman, N., 2022. Star: Bootstrapping reasoning with reasoning. Advances in Neural Information Processing Systems, 35, pp.15476-15488.
[3] Li, B.Z., Tamkin, A., Goodman, N. and Andreas, J., 2023. Eliciting human preferences with language models. arXiv preprint arXiv:2310.11589.
[4] Schick, T., Dwivedi-Yu, J., Dessì, R., Raileanu, R., Lomeli, M., Zettlemoyer, L., Cancedda, N. and Scialom, T., 2023. Toolformer: language models can teach themselves to use tools. 2023. arXiv preprint arXiv:2302.04761.
Questions to authors
* **Q.1.** How would STaR-GATE handle scenarios where follow-up questions are not required at all.
* **Q.2.** Why was the limit of the conversation length (the number of turns) chosen to be $K=3$?
* **Q.3.** Does it make sense to force the conversation length to be uniform? In practice, do longer conversation, that is more follow up questions, lead to higher win rate?