Papers by Mikołaj Hołysz
When Will the Tokens End? Graph-Based Forecasting for LLMs Output Length (2025.acl-srw)
Copied to clipboard
Grzegorz Piotrowski, Mateusz Bystroński, Mikołaj Hołysz, Jakub Binkowski, Grzegorz Chodak, Tomasz Jan Kajdanowicz
| Challenge: | Large Language Models (LLMs) are typically trained to predict the next token in a sequence. However, their internal representations encode signals that go beyond immediate next-token prediction. |
| Approach: | They propose an aggregation-based model that combines hidden states from multiple transformer layers l 8, dots, 15 using element-wise operations such as mean or sum. |
| Outcome: | The proposed model reduces NMAE by over 50% on the Alpaca dataset. |