Moritz Miller
2026
On the Emergence and Test-Time Use of Structural Information in Large Language Models
Michelle Chao Chen | Moritz Miller | Bernhard Sch\"olkopf | Siyuan Guo
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Michelle Chao Chen | Moritz Miller | Bernhard Sch\"olkopf | Siyuan Guo
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Learning structural information from observational data is central to producing new knowledge outside the training corpus. This holds for mechanistic understanding in scientific discovery as well as flexible test-time compositional generation. We thus study how language models learn abstract structures and utilize the learnt structural information at test-time. To ensure a controlled setup, we design a natural language dataset based on linguistic structural transformations. We empirically show that the emergence of learning structural information correlates with complex reasoning tasks, and that the ability to perform test-time compositional generation remains limited.
2025
First-Step Advantage: Importance of Starting Right in Multi-Step Math Reasoning
Kushal Jain | Moritz Miller | Niket Tandon | Kumar Shridhar
Findings of the Association for Computational Linguistics: ACL 2025
Kushal Jain | Moritz Miller | Niket Tandon | Kumar Shridhar
Findings of the Association for Computational Linguistics: ACL 2025
Language models can solve complex reasoning tasks better by learning to generate rationales for their predictions. Often these models know how to solve a task but their auto-regressive decoding nature leads to incorrect results if started incorrectly. We observe that smaller models in particular, when corrected, can solve a task that they would otherwise struggle with. We demonstrate this phenomenon by using a larger model to guide smaller models, which leads to significantly improved performance (up to +24 points on the GSM8K dataset by 7B models). To assist smaller models in initiating the starting step, we propose QuestCoT, where a smaller model first asks how to start before proceeding with a chain of reasoning. On various multistep mathematical reasoning datasets over multiple smaller models, we show that getting the start right can lead to significant performance gains across all models (gains of up to +6 points on GSM8K, +9 on SVAMP, +5 on ASDiv, and +7 on MultiArith).