← Search

Hung Le

42 accepted papers

2026

Probabilities Are All You Need: A Probability-Only Approach to Uncertainty Estimation in Large Language Models

AAAI 2026technical

Large Language Models (LLMs) exhibit strong performance across various natural language processing (NLP) tasks but remain vulnerable to hallucinations, generating factually incorrect or misleading outputs. Uncertainty estimation, often using predictive entropy estimation, is key to addressing this i

Cited by 0SourcePDFScholar
2026

Reviving Error Correction in Modern Deep Time-Series Forecasting

ICML 2026poster

Modern deep-learning models have achieved remarkable success in time-series forecasting. Yet, their performance degrades in long-term prediction due to error accumulation in autoregressive inference, where predictions are recursively used as inputs. While classical error correction mechanisms (ECMs)…

Cited by 0SourceScholar
2025

Beyond the Known: Decision Making with Counterfactual Reasoning Decision Transformer

IJCAI 2025

Decision Transformers (DT) play a crucial role in modern reinforcement learning, leveraging offline datasets to achieve impressive results across various domains. However, DT requires high-quality, comprehensive data to perform optimally. In real-world applications, the lack of training data and the

2025

CodeTree: Agent-guided Tree Search for Code Generation with Large Language Models

NAACL 2025long

Pretrained on massive amounts of code and text data, large language models (LLMs) have demonstrated remarkable achievements in performing code generation tasks. With additional execution-based feedback, these models can act as agents with capabilities to self-refine and improve generated code autono…

Cited by 9SourcePDFScholar
2025

Dynamic Steering With Episodic Memory For Large Language Models

ACL 2025finding

Large Language Models (LLMs) exhibit emergent in-context learning (ICL) capabilities, allowing them to adapt to unseen tasks based on example demonstrations. Traditional ICL embeds examples within the prompt, while activation steering, uses a vector derived from examples to guide the latent states o…

Cited by 0SourcePDFScholar
2025

Multi-Reference Preference Optimization for Large Language Models

AAAI 2025technical

How can Large Language Models (LLMs) be aligned with human intentions and values? A typical solution is to gather human preference on model outputs and finetune the LLMs accordingly while ensuring that updates do not deviate too far from a reference model. Recent approaches, such as direct preferenc…

2025

Navigating Social Dilemmas with LLM-based Agents via Consideration of Future Consequences

IJCAI 2025

Artificial agents with the aid of large language models (LLMs) are effective in various real-world scenarios but struggle to cooperate in social dilemmas. When making decisions under the strain of selecting between long-term consequences and short-term benefits in commonly shared resources, LLM-base

Cited by 0SourcePDFScholar
2025

Rapid Selection and Ordering of In-Context Demonstrations via Prompt Embedding Clustering

ICLR 2025poster

While Large Language Models (LLMs) excel at in-context learning (ICL) using just a few demonstrations, their performances are sensitive to demonstration orders. The reasons behind this sensitivity remain poorly understood. In this paper, we investigate the prompt embedding space to bridge the gap be…

Cited by 0SourcePDFScholar
2025

SimSMoE: Toward Efficient Training Mixture of Experts via Solving Representational Collapse

NAACL 2025findings

Sparse mixture of experts (SMoE) have emerged as an effective approach for scaling large language models while keeping a constant computational cost. Regardless of several notable successes of SMoE, effective training such architecture remains elusive due to the representation collapse problem, whic…

2025

Stable Hadamard Memory: Revitalizing Memory-Augmented Agents for Reinforcement Learning

ICLR 2025poster

Effective decision-making in partially observable environments demands robust memory management. Despite their success in supervised learning, current deep-learning memory models struggle in reinforcement learning environments that are partially observable and long-term. They fail to efficiently cap…

Cited by 0SourcePDFScholar
2025

SuperRAG: Beyond RAG with Layout-Aware Graph Modeling

NAACL 2025industry

This paper introduces layout-aware graph modeling for multimodal RAG. Different from traditional RAG methods that only deal with flat text chunks, the proposed method takes into account the relationship of multimodalities by using a graph structure. To do that, a graph modeling structure is defined…

2024

CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules

ICLR 2024poster

Large Language Models (LLMs) have already become quite proficient at solving simpler programming tasks like those in HumanEval or MBPP benchmarks. However, solving more complex and competitive programming tasks is still quite challenging for these models - possibly due to their tendency to generate…

2024

Diversifying Training Pool Predictability for Zero-shot Coordination: A Theory of Mind Approach

IJCAI 2024poster

The challenge in constructing artificial social agents is to enable adaptation ability to novel agents, and is called zero-shot coordination (ZSC). A promising approach is to train the adaptive agents by interacting with a diverse pool of collaborators, assuming that the greater the diversity in oth…

Cited by 1SourcePDFScholar
2024

INDICT: Code Generation with Internal Dialogues of Critiques for Both Security and Helpfulness

NeurIPS 2024poster

Large language models (LLMs) for code are typically trained to align with natural language instructions to closely follow their intentions and requirements. However, in many practical scenarios, it becomes increasingly challenging for these models to navigate the intricate boundary between helpfulne…

2024

Learning Representations for Hierarchies with Minimal Support

NeurIPS 2024poster

When training node embedding models to represent large directed graphs (digraphs), it is impossible to observe all entries of the adjacency matrix during training. As a consequence most methods employ sampling. For very large digraphs, however, this means many (most) entries may be unobserved during…

