Skip to content

[Docs] Add PRISM test-time scaling reference for Dream-7B-Instruct in README #82

Description

@viiika

Hi authors,

We recently released a preprint on efficient test-time scaling for discrete diffusion language models (dLLMs), titled:

PRISM: Efficient Test-Time Scaling via Hierarchical Search and Self-Verification for Discrete Diffusion Language Models

arXiv GitHub

PRISM is an test-time scaling framework that integrates:

  • Hierarchical Trajectory Search (HTS): dynamically prunes/reallocates compute in an early-to-mid denoising window
  • Local branching via partial remasking: explores diverse realizations while preserving high-confidence tokens
  • Self-Verified Feedback (SVF): uses the same dLLM as a lightweight Yes/No verifier on intermediate completions (no external RM required)

We evaluate PRISM on three dLLMs, including Dream-7B-Instruct. Would you consider adding a short note/link in the README (e.g., under “Decoding / Inference / Test-time scaling”) pointing to PRISM as a community decoding recipe tested on Dream-7B-Instruct?

Suggested README snippet (feel free to edit):

Test-time scaling (PRISM)

Thanks for considering!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions