TL;DR
Instruction-tuned Transformer models like LLaMA and Mistral were analyzed to understand how they encode discourse relations, particularly causation and antithesis. Findings reveal that early layers make mid-sequence predictions while mid-level layers finalize decisions closer to the end, indicating an asymmetric representation of reasoning.
✦ Why It Matters
Evaluate your model's layer behavior to enhance its understanding of discourse relations in language tasks.
Key Takeaways
How It Works
The study employs a next-token prediction framework to analyze how different layers of the Transformer models make decisions. Early layers are responsible for mid-sequence predictions, while mid-level layers finalize these decisions closer to the end of the sequence.
This layered approach allows for a nuanced understanding of how models process and represent discourse relations.
Related