TL;DR
Language models can be influenced by irrelevant numerical anchors, affecting their reasoning. Researchers developed a logit-difference metric to analyze anchoring effects and used circuit localization techniques on Qwen and Llama models.
✦ Why It Matters
Engineers can leverage these insights to improve model robustness against anchoring biases in numerical tasks.
Key Takeaways
How It Works
The study employs a logit-difference metric to quantify the influence of anchors on model outputs. By comparing the logits of correct answers to those influenced by irrelevant numbers, researchers can track anchoring effects.
Circuit localization techniques reveal that specific pathways within the model are responsible for carrying these signals, with edge-level methods proving more effective than node-level methods in capturing the nuances of anchoring.
Related