Blog

Notes on my research in NLP and machine learning, and the occasional aside.

TokMem: packing a whole procedure into a single token

Compiling each reusable task procedure into a single trainable token, with the language model kept frozen.

June 16, 2026 · 5 min read llm memory nlp research

ULPT: tuning a soft prompt in two dimensions

Tuning prompts in an ultra-low-dimensional space and letting a frozen random matrix do the rest, for ~98% fewer trainable parameters.

June 15, 2026 · 6 min read llm prompt-tuning efficiency nlp research

Carrying a soft prompt from one model to another

Describing a soft prompt by what it's near, so its task semantics carry across different language models.

June 14, 2026 · 4 min read llm prompt-tuning transfer nlp research