Summary
This paper investigates the robustness of LLMs to irrelevant information, particularly when such information is semantically related but irrelevant to the query. The study involves constructing various types of irrelevant information, ranging from semantically unrelated to related, and assessing their impact on the performance of LLMs.
Reasons to reject
- The most important question is: the definition of "irrelevant information" in this paper seems to be unclear.
- It is not well-explained why "semantically related information" can be considered "irrelevant". The distinction between semantically related information and concepts like incorrect contexts, misinformation, or conflicting knowledge, as mentioned in recent works [1,2,3,4], is not adequately addressed.
- Why is the "Parametric Memory" in Figure 2 considered "relevant"? After all, Parametric Memory might not necessarily contain the correct answer.
- In Table 4, the impact of question formats on the Misrepresentation ratio is quite apparent, especially for Llama2-7B. The free-form format clearly aligns more closely with real-world application scenarios. Why then does this paper primarily use the M.C. format as described in Section 3.6?
- In Sections 4.1 and 4.4, the authors do not seem to mention the settings for question formats, and my understanding is that they default to using the M.C. format as discussed in Section 3.6. Perhaps the authors should also clearly specify the question formats used in each section. This has caused me a bit of confusion.
- What should an ideal LLM behave? Should it adhere strictly to its own knowledge, completely ignoring external input? Or should it accurately identify the correct piece of knowledge from multiple external sources?
- A more specific question about this, in section 4.2, "We adopt corresponding parametric memory as relevant information"? This is hypothesis unreasonable as parametric memory might be incorrect. It may be more reasonable to use the golden passage as relevant information.
- The authors' use of parametric memory as relevant information seems to suggest that the model should always trust its own knowledge. If that is the case, why do we still need RAG?
- The details or a formal definition of the Misrepresentation Ratio need to be provided more thoroughly. This is crucial for the reliability of the conclusions in the paper. For example, in section 4.4, if the LLM disregards its own parameter knowledge and relies on the golden passage, is this included in the Misrepresentation Ratio?
- Some Questions Regarding Section 4.4
- Section 4.4 considers scenarios where multiple types of irrelevant content coexist. The authors only published the results of the Misrepresentation Ratio. Perhaps what is of greater interest is: which specific passage LLMs choose to trust, or which specific irrelevant content misleads LLMs (“Unrelated Information”, “Partially Related Information”, or “Related Information”).
- Does Section 4.4 ensure that all five types of contexts provide different knowledge? If any two types of knowledge are the same, it could likely affect the model's behavior.
- The conclusion that "CoT might cause over-reasoning due to misleading irrelevant information" is quite interesting. Has this conclusion been mentioned in other articles that you cited, such as [5]? Is this finding completely novel?
- Additionally, sec 4.4, "To simulate such a scenario, we present LLMs with a combination of information that includes five pieces of irrelevant content (one 'Unrelated Information', one 'Partially Related Information', and **three 'Related Information'**)." Why including more 'Related Information' than 'Unrelated Information' and 'Partially Related Information'?
- I suggest that the authors explain the concept of "over-reasoning" and why it is an undesirable situation. This concept is not very familiar to me at least.
[1] Pan Y, Pan L, Chen W, et al. On the risk of misinformation pollution with large language models. EMNLP 2023
[2] Tan H, Sun F, Yang W, et al. Blinded by Generated Contexts: How Language Models Merge Generated and Retrieved Contexts for Open-Domain QA?. arXiv 2024.
[3] Xu R, Qi Z, Wang C, et al. Knowledge Conflicts for LLMs: A Survey. arXiv 2024.
[4] Adaptive chameleon or stubborn sloth: Revealing the behavior of large language models in knowledge conflicts. ICLR 2024
[5] Over-reasoning and redundant calculation of large language models. EACL 2024