← Search

Lingjing Kong

17 accepted papers

2026

From Reasoning Traces to Reusable Modules: Reinforcement Learning for Compositional Generalization in Language Model Reasoning

ICML 2026poster

Reinforcement learning (RL) has emerged as a key mechanism for transforming LLMs into robust reasoners. While supervised fine-tuning (SFT) often limits models to the distribution of observed reasoning traces, RL post-training significantly improves performance on out-of-distribution (OOD) tasks that…

Cited by 0SourceScholar
2026

Learning by Analogy: A Causal Framework for Compositional Generalization

CVPR 2026

Compositional generalization -- the ability to understand and generate novel combinations of learned concepts -- enables models to extend their capabilities beyond limited experiences. While effective, the data structures and principles that enable this crucial capability remain poorly understood. W

Cited by 0SourceScholar
2026

Selection, Reflection and Self-Refinement: Revisit Reasoning Tasks via a Causal Lens

ICLR 2026poster

Due to their inherent complexity, reasoning tasks have long been regarded as rigorous benchmarks for assessing the capabilities of machine learning models, especially large language models (LLMs). Although humans can solve these tasks with ease, existing models, even after extensive pre-training and…

Cited by 0SourcecodeScholar
2025

Causal Representation Learning from Multimodal Biomedical Observations

ICLR 2025poster

Prevalent in biomedical applications (e.g., human phenotype research), multimodal datasets can provide valuable insights into the underlying physiological mechanisms. However, current machine learning (ML) models designed to analyze these datasets often lack interpretability and identifiability guar…

Cited by 0SourcePDFScholar
2025

Learning Vision and Language Concepts for Controllable Image Generation

ICML 2025poster

Concept learning seeks to extract semantic and interpretable representations of atomic concepts from high-dimensional data such as images and text, which can be instrumental to a variety of downstream tasks (e.g., image generation/editing). Despite its importance, the theoretical foundations for lea…

Cited by 0SourcePDFScholar
2025

Towards Self-Refinement of Vision-Language Models with Triangular Consistency

NeurIPS 2025poster

Vision-Language Models (VLMs) integrate visual knowledge with the analytical capabilities of Large Language Models (LLMs) through supervised visual instruction tuning, using image-question-answer triplets. However, the potential of VLMs trained without supervised instruction remains largely unexplor…

Cited by 0SourcecodeScholar
2024

Learning Discrete Concepts in Latent Hierarchical Models

NeurIPS 2024poster

Learning concepts from natural high-dimensional data (e.g., images) holds potential in building human-aligned and interpretable machine learning models. Despite its encouraging prospect, formalization and theoretical insights into this crucial task are still lacking. In this work, we formali…

Cited by 2SourcePDFScholar
2024

Towards Understanding Extrapolation: a Causal Lens

NeurIPS 2024poster

Canonical work handling distribution shifts typically necessitates an entire target distribution that lands inside the training distribution. However, practical scenarios often involve only a handful target samples, potentially lying outside the training support, which requires the capability of ext…

Cited by 1SourcePDFScholar
2023

Counterfactual Generation with Identifiability Guarantees

NeurIPS 2023poster

Counterfactual generation lies at the core of various machine learning tasks, including image translation and controllable text generation. This generation process usually requires the identification of the disentangled latent representations, such as content and style, that underlie the observed da…

2023

Identification of Nonlinear Latent Hierarchical Models

NeurIPS 2023poster

Identifying latent variables and causal structures from observational data is essential to many real-world applications involving biological data, medical data, and unstructured data such as images and languages. However, this task can be highly challenging, especially when observed variables are ge…

Cited by 19SourcePDFScholar
2023

Multi-domain image generation and translation with identifiability guarantees

ICLR 2023top-25%

Multi-domain image generation and unpaired image-to-to-image translation are two important and related computer vision problems. The common technique for the two tasks is the learning of a joint distribution from multiple marginal distributions. However, it is well known that there can be infinitely…

2023

Understanding Masked Autoencoders via Hierarchical Latent Variable Models

CVPR 2023highlight

Masked autoencoder (MAE), a simple and effective self-supervised learning framework based on the reconstruction of masked image regions, has recently achieved prominent success in a variety of vision tasks. Despite the emergence of intriguing empirical observations on MAE, a theoretically principled…

2022

Partial disentanglement for domain adaptation

ICML 2022spotlight

Unsupervised domain adaptation is critical to many real-world applications where label information is unavailable in the target domain. In general, without further assumptions, the joint distribution of the features and the label is not identifiable in the target domain. To address this issue, we re…

Cited by 81SourcePDFScholar
2021

Consensus Control for Decentralized Deep Learning

ICML 2021spotlight

Decentralized training of deep learning models enables on-device learning over networks, as well as efficient scaling to large compute clusters. Experiments in earlier works reveal that, even in a data-center setup, decentralized training often suffers from the degradation in the quality of the mode…

Cited by 100SourcePDFScholar
2021

Self-training Improves Pre-training for Few-shot Learning in Task-oriented Dialog Systems

EMNLP 2021main

As the labeling cost for different modules in task-oriented dialog (ToD) systems is expensive, a major challenge is to train different modules with the least amount of labeled data. Recently, large-scale pre-trained language models, have shown promising results for few-shot learning in ToD. In this…

2020

Ensemble Distillation for Robust Model Fusion in Federated Learning

NeurIPS 2020poster

Federated Learning (FL) is a machine learning setting where many devices collaboratively train a machine learning model while keeping the training data decentralized. In most of the current training schemes the central model is refined by averaging the parameters of the server model and the updated…