Pith. sign in

REVIEW 3 major objections 5 minor 34 references

Exploring the Impact of Instruction-Tuning on LLM's Susceptibility to Misinformation

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Instruction-tuning shifts LLM gullibility from the assistant role to the user role.

desk verdict Useful descriptive finding about role-based misinformation susceptibility, but the causal claim about instruction-tuning is confounded by changing prompt formats between base and instructed models. read the letter →

arxiv 2507.18203 v1 pith:IEJI46NS submitted 2025-07-24 cs.CL

classification cs.CL
keywords instruction-tuningmisinformationsusceptibilityuser-roleattentionknowledgeconflicthallucinationchattemplatesLLMalignment
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Instruction-tuned large language models are more likely to accept false information when it is placed in the user's part of the conversation, and this paper argues that instruction-tuning itself causes the shift. Comparing tuned models with untuned base versions, the authors find that base models are most swayed by misinformation spoken in the assistant role, while most tuned models become most swayed by misinformation spoken in the user role. The concern is practical: alignment makes models better at obeying users, and the same obedience can make them endorse user-supplied falsehoods in real applications.

What carries the argument

The load-bearing mechanism is the chat template's role distinction: instruction-tuned models mark turns as user or assistant, and the paper's three scenarios—single-turn query, assistant-provided document, and user-provided document—relocate the same misinformation across those roles. The Misinformation Susceptibility Rate (MSR) then measures, among questions a model answers correctly from parametric knowledge in a closed-book setting, how often presenting misinformation makes it select the false option. Comparing each instruction-tuned model with its untuned base version isolates what the tuning step changes. This setup is what allows the paper to attribute the user-role effect to instruction-tuning rather than pre-training.

What would settle it

Run the UPD and APD scenarios with the misinformation placed in both an early and a late turn, and have the model generate aloud the document text in one condition; if the acceptance gap follows generation position or document recency rather than the user-assistant role label, the role-attention interpretation is falsified.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that instruction-tuning reverses which conversational role carries persuasive weight: it reduces the model's reliance on assistant-role information and increases the influence of user-role information. The evidence is the Misinformation Susceptibility Rate (MSR) across three prompt scenarios: a single-turn query (STQ), a separate assistant-provided document (APD), and a separate user-provided document (UPD). Before tuning, all four open-source base models ranked APD highest; after tuning, three of the four ranked UPD highest, and separating misinformation into its own user turn raised MSR by roughly 5 to 8 percentage points in most models. The paper concludes that the vulnerability to user-presented misinformation is a direct product of instruction-tuning, not a pre-training artifact.

Load-bearing premise

The comparison assumes that the higher susceptibility in the user-provided-document scenario comes from the user role itself, rather than from the model reading a document it did not generate or from the document's position near the final question.

Editorial extensions

If this is right

  • A separate user-role turn containing misinformation amplifies acceptance compared with embedding the same misinformation in the question turn.
  • The user-role susceptibility ranking is not inherited from pre-training: base models prefer assistant-role misinformation, so instruction-tuning is the factor that flips the preference.
  • Longer misinformation weakens the instruction-tuning effect, pushing models back toward the base models' assistant-role pattern.
  • A simple system-prompt warning cuts misinformation acceptance sharply for proprietary models (up to roughly 69 percentage points for GPT-4o on NQ) but leaves the tested open-source models nearly unchanged.
  • Real deployments that let users paste documents into the conversation inherit a higher misinformation risk after alignment.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the role-attention account is right, chat-template design is itself a safety lever: changing how strongly roles are marked, or how much weight the final user turn receives, should move MSR without further fine-tuning.
  • The APD-versus-UPD contrast also varies whether the model reads or generates the document, so a targeted test that separates role from generation position is the natural next step.
  • The instruction-tuning shift may be a special case of sycophancy: tuning that rewards agreement with users could train models to discount their own parametric knowledge whenever the user supplies a confident alternative.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The manuscript studies how instruction-tuning affects LLMs' susceptibility to misinformation. Using the Farm dataset, it defines a Misinformation Susceptibility Rate (MSR) and compares three prompt scenarios: STQ (misinformation in a single user turn), APD (misinformation in an assistant turn), and UPD (misinformation in a separate user turn). It reports MSR for GPT-4o, GPT-4o mini, four open-source instruction-tuned models, and their base versions. The main claim is that instruction-tuning shifts susceptibility from the assistant role to the user role: base models rank APD highest, while three of four instruction-tuned open models rank UPD highest. The paper also examines misinformation length and the effect of warnings in the system prompt. I do not see a circularity problem in the MSR construction: the metric is computed directly from model outputs and no parameters are fitted to the data. However, the central causal attribution for RQ2 is confounded with prompt formatting, and the absence of significance testing weakens the quantitative claims.

