REVIEW 4 major objections 6 minor 64 references
The paper tests five LLM modules for driving motion generation and finds that, with domain-specific adaptations, they push the Waymo realism score to 0.778.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-05 11:25 UTC pith:KF6GTESG
load-bearing objection Useful systematic ablation of LLM modules for driving motion generation, but the headline claim is only as solid as the Waymo realism metric, which the authors themselves show is partly biased against safer policies. the 4 major comments →
Do LLM Modules Generalize? A Study on Motion Generation for Autonomous Driving
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that LLM modules transfer to autonomous-driving motion generation non-uniformly, and the right adaptations unlock their value. With all other components fixed, an agent-centric Verlet tokenizer with 169 acceleration tokens beats both a scene-centric Verlet tokenizer and a data-driven 2,048-token vocabulary, because the same physical action always maps to the same token. Keeping scene tokens in the global self-driving-car coordinate frame while injecting relative pose through rotary attention (Global-DRoPE) beats vanilla sinusoidal positional encoding, no positional encoding, and local-frame DRoPE, because local frames make lane tokens semantically indistinguishab
What carries the argument
The load-bearing machinery is a controlled module-by-module ablation inside one fixed architecture: a scene encoder plus a GPT-style autoregressive motion-token decoder. Three adaptations carry most of the argument. First, the Verlet-Agent tokenizer encodes each trajectory in the moving agent's own coordinate frame, then discretizes the X and Y dimensions into 13 levels each, yielding a 169-token vocabulary with a consistent token-to-physical-action mapping. Second, Global-DRoPE keeps all scene and map tokens in the global coordinate system so lane elements retain distinct semantics, while using rotary relative-position embeddings during attention. Third, the GRPO post-training objective nor
Load-bearing premise
The load-bearing premise is that the Waymo Sim Agents realism score is the right yardstick for whether a module 'generalizes'; the paper itself shows this likelihood-based metric can reward collisions and penalize safer policies when the ground-truth human trajectory hits a road boundary, in roughly 6% of scenarios.
What would settle it
Re-score the same ablations after excluding the roughly 6% of Sim Agents scenarios where the ground-truth trajectory collides with a road boundary (for example scenario dc9b2c377e20b2be) and recomputing the off-road and collision likelihood components; if the final combination's 0.778 score, or GRPO's advantage over REINFORCE and A2C, reverses, the conclusion that these modules transfer generally fails.
If this is right
- Data-driven trajectory tokenizers with large vocabularies transfer poorly; small-vocabulary model-based Verlet tokenizers achieve higher next-token accuracy and better closed-loop behavior.
- Vanilla 1D positional embeddings from NLP hurt driving tasks; relative-pose rotary encodings help, and encoding scene tokens in the global coordinate frame is the strongest of the four variants tested.
- Autoregressive motion generation exhibits scaling-law-like gains when training data is sufficient, but without enough diverse data larger models overfit, so model size should grow alongside data.
- GRPO is the only post-training method tested that improves realism while reducing collisions and off-road rate; REINFORCE and A2C buy safety at a substantial realism cost.
- Test-time search over many parallel rollouts is the largest single contributor to the final safety gains, cutting the off-road rate from 0.153 to 0.052 in the local evaluation.
Where Pith is reading between the lines
- Beyond the paper: if the 2025 Sim Agents scoring corrects the likelihood bias created by false-positive ground-truth collisions, the relative ranking of GRPO and search-based methods could shift, since both are currently penalized for being safer than a flawed ground truth.
- Beyond the paper: the recipe of agent-centric discrete tokenization plus global-coordinate relative position encodings is a promising design principle for other multi-agent sequence generation problems, such as pedestrian prediction, robot fleet coordination, or token-based traffic world models.
- Beyond the paper: a falsifiable extension is to re-run the same five module ablations under a cost-weighted safety metric instead of likelihood realism; the claim that these modules generalize would be much stronger if the ranking survives that replacement.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a systematic, module-by-module study of whether five LLM design components—tokenizer, positional embedding, pretraining/scaling, post-training, and test-time computation—transfer to multi-agent motion generation for autonomous driving. Using a GPT-style autoregressive model trained on the Waymo Open Motion Dataset, the authors propose Verlet-Agent tokenization and Global-DRoPE, compare several post-training methods and test-time selection strategies, and finally combine the best variants into a model that scores 0.778 realism on the Waymo Sim Agents test leaderboard. The central claim is that, with domain-specific adaptation, LLM modules can significantly improve autonomous-driving motion generation.
Significance. If the empirical claims are supported, this would be a useful systematic reference for the community: it identifies which LLM modules transfer, proposes two concrete adaptations (Verlet-Agent and Global-DRoPE), and ships code and a project page. The paper is also commendably transparent, especially in Section 4.1, where it acknowledges that the benchmark's likelihood-based metrics can penalize safer policies. However, the central quantitative claims are currently stronger than the evidence. The headline realism score is a weighted likelihood metric that the authors themselves show is biased against the safety improvements produced by their post-training and test-time modules, and all ablation comparisons are single point estimates without uncertainty. These issues need to be addressed before the claimed significance is established.
major comments (4)
- [§4.1, Tables 7, 4–6] The realism meta-metric is the yardstick for the headline conclusions, but the paper itself shows the metric systematically penalizes safer outputs. In Table 7, scenario dc9b2c377e20b2be, Pre-train (6.7% offroad) scores offroad likelihood 0.771 and realism 0.700, while GRPO and Search (0.5% offroad) score 0.176 and ≈0.55; the authors estimate ~6% of validation scenarios are affected. Since GRPO's realism gain over baseline is only 0.728 vs 0.724 (Table 4) and even the search gain in Table 5 is affected by the same weighting, the observed ranking may reflect matching erroneous ground-truth collisions instead of better driving. The abstract's claim of 'significantly improve performance for autonomous driving motion generation' is not established without re-computing realism excluding/flagging false-positive boundary-collision scenarios or showing that module rankings are stable under such
- [Tables 1–5] All ablation tables report single point estimates on one locally sampled validation set, with no seeds, confidence intervals, or significance tests. Several central comparisons are numerically small: GRPO vs baseline realism is 0.728 vs 0.724; SFT is 0.726 vs 0.724 (Table 4); tokenizer ADE differences are roughly 0.07–0.2 (Table 1); positional-embedding ADE differences are around 0.02–0.05 (Table 2). Without repeated runs, these differences are within plausible run-to-run noise, so 'significantly improve' and 'best overall performance' are unsupported. Please report at least three seeds with mean±std, or paired significance tests, for the module-level decisions that drive the final configuration.
- [§3.3, Table 3, Fig. 9] The scaling-law claim is asserted qualitatively: no power-law function is fitted, no exponents or goodness-of-fit are reported, and the 'Aug data' axis is an eightfold augmented version of the same data, not an independent increase in data diversity. Table 3 also shows saturation and overfitting for the Large model, and Fig. 9(b) shows a slight deviation from 100% to 800%. The statement that 'performance follows a power-law–like scaling during pretraining' should either be backed by an explicit fit on independent data or downgraded to a monotone-improvement observation within the studied range.
- [§3.5, Table 5] The test-time computing comparison confounds the selection strategy with the number of rollouts. Baseline uses 32 rollouts (runtime 0.69 s), while the proposed variants use 'MoreRollouts' (1024 in Table 8; runtimes 5.2–11.3 s). No condition with 1024 rollouts but without clustering/search is reported, so the improvements in realism (0.732–0.759 vs 0.724) cannot be attributed to clustering/search rather than to the larger sample size. Please include the MoreRollouts-only control or re-frame the contribution accordingly.
minor comments (6)
- [Table 3] The caption says 'Scaling Law on GPT Layers' but the rows are model-parameter scales; rename to 'Model Parameters' or clarify what is varied.
- [Introduction, contribution list] There is a duplicated word: 'to to motion generation in autonomous driving.'
- [Tables 4 and 5] Both tables list the same 'Baseline' realism value 0.724. Please state explicitly that this is the same local-validation baseline and give the number of scenarios/rollouts used, so cross-table comparisons are meaningful.
- [§4.1, Table 7] Please specify how the ~6% estimate was obtained (manual review subset, inter-rater agreement, etc.) and, if possible, report the realism score for all methods on the validation set after excluding those scenarios.
- [Appendix §5.2.6, Eq. (9)] The notation 'Â_{i,t} = er_i = ...' appears to contain a typo; define r_i and the normalization step explicitly.
- [Algorithms 2 and 3] The variable K is used for different purposes: in Algorithm 2 it controls the number of output rollouts, while in Algorithm 3 it is the number of agents. Rename to avoid ambiguity.
Circularity Check
No significant circularity: empirical ablation study with an external benchmark; the single self-citation (LTP scene encoder) is not load-bearing.
full rationale
This paper is an empirical study rather than a derivation. Each LLM module (tokenizer, positional embedding, pre-training scale, post-training method, test-time computation) is ablated independently while other components are held fixed, and results are reported on the Waymo Sim Agents benchmark. The final combined configuration is assembled from the ablation winners and then submitted to the separate test leaderboard, so the headline realism score of 0.778 is not the same quantity as any fitted parameter or training objective. No equation in the paper reduces to its own inputs: Verlet-Agent tokenization is compared against external baselines, Global-DRoPE is an architectural variant of externally cited DRoPE, GRPO is taken from external prior work, and the search-based selection is an inference-time heuristic. The only self-citation is the scene encoder 'inspired by the scene encoding module in LTP [15]' (Appendix 5.2.2), which is a baseline component shared across all comparisons and is not load-bearing for the paper's transferability conclusions; it also involves no uniqueness claim. The Section 4.1 discussion of the Sim Agents realism metric penalizing safer policies is a candid external-validity limitation, not a circularity in the derivation, because the paper explicitly reports the issue and the metric is still an external benchmark rather than a quantity defined by the paper's own model. Therefore, no specific circular step can be exhibited, and the appropriate score is 0.
Axiom & Free-Parameter Ledger
free parameters (5)
- Tokenizer hyperparameters =
128 bins per coordinate, range [-18m, 18m], 169 token vocabulary
- Model sizes =
0.8M, 3.7M, 5.3M, 11.6M parameters
- GRPO coefficients =
lambda_KL = 0.8, lambda_H = 0.01, gamma = 0.5
- Test-time rollouts and cluster count =
1024 rollouts, temperature 1.0, K-Medoids centers
- Data augmentation factor =
8x via K = 8 anchor times
axioms (5)
- domain assumption Waymo Sim Agents realism metrics are a valid proxy for motion generation quality.
- domain assumption One-at-a-time ablations isolate the contribution of each LLM module.
- domain assumption The locally sampled validation set is representative of the official leaderboard.
- domain assumption The 8x anchor-time augmentation produces training signal comparable to more diverse data.
- domain assumption The scene encoder and motion generator design choices do not confound module comparisons.
Cite this review
Pith. "Pith review of Do LLM Modules Generalize? A Study on Motion Generation for Autonomous Driving." pith.science (2026). https://pith.science/paper/KF6GTESG
@misc{pith2026250902754,
author = {Pith},
title = {Pith review of: Do LLM Modules Generalize? A Study on Motion Generation for Autonomous Driving},
year = {2026},
howpublished = {\url{https://pith.science/paper/KF6GTESG}},
note = {Machine review of arXiv:2509.02754}
}
read the original abstract
Recent breakthroughs in large language models (LLMs) have not only advanced natural language processing but also inspired their application in domains with structurally similar problems--most notably, autonomous driving motion generation. Both domains involve autoregressive sequence modeling, token-based representations, and context-aware decision making, making the transfer of LLM components a natural and increasingly common practice. However, despite promising early attempts, a systematic understanding of which LLM modules are truly transferable remains lacking. In this paper, we present a comprehensive evaluation of five key LLM modules--tokenizer design, positional embedding, pre-training paradigms, post-training strategies, and test-time computation--within the context of motion generation for autonomous driving. Through extensive experiments on the Waymo Sim Agents benchmark, we demonstrate that, when appropriately adapted, these modules can significantly improve performance for autonomous driving motion generation. In addition, we identify which techniques can be effectively transferred, analyze the potential reasons for the failure of others, and discuss the specific adaptations needed for autonomous driving scenarios. We evaluate our method on the Sim Agents task and achieve competitive results.
Figures
Reference graph
Works this paper leans on
-
[1]
Z. Shao, P. Wang, Q. Zhu, R. Xu, J. Song, X. Bi, H. Zhang, M. Zhang, Y . Li, Y . Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300, 2024
Pith/arXiv arXiv 2024
-
[2]
H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozi `ere, N. Goyal, E. Hambro, F. Azhar, et al. Llama: Open and efficient foundation language models. arXiv preprint arXiv:2302.13971, 2023
Pith/arXiv arXiv 2023
-
[3]
J. Gao, C. Sun, H. Zhao, Y . Shen, D. Anguelov, C. Li, and C. Schmid. Vectornet: Encoding hd maps and agent dynamics from vectorized representation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 11525–11533, 2020
work page 2020
-
[4]
Z. Zhou, Z. Wen, J. Wang, Y .-H. Li, and Y .-K. Huang. Qcnext: A next-generation framework for joint multi-agent trajectory prediction. arXiv preprint arXiv:2306.10508, 2023
Pith/arXiv arXiv 2023
-
[5]
S. Shi, L. Jiang, D. Dai, and B. Schiele. Motion transformer with global intention localization and local movement refinement. Advances in Neural Information Processing Systems , 35: 6531–6543, 2022
work page 2022
- [6]
-
[7]
W. Wu, X. Feng, Z. Gao, and Y . Kan. Smart: scalable multi-agent real-time motion generation via next-token prediction. Advances in Neural Information Processing Systems , 37:114048– 114071, 2024
work page 2024
-
[8]
J. Zhao, J. Zhuang, Q. Zhou, T. Ban, Z. Xu, H. Zhou, J. Wang, G. Wang, Z. Li, and B. Li. Kigras: Kinematic-driven generative model for realistic agent simulation. IEEE Robotics and Automation Letters, 2024
work page 2024
-
[9]
J. Cheng, Y . Chen, and Q. Chen. Pluto: Pushing the limit of imitation learning-based planning for autonomous driving. arXiv preprint arXiv:2404.14327, 2024
Pith/arXiv arXiv 2024
- [10]
-
[11]
D. Zhang, J. Liang, K. Guo, S. Lu, Q. Wang, R. Xiong, Z. Miao, and Y . Wang. Carplan- ner: Consistent auto-regressive trajectory planning for large-scale reinforcement learning in autonomous driving. arXiv preprint arXiv:2502.19908, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[12]
A. Seff, B. Cera, D. Chen, M. Ng, A. Zhou, N. Nayakanti, K. S. Refaat, R. Al-Rfou, and B. Sapp. Motionlm: Multi-agent motion forecasting as language modeling. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 8579–8590, 2023
work page 2023
-
[13]
J. Philion, X. B. Peng, and S. Fidler. Trajeglish: Traffic modeling as next-token prediction. arXiv preprint arXiv:2312.04535, 2023
Pith/arXiv arXiv 2023
-
[14]
Z. Zhou, H. Haibo, X. Chen, J. Wang, N. Guan, K. Wu, Y .-H. Li, Y .-K. Huang, and C. J. Xue. Behaviorgpt: Smart agent simulation for autonomous driving with next-patch prediction. Advances in Neural Information Processing Systems , 37:79597–79617, 2024
work page 2024
-
[15]
J. Wang, T. Ye, Z. Gu, and J. Chen. Ltp: Lane-based trajectory prediction for autonomous driving. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recog- nition, pages 17134–17142, 2022. 9
work page 2022
-
[16]
H. Min, X. Xiong, P. Wang, and Z. Zhang. A hierarchical LSTM–based vehicle trajectory prediction method considering interaction information.Automotive Innovation, 7:71–81, 2024. doi:10.1007/s42154-023-00261-0
-
[17]
Z. Peng, J. Yan, H. Yin, Y . Wen, W. Ge, T. Watzel, and G. Rigoll. Efficient interaction-aware trajectory prediction model based on multi-head attention. Automotive Innovation, 7(2):258– 270, 2024. doi:10.1007/s42154-023-00269-6
-
[18]
G. Lucente, R. Dariani, J. Schindler, and M. Ortgiese. A bayesian approach with prior mixed strategy nash equilibrium for vehicle intention prediction. Automotive Innovation, 6:425–437,
-
[19]
M. Cusumano-Towner, D. Hafner, A. Hertzberg, B. Huval, A. Petrenko, E. Vinitsky, E. Wi- jmans, T. Killian, S. Bowers, O. Sener, P. Kr ¨ahenb¨uhl, and V . Koltun. Robust autonomy emerges from self-play. 2025. doi:10.48550/arXiv.2502.03349. URL https://arxiv.org/ abs/2502.03349
-
[20]
Y . Fan, Y . Li, and S. Wang. Risk-aware self-consistent imitation learning for trajectory plan- ning in autonomous driving. 2024. URL https://www.ecva.net/papers/eccv_2024/ papers_ECCV/papers/02087.pdf
work page 2024
-
[21]
N. Montali, J. Lambert, P. Mougin, A. Kuefler, N. Rhinehart, M. Li, C. Gulino, T. Emrich, Z. Yang, S. Whiteson, et al. The waymo open sim agents challenge. Advances in Neural Information Processing Systems, 36:59151–59171, 2023
work page 2023
- [22]
-
[23]
T. Kudo and J. Richardson. Sentencepiece: A simple and language independent subword tokenizer and detokenizer for neural text processing. arXiv preprint arXiv:1808.06226, 2018
Pith/arXiv arXiv 2018
-
[24]
Y . Gao, N. I. Nikolov, Y . Hu, and R. H. Hahnloser. Character-level translation with self- attention. arXiv preprint arXiv:2004.14788, 2020
work page internal anchor Pith review Pith/arXiv arXiv 2004
- [25]
-
[26]
Vaswani, N
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polo- sukhin. Attention is all you need. Advances in neural information processing systems , 30, 2017
2017
- [27]
-
[28]
Z. Zhou, J. Wang, Y .-H. Li, and Y .-K. Huang. Query-centric trajectory prediction. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 17863–17873, 2023
work page 2023
-
[29]
J. Zhao, T. Ban, Z. Liu, H. Zhou, X. Wang, Q. Zhou, H. Qin, M. Yang, L. Liu, and B. Li. Drope: Directional rotary position embedding for efficient agent interaction modeling. arXiv preprint arXiv:2503.15029, 2025
Pith/arXiv arXiv 2025
-
[30]
J. Su, M. Ahmed, Y . Lu, S. Pan, W. Bo, and Y . Liu. Roformer: Enhanced transformer with rotary position embedding. Neurocomputing, 568:127063, 2024
2024
-
[31]
J. Kaplan, S. McCandlish, T. Henighan, T. B. Brown, B. Chess, R. Child, S. Gray, A. Rad- ford, J. Wu, and D. Amodei. Scaling laws for neural language models. arXiv preprint arXiv:2001.08361, 2020. 10
Pith/arXiv arXiv 2001
-
[32]
J. Wei, Y . Tay, R. Bommasani, C. Raffel, B. Zoph, S. Borgeaud, D. Yogatama, M. Bosma, D. Zhou, D. Metzler, et al. Emergent abilities of large language models. arXiv preprint arXiv:2206.07682, 2022
Pith/arXiv arXiv 2022
-
[33]
J. Hoffmann, S. Borgeaud, A. Mensch, E. Buchatskaya, T. Cai, E. Rutherford, D. d. L. Casas, L. A. Hendricks, J. Welbl, A. Clark, et al. Training compute-optimal large language models. arXiv preprint arXiv:2203.15556, 2022
Pith/arXiv arXiv 2022
-
[34]
P. F. Christiano, J. Leike, T. Brown, M. Martic, S. Legg, and D. Amodei. Deep reinforcement learning from human preferences. Advances in neural information processing systems , 30, 2017
2017
-
[35]
D. M. Ziegler, N. Stiennon, J. Wu, T. B. Brown, A. Radford, D. Amodei, P. Christiano, and G. Irving. Fine-tuning language models from human preferences. arXiv preprint arXiv:1909.08593, 2019
Pith/arXiv arXiv 1909
- [36]
-
[37]
Y . Lu, J. Fu, G. Tucker, X. Pan, E. Bronstein, R. Roelofs, B. Sapp, B. White, A. Faust, S. White- son, et al. Imitation is not enough: Robustifying imitation with reinforcement learning for chal- lenging driving scenarios. In 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 7553–7560. IEEE, 2023
work page 2023
-
[38]
Z. Peng, W. Luo, Y . Lu, T. Shen, C. Gulino, A. Seff, and J. Fu. Improving agent behaviors with rl fine-tuning for autonomous driving. In European Conference on Computer Vision , pages 165–181. Springer, 2024
work page 2024
-
[39]
Z. Zhang, P. Karkus, M. Igl, W. Ding, Y . Chen, B. Ivanovic, and M. Pavone. Closed-loop supervised fine-tuning of tokenized traffic models. arXiv preprint arXiv:2412.05334, 2024
Pith/arXiv arXiv 2024
-
[40]
L. Rowe, R. Girgis, A. Gosselin, B. Carrez, F. Golemo, F. Heide, L. Paull, and C. Pal. Ctrl-sim: Reactive and controllable driving agents with offline reinforcement learning. arXiv preprint arXiv:2403.19918, 2024
Pith/arXiv arXiv 2024
-
[41]
M. Cusumano-Towner, D. Hafner, A. Hertzberg, B. Huval, A. Petrenko, E. Vinitsky, E. Wij- mans, T. Killian, S. Bowers, O. Sener, et al. Robust autonomy emerges from self-play. arXiv preprint arXiv:2502.03349, 2025
Pith/arXiv arXiv 2025
- [42]
-
[43]
R. J. Williams. Simple statistical gradient-following algorithms for connectionist reinforce- ment learning. Machine learning, 8:229–256, 1992
work page 1992
-
[44]
V . Mnih, A. P. Badia, M. Mirza, A. Graves, T. Lillicrap, T. Harley, D. Silver, and K. Kavukcuoglu. Asynchronous methods for deep reinforcement learning. In International conference on machine learning, pages 1928–1937. PmLR, 2016
work page 1928
-
[45]
S. Zarrieß, H. V oigt, and S. Sch¨uz. Decoding methods in neural language generation: a survey. Information, 12(9):355, 2021
work page 2021
-
[46]
Radford, J
A. Radford, J. Wu, R. Child, D. Luan, D. Amodei, I. Sutskever, et al. Language models are unsupervised multitask learners. OpenAI blog, 1(8):9, 2019
2019
-
[47]
W. X. Zhao, K. Zhou, J. Li, T. Tang, X. Wang, Y . Hou, Y . Min, B. Zhang, J. Zhang, Z. Dong, Y . Du, C. Yang, Y . Chen, Z. Chen, J. Jiang, R. Ren, Y . Li, X. Tang, Z. Liu, P. Liu, J.-Y . Nie, and J.-R. Wen. A survey of large language models. Mar 2023. URL http://arxiv.org/ abs/2303.18223v16. 11
Pith/arXiv arXiv 2023
-
[48]
A. Fan, M. Lewis, and Y . Dauphin. Hierarchical neural story generation. arXiv preprint arXiv:1805.04833, 2018
Pith/arXiv arXiv 2018
-
[49]
A. Holtzman, J. Buys, L. Du, M. Forbes, and Y . Choi. The curious case of neural text degen- eration. arXiv preprint arXiv:1904.09751, 2019
Pith/arXiv arXiv 1904
-
[50]
Y . Zhang, S. Sun, M. Galley, Y .-C. Chen, C. Brockett, X. Gao, J. Gao, J. Liu, and B. Dolan. Dialogpt: Large-scale generative pre-training for conversational response generation. arXiv preprint arXiv:1911.00536, 2019
Pith/arXiv arXiv 1911
-
[51]
Y . Hu, S. Chai, Z. Yang, J. Qian, K. Li, W. Shao, H. Zhang, W. Xu, and Q. Liu. Solving motion planning tasks with a scalable generative model. InEuropean Conference on Computer Vision, pages 386–404. Springer, 2024
work page 2024
-
[52]
L. Lin, X. Lin, K. Xu, H. Lu, L. Huang, R. Xiong, and Y . Wang. Revisit mixture models for multi-agent simulation: Experimental study within a unified framework. arXiv preprint arXiv:2501.17015, 2025
Pith/arXiv arXiv 2025
-
[53]
L. Xue, A. Barua, N. Constant, R. Al-Rfou, S. Narang, M. Kale, A. Roberts, and C. Raffel. Byt5: Towards a token-free future with pre-trained byte-to-byte models. Transactions of the Association for Computational Linguistics , 10:291–306, 2022
work page 2022
-
[54]
Y . Tay, V . Q. Tran, S. Ruder, J. Gupta, H. W. Chung, D. Bahri, Z. Qin, S. Baumgartner, C. Yu, and D. Metzler. Charformer: Fast character transformers via gradient-based subword tokeniza- tion. arXiv preprint arXiv:2106.12672, 2021
Pith/arXiv arXiv 2021
-
[55]
Z. Dai, Z. Yang, Y . Yang, J. Carbonell, Q. V . Le, and R. Salakhutdinov. Transformer-xl: Attentive language models beyond a fixed-length context. arXiv preprint arXiv:1901.02860 , 2019
Pith/arXiv arXiv 1901
-
[56]
P. He, X. Liu, J. Gao, and W. Chen. Deberta: Decoding-enhanced bert with disentangled attention. arXiv preprint arXiv:2006.03654, 2020
Pith/arXiv arXiv 2006
- [57]
-
[58]
R. Strudel, C. Tallec, F. Altch ´e, Y . Du, Y . Ganin, A. Mensch, W. Grathwohl, N. Savinov, S. Dieleman, L. Sifre, et al. Self-conditioned embedding diffusion for text generation. arXiv preprint arXiv:2211.04236, 2022
Pith/arXiv arXiv 2022
-
[59]
R. Rafailov, A. Sharma, E. Mitchell, C. D. Manning, S. Ermon, and C. Finn. Direct pref- erence optimization: Your language model is secretly a reward model. Advances in Neural Information Processing Systems, 36:53728–53741, 2023
work page 2023
-
[60]
T. Liu, Y . Zhao, R. Joshi, M. Khalman, M. Saleh, P. J. Liu, and J. Liu. Statistical rejection sampling improves preference optimization. arXiv preprint arXiv:2309.06657, 2023
Pith/arXiv arXiv 2023
-
[61]
Q. Yu, Z. Zhang, R. Zhu, Y . Yuan, X. Zuo, Y . Yue, T. Fan, G. Liu, L. Liu, X. Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476, 2025
Pith/arXiv arXiv 2025
-
[62]
J. Wei, X. Wang, D. Schuurmans, M. Bosma, F. Xia, E. Chi, Q. V . Le, D. Zhou, et al. Chain-of- thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35:24824–24837, 2022
2022
-
[63]
C. Gulino, J. Fu, W. Luo, G. Tucker, E. Bronstein, Y . Lu, J. Harb, X. Pan, Y . Wang, X. Chen, et al. Waymax: An accelerated, data-driven simulator for large-scale autonomous driving research. Advances in Neural Information Processing Systems , 36:7730–7742, 2023. 12 Limitations 4.1 Limitations of Sim Agents Benchmark Overall, the Waymo Sim Agents leaderb...
work page 2023
-
[2023]
doi:10.1007/s42154-023-00229-0
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.