← Search

Wenhan Xiong

20 accepted papers

2025

Law of the Weakest Link: Cross Capabilities of Large Language Models

ICLR 2025poster

The development and evaluation of Large Language Models (LLMs) have largely focused on individual capabilities. However, this overlooks the intersection of multiple abilities across different types of expertise that are often required for real-world tasks, which we term **cross capabilities**. To sy…

2024

Effective Long-Context Scaling of Foundation Models

NAACL 2024long

We present an effective recipe to train strong long-context LLMs that are capable of utilizing massive context windows of up to 32,000 tokens. Our models are built through continual pretraining from Llama 2 checkpoints with longer text sequences and on a dataset where long texts are upsampled. We pe…

Cited by 231SourcePDFScholar
2024

FLAME : Factuality-Aware Alignment for Large Language Models

NeurIPS 2024poster

Alignment is a procedure to fine-tune pre-trained large language models (LLMs) to follow natural language instructions and serve as helpful AI assistants. We have observed, however, that the conventional alignment process fails to enhance the factual accuracy of LLMs, and often leads to the generat…

Cited by 24SourcePDFScholar
2024

LM-Infinite: Zero-Shot Extreme Length Generalization for Large Language Models

NAACL 2024long

Today’s large language models (LLMs) typically train on short text segments (e.g., <4K tokens) due to the quadratic complexity of their Transformer architectures. As a result, their performance suffers drastically on inputs longer than those encountered during training, substantially limiting their…

2024

Megalodon: Efficient LLM Pretraining and Inference with Unlimited Context Length

NeurIPS 2024poster

The quadratic complexity and weak length extrapolation of Transformers limits their ability to scale to long sequences, and while sub-quadratic solutions like linear attention and state space models exist, they empirically underperform Transformers in pretraining efficiency and downstream task accur…

2024

Prompting Large Language Models with Speech Recognition Abilities

ICASSP 2024accepted

Large language models (LLMs) have proven themselves highly flexible, able to solve a wide range of generative tasks, such as abstractive summarization and open-ended question answering. In this paper we extend the capabilities of LLM by directly attaching a small audio encoder allowing it to perform…

Cited by 0SourceScholar
2023

Adapting Pretrained Text-to-Text Models for Long Text Sequences

EMNLP 2023long findings

We present an empirical study of adapting an existing pretrained text-to-text model for long-sequence inputs. Through a comprehensive study along three axes of the pretraining pipeline -- model architecture, optimization objective, and pretraining corpus, we propose an effective recipe to build long…

Cited by 0SourcecodeScholar
2023

Coarse-to-Fine Contrastive Learning in Image-Text-Graph Space for Improved Vision-Language Compositionality

EMNLP 2023long main

Contrastively trained vision-language models have achieved remarkable progress in vision and language representation learning. However, recent research has highlighted severe limitations of these models in their ability to perform compositional reasoning over objects, attributes, and relations. Scen…

Cited by 0SourceScholar
2023

Sub-network Discovery and Soft-masking for Continual Learning of Mixed Tasks

EMNLP 2023long findings

Continual learning (CL) has two main objectives: preventing catastrophic forgetting (CF) and encouraging knowledge transfer (KT). The existing literature mainly focused on overcoming CF. Some work has also been done on KT when the tasks are similar. To our knowledge, only one method has been propose…

Cited by 0SourcecodeScholar
2023

Text-guided 3D Human Generation from 2D Collections

EMNLP 2023long findings

3D human modeling has been widely used for engaging interaction in gaming, film, and animation. The customization of these characters is crucial for creativity and scalability, which highlights the importance of controllability. In this work, we introduce Text-guided 3D Human Generation (T3H), where…

Cited by 0SourceScholar
2022

Bridging the Training-Inference Gap for Dense Phrase Retrieval

EMNLP 2022finding

Building dense retrievers requires a series of standard procedures, including training and validating neural models and creating indexes for efficient search. However, these procedures are often misaligned in that training objectives do not exactly reflect the retrieval scenario at inference time. I…

Cited by 2SourcePDFScholar
2022

SCROLLS: Standardized CompaRison Over Long Language Sequences

EMNLP 2022main

NLP benchmarks have largely focused on short texts, such as sentences and paragraphs, even though long texts comprise a considerable amount of natural language in the wild. We introduce SCROLLS, a suite of tasks that require reasoning over long texts. We examine existing long-text datasets, and hand…

2022

Simple Local Attentions Remain Competitive for Long-Context Tasks

NAACL 2022long

Many NLP tasks require processing long contexts beyond the length limit of pretrained models. In order to scale these models to longer text sequences, many efficient long-range attention variants have been proposed. Despite the abundance of research along this direction, it is still difficult to gau…

2021

Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval

ICLR 2021poster

We propose a simple and efficient multi-hop dense retrieval approach for answering complex open-domain questions, which achieves state-of-the-art performance on two multi-hop datasets, HotpotQA and multi-evidence FEVER. Contrary to previous work, our method does not require access to any corpus-spec…

2021

Open-Domain Question-Answering for COVID-19 and Other Emergent Domains

EMNLP 2021system demonstrations

Since late 2019, COVID-19 has quickly emerged as the newest biomedical domain, resulting in a surge of new information. As with other emergent domains, the discussion surrounding the topic has been rapidly changing, leading to the spread of misinformation. This has created the need for a public spac…

2021

Unsupervised Multi-hop Question Answering by Question Generation

NAACL 2021long

Obtaining training data for multi-hop question answering (QA) is time-consuming and resource-intensive. We explore the possibility to train a well-performed multi-hop QA model without referencing any human-labeled multi-hop question-answer pairs, i.e., unsupervised multi-hop QA. We propose MQA-QG, a…

2021

Zero-shot Fact Verification by Claim Generation

ACL 2021short

Neural models for automated fact verification have achieved promising results thanks to the availability of large, human-annotated datasets. However, for each new domain that requires fact verification, creating a dataset by manually writing claims and linking them to their supporting evidence is ex…

2020

Pretrained Encyclopedia: Weakly Supervised Knowledge-Pretrained Language Model

ICLR 2020poster

Recent breakthroughs of pretrained language models have shown the effectiveness of self-supervised learning for a wide range of natural language processing (NLP) tasks. In addition to standard syntactic and semantic NLP tasks, pretrained models achieve strong improvements on tasks that involve real-…

Cited by 127SourceScholar
2018

Look Before You Leap: Bridging Model-Free and Model-Based Reinforcement Learning for Planned-Ahead Vision-and-Language Navigation

ECCV 2018poster

Existing research studies on vision and language grounding for robot navigation focus on improving model-free deep reinforcement learning (DRL) models in synthetic environments. However, model-free DRL models do not consider the dynamics in the real-world environments, and they often fail to general…