Cited by 0SourcePDFScholar
2023

CodeT5+: Open Code Large Language Models for Code Understanding and Generation

EMNLP 2023long main

Large language models (LLMs) pretrained on vast source code have achieved prominent progress in code intelligence. However, existing code LLMs have two main limitations. First, they often adopt a specific architecture (encoder-only or decoder-only) or rely on a unified encoder-decoder network for d…

Cited by 0SourcecodeScholar
2023

Improving Out-of-distribution Generalization with Indirection Representations

ICLR 2023poster

We propose a generic module named Indirection Layer (InLay), which leverages indirection and data internal relationships to effectively construct symbolic indirect representations to improve out-of-distribution generalization capabilities of various neural architectures. InLay receives data input in…

Cited by 2SourcePDFScholar
2023

Memory-Augmented Theory of Mind Network

AAAI 2023technical

Social reasoning necessitates the capacity of theory of mind (ToM), the ability to contextualise and attribute mental states to others without having access to their internal cognitive structure. Recent machine learning approaches to ToM have demonstrated that we can train the observer to read the p…

2023

Social Motivation for Modelling Other Agents under Partial Observability in Decentralised Training

IJCAI 2023poster

Understanding other agents is a key challenge in constructing artificial social agents. Current works focus on centralised training, wherein agents are allowed to know all the information about others and the environmental state during training. In contrast, this work studies decentralised training,…

Cited by 0SourcePDFScholar
2022

CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning

NeurIPS 2022accept

Program synthesis or code generation aims to generate a program that satisfies a problem specification. Recent approaches using large-scale pretrained language models (LMs) have shown promising results, yet they have some critical limitations. In particular, they often follow a standard supervised f…

2022

Episodic Policy Gradient Training

AAAI 2022technical

We introduce a novel training procedure for policy gradient methods wherein episodic memory is used to optimize the hyperparameters of reinforcement learning algorithms on-the-fly. Unlike other hyperparameter searches, we formulate hyperparameter scheduling as a standard Markov Decision Process and…

2022

Functional Indirection Neural Estimator for Better Out-of-distribution Generalization

NeurIPS 2022accept

The capacity to achieve out-of-distribution (OOD) generalization is a hallmark of human intelligence and yet remains out of reach for machines. This remarkable capability has been attributed to our abilities to make conceptual abstraction and analogy, and to a mechanism known as indirection, which b…

Cited by 1SourcePDFScholar
2022

Learning to Constrain Policy Optimization with Virtual Trust Region

NeurIPS 2022accept

We introduce a constrained optimization method for policy gradient reinforcement learning, which uses two trust regions to regulate each policy update. In addition to using the proximity of one single old policy as the first trust region as done by prior works, we propose forming a second trust regi…

Cited by 5SourcePDFScholar
2022

Make The Most of Prior Data: A Solution for Interactive Text Summarization with Preference Feedback

NAACL 2022findings

For summarization, human preferences is critical to tame outputs of the summarizer in favor of human interests, as ground-truth summaries are scarce and ambiguous. Practical settings require dynamic exchanges between humans and AI agents wherein feedback is provided in an online manner, a few at a t…

Cited by 11SourcePDFScholar
2022

Momentum Adversarial Distillation: Handling Large Distribution Shifts in Data-Free Knowledge Distillation

NeurIPS 2022accept

Data-free Knowledge Distillation (DFKD) has attracted attention recently thanks to its appealing capability of transferring knowledge from a teacher network to a student network without using training data. The main idea is to use a generator to synthesize data for training the student. As the gener…

Cited by 33SourcePDFScholar
2022

Towards Effective and Robust Neural Trojan Defenses via Input Filtering

ECCV 2022poster

"Trojan attacks on deep neural networks are both dangerous and surreptitious. Over the past few years, Trojan attacks have advanced from using only a single input-agnostic trigger and targeting only one class to using multiple, input-specific triggers and targeting multiple classes. However, Trojan…

Cited by 6SourcePDFScholar
2022

VGNMN: Video-grounded Neural Module Networks for Video-Grounded Dialogue Systems

NAACL 2022long

Neural module networks (NMN) have achieved success in image-grounded tasks such as Visual Question Answering (VQA) on synthetic images. However, very limited work on NMN has been studied in the video-grounded dialogue tasks. These tasks extend the complexity of traditional visual tasks with the addi…

2021

A New Representation of Successor Features for Transfer across Dissimilar Environments

ICML 2021spotlight

Transfer in reinforcement learning is usually achieved through generalisation across tasks. Whilst many studies have investigated transferring knowledge when the reward function changes, they have assumed that the dynamics of the environments remain consistent. Many real-world RL problems require tr…

Cited by 23SourcePDFScholar
2021

DVD: A Diagnostic Dataset for Multi-step Reasoning in Video Grounded Dialogue

ACL 2021long

A video-grounded dialogue system is required to understand both dialogue, which contains semantic dependencies from turn to turn, and video, which contains visual cues of spatial and temporal scene variations. Building such dialogue systems is a challenging problem, involving various reasoning types…

2021

Model-Based Episodic Memory Induces Dynamic Hybrid Controls

NeurIPS 2021poster

Episodic control enables sample efficiency in reinforcement learning by recalling past experiences from an episodic memory. We propose a new model-based episodic memory of trajectories addressing current limitations of episodic control. Our memory estimates trajectory values, guiding the agent towar…

Cited by 21SourcePDFScholar