pith. sign in

arxiv: 2606.04535 · v1 · pith:45KBKJ25new · submitted 2026-06-03 · 💻 cs.CL · cs.AI

Dynamic Infilling Anchors for Format-Constrained Generation in Diffusion Large Language Models

Pith reviewed 2026-06-28 06:18 UTC · model grok-4.3

classification 💻 cs.CL cs.AI
keywords diffusion large language modelsformat-constrained generationdynamic infilling anchorszero-shot reasoningGSM8KMATHstructure-aware generationtraining-free method
0
0 comments X

The pith

Dynamic Infilling Anchors let diffusion language models adjust generation length on the fly to meet format constraints like JSON or reasoning templates.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Diffusion large language models generate text in parallel with access to the full context, which suits tasks that demand specific output structures. Fixed anchors enforce those structures but lock the span in advance and often truncate reasoning or insert extra material. Dynamic Infilling Anchors instead estimate the end-anchor position during generation and adjust the overall length before infilling proceeds. The adjustment preserves both the required format and the logical content of the answer. On math reasoning benchmarks the method raises format compliance and final accuracy in a zero-shot setting.

Core claim

Dynamic Infilling Anchors is a training-free procedure that estimates end-anchor positions dynamically so that the generation length can be corrected before iterative infilling, thereby enforcing structural constraints while keeping semantic coherence intact in diffusion large language models.

What carries the argument

Dynamic Infilling Anchors, a mechanism that estimates end-anchor positions to set generation length before iterative infilling.

If this is right

  • Format compliance rises without any model retraining.
  • Answer accuracy improves on GSM8K and MATH in zero-shot use.
  • Generated text avoids both premature truncation and unnecessary padding.
  • The same length-adjustment step supports multiple distinct output templates.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The length-estimation step could be applied to other parallel-generation models that must respect output schemas.
  • Combining the anchor adjustment with post-generation verification might further reduce malformed outputs.
  • The bidirectional nature of diffusion models appears especially helpful when the required format depends on global context.

Load-bearing premise

A training-free dynamic estimation of end-anchor positions can reliably produce both structural correctness and semantic coherence across different format-constrained tasks without introducing new errors in length prediction.

What would settle it

A direct comparison on a new format task in which DIA outputs violate the required structure at the same rate as fixed-anchor baselines would show the claimed advantage does not hold.

Figures

Figures reproduced from arXiv: 2606.04535 by Boyan Han, Chi Zhang, Yi Song, Yiwei Wang, Yujun Cai.

