← Search

Jingling Li

8 accepted papers

2025

Prompting Fairness: Integrating Causality to Debias Large Language Models

ICLR 2025poster

Large language models (LLMs), despite their remarkable capabilities, are susceptible to generating biased and discriminatory responses. As LLMs increasingly influence high-stakes decision-making (e.g., hiring and healthcare), mitigating these biases becomes critical. In this work, we propose a causa…

Cited by 0SourcePDFScholar
2024

How to Solve Contextual Goal-Oriented Problems with Offline Datasets?

NeurIPS 2024poster

We present a novel method, Contextual goal-Oriented Data Augmentation (CODA), which uses commonly available unlabeled trajectories and context-goal pairs to solve Contextual Goal-Oriented (CGO) problems. By carefully constructing an action-augmented MDP that is equivalent to the original MDP, CODA c…

2023

Hindsight Learning for MDPs with Exogenous Inputs

ICML 2023poster

Many resource management problems require sequential decision-making under uncertainty, where the only uncertainty affecting the decision outcomes are exogenous variables outside the control of the decision-maker. We model these problems as Exo-MDPs (Markov Decision Processes with Exogenous Inputs)…

2021

How Neural Networks Extrapolate: From Feedforward to Graph Neural Networks

ICLR 2021oral

We study how neural networks trained by gradient descent extrapolate, i.e., what they learn outside the support of the training distribution. Previous works report mixed empirical results when extrapolating with neural networks: while feedforward neural networks, a.k.a. multilayer perceptrons (MLPs…

2021

How does a Neural Network's Architecture Impact its Robustness to Noisy Labels?

NeurIPS 2021poster

Noisy labels are inevitable in large real-world datasets. In this work, we explore an area understudied by previous works --- how the network's architecture impacts its robustness to noisy labels. We provide a formal framework connecting the robustness of a network to the alignments between its arch…

Cited by 27SourcePDFScholar
2021

VQ-GNN: A Universal Framework to Scale up Graph Neural Networks using Vector Quantization

NeurIPS 2021poster

Most state-of-the-art Graph Neural Networks (GNNs) can be defined as a form of graph convolution which can be realized by message passing between direct neighbors or beyond. To scale such GNNs to large graphs, various neighbor-, layer-, or subgraph-sampling techniques are proposed to alleviate the "…

2020

Understanding Generalization in Deep Learning via Tensor Methods

AISTATS 2020poster

Deep neural networks generalize well on unseen data though the number of parameters often far exceeds the number of training examples. Recently proposed complexity measures have provided insights to understanding the generalizability in neural networks from perspectives of PAC-Bayes, robustness, ove…

2020

What Can Neural Networks Reason About?

ICLR 2020spotlight

Neural networks have succeeded in many reasoning tasks. Empirically, these tasks require specialized network structures, e.g., Graph Neural Networks (GNNs) perform well on many such tasks, but less structured networks fail. Theoretically, there is limited understanding of why and when a network stru…

Cited by 325SourcecodeScholar