← Search

Quang Pham

7 accepted papers

2025

CodeMMLU: A Multi-Task Benchmark for Assessing Code Understanding & Reasoning Capabilities of CodeLLMs

ICLR 2025poster

Recent advances in Code Large Language Models (CodeLLMs) have primarily focused on open-ended code generation, often overlooking the crucial aspect of code understanding & reasoning. To bridge this gap, we introduce CodeMMLU, a comprehensive multiple-choice benchmark designed to evaluate the depth o…

Cited by 0SourcePDFScholar
2025

Multi-Scale Finetuning for Encoder-based Time Series Foundation Models

NeurIPS 2025poster

Time series foundation models (TSFMs) demonstrate impressive zero-shot performance for time series forecasting. However, an important yet underexplored challenge is how to effectively finetune TSFMs on specific downstream tasks. While naive finetuning can yield performance gains, we argue that it fa…

Cited by 0SourcecodeScholar
2023

HyperRouter: Towards Efficient Training and Inference of Sparse Mixture of Experts

EMNLP 2023short main

By routing input tokens to only a few split experts, Sparse Mixture-of-Experts has enabled efficient training of large language models. Recent findings suggest that fixing the routers can achieve competitive performance by alleviating the collapsing problem, where all experts eventually learn simila…

Cited by 0SourcecodeScholar
2023

Learning Fast and Slow for Online Time Series Forecasting

ICLR 2023poster

Despite the recent success of deep learning for time series forecasting, these methods are not scalable for many real-world applications where data arrives sequentially. Training deep neural forecasters on the fly is notoriously challenging because of their limited ability to adapt to non-stationary…

2022

Continual Normalization: Rethinking Batch Normalization for Online Continual Learning

ICLR 2022poster

Existing continual learning methods use Batch Normalization (BN) to facilitate training and improve generalization across tasks. However, the non-i.i.d and non-stationary nature of continual learning data, especially in the online setting, amplify the discrepancy between training and testing in BN a…

2021

Contextual Transformation Networks for Online Continual Learning

ICLR 2021poster

Continual learning methods with fixed architectures rely on a single network to learn models that can perform well on all tasks. As a result, they often only accommodate common features of those tasks but neglect each task's specific features. On the other hand, dynamic architecture methods can have…