VFF - The signal in the noise
Research

NanoKnow: Mapping How LLMs Encode Knowledge

Read original
Share
NanoKnow: Mapping How LLMs Encode Knowledge

Researchers have released NanoKnow, a benchmark dataset that maps questions from Natural Questions and SQuAD to whether their answers appear in nanochat's fully transparent pre-training corpus. This enables direct measurement of how LLMs encode and rely on parametric knowledge versus external evidence. Experiments across eight nanochat checkpoints reveal that answer frequency in training data strongly influences closed-book accuracy, that external evidence can reduce this dependence but remains complementary to parametric knowledge, and that irrelevant context actively harms performance based on position and volume.

  • NanoKnow partitions QA datasets by answer presence in nanochat's open pre-training data, enabling transparent analysis of knowledge sources
  • Closed-book accuracy correlates strongly with answer frequency in pre-training, showing parametric knowledge is frequency-dependent
  • External evidence mitigates frequency bias but does not eliminate it, indicating parametric and external knowledge are complementary rather than substitutable
  • Non-relevant context degrades accuracy in measurable ways based on position and quantity, highlighting the importance of retrieval quality

Understanding how LLMs encode knowledge has been opaque because pre-training data is typically proprietary or inaccessible. NanoKnow leverages nanochat's open training corpus to directly measure this, providing empirical grounding for how models balance learned knowledge against external information. This work clarifies fundamental questions about model behavior that affect reliability, interpretability, and design choices in production systems.

For teams building RAG systems and retrieval-augmented applications, these findings quantify the tradeoff between relying on model weights versus external sources. The result that irrelevant context actively harms performance has direct implications for retrieval pipeline design and cost, while the frequency-dependence finding suggests that fine-tuning or continued pre-training on underrepresented domains may be necessary for specialized applications.

  • LLM knowledge is not uniformly distributed, parametric knowledge is frequency-biased, and this bias persists even with external evidence, requiring explicit mitigation strategies
  • Retrieval quality matters more than quantity, non-relevant context is actively harmful, and position of irrelevant information affects performance, informing RAG system architecture
  • Open pre-training data enables reproducible analysis of model behavior, and similar transparency efforts could accelerate understanding of larger models and their knowledge boundaries

Monitor whether other model developers adopt similar transparency practices around pre-training data, as this enables reproducible knowledge auditing. Watch for follow-up work applying NanoKnow methodology to larger models and different domains, and observe whether these findings influence RAG system design patterns in production deployments.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

Tencent Backs Alibaba's Former Qwen Researcher in $20M AI Lab Deal
TrendingNews

Tencent Backs Alibaba's Former Qwen Researcher in $20M AI Lab Deal

Tencent Holdings has invested $20 million in an AI lab founded by Junyang Lin, the former lead researcher behind Alibaba's Qwen models. Lin's new venture raised several hundred million dollars in its first funding round. The investment signals Tencent's interest in backing independent AI research talent and reflects ongoing competition among Chinese tech giants for AI expertise.

by Jing Yang· The Information
PixelRAG bypasses text parsing, cuts RAG costs 10x

PixelRAG bypasses text parsing, cuts RAG costs 10x

Researchers from UC Berkeley, Princeton, EPFL, and Databricks introduced PixelRAG, a retrieval system that bypasses traditional text parsing by rendering web pages as screenshots and indexing them directly for vision-language models. Tested on 30 million Wikipedia screenshot tiles, PixelRAG improved accuracy by up to 18.1% over text-based RAG systems and reduced token costs by 10x. The approach addresses fundamental information loss in conventional HTML-to-text conversion pipelines.

· VentureBeat AI
Google's 'Faithful Uncertainty' Lets LLMs Hedge Instead of Hallucinate
TrendingNews

Google's 'Faithful Uncertainty' Lets LLMs Hedge Instead of Hallucinate

Google researchers propose 'faithful uncertainty,' a technique that allows large language models to express qualified guesses rather than either confidently hallucinating or refusing to answer. The approach reframes hallucinations as 'confident errors' and enables models to hedge responses appropriately, preserving utility while maintaining trustworthiness. This addresses a core tradeoff in LLM deployment where eliminating factual errors typically forces models to abstain from answering questions they actually know.

by bendee983@gmail.com (Ben Dickson)· VentureBeat AI
Researcher Develops Method to Train Robots on Uncertain Tasks

Researcher Develops Method to Train Robots on Uncertain Tasks

Yen-Ling Kuo, an assistant professor at the University of Virginia, received the IEEE Robotics and Automation Society's inaugural Outstanding Women in Robotics and Automation Early Career Contribution Award for her work on uncertainty estimation in robotic manipulation. Her research method, detailed in the paper 'Diff-DAgger: Uncertainty Estimation with Diffusion Policy for Robotic Manipulation,' enables robots to make informed decisions in unfamiliar scenarios while reducing the need for human supervision. The approach improves task completion rates and creates pathways for more complex models in interactive robot learning.

by Liz Wegerer· IEEE Spectrum AI