← Search

Xi Victoria Lin

19 accepted papers

2026

ThreadWeaver: Adaptive Threading for Efficient Parallel Reasoning in Language Models

ICML 2026oral

Scaling inference-time computation has enabled Large Language Models (LLMs) to achieve strong reasoning performance, but their inherently sequential decoding incurs substantial latency, motivating parallelization of the generation process. However, existing parallel reasoning approaches suffer from …

Cited by 0SourceScholar
2025

DRAMA: Diverse Augmentation from Large Language Models to Smaller Dense Retrievers

ACL 2025long

Large language models (LLMs) have demonstrated strong effectiveness and robustness when fine-tuned as dense retrievers.However, their large parameter size presents significant computational challenges at inference time.While smaller retrievers offer better efficiency, they often fail to generalize e…

2025

ImpRAG: Retrieval-Augmented Generation with Implicit Queries

EMNLP 2025

Retrieval-Augmented Generation (RAG) systems traditionally treat retrieval and generation as separate processes, requiring explicit textual queries to connect them. This separation can limit the ability of models to generalize across diverse tasks. In this work, we propose a query-free RAG system, n

Cited by 0SourcePDFScholar
2025

LMFusion: Adapting Pretrained Language Models for Multimodal Generation

NeurIPS 2025poster

We present LMFusion, a framework for empowering pretrained text-only large language models (LLMs) with multimodal generative capabilities, enabling them to understand and generate both text and images in arbitrary sequences. LMFusion leverages existing Llama-3's weights for processing texts autoregr…

Cited by 0SourceScholar
2025

SelfCite: Self-Supervised Alignment for Context Attribution in Large Language Models

ICML 2025poster

We introduce SelfCite, a novel self-supervised approach that aligns LLMs to generate high-quality, fine-grained, sentence-level citations for the statements in their generated responses. Instead of only relying on costly and labor-intensive annotations, SelfCite leverages a reward signal provided b…

2024

FOLIO: Natural Language Reasoning with First-Order Logic

EMNLP 2024main

Large language models (LLMs) have achieved remarkable performance on a variety of natural language understanding tasks. However, existing benchmarks are inadequate in measuring the complex logical reasoning capabilities of a model. We present FOLIO, a human-annotated, logically complex and diverse d…

2024

In-Context Pretraining: Language Modeling Beyond Document Boundaries

ICLR 2024spotlight

Language models are currently trained to predict tokens given document prefixes, enabling them to zero shot long form generation and prompting-style tasks which can be reduced to document completion. We instead present IN-CONTEXT PRETRAINING, a new approach where language models are trained on a seq…

2024

Nearest Neighbor Speculative Decoding for LLM Generation and Attribution

NeurIPS 2024poster

Large language models (LLMs) often hallucinate and lack the ability to provide attribution for their generations. Semi-parametric LMs, such as kNN-LM, approach these limitations by refining the output of an LM for a given prompt using its nearest neighbor matches in a non-parametric data store. Howe…

2024

RA-DIT: Retrieval-Augmented Dual Instruction Tuning

ICLR 2024poster

Retrieval-augmented language models (RALMs) improve performance by accessing long-tail and up-to-date knowledge from external data stores, but are challenging to build. Existing approaches require either expensive retrieval-specific modifications to LM pre-training or use post-hoc integration of the…

Cited by 142SourcePDFScholar
2024

SIRIUS : Contexual Sparisty with Correction for Efficient LLMs

NeurIPS 2024poster

With the blossom of large language models (LLM), inference efficiency becomes increasingly important. Various approximate methods are proposed to reduce the cost at inference time. Contextual Sparsity (CS) is appealing for its training-free nature and its ability to reach a higher compression ratio…

2023

LEVER: Learning to Verify Language-to-Code Generation with Execution

ICML 2023poster

The advent of large language models trained on code (code LLMs) has led to significant progress in language-to-code generation. State-of-the-art approaches in this area combine LLM decoding with sample pruning and reranking using test cases or heuristics based on the execution results. However, it i…

2023

Reimagining Retrieval Augmented Language Models for Answering Queries

ACL 2023findings

We present a reality check on large language models and inspect the promise of retrieval-augmented language models in comparison. Such language models are semi-parametric, where models integrate model parameters and knowledge from external data sources to make their predictions, as opposed to the pa…

Cited by 5SourcePDFScholar
2023

Towards A Unified View of Sparse Feed-Forward Network in Pretraining Large Language Model

EMNLP 2023long main

Large and sparse feed-forward layers (S-FFN) such as Mixture-of-Experts (MoE) have proven effective in scaling up Transformers model size for pretraining large language models. By only activating part of the FFN parameters conditioning on input, S-FFN improves generalization performance while keepin…

Cited by 0SourceScholar
2023

Training Trajectories of Language Models Across Scales

ACL 2023long

Scaling up language models has led to unprecedented performance gains, but little is understood about how the training dynamics change as models get larger. How do language models of different sizes learn during pre-training? Why do larger language models demonstrate more desirable behaviors? In thi…

2022

Efficient Large Scale Language Modeling with Mixtures of Experts

EMNLP 2022main

Mixture of Experts layers (MoEs) enable efficient scaling of language models through conditional computation. This paper presents a detailed empirical study of how autoregressive MoE language models scale in comparison with dense models in a wide range of settings: in- and out-of-domain language mod…

Cited by 146SourcecodeScholar
2022

Few-shot Learning with Multilingual Generative Language Models

EMNLP 2022main

Large-scale generative language models such as GPT-3 are competitive few-shot learners. While these models are known to be able to jointly represent many different languages, their training data is dominated by English, potentially limiting their cross-lingual generalization. In this work, we train…

2021

DART: Open-Domain Structured Data Record to Text Generation

NAACL 2021long

We present DART, an open domain structured DAta Record to Text generation dataset with over 82k instances (DARTs). Data-to-text annotations can be a costly process, especially when dealing with tables which are the major source of structured data and contain nontrivial structures. To this end, we pr…

2021

GraPPa: Grammar-Augmented Pre-Training for Table Semantic Parsing

ICLR 2021poster

We present GraPPa, an effective pre-training approach for table semantic parsing that learns a compositional inductive bias in the joint representations of textual and tabular data. We construct synthetic question-SQL pairs over high-quality tables via a synchronous context-free grammar (SCFG). We p…

Cited by 106SourcePDFScholar
2021

Learning to Synthesize Data for Semantic Parsing

NAACL 2021long

Synthesizing data for semantic parsing has gained increasing attention recently. However, most methods require handcrafted (high-precision) rules in their generative process, hindering the exploration of diverse unseen data. In this work, we propose a generative model which features a (non-neural) P…