Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
OzTianluย 
posted an update Jan 29
Post
2570
๐Ÿš€ Geilim-1B-Instruct โ€” Implicit Deep Reasoning, Zero Verbosity
NoesisLab/Geilim-1B-Instruct
https://huggingface.co/collections/NoesisLab/geilim-large-language-models
No <think> tags. No long CoT.
Reasoning happens inside the hidden states, not in the output.
Whatโ€™s different
๐Ÿง  Implicit reasoning: deep causal reasoning without exposing chains
๐Ÿ•ธ๏ธ ASPP (Adjacency-Structured Parallel Propagation): parent-only causal graph, O(n) message passing
๐ŸŒŠ ฯ€-flow: internal probability-space refinement instead of token-level deliberation
โš–๏ธ Hybrid gating: learns when to use structure vs attention
Why it matters
Lower latency & token cost
Cleaner, production-ready outputs
CoT-level reasoning depth without verbosity tax
Built on Llama-3.2-1B-Instruct, trained for math, logic, and commonsense.
Designed for small-model reasoning at the edge.
#ImplicitReasoning #SmallLLM #EfficientAI #ReasoningModels #ASPP #PiFlow
This comment has been hidden (marked as Resolved)
ยท

Great observation! You nailed it with the comment. ๐Ÿ’—To clarify, when I mentioned this as an 'alternative,' I was referring to the implementation method (using a seamless pipeline without enforced tags), not necessarily a breakthrough in arithmetic capability at the 1B scale. What you're seeing here is a classic example of hallucination in small-parameter models. The model is faithfully following the instruction to 'reason step-by-step' (CoT), but due to its limited size (1B), it hallucinates the intermediate calculations while maintaining a confident tone. Maintaining logic while ensuring factual accuracy in such compact models is indeed one of the biggest challenges we are currently facing and working to optimize.