← Search

Yoav Gelberg

6 accepted papers

2026

Beyond Next Token Probabilities: Learnable, Fast Detection of Hallucinations and Data Contamination on LLM Output Distributions

AAAI 2026technical

The automated detection of hallucinations and training data contamination is pivotal to the safe deployment of Large Language Models (LLMs). These tasks are particularly challenging in settings where no access to model internals is available. Current approaches in this setup typically leverage only

Cited by 0SourcePDFScholar
2026

Extending the Context of Pretrained LLMs by Dropping Their Positional Embedding

ICLR 2026poster

So far, expensive finetuning beyond the pretraining sequence length has been a prerequisite to effectively extend the context of language models (LM). In this work, we break this key bottleneck by ***Dro**pping the **P**ositional **E**mbeddings of LMs after training (DroPE)*. Our simple method is mo…

Cited by 17SourcecodeScholar
2026

On The Expressive Power of GNN Derivatives

ICLR 2026poster

Despite significant advances in Graph Neural Networks (GNNs), their limited expressivity remains a fundamental challenge. Research on GNN expressivity has produced many expressive architectures, leading to architecture hierarchies with models of increasing expressive power. Separately, derivatives o…

Cited by 0SourceScholar
2026

SHINE: A Scalable In-Context Hypernetwork for Mapping Context to LoRA in a Single Pass

ICML 2026poster

We propose SHINE (Scalable Hyper In-context NEtwork), a scalable hypernetwork that can map diverse meaningful contexts into high-quality LoRA adapters for large language models (LLM). By reusing the frozen LLM's own parameters in an in-context hypernetwork design and introducing architectural innova…

Cited by 0SourceScholar
2025

GradMetaNet: An Equivariant Architecture for Learning on Gradients

NeurIPS 2025poster

Gradients of neural networks encode valuable information for optimization, editing, and analysis of models. Therefore, practitioners often treat gradients as inputs to task-specific algorithms, e.g., using gradient statistics for pruning or optimization. Recent works explore *learning* algorithms th…

Cited by 0SourceScholar
2025

Topological Blindspots: Understanding and Extending Topological Deep Learning Through the Lens of Expressivity

ICLR 2025oral

Topological deep learning (TDL) is a rapidly growing field that seeks to leverage topological structure in data and facilitate learning from data supported on topological objects, ranging from molecules to 3D shapes. Most TDL architectures can be unified under the framework of higher-order message-p…