← Search

Patrick Xia

10 accepted papers

2025

Generative Adapter: Contextualizing Language Models in Parameters with A Single Forward Pass

ICLR 2025poster

Large language models (LLMs) acquire substantial knowledge during pretraining but often need adaptation to new contexts, tasks, or domains, typically achieved through fine-tuning or prompting. However, fine-tuning incurs significant training costs, while prompting increases inference overhead. Inspi…

Cited by 3SourcePDFScholar
2024

Interpreting User Requests in the Context of Natural Language Standing Instructions

NAACL 2024findings

Users of natural language interfaces, frequently powered by Large Language Models (LLMs), must often repeat their full set of preferences each time they make a similar request. We describe an approach to LLM-based dialogue modeling in which persistent user constraints and preferences – collectively…

2024

Language-to-Code Translation with a Single Labeled Example

EMNLP 2024main

Tools for translating natural language into code promise natural, open-ended interaction with databases, web APIs, and other software systems. However, this promise is complicated by the diversity and continual development of these systems, each with its own interface and distinct set of features. B…

Cited by 0SourcePDFScholar
2024

Learning to Retrieve Iteratively for In-Context Learning

EMNLP 2024main

We introduce iterative retrieval, a novel framework that empowers retrievers to make iterative decisions through policy optimization. Finding an optimal portfolio of retrieved items is a combinatorial optimization problem, generally considered NP-hard. This approach provides a learned approximation…

Cited by 5SourcePDFScholar
2024

Natural Language Decomposition and Interpretation of Complex Utterances

IJCAI 2024poster

Designing natural language interfaces has historically required collecting supervised data to translate user requests into carefully designed intent representations. This requires enumerating and labeling a long tail of user requests, which is challenging. At the same time, large language models (LL…

Cited by 7SourcePDFScholar
2022

Adapting Coreference Resolution Models through Active Learning

ACL 2022long

Neural coreference resolution models trained on one dataset may not transfer to new, low-resource domains. Active learning mitigates this problem by sampling a small subset of data for annotators to label. While active learning is well-defined for classification tasks, its application to coreference…

2022

Automatic Document Selection for Efficient Encoder Pretraining

EMNLP 2022main

Building pretrained language models is considered expensive and data-intensive, but must we increase dataset size to achieve better performance? We propose an alternative to larger training sets by automatically identifying smaller yet domain-representative subsets. We extend Cynical Data Selection,…

2019

What do you learn from context? Probing for sentence structure in contextualized word representations

ICLR 2019poster

Contextualized representation models such as ELMo (Peters et al., 2018a) and BERT (Devlin et al., 2018) have recently achieved state-of-the-art results on a diverse array of downstream NLP tasks. Building on recent token-level probing work, we introduce a novel edge probing task design and construct…

Cited by 1017SourcePDFScholar