We would like to thank the reviewer for their thoughtful comments and feedback. Their positive feedback regarding our design of knowledge conflict tasks and framework, as well as the overall idea is motivating for us.
>First of all, I really apprecitate the author start to investigate the problem of knowlege confilct in LLMs, which is urgent need to be solved in practical Chatbot. And the authors also developed a knowledge confilct framework equipped with a series of tasks to solve this question.
Thank you! We appreciate your positive feedback!
> However, the originize of this paper is really poor, the authors mixed the design of each taskd and their method in the same part, which will confuse the readers. I really suggest the authors to pay more attention to the writting of this paper.
Thanks for your suggestion. Though we believe that grouping by tasks and grouping by content sections are both valid writing strategies, and we employ grouping by sections (settings, results, and proposed approaches) with subtitles of "Task1", "Task2", and "Task3" in each of them to help with the comparison on methodologies and results across different tasks, similar to other works on knowledge conflicts [1-2], we will clarify better the organization of the paper and emphasize on the separation of the conceptual design from the method in the final version.
> For technical details, in Task 1, I wonder which kind of pomprt you used in other baselines, like Few-shot prompting and Chain-of-Thought prompting (CoT), and your method in Table.1 indicates using the prompt ``Does the given context conflict with what you know? Yes/No''. Then, for each experimental result, I wonder if your method will include some examplers as demonstrations or just the prompt mentioned in your article?
We present all prompts in Appendix G. To reiterate:
For the few-shot prompting, we used "*Does the given context conflict with what you know? Yes/No Examples: Context: Acetone is an organic compound and the simplest amide derived from acetic acid. It is a white crystalline solid that is soluble in water and commonly used as a solvent in laboratories. It is also utilized in the production of pharmaceuticals, dyes, and plastics. Answer: Yes Context: {context} Answer:*".
For chain-of-thought prompting, we used "*Does the given context conflict with what you know? Yes/No Examples: Context: Acetone is an organic compound and the simplest amide derived from acetic acid. It is a white crystalline solid that is soluble in water and commonly used as a solvent in laboratories. It is also utilized in the production of pharmaceuticals, dyes, and plastics. Answer: Based on my knowledge, Acetone is an organic compound; Acetone is a type of ketone instead of amide; Acetone is a colorless liquid instead of white solid; Acetone is soluble in water; Acetone is commonly used as a solvent in laboratories; Acetone is utilized in the production of acrylic plastics, polycarbonates and epoxy resins instead of dyes. The number of inconsistency is three, which is greater than zero, so the answer is Yes. Context: {context} Answer:*``.
Four in-context exemplars are included for few-shot prompting approaches (few-shot, CoT, GKP, self-ask, break-down, and ours) as documented in Section 3.2.
[1] Longpre, Shayne et al. Entity-based knowledge conflicts in question answering. EMNLP 2021.
[2] Neeman Ella et al. DisentQA: Disentangling Parametric and Contextual Knowledge with Counterfactual Question Answering. ACL 2023.