YVICResearch
Field note / 001 Compact language models 2026 — ongoing

Manifold-guided semantic cues

Can compact models preserve semantic structure before and after decoding?

YVIC Research studies compact, on-device language models — especially how their embedding geometry changes under compression and deployment limits.

Current work uses semantic anchors to stabilize compact models, and probes whether prompt-injection structure is already visible before any output token is produced.

Enter the research index
Representation route observe → assign → decode → recover
01 Input 爸爸,今天要去哪? “Dad, where are we going today?”
02 Anchor code
L zhE warmthI ask_reply
03 Response check

ECR / Semantic anchors become lightweight prefix control tokens that help compact models keep task-relevant geometry stable.

Language models change when they leave the lab.

YVIC Research is an independent effort in Taipei, focused on how language models behave once they run under real deployment limits — on phones and edge devices, with no cloud model behind them.

One line of work studies compact multilingual training through embedding geometry. Embedding Consistency Regulation derives semantic anchors from teacher embeddings computed once offline, then uses prefix control tokens to keep a compact model's representation space from drifting during training. It does not match teacher logits, hidden states, or internal features, and it does not change the decoding architecture.

A second thread asks whether jailbreak and prompt-injection prompts leave a geometric trace before decoding. It scores the final-layer, final-token representation with a frozen cosine margin between injected and benign K-means anchors. The point is observational: no classifier is trained, no model weights are changed, and the threshold is fixed before transfer benchmarks.

Portrait of Chung-Wei (Victor) Yuan
Independent researcher · Taipei

Researcher / principal investigator

Chung-Wei
(Victor) Yuan

袁崇惟

System study / fully offline

Luna lives
on the device.

Luna runs a compact language model and a local retrieval index entirely on the device — no network, no cloud model. It is the testbed for studying how ECR and conditioning hold up once a model is quantized and deployed for real.

Maintained as a research system for local, private language-model deployment.

iPhonellama.cpp + MetalGGUF Q4local HNSW
offline inference / active
Luna on-device language system debugging and interface