Figure 1
Figure 1. Figure 1: Dynamic Infilling Anchors (DIA). (a) Fixed-position infilling baseline. (b) Overview about our methods: [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: DIA delivers reliable anchor preservation and stable performance across different benchmarks. Even [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Top-5 statistics of out-of-anchor content generated by baseline models across different benchmarks. [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Statistics of effectively expanded samples. [PITH_FULL_IMAGE:figures/full_fig_p009_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: The prompt template used for guiding the [PITH_FULL_IMAGE:figures/full_fig_p013_5.png] view at source ↗
read the original abstract

Diffusion large language models (dLLMs) offer bidirectional attention and parallel generation, enabling them to exploit global context and naturally support format-constrained tasks like parseable JSON or reasoning templates. While straightforward fixed anchors can enforce such constraints, they often impose rigid spans, leading to truncated reasoning or redundant content. To overcome this, we propose Dynamic Infilling Anchors (DIA), a training-free method that dynamically estimates end-anchor positions to adjust generation length before iterative infilling. This flexible mechanism ensures structural correctness and semantic coherence, avoiding the inefficiencies of fixed-span methods. Experiments on reasoning benchmarks demonstrate that DIA substantially improves format compliance and answer accuracy, achieving significant zero-shot gains on GSM8K and MATH. These results establish DIA as a robust pathway toward reliable, structure-aware generation.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 0 minor

Summary. The manuscript proposes Dynamic Infilling Anchors (DIA), a training-free technique for diffusion large language models that dynamically estimates end-anchor positions to adjust generation length prior to iterative infilling. This is positioned as an improvement over fixed anchors for format-constrained tasks, with claimed substantial zero-shot gains in format compliance and answer accuracy on GSM8K and MATH benchmarks.

Significance. If the experimental results hold with proper controls, DIA would represent a lightweight, training-free mechanism for balancing structural constraints and semantic coherence in bidirectional generation, potentially useful for structured output tasks where fixed spans cause truncation or redundancy.

major comments (2)
  1. [Abstract] Abstract: The central claim of 'significant zero-shot gains on GSM8K and MATH' is unsupported by any baselines, implementation details for the dynamic position estimator, error bars, or quantitative metrics, preventing evaluation of whether the method actually improves upon fixed anchors or introduces length-prediction errors.
  2. [Abstract] Abstract (method description): The training-free heuristic for estimating end-anchor positions is described only at a high level with no explicit validation or pseudocode; this directly bears on the skeptic's concern that systematic bias in length prediction could erode gains on reasoning chains without any learned component.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback on our manuscript. We address the concerns regarding the abstract below and will revise it to better support the claims while maintaining its concise nature. The main text already contains the requested details, but we agree the abstract can be strengthened.

read point-by-point responses
  1. Referee: [Abstract] Abstract: The central claim of 'significant zero-shot gains on GSM8K and MATH' is unsupported by any baselines, implementation details for the dynamic position estimator, error bars, or quantitative metrics, preventing evaluation of whether the method actually improves upon fixed anchors or introduces length-prediction errors.

    Authors: We agree that the abstract as written does not embed these supporting elements. The full manuscript includes fixed-anchor baselines (Section 4.1), the dynamic estimator implementation (Section 3.2), and results with error bars (Tables 2–3). We will revise the abstract to briefly note the baseline comparison and the scale of gains (e.g., “+X% format compliance over fixed anchors”) while keeping length constraints in mind. revision: yes

  2. Referee: [Abstract] Abstract (method description): The training-free heuristic for estimating end-anchor positions is described only at a high level with no explicit validation or pseudocode; this directly bears on the skeptic's concern that systematic bias in length prediction could erode gains on reasoning chains without any learned component.

    Authors: The heuristic, its pseudocode (Algorithm 1), and empirical validation against length-prediction bias appear in the main body (Sections 3.2 and 4.3). We will revise the abstract to include a short clause referencing the validation that the estimator does not systematically truncate reasoning chains, thereby addressing the concern within the abstract itself. revision: yes

Circularity Check

0 steps flagged

No circularity: method described at high level with no equations, fits, or self-citation chains

full rationale

The paper presents DIA as a training-free heuristic for dynamic end-anchor estimation in dLLMs. No equations, parameter fits, or derivations appear in the provided text. The central claim (improved format compliance via dynamic length adjustment) is not shown to reduce to any input by construction, self-definition, or load-bearing self-citation. No uniqueness theorems or ansatzes are invoked. The derivation chain is therefore self-contained against external benchmarks and receives the default non-finding.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

No free parameters, axioms, or invented entities are described in the abstract; the method is presented as training-free and dynamic without specifying any fitted quantities or new postulated components.

pith-pipeline@v0.9.1-grok · 5667 in / 1039 out tokens · 24111 ms · 2026-06-28T06:18:04.791944+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

83 extracted references · 37 canonical work pages · 24 internal anchors

  1. [1]

    2025 , eprint=

    Large Language Diffusion Models , author=. 2025 , eprint=

  2. [2]

    2025 , eprint=

    Dream 7B: Diffusion Large Language Models , author=. 2025 , eprint=

  3. [3]

    2025 , eprint=

    Mercury: Ultra-Fast Language Models Based on Diffusion , author=. 2025 , eprint=

  4. [4]

    2025 , eprint=

    Seed Diffusion: A Large-Scale Diffusion Language Model with High-Speed Inference , author=. 2025 , eprint=

  5. [5]

    2024 , url =

    Gemini Diffusion: Our state-of-the-art, experimental text diffusion model , author =. 2024 , url =

  6. [6]

    2025 , eprint=

    Beyond Fixed: Training-Free Variable-Length Denoising for Diffusion Large Language Models , author=. 2025 , eprint=

  7. [7]

    2021 , eprint=

    Training Verifiers to Solve Math Word Problems , author=. 2021 , eprint=

  8. [8]

    2021 , eprint=

    Measuring Mathematical Problem Solving With the MATH Dataset , author=. 2021 , eprint=

  9. [9]

    2025 , eprint=

    Qwen3 Technical Report , author=. 2025 , eprint=

  10. [10]

    2024 , eprint=

    The Llama 3 Herd of Models , author=. 2024 , eprint=

  11. [11]

    2025 , eprint=

    DeepSeek-V3 Technical Report , author=. 2025 , eprint=

  12. [12]

    2025 , url =

    Gemini 2.5: Our most intelligent AI model , author =. 2025 , url =

  13. [13]

    2025 , url =

    Grok 4 , author =. 2025 , url =

  14. [14]

    2025 , url =

    Introducing Claude 4 , author =. 2025 , url =

  15. [15]

    2025 , url =

    Introducing GPT-5 , author =. 2025 , url =

  16. [16]

    2020 , eprint=

    Scaling Laws for Neural Language Models , author=. 2020 , eprint=

  17. [17]

    2022 , eprint=

    Rethinking the Role of Demonstrations: What Makes In-Context Learning Work? , author=. 2022 , eprint=

  18. [18]

    2022 , eprint=

    Training language models to follow instructions with human feedback , author=. 2022 , eprint=

  19. [19]

    2017 , eprint=

    Proximal Policy Optimization Algorithms , author=. 2017 , eprint=

  20. [20]

    2024 , eprint=

    Direct Preference Optimization: Your Language Model is Secretly a Reward Model , author=. 2024 , eprint=

  21. [21]

    2024 , eprint=

    DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models , author=. 2024 , eprint=

  22. [22]

    2023 , eprint=

    BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models , author=. 2023 , eprint=

  23. [23]

    2023 , eprint=

    Visual Instruction Tuning , author=. 2023 , eprint=

  24. [24]

    2024 , eprint=

    Prompt Engineering a Prompt Engineer , author=. 2024 , eprint=

  25. [25]

    2025 , eprint=

    LLM4Rerank: LLM-based Auto-Reranking Framework for Recommendations , author=. 2025 , eprint=

  26. [26]

    2025 , eprint=

    Rank-R1: Enhancing Reasoning in LLM-based Document Rerankers via Reinforcement Learning , author=. 2025 , eprint=

  27. [27]

    2023 , eprint=

    DoctorGLM: Fine-tuning your Chinese Doctor is not a Herculean Task , author=. 2023 , eprint=

  28. [28]

    2024 , eprint=

    Chatlaw: A Multi-Agent Collaborative Legal Assistant with Knowledge Graph Enhanced Mixture-of-Experts Large Language Model , author=. 2024 , eprint=

  29. [29]

    2023 , eprint=

    FinGPT: Open-Source Financial Large Language Models , author=. 2023 , eprint=

  30. [31]

    2025 , eprint=

    CRANE: Reasoning with constrained LLM generation , author=. 2025 , eprint=

  31. [32]

    2019 , eprint=

    BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding , author=. 2019 , eprint=

  32. [33]

    2025 , eprint=

    Continuous Diffusion Model for Language Modeling , author=. 2025 , eprint=

  33. [34]

    2023 , eprint=

    Structured Denoising Diffusion Models in Discrete State-Spaces , author=. 2023 , eprint=

  34. [35]

    2025 , eprint=

    Block Diffusion: Interpolating Between Autoregressive and Diffusion Language Models , author=. 2025 , eprint=

  35. [36]

    2025 , eprint=

    Scaling Diffusion Language Models via Adaptation from Autoregressive Models , author=. 2025 , eprint=

  36. [37]

    2025 , eprint=

    MMaDA: Multimodal Large Diffusion Language Models , author=. 2025 , eprint=

  37. [38]

    2025 , eprint=

    LLaDA-V: Large Language Diffusion Models with Visual Instruction Tuning , author=. 2025 , eprint=

  38. [39]

    2025 , eprint=

    Revolutionizing Reinforcement Learning Framework for Diffusion Large Language Models , author=. 2025 , eprint=

  39. [40]

    2025 , eprint=

    d1: Scaling Reasoning in Diffusion Large Language Models via Reinforcement Learning , author=. 2025 , eprint=

  40. [41]

    2025 , eprint=

    DiffuCoder: Understanding and Improving Masked Diffusion Models for Code Generation , author=. 2025 , eprint=

  41. [42]

    2016 , eprint=

    Neural Text Generation from Structured Data with Application to the Biography Domain , author=. 2016 , eprint=

  42. [43]

    Anthropic. 2025. https://www.anthropic.com/news/claude-4 Introducing claude 4

  43. [44]

    Block Diffusion: Interpolating Between Autoregressive and Diffusion Language Models

    Marianne Arriola, Aaron Gokaslan, Justin T. Chiu, Zhihan Yang, Zhixuan Qi, Jiaqi Han, Subham Sekhar Sahoo, and Volodymyr Kuleshov. 2025. https://arxiv.org/abs/2503.09573 Block diffusion: Interpolating between autoregressive and diffusion language models . Preprint, arXiv:2503.09573

  44. [45]

    Johnson, Jonathan Ho, Daniel Tarlow, and Rianne van den Berg

    Jacob Austin, Daniel D. Johnson, Jonathan Ho, Daniel Tarlow, and Rianne van den Berg. 2023. https://arxiv.org/abs/2107.03006 Structured denoising diffusion models in discrete state-spaces . Preprint, arXiv:2107.03006

  45. [46]

    Debangshu Banerjee, Tarun Suresh, Shubham Ugare, Sasa Misailovic, and Gagandeep Singh. 2025. https://arxiv.org/abs/2502.09061 Crane: Reasoning with constrained llm generation . Preprint, arXiv:2502.09061

  46. [47]

    Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, Christopher Hesse, and John Schulman. 2021. https://arxiv.org/abs/2110.14168 Training verifiers to solve math word problems . Preprint, arXiv:2110.14168

  47. [48]

    Jiaxi Cui, Munan Ning, Zongjian Li, Bohua Chen, Yang Yan, Hao Li, Bin Ling, Yonghong Tian, and Li Yuan. 2024. https://arxiv.org/abs/2306.16092 Chatlaw: A multi-agent collaborative legal assistant with knowledge graph enhanced mixture-of-experts large language model . Preprint, arXiv:2306.16092

  48. [49]

    Google Deepmind. 2024. https://deepmind.google/models/gemini-diffusion/ Gemini diffusion: Our state-of-the-art, experimental text diffusion model

  49. [50]

    Google Deepmind. 2025. https://blog.google/technology/google-deepmind/gemini-model-thinking-updates-march-2025/ Gemini 2.5: Our most intelligent ai model

  50. [51]

    DeepSeek-AI, Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, Damai Dai, Daya Guo, Dejian Yang, Deli Chen, Dongjie Ji, Erhang Li, Fangyun Lin, Fucong Dai, and 181 others. 2025. https://arxiv.org/abs/2412.19437 Deepseek-v3 technical report . Preprint, arXiv:2412.19437

  51. [52]

    Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. https://arxiv.org/abs/1810.04805 Bert: Pre-training of deep bidirectional transformers for language understanding . Preprint, arXiv:1810.04805

  52. [53]

    Jingtong Gao, Bo Chen, Weiwen Liu, Xiangyang Li, Yichao Wang, Wanyu Wang, Huifeng Guo, Ruiming Tang, and Xiangyu Zhao. 2025. https://arxiv.org/abs/2406.12433 Llm4rerank: Llm-based auto-reranking framework for recommendations . Preprint, arXiv:2406.12433

  53. [54]

    Shansan Gong, Shivam Agarwal, Yizhe Zhang, Jiacheng Ye, Lin Zheng, Mukai Li, Chenxin An, Peilin Zhao, Wei Bi, Jiawei Han, Hao Peng, and Lingpeng Kong. 2025 a . https://arxiv.org/abs/2410.17891 Scaling diffusion language models via adaptation from autoregressive models . Preprint, arXiv:2410.17891

  54. [55]

    Shansan Gong, Ruixiang Zhang, Huangjie Zheng, Jiatao Gu, Navdeep Jaitly, Lingpeng Kong, and Yizhe Zhang. 2025 b . https://arxiv.org/abs/2506.20639 Diffucoder: Understanding and improving masked diffusion models for code generation . Preprint, arXiv:2506.20639

  55. [56]

    Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, Amy Yang, Angela Fan, Anirudh Goyal, Anthony Hartshorn, Aobo Yang, Archi Mitra, Archie Sravankumar, Artem Korenev, Arthur Hinsvark, and 542 others. 2024. https://arxiv.org/abs/2407.21783 The llama 3...

  56. [57]

    Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. 2021. https://arxiv.org/abs/2103.03874 Measuring mathematical problem solving with the math dataset . Preprint, arXiv:2103.03874

  57. [58]

    Jaehyeong Jo and Sung Ju Hwang. 2025. https://arxiv.org/abs/2502.11564 Continuous diffusion model for language modeling . Preprint, arXiv:2502.11564

  58. [59]

    Scaling Laws for Neural Language Models

    Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B. Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. 2020. https://arxiv.org/abs/2001.08361 Scaling laws for neural language models . Preprint, arXiv:2001.08361

  59. [60]

    Inception Labs, Samar Khanna, Siddhant Kharbanda, Shufan Li, Harshit Varma, Eric Wang, Sawyer Birnbaum, Ziyang Luo, Yanis Miraoui, Akash Palrecha, Stefano Ermon, Aditya Grover, and Volodymyr Kuleshov. 2025. https://arxiv.org/abs/2506.17298 Mercury: Ultra-fast language models based on diffusion . Preprint, arXiv:2506.17298

  60. [61]

    Remi Lebret, David Grangier, and Michael Auli. 2016. https://arxiv.org/abs/1603.07771 Neural text generation from structured data with application to the biography domain . Preprint, arXiv:1603.07771

  61. [62]

    Jinsong Li, Xiaoyi Dong, Yuhang Zang, Yuhang Cao, Jiaqi Wang, and Dahua Lin. 2025. https://arxiv.org/abs/2508.00819 Beyond fixed: Training-free variable-length denoising for diffusion large language models . Preprint, arXiv:2508.00819

  62. [63]

    Junnan Li, Dongxu Li, Silvio Savarese, and Steven Hoi. 2023. https://arxiv.org/abs/2301.12597 Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models . Preprint, arXiv:2301.12597

  63. [64]

    Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. 2023. https://arxiv.org/abs/2304.08485 Visual instruction tuning . Preprint, arXiv:2304.08485

  64. [65]

    Sewon Min, Xinxi Lyu, Ari Holtzman, Mikel Artetxe, Mike Lewis, Hannaneh Hajishirzi, and Luke Zettlemoyer. 2022. https://arxiv.org/abs/2202.12837 Rethinking the role of demonstrations: What makes in-context learning work? Preprint, arXiv:2202.12837

  65. [66]

    Niels Mündler, Jingxuan He, Hao Wang, Koushik Sen, Dawn Song, and Martin Vechev. 2025. https://doi.org/10.1145/3729274 Type-constrained code generation with language models . Proceedings of the ACM on Programming Languages, 9(PLDI):601–626

  66. [67]

    Shen Nie, Fengqi Zhu, Zebin You, Xiaolu Zhang, Jingyang Ou, Jun Hu, Jun Zhou, Yankai Lin, Ji-Rong Wen, and Chongxuan Li. 2025. https://arxiv.org/abs/2502.09992 Large language diffusion models . Preprint, arXiv:2502.09992

  67. [68]

    OpenAI. 2025. https://openai.com/index/introducing-gpt-5/ Introducing gpt-5

  68. [69]

    Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L. Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul Christiano, Jan Leike, and Ryan Lowe. 2022. https://arxiv.org/abs/2203.02155 Training language models to f...

  69. [70]

    Direct Preference Optimization: Your Language Model is Secretly a Reward Model

    Rafael Rafailov, Archit Sharma, Eric Mitchell, Stefano Ermon, Christopher D. Manning, and Chelsea Finn. 2024. https://arxiv.org/abs/2305.18290 Direct preference optimization: Your language model is secretly a reward model . Preprint, arXiv:2305.18290

  70. [71]

    John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. 2017. https://arxiv.org/abs/1707.06347 Proximal policy optimization algorithms . Preprint, arXiv:1707.06347

  71. [72]

    Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, Y. K. Li, Y. Wu, and Daya Guo. 2024. https://arxiv.org/abs/2402.03300 Deepseekmath: Pushing the limits of mathematical reasoning in open language models . Preprint, arXiv:2402.03300

  72. [73]

    Yuxuan Song, Zheng Zhang, Cheng Luo, Pengyang Gao, Fan Xia, Hao Luo, Zheng Li, Yuehang Yang, Hongli Yu, Xingwei Qu, Yuwei Fu, Jing Su, Ge Zhang, Wenhao Huang, Mingxuan Wang, Lin Yan, Xiaoying Jia, Jingjing Liu, Wei-Ying Ma, and 3 others. 2025. https://arxiv.org/abs/2508.02193 Seed diffusion: A large-scale diffusion language model with high-speed inference...

  73. [74]

    Yinjie Wang, Ling Yang, Bowen Li, Ye Tian, Ke Shen, and Mengdi Wang. 2025. https://arxiv.org/abs/2509.06949 Revolutionizing reinforcement learning framework for diffusion large language models . Preprint, arXiv:2509.06949

  74. [75]

    xAI. 2025. https://x.ai/news/grok-4 Grok 4

  75. [76]

    Honglin Xiong, Sheng Wang, Yitao Zhu, Zihao Zhao, Yuxiao Liu, Linlin Huang, Qian Wang, and Dinggang Shen. 2023. https://arxiv.org/abs/2304.01097 Doctorglm: Fine-tuning your chinese doctor is not a herculean task . Preprint, arXiv:2304.01097

  76. [77]

    An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, Chujie Zheng, Dayiheng Liu, Fan Zhou, Fei Huang, Feng Hu, Hao Ge, Haoran Wei, Huan Lin, Jialong Tang, and 41 others. 2025 a . https://arxiv.org/abs/2505.09388 Qwen3 technical report . Preprint, arXiv:2505.09388

  77. [78]

    Hongyang Yang, Xiao-Yang Liu, and Christina Dan Wang. 2023. https://arxiv.org/abs/2306.06031 Fingpt: Open-source financial large language models . Preprint, arXiv:2306.06031

  78. [79]

    Ling Yang, Ye Tian, Bowen Li, Xinchen Zhang, Ke Shen, Yunhai Tong, and Mengdi Wang. 2025 b . https://arxiv.org/abs/2505.15809 Mmada: Multimodal large diffusion language models . Preprint, arXiv:2505.15809

  79. [80]

    Jiacheng Ye, Zhihui Xie, Lin Zheng, Jiahui Gao, Zirui Wu, Xin Jiang, Zhenguo Li, and Lingpeng Kong. 2025. https://arxiv.org/abs/2508.15487 Dream 7b: Diffusion large language models . Preprint, arXiv:2508.15487

  80. [81]

    Qinyuan Ye, Maxamed Axmed, Reid Pryzant, and Fereshte Khani. 2024. https://arxiv.org/abs/2311.05661 Prompt engineering a prompt engineer . Preprint, arXiv:2311.05661

Showing first 80 references.