← Search

Mei Li

7 accepted papers

2026

TextResNet: Decoupling and Routing Optimization Signals in Compound AI Systems via Deep Residual Tuning

ICML 2026poster

Textual Gradient-style optimizers (TextGrad) enable gradient-like feedback propagation through compound AI systems. However, they do not work well for deep chains. The root cause of this limitation stems from the *Semantic Entanglement* problem in these extended workflows. In standard textual backpr…

Cited by 0SourceScholar
2025

BECAME: Bayesian Continual Learning with Adaptive Model Merging

ICML 2025poster

Continual Learning (CL) strives to learn incrementally across tasks while mitigating catastrophic forgetting. A key challenge in CL is balancing stability (retaining prior knowledge) and plasticity (learning new tasks). While representative gradient projection methods ensure stability, they often li…

2024

Sample Average Approximation for Conditional Stochastic Optimization with Dependent Data

ICML 2024poster

Conditional Stochastic Optimization (CSO) is a powerful modelling paradigm for optimization under uncertainty. The existing literature on CSO is mainly based on the independence assumption of data, which shows that the solution of CSO is asymptotically consistent and enjoys a finite sample guarantee…

Cited by 0SourcePDFScholar
2023

Unifying Discrete and Continuous Representations for Unsupervised Paraphrase Generation

EMNLP 2023long main

Unsupervised paraphrase generation is a challenging task that benefits a variety of downstream NLP applications. Current unsupervised methods for paraphrase generation typically employ round-trip translation or denoising, which require translation corpus and result in paraphrases overly similar to t…

Cited by 0SourceScholar
2020

PG-GSQL: Pointer-Generator Network with Guide Decoding for Cross-Domain Context-Dependent Text-to-SQL Generation

COLING 2020main

Text-to-SQL is a task of translating utterances to SQL queries, and most existing neural approaches of text-to-SQL focus on the cross-domain context-independent generation task. We pay close attention to the cross-domain context-dependent text-to-SQL generation task, which requires a model to depend…