Response to reviewer BPiT (part 1)
Thank you very much for your recognition of our work and your insightful comments. We hope to address your concerns through our response:
> Weakness 1: Even though the results look strong by looking at the Truthful Rate, I am not sure whether the proposed Truthful Rate is well-defined. Given the denominators of IK-IK Rate and IK-IDK Rate are different, I don't think it's rigorous to add them together as the final score. An alternative could be treating answering "I don't know" to those answerable questions as correct and computing the overall accuracy on the full dataset. Also, why the IK-IK rate for Mistral-7B-Instruct-v0.1 drops drastically compared to IDK-prompting? This is a bit concerning as it indicates after Adaptive Contrastive Learning, the model may not be useful anymore.
**Response**
- **For the definition of evaluation metrics:** we apologize for confusing you due to unclear definition of evaluation metrics. In fact, the IK-IK Rate (I know what I know rate) represents the proportion of questions answered correctly by the model out of all questions. The IK-IDK Rate (I know what I don’t know rate) represents the proportion of questions that the model correctly refuses to answer, out of all questions. **Therefore, the denominators of the IK-IK Rate and IK-IDK Rate are the same. We have clarified this in Section 4.3 of our revised paper**. Furthermore, the Truthful Rate is the sum of the IK-IK Rate and IK-IDK Rate. It represents the proportion of questions for which the model provides truthful responses. *The higher the value of Truthful rate, the clearer the model’s perception of what it knows and does not know, which also indicates a higher level of truthfulness.*
- **For the IK-IK Rate for Mistral-7B-Instruct-v0.1:** Considering our used three evaluation metrics, the higher these three metrics are, the better. Among these metrics, we argue that the Truthful Rate is the most important one because it indicates the probability that users will receive a truthful response. Therefore:
- From the perspective of overall performance, **Adaptive Contrastive Learning has obvious advantages over IDK-prompting and IDK-SFT, which indicates that Adaptive Contrastive Learning will allow the model to produce more truthful responses**, which is relatively more user-friendly, because users certainly don’t like the model not knowing what they know (i.e., catastrophic knowledge forgetting) or not knowing what they don’t know (i.e., knowledge hallucination).
- Looking at the IK-IK Rate and the IK-IDK Rate separately, **we think that we should not only see the decrease in the IK-IK Rate, but also the increase in the IK-IDK Rate, and the increase in the IK-IDK Rate is greater than the decrease in the IK-IK Rate**. This shows that after the Adaptive Contrastive Learning's optimization, the model has become more cautious because it knows more about what it does not know, and even answers the knowledge it knows more cautiously. Of course, as mentioned in the above point, we think this is friendly to users. After all, at least the model does not answer the hallucination knowledge that it does not know.
> Weakness 2: I am unsure what's the major takeaway of Section 5.3. Does the accuracy under repeated samplings represent the concept of "confidence"? Actually, the paper mentions the term of "confidence" when introducing the motivation of the proposed method. It would be interesting to see whether the proposed method can draw a more rigorous connection of model's confidence in its generation.
**Response**
We sincerely apologize for the confusion caused to you by Section 5.3 and Figure 4. **First of all, we need to clarify that the vertical axis in Figure 4 represents the proportion of samples that fall into a specific accuracy range in the entire data set.** Specifically, in Section 5.3, we used repeated sampling to make both models answer each question in the TriviaQA test set 10 times. We used the number of correct answers out of the 10 responses (i.e., accuracy) to reflect the performance (or confidence) of the model. Therefore, to explain further, for example, in the “Unknown Questions” sub-figure of Figure 4, the bars with the accuracy of 1, their specific values indicate the proportion of questions that the models correctly rejected to answer 10 times, out of the entire dataset. For example again, in the “Known Questions” sub-figure of Figure 4, the bars with the accuracy of 0.8, their specific value indicate the proportion of questions that the model answered correctly 8 out of 10 times, out of all questions. **We have rewritten Section 5.3 to eliminate potential confusion for readers.**