CoLaR β€” ProsQA (logical), R1-Distill-Qwen-1.5B

A CoLaR (Compressed Latent Reasoning) checkpoint for Logical (ProsQA), fine-tuned from deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B. The model reasons in compressed continuous latent embeddings rather than explicit chain-of-thought tokens.

Model

  • Base model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
  • Framework: CoLaR β€” Think Silently, Think Fast: Dynamic Latent Compression of LLM Reasoning Chains (arXiv:2505.16552).
  • Domain: Logical (ProsQA)
  • Warm-start: self-trained CoT baseline
  • Files: cot_baseline.ckpt, sft_adaptiveLRM.ckpt

Training procedure

Trained with the CoLaR supervised fine-tuning (SFT) recipe: the frozen base LLM is adapted with q/v LoRA (rank 128, alpha 32) plus a trainable Latent Head (3-layer MLP) and an embedding-compression module. The objective is next-token cross-entropy on the answer plus an embed_modeling_loss (MSE) that reconstructs the compressed reasoning-step embeddings (each latent token summarizes about compression_factor chain-of-thought tokens). Reinforcement learning (GRPO) is disabled β€” this is an SFT-only checkpoint.

  • This checkpoint: Self-trained CoT baseline + CoLaR-SFT adaptive-LRM (RL off), R1 base. Also the warm-start source for colar-logic-r1q.

Datasets

  • ProsQA

How to load

This is a PyTorch-Lightning checkpoint (weights under the top-level key state_dict) that fits the CoLaR scaffold β€” it is not directly AutoModel-loadable. Load the base model, splice this state_dict in with strict=False, and use the CoLaR runtime settings:

COLAR_EMB_STD=0.018   COLAR_COMPRESS=<compression_factor>   sep_token=###
TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD=1

See the CoLaR repository (github.com/xiaomi-research/colar) for the exact loader. The shared GSM8K warm-start ancestor is the official AlbertTan/CoLaR release.

Research artifact for latent-reasoning study (small 1–1.5B model).

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for rjz123/colar-prosqa-r1q

Finetuned
(669)
this model

Paper for rjz123/colar-prosqa-r1q