Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Diagnosable ColBERT: Debugging Vector Search
Explore a Diagnosable ColBERT architecture for hallucination-free reasoning. Visualize tensor operations and debug token vectors mapped to clinical concepts without generating text.
In a landscape obsessed with generative tokens, how can we build millisecond-latency reasoning engines that are interpretable by design and debuggable at the token level? In this demo, I will pop the hood on ClinicalEncoder25 to show how we achieve hallucination-free reasoning through the novel Diagnosable ColBERT architecture. I will walk through a live Jupyter notebook to demystify Late-Interaction Retrieval, visualizing the actual tensor operations that preserve token-level geometry instead of squashing documents into single embeddings. We will inspect the raw vector outputs of clinical text and, using my pre-computed ClinicalMap vector database, demonstrate a live debugging loop where we mathematically map specific token vectors back to SnomedCT concepts. You will see how the model connects the dots betwen a patient working at a “car repair shop” and his “lead contamination” to nudge the vector representation of the latter towards “past history of exposure to lead-based paint,” proving that deep semantic understanding is possible without generating a single token.