Significance. If the causal claim were established, the paper would document a practically important side effect of alignment: instruction-tuning can re-weight which conversational role's information the model trusts. The paper has clear strengths: it reports full per-condition MSR numbers (Tables 3, 4, and 11), uses an existing dataset from prior work, includes a base-versus-instructed comparison for four open-source model families, and checks generalization across three misinformation types. The limitations section candidly acknowledges missing base versions for proprietary models, restricted model sizes, and unexplained outliers. Nevertheless, the load-bearing comparison in RQ2 changes both the independent variable (instruction-tuning) and the prompt template simultaneously, so the paper does not currently isolate the effect it claims. The lack of confidence intervals or significance tests also makes the word "significantly" in the abstract and Section 4.2 unsupported.

major comments (3)
  1. [§4.3, Appendix B.1 (Tables 6-10)] The RQ2 conclusion that instruction-tuning shifts susceptibility from the assistant role to the user role is confounded with prompt formatting. Instruction-tuned models are evaluated with their native chat templates (e.g., <|start_header_id|> for Llama, <|im_start|> for Qwen, [INST] for Mistral), whereas base models receive hand-written <System>/<User>/<Assistant> delimiters that were never used in their training. The independent variable is therefore instruction-tuning plus a change in input format. The hand-written base-model APD prompt, in which an assistant turn containing only the document is sandwiched between user turns, may make the assistant document unusually salient for base models, and native templates may emphasize user turns for tuned models for reasons unrelated to tuning. To support the claim in Section 4.3 that 'instruction-tuning reduces the models' reliance on the assistant-role while increasing the influence of the user-role,' the authors should hold the prompt format fixed across base and instructed versions (for example, evaluate both with identical manual delimiters, or evaluate both with the same neutral template), or at minimum provide an ablation showing that the APD-to-UPD ranking shift survives format control. This is the central load-bearing issue for RQ2.
  2. [§3.2, Figure 2, Appendix B.1] The APD versus UPD comparison confounds conversational role with generating-versus-reading and with document position. In APD the misinformation is placed in an assistant turn that the model itself must generate, while in UPD it is placed in a user turn that the model only reads. The model may process its own generated text differently from externally supplied text, and the document also appears at a different position relative to the final question across the two conditions. The paper interprets the observed MSR difference as role-based attention, but the role-attention interpretation is not uniquely identified by this design. A control in which the assistant turn is supplied verbatim rather than generated, or in which the document appears in the same position in both conditions, would substantially strengthen the interpretation. At minimum, the authors should explicitly acknowledge this confound in the Limitations section; currently it is not mentioned there.
  3. [Abstract, §4.2, §4.3, Figures 3-5, Tables 3-4] The manuscript uses the word 'significantly' and claims a consistent cross-model pattern, but no confidence intervals, standard errors, or significance tests are reported anywhere. All MSR values are point estimates, and the number of items entering each denominator is not stated in the main text. Because the Farm-derived evaluation set is large (about 1,464 items before per-model closed-book filtering), even small percentage-point differences may be reliable, but the reader cannot currently judge whether the UPD-APD gaps are within sampling noise. The authors should report bootstrap confidence intervals or paired tests (e.g., McNemar's test per model and dataset) and state the denominator size for each MSR value. This is especially important because Qwen2.5-7B-Instruct deviates from the main pattern in the opposite direction; with one of four open-source pairs violating the claim, the paper needs an aggregate statistic or an explicit account of why the outlier does not undermine the general conclusion.
minor comments (5)
  1. [Figures 3, 6, 8] The y-axis labels are rendered as 'MR' or 'M R' instead of 'MSR'; please correct the axis labels for consistency with the metric name.
  2. [Appendix B.1, Tables 6-9] The scenario abbreviation 'STD' appears in the prompt tables where the paper elsewhere uses 'STQ'; please harmonize the abbreviation.
  3. [§4.4 and Appendix C.4] The main text says the average MSR 'decreased by 69.1%p' for GPT-4o, while Figure 7 and Equation (3) describe a relative percentage change; clarify whether the reported numbers are percentage-point differences or relative changes, and ensure the stated average matches the formula.
  4. [References] The reference 'Antrhopic' for Claude should be corrected to 'Anthropic'.
  5. [Table 2 and Appendix C.1] The dataset name 'Boolq' is inconsistently capitalized; please use 'BoolQ' throughout the tables and text.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the MSR measurements and base-versus-instructed comparisons are empirical and not defined in terms of the conclusions.

full rationale

The paper's central comparisons are direct measurements. MSR is computed from model outputs on an externally constructed dataset (Farm, Xu et al., 2024a); no parameter is fitted to the data and no quantity called a 'prediction' is derived from a fitted value. The RQ2 claim that instruction-tuning shifts susceptibility from the assistant role to the user role rests on comparing MSR rankings of four base models against their instruction-tuned counterparts, which is an independent empirical anchor rather than a reduction. The APD-versus-UPD difference is not definitionally forced: base models actually rank APD highest, so the instruction-tuned reversal is an observable outcome rather than a tautology. The paper does not invoke any self-citation as load-bearing evidence: the dataset, warning result, and instruction-following behavior are attributed to external prior work, and no uniqueness theorem or ansatz is imported from the authors' own publications. The base-model prompt-format mismatch (manual role delimiters versus native chat templates) is a genuine internal-validity concern about whether the comparison isolates instruction-tuning, but it is a confound, not a circularity: the observed MSR values are not constructed to equal the hypothesis. The stated limitations (no proprietary base versions, small open-source sizes, unexplained outliers) are acknowledged weaknesses and do not indicate that any result reduces to its inputs by definition.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The central claim rests on three unproved assumptions: closed-book accuracy as a proxy for parametric knowledge, chat-template roles as the causal channel for susceptibility, and manual role delimiters being faithful for untuned base models. No free parameters are fitted to data and no new entities are postulated.

assumptions (3)
  • domain assumption Correct closed-book answers approximate a model's parametric knowledge, so Q✓ is a valid baseline for measuring the influence of misinformation.
    Invoked in Section 3.3 in the definition of MSR; relies on the knowledge-as-parameters view of Roberts et al. (2020).
  • domain assumption The user/assistant roles in the chat template are processed differently by instruction-tuned models, and that difference is the causal channel behind the observed susceptibility shift.
    This is the paper's core hypothesis in Section 3.2; the APD-vs-UPD comparison tests it, but the two conditions also differ in whether the model generates or reads the document.
  • ad hoc to paper Manually added <User>/<Assistant> delimiters preserve conversational role semantics for base models that were never trained with chat templates.
    Appendix B.1 (Table 10): base models lack native chat templates, so the paper constructs role delimiters; the resulting APD-preference in base models could be an artifact of this manual formatting.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Exploring the Impact of Instruction-Tuning on LLM's Susceptibility to Misinformation." pith.science (2026). https://pith.science/paper/IEJI46NS

@misc{pith2026250718203,
  author       = {Pith},
  title        = {Pith review of: Exploring the Impact of Instruction-Tuning on LLM's Susceptibility to Misinformation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IEJI46NS}},
  note         = {Machine review of arXiv:2507.18203}
}
read the original abstract

Instruction-tuning enhances the ability of large language models (LLMs) to follow user instructions more accurately, improving usability while reducing harmful outputs. However, this process may increase the model's dependence on user input, potentially leading to the unfiltered acceptance of misinformation and the generation of hallucinations. Existing studies primarily highlight that LLMs are receptive to external information that contradict their parametric knowledge, but little research has been conducted on the direct impact of instruction-tuning on this phenomenon. In our study, we investigate the impact of instruction-tuning on LLM's susceptibility to misinformation. Our analysis reveals that instruction-tuned LLMs are significantly more likely to accept misinformation when it is presented by the user. A comparison with base models shows that instruction-tuning increases reliance on user-provided information, shifting susceptibility from the assistant role to the user role. Furthermore, we explore additional factors influencing misinformation susceptibility, such as the role of the user in prompt structure, misinformation length, and the presence of warnings in the system prompt. Our findings underscore the need for systematic approaches to mitigate unintended consequences of instruction-tuning and enhance the reliability of LLMs in real-world applications.

Figures

Figures reproduced from arXiv: 2507.18203 by the authors.

Figure 1
Figure 1. An example of an LLM producing a wrong answer due to misinformation, despite having the cor￾rect information in its parametric knowledge. Wang et al., 2023b). However, this tuning may also heighten LLMs’ dependence on user inputs, mak￾ing them more likely to follow external informa￾tion even if it conflicts with their own parametric knowledge (Wei et al., 2023; Ying et al., 2024). We highlight a problematic situatio… view at source ↗
Figure 2
Figure 2. Three scenarios for examining the influence of the user-role on instruction-tuned LLMs’ susceptibility to [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. MSR scores of the instruction-tuned LLMs across three scenarios. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: MSR scores of the base models across three scenarios. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Ranking changes in MSR scores across scenar [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: MSR score gap (UPD - APD) across misinformation length. The results of [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: MSR change with misinformation warnings in NQ. The numbers in the graph represent the percentage [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: MSR score gap (UPD - APD) across misinformation length for [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 9
Figure 9. Figure 9: MSR change with misinformation warning in BoolQ. [PITH_FULL_IMAGE:figures/full_fig_p021_9.png]
Figure 10
Figure 10. Figure 10: MSR change with misinformation warning in TruthfulQA. [PITH_FULL_IMAGE:figures/full_fig_p021_10.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

34 extracted references · 7 canonical work pages

  1. [1]

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. 2023. Gpt-4 technical report. arXiv preprint arXiv:2303.08774

  2. [2]

    Antrhopic. 2022. https://www.anthropic.com/news/introducing-claude Introducing claude

  3. [3]

    Christopher Clark, Kenton Lee, Ming-Wei Chang, Tom Kwiatkowski, Michael Collins, and Kristina Toutanova. 2019. https://doi.org/10.18653/v1/N19-1300 B ool Q : Exploring the surprising difficulty of natural yes/no questions . In Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computational Linguistics: Human Language...

  4. [4]

    Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. 2024. The llama 3 herd of models. arXiv preprint arXiv:2407.21783

  5. [5]

    Giwon Hong, Jeonghwan Kim, Junmo Kang, Sung-Hyon Myaeng, and Joyce Whang. 2024. https://doi.org/10.18653/v1/2024.findings-naacl.159 Why so gullible? enhancing the robustness of retrieval-augmented models against counterfactual noise . In Findings of the Association for Computational Linguistics: NAACL 2024, pages 2474--2495, Mexico City, Mexico. Associati...

  6. [6]

    Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. 2024. Gpt-4o system card. arXiv preprint arXiv:2410.21276

  7. [7]

    Albert Q Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, et al. 2023. Mistral 7b. arXiv preprint arXiv:2310.06825

  8. [8]

    Zhuoran Jin, Pengfei Cao, Yubo Chen, Kang Liu, Xiaojian Jiang, Jiexin Xu, Li Qiuxia, and Jun Zhao. 2024. https://aclanthology.org/2024.lrec-main.1466/ Tug-of-war between knowledge: Exploring and resolving knowledge conflicts in retrieval-augmented language models . In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Lan...

Show all 34 references
  1. [9]

    Dai, Jakob Uszkoreit, Quoc Le, and Slav Petrov

    Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, Kristina Toutanova, Llion Jones, Matthew Kelcey, Ming-Wei Chang, Andrew M. Dai, Jakob Uszkoreit, Quoc Le, and Slav...

  2. [10]

    Zekun Li, Baolin Peng, Pengcheng He, and Xifeng Yan. 2024. https://doi.org/10.18653/v1/2024.emnlp-main.33 Evaluating the instruction-following robustness of large language models to prompt injection . In Proceedings of the 2024 Conference on Empirical Methods in Natural Langua...

  3. [11]

    Stephanie Lin, Jacob Hilton, and Owain Evans. 2022. https://doi.org/10.18653/v1/2022.acl-long.229 T ruthful QA : Measuring how models mimic human falsehoods . In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pa...

  4. [12]

    OpenAI. 2022. https://openai.com/index/chatgpt/ Introducing chatgpt

  5. [13]

    OpenAI. 2024. https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/ Gpt-4o mini: advancing cost-efficient intelligence

  6. [14]

    Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. 2022. Training language models to follow instructions with human feedback. Advances in neural information processing systems, 3...

  7. [15]

    Liangming Pan, Wenhu Chen, Min-Yen Kan, and William Yang Wang. 2023 a . https://doi.org/10.18653/v1/2023.ijcnlp-main.35 Attacking open-domain question answering by injecting misinformation . In Proceedings of the 13th International Joint Conference on Natural Language Processi...

  8. [16]

    Yikang Pan, Liangming Pan, Wenhu Chen, Preslav Nakov, Min-Yen Kan, and William Wang. 2023 b . https://doi.org/10.18653/v1/2023.findings-emnlp.97 On the risk of misinformation pollution with large language models . In Findings of the Association for Computational Linguistics: E...

  9. [17]

    Bowman, Amanda Askell, Roger Grosse, Danny Hernandez, Deep Ganguli, Evan Hubinger, Nicholas Schiefer, and Jared Kaplan

    Ethan Perez, Sam Ringer, Kamile Lukosiute, Karina Nguyen, Edwin Chen, Scott Heiner, Craig Pettit, Catherine Olsson, Sandipan Kundu, Saurav Kadavath, Andy Jones, Anna Chen, Benjamin Mann, Brian Israel, Bryan Seethor, Cameron McKinnon, Christopher Olah, Da Yan, Daniela Amodei, D...

  10. [18]

    Adam Roberts, Colin Raffel, and Noam Shazeer. 2020. https://doi.org/10.18653/v1/2020.emnlp-main.437 How much knowledge can you pack into the parameters of a language model? In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages...

  11. [19]

    Pranab Sahoo, Ayush Kumar Singh, Sriparna Saha, Vinija Jain, Samrat Mondal, and Aman Chadha. 2024. A systematic survey of prompt engineering in large language models: Techniques and applications. arXiv preprint arXiv:2402.07927

  12. [20]

    Smith, Daniel Khashabi, and Hannaneh Hajishirzi

    Yizhong Wang, Yeganeh Kordi, Swaroop Mishra, Alisa Liu, Noah A. Smith, Daniel Khashabi, and Hannaneh Hajishirzi. 2023 a . https://doi.org/10.18653/v1/2023.acl-long.754 Self-instruct: Aligning language models with self-generated instructions . In Proceedings of the 61st Annual ...

  13. [21]

    Yufei Wang, Wanjun Zhong, Liangyou Li, Fei Mi, Xingshan Zeng, Wenyong Huang, Lifeng Shang, Xin Jiang, and Qun Liu. 2023 b . Aligning large language models with human: A survey. arXiv preprint arXiv:2307.12966

  14. [22]

    Jerry Wei, Da Huang, Yifeng Lu, Denny Zhou, and Quoc V Le. 2023. Simple synthetic data reduces sycophancy in large language models. arXiv preprint arXiv:2308.03958

  15. [23]

    Orion Weller, Aleem Khan, Nathaniel Weir, Dawn Lawrie, and Benjamin Van Durme. 2024. https://aclanthology.org/2024.eacl-short.35/ Defending against disinformation attacks in open-domain question answering . In Proceedings of the 18th Conference of the European Chapter of the A...

  16. [24]

    Xuansheng Wu, Wenlin Yao, Jianshu Chen, Xiaoman Pan, Xiaoyang Wang, Ninghao Liu, and Dong Yu. 2024. https://doi.org/10.18653/v1/2024.naacl-long.130 From language modeling to instruction following: Understanding the behavior shift in LLM s after instruction tuning . In Proceedi...

  17. [25]

    Jian Xie, Kai Zhang, Jiangjie Chen, Renze Lou, and Yu Su. 2023. Adaptive chameleon or stubborn sloth: Revealing the behavior of large language models in knowledge conflicts. arXiv preprint arXiv:2305.13300

  18. [26]

    Qiming Xie, Zengzhi Wang, Yi Feng, and Rui Xia. 2024. https://doi.org/10.18653/v1/2024.acl-long.577 Ask again, then fail: Large language models' vacillations in judgment . In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Lon...

  19. [27]

    Rongwu Xu, Brian Lin, Shujian Yang, Tianqi Zhang, Weiyan Shi, Tianwei Zhang, Zhixuan Fang, Wei Xu, and Han Qiu. 2024 a . https://doi.org/10.18653/v1/2024.acl-long.858 The earth is flat because...: Investigating LLM s' belief towards misinformation via persuasive conversation ....

  20. [28]

    Rongwu Xu, Zehan Qi, and Wei Xu. 2024 b . https://doi.org/10.18653/v1/2024.findings-acl.876 Preemptive answer attacks on chain-of-thought reasoning . In Findings of the Association for Computational Linguistics: ACL 2024, pages 14708--14726, Bangkok, Thailand. Association for ...

  21. [29]

    An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al. 2024. Qwen2. 5 technical report. arXiv preprint arXiv:2412.15115

  22. [30]

    Jiahao Ying, Yixin Cao, Kai Xiong, Long Cui, Yidong He, and Yongbin Liu. 2024. https://doi.org/10.18653/v1/2024.acl-long.232 Intuitive or dependent? investigating LLM s' behavior style to conflicting prompts . In Proceedings of the 62nd Annual Meeting of the Association for Co...

  23. [31]

    Yunxiang Zhang, Muhammad Khalifa, Lajanugen Logeswaran, Moontae Lee, Honglak Lee, and Lu Wang. 2023. https://doi.org/10.18653/v1/2023.emnlp-main.286 Merging generated and retrieved knowledge for open-domain QA . In Proceedings of the 2023 Conference on Empirical Methods in Nat...

  24. [32]

    Chunting Zhou, Pengfei Liu, Puxin Xu, Srinivasan Iyer, Jiao Sun, Yuning Mao, Xuezhe Ma, Avia Efrat, Ping Yu, Lili Yu, et al. 2024. Lima: Less is more for alignment. Advances in Neural Information Processing Systems, 36

  25. [33]

    online" 'onlinestring :=

    ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list...

  26. [34]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.