publications
publications by categories in reversed chronological order. generated by jekyll-scholar.
2026
- ICLR 2026Generalization of RLVR Using Causal Reasoning as a TestbedBrian Lu, Hongyu Zhao, Shuo Sun, and 3 more authorsIn The Fourteenth International Conference on Learning Representations, 2026
Reinforcement learning with verifiable rewards (RLVR) has emerged as a promising paradigm for post-training large language models (LLMs) on complex reasoning tasks. Yet, the conditions under which RLVR yields robust generalization remain underexplored. This paper provides an empirical study of RLVR generalization in the setting of probabilistic inference over causal graphical models. This setting offers two natural axes along which to examine generalization: (i) the level of the probabilistic query—associational, interventional, or counterfactual—and (ii) the structural complexity of the query, measured by the size of its relevant subgraph. We construct a dataset of causal graphs and queries spanning these difficulty axes and fine-tune Qwen-2.5-Instruct models using RLVR or supervised fine-tuning (SFT). We vary both the model scale (3B-32B) and the query level included in training. We find that RLVR yields stronger within-level and across-level generalization than SFT, but only for specific combinations of model size and training query level. Further analysis shows that RLVR’s effectiveness depends on the model’s initial reasoning competence. With sufficient initial competence, RLVR improves an LLM’s marginalization strategy and reduces errors in intermediate probability calculations, producing substantial accuracy gains, particularly on more complex queries. These results show that RLVR can improve specific causal reasoning subskills, with its benefits emerging only when the model has sufficient initial competence. Our code and data is available at https://github.com/zhichul/rlcausal.
@inproceedings{lu2026generalization, title = {Generalization of RLVR Using Causal Reasoning as a Testbed}, author = {Lu, Brian and Zhao, Hongyu and Sun, Shuo and Peng, Hao and Ding, Rui and Mei, Hongyuan}, year = {2026}, booktitle = {The Fourteenth International Conference on Learning Representations}, }
2024
- ARXIV 2024Let’s Think Var-by-Var: Large Language Models Enable Ad Hoc Probabilistic ReasoningShepard Xia, Brian Lu, and Jason Eisner2024
A hallmark of intelligence is the ability to flesh out underspecified situations using “common sense.” We propose to extract that common sense from large language models (LLMs), in a form that can feed into probabilistic inference. We focus our investigation on guesstimation questions such as “How much are Airbnb listings in Newark, NJ?” Formulating a sensible answer without access to data requires drawing on, and integrating, bits of common knowledge about how Price andLocation may relate to other variables, such as Property Type. Our framework answers such a question by synthesizing an ad hoc probabilistic model. First we prompt an LLM to propose a set of random variables relevant to the question, followed by moment constraints on their joint distribution. We then optimize the joint distribution p within a log-linear family to maximize the overall constraint satisfaction. Our experiments show that LLMs can successfully be prompted to propose reasonable variables, and while the proposed numerical constraints can be noisy, jointly optimizing for their satisfaction reconciles them. When evaluated on probabilistic questions derived from three real-world tabular datasets, we find that our framework performs comparably to a direct prompting baseline in terms of total variation distance from the dataset distribution, and is similarly robust to noise.
@misc{xia2024letsthinkvarbyvarlarge, title = {Let's Think Var-by-Var: Large Language Models Enable Ad Hoc Probabilistic Reasoning}, author = {Xia, Shepard and Lu, Brian and Eisner, Jason}, year = {2024}, eprint = {2412.02081}, archiveprefix = {arXiv}, primaryclass = {cs.CL}, }
2023
- INTERSPEECH 2023Unsupervised Code-Switched Text Generation from Parallel TextJie Chi*, Brian Lu*, Jason Eisner, and 3 more authorsIn Proceedings of INTERSPEECH, Aug 2023
There has been great interest in developing automatic speech recognition (ASR) systems that can handle code-switched (CS) speech to meet the needs of a growing bilingual population. However, existing datasets are limited in size. It is expensive and difficult to collect real transcribed spoken CS data due to the challenges of finding and identifying CS data in the wild. As a result, many attempts have been made to generate synthetic CS data. Existing methods either require the existence of CS data during training, or are driven by linguistic knowledge. We introduce a novel approach of forcing a multilingual MT system that was trained on non-CS data to generate CS translations. Comparing against two prior methods, we show that simply leveraging the shared representations of two languages (Mandarin and English) yields better CS text generation and, ultimately, better CS ASR.
@inproceedings{chi-et-al-2023, author = {Chi, Jie and Lu, Brian and Eisner, Jason and Bell, Peter and Jyothi, Preethi and Ali, Ahmed M.}, title = {Unsupervised Code-Switched Text Generation from Parallel Text}, booktitle = {Proceedings of INTERSPEECH}, year = {2023}, month = aug, address = {Dublin}, }
2020
- ARXIV 2020Compositional Generalization with Tree Stack Memory UnitsForough Arabshahi*, Zhichu Lu*, Pranay Mundra, and 2 more authorsAug 2020
We study compositional generalization, viz., the problem of zero-shot generalization to novel compositions of concepts in a domain. Standard neural networks fail to a large extent on compositional learning. We propose Tree Stack Memory Units (Tree-SMU) to enable strong compositional generalization. Tree-SMU is a recursive neural network with Stack Memory Units (\SMU s), a novel memory augmented neural network whose memory has a differentiable stack structure. Each SMU in the tree architecture learns to read from its stack and to write to it by combining the stacks and states of its children through gating. The stack helps capture long-range dependencies in the problem domain, thereby enabling compositional generalization. Additionally, the stack also preserves the ordering of each node’s descendants, thereby retaining locality on the tree. We demonstrate strong empirical results on two mathematical reasoning benchmarks. We use four compositionality tests to assess the generalization performance of Tree-SMU and show that it enables accurate compositional generalization compared to strong baselines such as Transformers and Tree-LSTMs.
@misc{arabshahi2020compositionalgeneralizationtreestack, title = {Compositional Generalization with Tree Stack Memory Units}, author = {Arabshahi, Forough and Lu, Zhichu and Mundra, Pranay and Singh, Sameer and Anandkumar, Animashree}, year = {2020}, eprint = {1911.01545}, archiveprefix = {arXiv}, primaryclass = {cs.LG}, }
2019
- EMNLP 2019Look-up and Adapt: A One-shot Semantic ParserZhichu Lu*, Forough Arabshahi*, Igor Labutov, and 1 more authorIn Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing, Nov 2019
Computing devices have recently become capable of interacting with their end users via natural language. However, they can only operate within a limited “supported” domain of discourse and fail drastically when faced with an out-of-domain utterance, mainly due to the limitations of their semantic parser. In this paper, we propose a semantic parser that generalizes to out-of-domain examples by learning a general strategy for parsing an unseen utterance through adapting the logical forms of seen utterances, instead of learning to generate a logical form from scratch. Our parser maintains a memory consisting of a representative subset of the seen utterances paired with their logical forms. Given an unseen utterance, our parser works by looking up a similar utterance from the memory and adapting its logical form until it fits the unseen utterance. Moreover, we present a data generation strategy for constructing utterance-logical form pairs from different domains. Our results show an improvement of up to 68.8% on one-shot parsing under two different evaluation settings compared to the baselines.
@inproceedings{lu-etal-2019-look, title = {Look-up and Adapt: A One-shot Semantic Parser}, author = {Lu, Zhichu and Arabshahi, Forough and Labutov, Igor and Mitchell, Tom}, editor = {Inui, Kentaro and Jiang, Jing and Ng, Vincent and Wan, Xiaojun}, booktitle = {Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing}, month = nov, year = {2019}, address = {Hong Kong, China}, publisher = {Association for Computational Linguistics}, pages = {1129--1139} }