← Search

Tal Ben-Nun

8 accepted papers

2026

LongCoT: Benchmarking Long-Horizon Chain-of-Thought Reasoning

ICML 2026poster

As language models are increasingly deployed for complex autonomous tasks, their ability to reason accurately over longer horizons becomes critical. An essential component of this ability is planning and managing a long, complex chain-of-thought (CoT). We introduce LongCoT, a scalable benchmark of 2…

Cited by 0SourceScholar
2025

BOOM: Benchmarking Out-Of-distribution Molecular Property Predictions of Machine Learning Models

NeurIPS 2025poster

Data-driven molecular discovery leverages artificial intelligence/machine learning (AI/ML) and generative modeling to filter and design novel molecules. Discovering novel molecules requires accurate out-of-distribution (OOD) predictions, but ML models struggle to generalize OOD. Currently, no system…

Cited by 0SourcecodeScholar
2025

Speculative Diffusion Decoding: Accelerating Language Generation through Diffusion

NAACL 2025long

Speculative decoding has emerged as a widely adopted method to accelerate large language model inference without sacrificing the quality of the model outputs. While this technique has facilitated notable speed improvements by enabling parallel sequence verification, its efficiency remains inherently…

Cited by 11SourcePDFScholar
2025

Trajectory Balance with Asynchrony: Decoupling Exploration and Learning for Fast, Scalable LLM Post-Training

NeurIPS 2025poster

Reinforcement learning (RL) is a critical component of large language model (LLM) post-training. However, on-policy algorithms used for post-training are not naturally robust to a diversified content of experience replay buffers, which asynchronous off-policy actors can efficiently populate in paral…

Cited by 0SourcecodeScholar
2022

ENS-10: A Dataset For Post-Processing Ensemble Weather Forecasts

NeurIPS 2022accept

Post-processing ensemble prediction systems can improve the reliability of weather forecasting, especially for extreme event prediction. In recent years, different machine learning models have been developed to improve the quality of weather post-processing. However, these models require a comprehen…

2021

ProGraML: A Graph-based Program Representation for Data Flow Analysis and Compiler Optimizations

ICML 2021spotlight

Machine learning (ML) is increasingly seen as a viable approach for building compiler optimization heuristics, but many ML methods cannot replicate even the simplest of the data flow analyses that are critical to making good optimization decisions. We posit that if ML cannot do that, then it is insu…

2020

Augment Your Batch: Improving Generalization Through Instance Repetition

CVPR 2020poster

Large-batch SGD is important for scaling training of deep neural networks. However, without fine-tuning hyperparameter schedules, the generalization of the model may be hampered. We propose to use batch augmentation: replicating instances of samples within the same batch with different data augmenta…

Cited by 271PDFcodeScholar
2018

Neural Code Comprehension: A Learnable Representation of Code Semantics

NeurIPS 2018poster

With the recent success of embeddings in natural language processing, research has been conducted into applying similar methods to code analysis. Most works attempt to process the code directly or use a syntactic tree representation, treating it like sentences written in a natural language. However,…