← Search

Furu Wei

169 accepted papers

2026

AesCoder: Code Aesthetics with Agentic Reward Feedback

ICLR 2026poster

Large Language Models (LLMs) have become valuable assistants for developers in code-related tasks. While LLMs excel at traditional programming tasks such as code generation and bug fixing, they struggle with visually-oriented coding tasks, often producing suboptimal aesthetics. In this paper, we int…

Cited by 0SourcecodeScholar
2026

FormAct: Agentic Source Editing for Rich-Format Document Generation

ICML 2026poster

Rich-format documents are essential for everyday operations yet costly to author, motivating the need for automated generation to enhance productivity. To this end, we present FormAct, an agentic system that generates professional rich-format documents from scratch. FormAct operates on an HTML sourc…

Cited by 0SourceScholar
2026

From Abstract to Contextual: What LLMs Still Cannot Do in Mathematics

ICLR 2026poster

Large language models now solve many benchmark math problems at near‑expert levels, yet this progress has not fully translated into reliable performance in real‑world applications. We study this gap through contextual mathematical reasoning, where the mathematical core must be formulated from descri…

Cited by 0SourceScholar
2026

Learning To Draft: Adaptive Speculative Decoding with Reinforcement Learning

ICLR 2026poster

Speculative decoding accelerates large language model (LLM) inference by using a small draft model to generate candidate tokens for a larger target model to verify. The efficacy of this technique hinges on the trade-off between the time spent on drafting candidates and verifying them. However, curre…

Cited by 0SourcecodeScholar
2026

Multimodal Latent Language Modeling with Next-Token Diffusion

ICML 2026spotlight

Multimodal generative models require a unified approach to handle both discrete data (e.g., text and code) and continuous data (e.g., image, audio, video). In this work, we propose Latent Language Modeling (LatentLM), which seamlessly integrates continuous and discrete data using causal Transformers…

Cited by 0SourcecodeScholar
2026

On Training Large Language Models for Long-Horizon Tasks: An Empirical Study of Horizon Length

ICML 2026poster

Large language models (LLMs) have shown promise as interactive agents that solve tasks through extended sequences of environment interactions. While prior work has primarily focused on system-level optimizations or algorithmic improvements, the role of task horizon length in shaping training dynamic…

Cited by 0SourceScholar
2026

Reasoning with Exploration: An Entropy Perspective

AAAI 2026technical

Balancing exploration and exploitation is a central goal in reinforcement learning (RL). Despite recent advances in enhancing language model (LM) reasoning, most methods lean toward exploitation, and increasingly encounter performance plateaus. In this work, we revisit entropy -- a signal of explora

Cited by 0SourcePDFScholar
2026

SlideSparse: Fast and Flexible (2N-2):2N Structured Sparsity

ICML 2026poster

NVIDIA's 2:4 Sparse Tensor Cores deliver $2\times$ throughput but demand 50% pruning—a ratio that collapses LLM reasoning accuracy (Qwen3: 54%→15%). Milder $(2N-2):2N$ patterns (e.g., 6:8, 25% pruning) preserve accuracy yet receive *no* hardware support, falling back to dense execution. We present *…

Cited by 0SourceScholar
2026

Synergizing Understanding and Generation with Interleaved Analyzing-Drafting Thinking

ICLR 2026poster

Unified Vision–Language Models (UVLMs) aim to advance multimodal learning by supporting both understanding and generation within a single framework. However, existing approaches largely focus on architectural unification while overlooking the need for explicit interaction between the two capabilitie…

Cited by 0SourceScholar
2026

UniM: A Unified Any-to-Any Interleaved Multimodal Benchmark

CVPR 2026

In real-world multimodal applications, systems usually need to comprehend arbitrarily combined and interleaved multimodal inputs from users, while also generating outputs in any interleaved multimedia form. This capability defines the goal of any-to-any interleaved multimodal learning under a unifie

Cited by 0SourceScholar
2026

VibeVoice: Expressive Podcast Generation with Next-Token Diffusion

ICLR 2026oral

Generating long-form, multi-speaker conversational audio like podcasts poses significant challenges for traditional Text-to-Speech (TTS) systems, particularly in scalability, speaker consistency, and natural turn-taking. We present VibeVoice , a novel model designed to synthesize expressive, long-fo…

Cited by 0SourceScholar
2026

VisCodex: Unified Multimodal Code Generation via Merging Vision and Coding Models

ICLR 2026poster

Multimodal large language models (MLLMs) have significantly advanced the integration of visual and textual understanding. However, their ability to generate code from multimodal inputs remains limited. In this work, we introduce VisCodex, a unified framework that seamlessly merges vision and coding…

Cited by 0SourcecodeScholar
2025

ARLON: Boosting Diffusion Transformers with Autoregressive Models for Long Video Generation

ICLR 2025poster

Text-to-video (T2V) models have recently undergone rapid and substantial advancements. Nevertheless, due to limitations in data and computational resources, achieving efficient generation of long videos with rich motion dynamics remains a significant challenge. To generate high-quality, dynamic, an…

Cited by 6SourcePDFScholar
2025

Assessing Dialect Fairness and Robustness of Large Language Models in Reasoning Tasks

ACL 2025long

Language is not monolithic. While benchmarks, including those designed for multiple languages, are often used as proxies to evaluate the performance of Large Language Models (LLMs), they tend to overlook the nuances of within-language variation and thus fail to model the experience of speakers of no…

Cited by 0SourcePDFScholar
2025

Autoregressive Speech Synthesis without Vector Quantization

ACL 2025long

We present MELLE, a novel continuous-valued token based language modeling approach for text-to-speech synthesis (TTS). MELLE autoregressively generates continuous mel-spectrogram frames directly from text condition, bypassing the need for vector quantization, which is typically designed for audio co…

2025

Bitnet.cpp: Efficient Edge Inference for Ternary LLMs

ACL 2025long

The advent of 1-bit large language models (LLMs), led by BitNet b1.58, has spurred interest in ternary LLMs. Despite this, research and practical applications focusing on efficient edge inference for ternary LLMs remain scarce. To bridge this gap, we introduce Bitnet.cpp, an inference system optimiz…

2025

Boosting Large Language Model for Speech Synthesis: An Empirical Study

ICASSP 2025accepted

Large language models (LLMs) have made significant advancements in natural language processing and are concurrently extending the language ability to other modalities, such as speech and vision. Nevertheless, most of the previous work focuses on prompting LLMs with perception abilities like auditory…

Cited by 0SourceScholar
2025

Chain-of-Reasoning: Towards Unified Mathematical Reasoning in Large Language Models via a Multi-Paradigm Perspective

ACL 2025long

Large Language Models (LLMs) have made notable progress in mathematical reasoning, yet they often rely on single-paradigm reasoning that limits their effectiveness across diverse tasks. In this paper, we introduce Chain-of-Reasoning (CoR), a novel unified framework that integrates multiple reasoning…

2025

Context-DPO: Aligning Language Models for Context-Faithfulness

ACL 2025finding

Reliable responses from large language models (LLMs) require adherence to user instructions and retrieved information. While alignment techniques help LLMs align with human intentions and values, improving context-faithfulness through alignment remains underexplored. To address this, we propose Cont…

2025

Data Selection via Optimal Control for Language Models

ICLR 2025oral

This work investigates the selection of high-quality pre-training data from massive corpora to enhance LMs' capabilities for downstream usage. We formulate data selection as a generalized Optimal Control problem, which can be solved theoretically by Pontryagin's Maximum Principle (PMP), yielding a…

2025

Examining False Positives under Inference Scaling for Mathematical Reasoning

EMNLP 2025

Recent advancements in language models have led to significant improvements in mathematical reasoning across various benchmarks. However, most of these benchmarks rely on automatic evaluation methods that only compare final answers using heuristics, without verifying the underlying reasoning steps.

2025

GeAR: Generation Augmented Retrieval

ACL 2025finding

Document retrieval techniques are essential for developing large-scale information systems. The common approach involves using a bi-encoder to compute the semantic similarity between a query and documents. However, the scalar similarity often fail to reflect enough information, hindering the interpr…

2025

Generative Representational Instruction Tuning

ICLR 2025poster

All text-based language problems can be reduced to either generation or embedding. Current models only perform well at one or the other. We introduce generative representational instruction tuning (GRIT) whereby a large language model is trained to handle both generative and embedding tasks by disti…

2025

Imagine While Reasoning in Space: Multimodal Visualization-of-Thought

ICML 2025poster

Chain-of-Thought (CoT) prompting has proven highly effective for enhancing complex reasoning in Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs). Yet, it struggles in complex spatial reasoning tasks. Nonetheless, human cognition extends beyond language alone, enabling the re…

Cited by 22SourcePDFScholar
2025

K-Level Reasoning: Establishing Higher Order Beliefs in Large Language Models for Strategic Reasoning

NAACL 2025long

Strategic reasoning is a complex yet essential capability for intelligent agents. It requires Large Language Model (LLM) agents to adapt their strategies dynamically in multi-agent environments. Unlike static reasoning tasks, success in these contexts depends on anticipating other agents’ beliefs an…

Cited by 0SourcePDFScholar
2025

Little Giants: Synthesizing High-Quality Embedding Data at Scale

NAACL 2025long

Synthetic data generation has become an increasingly popular way of training models without the need for large, manually labeled datasets. For tasks like text embedding, synthetic data offers diverse and scalable training examples, significantly reducing the cost of human annotation. However, most c…

2025

MMLU-CF: A Contamination-free Multi-task Language Understanding Benchmark

ACL 2025long

Multiple-choice question (MCQ) datasets like Massive Multitask Language Understanding (MMLU) are widely used to evaluate the commonsense, understanding, and problem-solving abilities of large language models (LLMs). However, the open-source nature of these benchmarks and the broad sources of trainin…

2025

NL2Lean: Translating Natural Language into Lean 4 through Multi-Aspect Reinforcement Learning

EMNLP 2025

Translating natural language into formal language such as Lean 4 has gained attention for its potential to automate formal proof development. Automated methods provide a scalable and cost-effective alternative to manual formalization, driving increasing interest in this task. However, existing LLMs

Cited by 0SourcePDFScholar
2025

PEACE: Empowering Geologic Map Holistic Understanding with MLLMs

CVPR 2025poster

Geologic map, as a fundamental diagram in geology science, provides critical insights into the structure and composition of Earth's subsurface and surface. These maps are indispensable in various fields, including disaster assessment, resource exploration, and civil engineering. Despite their signif…

2025

Preference Optimization for Reasoning with Pseudo Feedback

ICLR 2025spotlight

Preference optimization techniques, such as Direct Preference Optimization (DPO), are frequently employed to enhance the reasoning capabilities of large language models (LLMs) in domains like mathematical reasoning and coding, typically following supervised fine-tuning. These methods rely on high-qu…

Cited by 8SourcePDFScholar
2025

Self-Boosting Large Language Models with Synthetic Preference Data

ICLR 2025poster

Through alignment with human preferences, Large Language Models (LLMs) have advanced significantly in generating honest, harmless, and helpful responses. However, collecting high-quality preference data is a resource-intensive and creativity-demanding process, especially for the continual improvemen…

Cited by 4SourcePDFScholar
2025

ShifCon: Enhancing Non-Dominant Language Capabilities with a Shift-based Multilingual Contrastive Framework

ACL 2025long

Although fine-tuning Large Language Models (LLMs) with multilingual data can rapidly enhance the multilingual capabilities of LLMs, they still exhibit a performance gap between the dominant language (e.g., English) and non-dominant ones due to the imbalance of training data across languages. To furt…

2025

Think Only When You Need with Large Hybrid-Reasoning Models

NeurIPS 2025poster

Recent Large Reasoning Models (LRMs) have shown substantially improved reasoning capabilities over traditional Large Language Models (LLMs) by incorporating extended thinking processes prior to producing final responses. However, excessively lengthy thinking introduces substantial overhead in terms…

Cited by 0SourceScholar
2025

Towards Thinking-Optimal Scaling of Test-Time Compute for LLM Reasoning

NeurIPS 2025poster

Recent studies have shown that making a model spend more time thinking through longer Chain of Thoughts (CoTs) enables it to gain significant improvements in complex reasoning tasks. While current researches continue to explore the benefits of increasing test-time compute by extending the CoT length…

Cited by 0SourceScholar
2025

mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data

ACL 2025finding

Multimodal embedding models have gained significant attention for their ability to map data from different modalities, such as text and images, into a unified representation space. However, the limited labeled multimodal data often hinders embedding performance. Recent approaches have leveraged data…

2024

Boosting Text-to-Video Generative Model with MLLMs Feedback

NeurIPS 2024poster

Recent advancements in text-to-video generative models, such as Sora, have showcased impressive capabilities. These models have attracted significant interest for their potential applications. However, they often rely on extensive datasets of variable quality, which can result in generated videos th…

Cited by 5SourcePDFScholar
2024

Calibrating LLM-Based Evaluator

COLING 2024main

Recent advancements in large language models (LLMs) and their emergent capabilities make LLM a promising reference-free evaluator on the quality of natural language generation, and a competent alternative to human evaluation. However, hindered by the closed-source or high computational demand to hos…

Cited by 73SourcePDFScholar
2024

Chain-of-Dictionary Prompting Elicits Translation in Large Language Models

EMNLP 2024main

Large language models (LLMs) have shown surprisingly good performance in multilingual neural machine translation (MNMT) even if not being trained explicitly for translation. Yet, they still struggle with translating low-resource languages. As supported by our experiments, a bilingual dictionary betw…

2024

Grounding Multimodal Large Language Models to the World

ICLR 2024poster

We introduce Kosmos-2, a Multimodal Large Language Model (MLLM), enabling new capabilities of perceiving object descriptions (e.g., bounding boxes) and grounding text to the visual world. Specifically, we represent text spans (i.e., referring expressions and noun phrases) as links in Markdown, i.e.,…

Cited by 54SourcePDFScholar
2024

HD-Eval: Aligning Large Language Model Evaluators Through Hierarchical Criteria Decomposition

ACL 2024long

Large language models (LLMs) have emerged as a promising alternative to expensive human evaluations. However, the alignment and coverage of LLM-based evaluations are often limited by the scope and potential bias of the evaluation prompts and criteria. To address this challenge, we propose HD-Eval, a…

2024

Improving Text Embeddings with Large Language Models

ACL 2024long

In this paper, we introduce a novel and simple method for obtaining high-quality text embeddings using only synthetic data and less than 1k training steps. Unlike existing methods that often depend on multi-stage intermediate pre-training with billions of weakly-supervised text pairs, followed by fi…

2024

In-context Autoencoder for Context Compression in a Large Language Model

ICLR 2024poster

We propose the In-context Autoencoder (ICAE), leveraging the power of a large language model (LLM) to compress a long context into short compact memory slots that can be directly conditioned on by the LLM for various purposes. ICAE is first pretrained using both autoencoding and language modeling ob…

2024

Instruction Pre-Training: Language Models are Supervised Multitask Learners

EMNLP 2024main

Unsupervised multitask pre-training has been the critical method behind the recent success of language models (LMs). However, supervised multitask learning still holds significant promise, as scaling it in the post-training stage trends towards better generalization. In this paper, we explore superv…

2024

KOSMOS-E : Learning to Follow Instruction for Robotic Grasping

IROS 2024poster

Tuning on instruction-following data has been shown to enhance the capabilities and controllability of language models, but the idea is less explored in the robotic field. In this work, we introduce KOSMOS-E, a Multimodal Large Language Model (MLLM) that leverages instruction-following robotic grasp…

Cited by 1SourceScholar
2024

Kosmos-G: Generating Images in Context with Multimodal Large Language Models

ICLR 2024poster

Recent advancements in subject-driven image generation have made significant strides. However, current methods still fall short in diverse application scenarios, as they require test-time tuning and cannot accept interleaved multi-image and text input. These limitations keep them far from the ultima…

2024

Language-Specific Neurons: The Key to Multilingual Capabilities in Large Language Models

ACL 2024long

Large language models (LLMs) demonstrate remarkable multilingual capabilities without being pre-trained on specially curated multilingual parallel corpora.It remains a challenging problem to explain the underlying mechanisms by which LLMs process multilingual texts.In this paper, we delve into the c…

2024

LongEmbed: Extending Embedding Models for Long Context Retrieval

EMNLP 2024main

Embedding models play a pivotal role in modern NLP applications such as document retrieval. However, existing embedding models are limited to encoding short documents of typically 512 tokens, restrained from application scenarios requiring long inputs. This paper explores context window extension of…

2024

Low-code LLM: Graphical User Interface over Large Language Models

NAACL 2024system demonstrations

Utilizing Large Language Models (LLMs) for complex tasks is challenging, often involving a time-consuming and uncontrollable prompt engineering process. This paper introduces a novel human-LLM interaction framework, Low-code LLM. It incorporates six types of simple low-code visual programming intera…

2024

MathScale: Scaling Instruction Tuning for Mathematical Reasoning

ICML 2024poster

Large language models (LLMs) have demonstrated remarkable capabilities in problem-solving. However, their proficiency in solving mathematical problems remains inadequate. We propose MathScale, a simple and scalable method to create high-quality mathematical reasoning data using frontier LLMs (e.g.,…

2024

Mind's Eye of LLMs: Visualization-of-Thought Elicits Spatial Reasoning in Large Language Models

NeurIPS 2024poster

Large language models (LLMs) have exhibited impressive performance in language comprehension and various reasoning tasks. However, their abilities in spatial reasoning, a crucial aspect of human cognition, remain relatively unexplored. Human possess a remarkable ability to create mental images of un…

2024

Multimodal Large Language Models Make Text-to-Image Generative Models Align Better

NeurIPS 2024poster

Recent studies have demonstrated the exceptional potentials of leveraging human preference datasets to refine text-to-image generative models, enhancing the alignment between generated images and textual prompts. Despite these advances, current human preference datasets are either prohibitively expe…

Cited by 3SourcePDFScholar
2024

Not All Metrics Are Guilty: Improving NLG Evaluation by Diversifying References

NAACL 2024long

Most research about natural language generation (NLG) relies on evaluation benchmarks with limited references for a sample, which may result in poor correlations with human judgements. The underlying reason is that one semantic meaning can actually be expressed in different forms, and the evaluation…

2024

PoSE: Efficient Context Window Extension of LLMs via Positional Skip-wise Training

ICLR 2024poster

Large Language Models (LLMs) are trained with a pre-defined context length, restricting their use in scenarios requiring long inputs. Previous efforts for adapting LLMs to a longer length usually requires fine-tuning with this target length (Full-length fine-tuning), suffering intensive training cos…

2024

ResLoRA: Identity Residual Mapping in Low-Rank Adaption

ACL 2024findings

As one of the most popular parameter-efficient fine-tuning (PEFT) methods, low-rank adaptation (LoRA) is commonly applied to fine-tune large language models (LLMs). However, updating the weights of LoRA blocks effectively and expeditiously is challenging due to the long calculation path in the origi…

2024

Respond in my Language: Mitigating Language Inconsistency in Response Generation based on Large Language Models

ACL 2024long

Large Language Models (LLMs) show strong instruction understanding ability across multiple languages. However, they are easily biased towards English in instruction tuning, and generate English responses even given non-English instructions. In this paper, we investigate the language inconsistent gen…

2024

SCALE: Synergized Collaboration of Asymmetric Language Translation Engines

ACL 2024findings

In this paper, we introduce SCALE, a collaborative framework that connects a compact Specialized Translation Model (STM) and a general-purpose Large Language Model (LLM) as one unified translation engine. By introducing translation from STM into the triplet in-context demonstrations, SCALE unlocks r…

2024

Se2: Sequential Example Selection for In-Context Learning

ACL 2024findings

The remarkable capability of large language models(LLMs) for in-context learning(ICL) needs to be activated by demonstration examples. Prior work has extensively explored the selection of examples for ICL, predominantly following the “select then organize” paradigm, such approaches often neglect the…

2024

Text Diffusion with Reinforced Conditioning

AAAI 2024technical

Diffusion models have demonstrated exceptional capability in generating high-quality images, videos, and audio. Due to their adaptiveness in iterative refinement, they provide a strong potential for achieving better non-autoregressive sequence generation. However, existing text diffusion models stil…

Cited by 1SourcePDFScholar
2024

TextDiffuser-2: Unleashing the Power of Language Models for Text Rendering

ECCV 2024oral

"The diffusion model has been proven a powerful generative model in recent years, yet it remains a challenge in generating visual text. Although existing work has endeavored to enhance the accuracy of text rendering, these methods still suffer from several drawbacks, such as (1) limited flexibility…

2024

Unleashing the Emergent Cognitive Synergy in Large Language Models: A Task-Solving Agent through Multi-Persona Self-Collaboration

NAACL 2024long

Human intelligence thrives on cognitive synergy, where collaboration among different minds yield superior outcomes compared to isolated individuals. In this work, we propose Solo Performance Prompting (SPP), which transforms a single LLM into a cognitive synergist by engaging in multi-turn self-coll…

2024

WavLLM: Towards Robust and Adaptive Speech Large Language Model

EMNLP 2024finding

Recent advancements in large language models (LLMs) have expanded their scope in natural language processing (NLP) to encompass multimodal functions. However, integrating listening capabilities effectively remains a significant challenge for generalization and complex auditory task execution. In thi…

2024

You Only Cache Once: Decoder-Decoder Architectures for Language Models

NeurIPS 2024oral

We introduce a decoder-decoder architecture, YOCO, for large language models, which only caches key-value pairs once. It consists of two components, i.e., a cross-decoder stacked upon a self-decoder. The self-decoder efficiently encodes global key-value (KV) caches that are reused by the cross-decod…

2024

xRAG: Extreme Context Compression for Retrieval-augmented Generation with One Token

NeurIPS 2024poster

This paper introduces xRAG, an innovative context compression method tailored for retrieval-augmented generation. xRAG reinterprets document embeddings in dense retrieval--traditionally used solely for retrieval--as features from the retrieval modality. By employing a modality fusion methodology, xR…

2023

A Length-Extrapolatable Transformer

ACL 2023long

Position modeling plays a critical role in Transformers. In this paper, we focus on length extrapolation, i.e., training on short texts while evaluating longer sequences. We define attention resolution as an indicator of extrapolation. Then we propose two designs to improve the above metric of Trans…

2023

Are More Layers Beneficial to Graph Transformers?

ICLR 2023poster

Despite that going deep has proven successful in many neural architectures, the existing graph transformers are relatively shallow. In this work, we explore whether more layers are beneficial to graph transformers, and find that current graph transformers suffer from the bottleneck of improving perf…

2023

Augmenting Language Models with Long-Term Memory

NeurIPS 2023poster

Existing large language models (LLMs) can only afford fix-sized inputs due to the input length limit, preventing them from utilizing rich long-context information from past inputs. To address this, we propose a framework, Language Models Augmented with Long-Term Memory (LongMem), which enables LLMs…

Cited by 186SourcePDFScholar
2023

BEATs: Audio Pre-Training with Acoustic Tokenizers

ICML 2023oral

We introduce a self-supervised learning (SSL) framework BEATs for general audio representation pre-training, where we optimize an acoustic tokenizer and an audio SSL model by iterations. Unlike the previous audio SSL models that employ reconstruction loss for pre-training, our audio SSL model is tra…

2023

Beyond English-Centric Bitexts for Better Multilingual Language Representation Learning

ACL 2023long

In this paper, we elaborate upon recipes for building multilingual representation models that are not only competitive with existing state-of-the-art models but are also more parameter efficient, thereby promoting better adoption in resource-constrained scenarios and practical applications. We show…

Cited by 19SourcePDFScholar
2023

Corrupted Image Modeling for Self-Supervised Visual Pre-Training

ICLR 2023top-25%

We introduce Corrupted Image Modeling (CIM) for self-supervised visual pre-training. CIM uses an auxiliary generator with a small trainable BEiT to corrupt the input image instead of using artificial [MASK] tokens, where some patches are randomly selected and replaced with plausible alternatives sam…

Cited by 93SourcePDFScholar
2023

Democratizing Reasoning Ability: Tailored Learning from Large Language Model

EMNLP 2023long main

Large language models (LLMs) exhibit impressive emergent abilities in natural language processing, but their democratization is hindered due to huge computation requirements and closed-source nature. Recent research on advancing open-source smaller LMs by distilling knowledge from black-box LLMs has…

Cited by 0SourcecodeScholar
2023

Dual-Alignment Pre-training for Cross-lingual Sentence Embedding

ACL 2023long

Recent studies have shown that dual encoder models trained with the sentence-level translation ranking task are effective methods for cross-lingual sentence embedding. However, our research indicates that token-level alignment is also crucial in multilingual scenarios, which has not been fully explo…

2023

Extensible Prompts for Language Models on Zero-shot Language Style Customization

NeurIPS 2023poster

We propose eXtensible Prompt (X-Prompt) for prompting a large language model (LLM) beyond natural language (NL). X-Prompt instructs an LLM with not only NL but also an extensible vocabulary of imaginary words. Registering new imaginary words allows us to instruct the LLM to comprehend concepts that…

Cited by 3SourcePDFScholar
2023

GanLM: Encoder-Decoder Pre-training with an Auxiliary Discriminator

ACL 2023long

Pre-trained models have achieved remarkable success in natural language processing (NLP). However, existing pre-training methods underutilize the benefits of language understanding for generation. Inspired by the idea of Generative Adversarial Networks (GANs), we propose a GAN-style model for encode…

2023

Image as a Foreign Language: BEiT Pretraining for Vision and Vision-Language Tasks

CVPR 2023poster

A big convergence of language, vision, and multimodal pretraining is emerging. In this work, we introduce a general-purpose multimodal foundation model BEiT-3, which achieves excellent transfer performance on both vision and vision-language tasks. Specifically, we advance the big convergence from th…

Cited by 621SourcePDFScholar
2023

Joint Pre-Training with Speech and Bilingual Text for Direct Speech to Speech Translation

ICASSP 2023accepted

Direct speech-to-speech translation (S2ST) is an attractive research topic with many advantages compared to cascaded S2ST. However, direct S2ST suffers from the data scarcity problem because the corpora from the speech of the source language to the speech of the target language are very rare. To add…

Cited by 0SourceScholar
2023

Language Is Not All You Need: Aligning Perception with Language Models

NeurIPS 2023poster

A big convergence of language, multimodal perception, action, and world modeling is a key step toward artificial general intelligence. In this work, we introduce KOSMOS-1, a Multimodal Large Language Model (MLLM) that can perceive general modalities, learn in context (i.e., few-shot), and follow ins…

2023

Magneto: A Foundation Transformer

ICML 2023poster

A big convergence of model architectures across language, vision, speech, and multimodal is emerging. However, under the same name ''Transformers'', the above areas use different implementations for better performance, e.g., Post-LayerNorm for BERT, and Pre-LayerNorm for GPT and vision Transformers.…

Cited by 12SourcePDFScholar
2023

Non-Contrastive Learning Meets Language-Image Pre-Training

CVPR 2023poster

Contrastive language-image pre-training (CLIP) serves as a de-facto standard to align images and texts. Nonetheless, the loose correlation between images and texts of web-crawled data renders the contrastive objective data inefficient and craving for a large training batch size. In this work, we exp…

2023

Not All Languages Are Created Equal in LLMs: Improving Multilingual Capability by Cross-Lingual-Thought Prompting

EMNLP 2023long findings

Large language models (LLMs) demonstrate impressive multilingual capability, but their performance varies substantially across different languages. In this work, we introduce a simple yet effective method, called cross-lingual-thought prompting (XLT), to systematically improve the multilingual capab…

Cited by 0SourceScholar
2023

On the Off-Target Problem of Zero-Shot Multilingual Neural Machine Translation

ACL 2023findings

While multilingual neural machine translation has achieved great success, it suffers from the off-target issue, where the translation is in the wrong language. This problem is more pronounced on zero-shot translation tasks. In this work, we find that failing in encoding discriminative target languag…

2023

On the Pareto Front of Multilingual Neural Machine Translation

NeurIPS 2023poster

In this work, we study how the performance of a given direction changes with its sampling ratio in Multilingual Neural Machine Translation (MNMT). By training over 200 multilingual models with various model sizes, data sizes, and language directions, we find it interesting that the performance of ce…

2023

Pre-training Language Model as a Multi-perspective Course Learner

ACL 2023findings

ELECTRA, the generator-discriminator pre-training framework, has achieved impressive semantic construction capability among various downstream tasks. Despite the convincing performance, ELECTRA still faces the challenges of monotonous training and deficient interaction. Generator with only masked la…

Cited by 1SourcePDFScholar
2023

Prototypical Calibration for Few-shot Learning of Language Models

ICLR 2023poster

In-context learning of GPT-like models has been recognized as fragile across different hand-crafted templates, and demonstration permutations. In this work, we propose prototypical calibration to adaptively learn a more robust decision boundary for zero- and few-shot classification, instead of greed…

Cited by 47SourcePDFScholar
2023

SimLM: Pre-training with Representation Bottleneck for Dense Passage Retrieval

ACL 2023long

In this paper, we propose SimLM (Similarity matching with Language Model pre-training), a simple yet effective pre-training method for dense passage retrieval. It employs a simple bottleneck architecture that learns to compress the passage information into a dense vector through self-supervised pre-…

2023

Speculative Decoding: Exploiting Speculative Execution for Accelerating Seq2seq Generation

EMNLP 2023long findings

We propose Speculative Decoding (SpecDec), for the first time ever, to formally study exploiting the idea of speculative execution to accelerate autoregressive (AR) decoding. Speculative Decoding has two innovations: Spec-Drafter -- an independent model specially optimized for efficient and accurate…

Cited by 0SourcecodeScholar
2023

Syllogistic Reasoning for Legal Judgment Analysis

EMNLP 2023long main

Legal judgment assistants are developing fast due to impressive progress of large language models (LLMs). However, people can hardly trust the results generated by a model without reliable analysis of legal judgement. For legal practitioners, it is common practice to utilize syllogistic reasoning to…

Cited by 0SourceScholar
2023

TRIP: Accelerating Document-level Multilingual Pre-training via Triangular Document-level Pre-training on Parallel Data Triplets

EMNLP 2023long findings

Despite the success of multilingual sequence-to-sequence pre-training, most existing approaches rely on document-level monolingual corpora in many different languages, sentence-level bilingual corpora,\footnote{In this paper, we use bilingual corpora to denote parallel corpora with bilingual transla…

Cited by 0SourceScholar
2023

TextDiffuser: Diffusion Models as Text Painters

NeurIPS 2023poster

Diffusion models have gained increasing attention for their impressive generation abilities but currently struggle with rendering accurate and coherent text. To address this issue, we introduce TextDiffuser, focusing on generating images with visually appealing text that is coherent with backgrounds…

Cited by 128SourcePDFScholar
2023

TrOCR: Transformer-Based Optical Character Recognition with Pre-trained Models

AAAI 2023technical

Text recognition is a long-standing research problem for document digitalization. Existing approaches are usually built based on CNN for image understanding and RNN for char-level text generation. In addition, another language model is usually needed to improve the overall accuracy as a post-process…

2023

Tuna: Instruction Tuning using Feedback from Large Language Models

EMNLP 2023long findings

Instruction tuning of open-source large language models (LLMs) like LLaMA, using direct outputs from more powerful LLMs such as Instruct-GPT and GPT-4, has proven to be a cost-effective way to align model behaviors with human preferences. However, the instruction-tuned model has only seen one respon…

Cited by 0SourcecodeScholar
2023

UPRISE: Universal Prompt Retrieval for Improving Zero-Shot Evaluation

EMNLP 2023long main

Large Language Models (LLMs) are popular for their impressive abilities, but the need for model-specific fine-tuning or task-specific prompt engineering can hinder their generalization. We propose UPRISE (Universal Prompt Retrieval for Improving zero-Shot Evaluation), which tunes a lightweight and v…

Cited by 0SourcecodeScholar
2023

Visually-Augmented Language Modeling

ICLR 2023poster

Human language is grounded on multimodal knowledge including visual knowledge like colors, sizes, and shapes. However, current large-scale pre-trained language models rely on the text-only self-supervised training with massive text data, which precludes them from utilizing relevant visual informatio…

2023

Why Can GPT Learn In-Context? Language Models Secretly Perform Gradient Descent as Meta-Optimizers

ACL 2023findings

Large pretrained language models have shown surprising in-context learning (ICL) ability. With a few demonstration input-label pairs, they can predict the label for an unseen input without parameter updates. Despite the great success in performance, its working mechanism still remains an open questi…

2022

A Unified Strategy for Multilingual Grammatical Error Correction with Pre-trained Cross-Lingual Language Model

IJCAI 2022poster

Synthetic data construction of Grammatical Error Correction (GEC) for non-English languages relies heavily on human-designed and language-specific rules, which produce limited error-corrected patterns. In this paper, we propose a generic and language-independent strategy for multilingual GEC, which…

2022

Attention Temperature Matters in Abstractive Summarization Distillation

ACL 2022long

Recent progress of abstractive text summarization largely relies on large pre-trained sequence-to-sequence Transformer models, which are computationally expensive. This paper aims to distill these large models into smaller ones for faster inference and with minimal performance loss. Pseudo-labeling…

2022

CLIP Models are Few-Shot Learners: Empirical Studies on VQA and Visual Entailment

ACL 2022long

CLIP has shown a remarkable zero-shot capability on a wide range of vision tasks. Previously, CLIP is only regarded as a powerful visual encoder. However, after being pre-trained by language supervision from a large amount of image-caption pairs, CLIP itself should also have acquired some few-shot a…

2022

CROP: Zero-shot Cross-lingual Named Entity Recognition with Multilingual Labeled Sequence Translation

EMNLP 2022finding

Named entity recognition (NER) suffers from the scarcity of annotated training data, especially for low-resource languages without labeled data. Cross-lingual NER has been proposed to alleviate this issue by transferring knowledge from high-resource languages to low-resource languages via aligned cr…

2022

Controllable Natural Language Generation with Contrastive Prefixes

ACL 2022findings

To guide the generation of large pretrained language models (LM), previous work has focused on directly fine-tuning the language model or utilizing an attribute discriminator. In this work, we propose a novel lightweight framework for controllable GPT2 generation, which utilizes a set of small attri…

Cited by 100SourcePDFScholar
2022

Distilled Dual-Encoder Model for Vision-Language Understanding

EMNLP 2022main

On vision-language understanding (VLU) tasks, fusion-encoder vision-language models achieve superior results but sacrifice efficiency because of the simultaneous encoding of images and text. On the contrary, the dual encoder model that separately encodes images and text has the advantage in efficien…

2022

EdgeFormer: A Parameter-Efficient Transformer for On-Device Seq2seq Generation

EMNLP 2022main

We introduce EdgeFormer – a parameter-efficient Transformer for on-device seq2seq generation under the strict computation and memory constraints. Compared with the previous parameter-efficient Transformers, EdgeFormer applies two novel principles for cost-effective parameterization, allowing it to p…

2022

High-resource Language-specific Training for Multilingual Neural Machine Translation

IJCAI 2022poster

Multilingual neural machine translation (MNMT) trained in multiple language pairs has attracted considerable attention due to fewer model parameters and lower training costs by sharing knowledge among multiple languages. Nonetheless, multilingual training is plagued by language interference degenera…

Cited by 27SourcePDFScholar
2022

Knowledge Neurons in Pretrained Transformers

ACL 2022long

Large-scale pretrained language models are surprisingly good at recalling factual knowledge presented in the training corpus. In this paper, we present preliminary studies on how factual knowledge is stored in pretrained Transformers by introducing the concept of knowledge neurons. Specifically, we…

2022

MarkupLM: Pre-training of Text and Markup Language for Visually Rich Document Understanding

ACL 2022long

Multimodal pre-training with text, layout, and image has made significant progress for Visually Rich Document Understanding (VRDU), especially the fixed-layout documents such as scanned document images. While, there are still a large number of digital documents where the layout information is not fi…

2022

Neural Label Search for Zero-Shot Multi-Lingual Extractive Summarization

ACL 2022long

In zero-shot multilingual extractive text summarization, a model is typically trained on English summarization dataset and then applied on summarization datasets of other languages. Given English gold summaries and documents, sentence-level labels for extractive summarization are usually generated u…

2022

On the Representation Collapse of Sparse Mixture of Experts

NeurIPS 2022accept

Sparse mixture of experts provides larger model capacity while requiring a constant computational overhead. It employs the routing mechanism to distribute input tokens to the best-matched experts according to their hidden representations. However, learning such a routing mechanism encourages token c…

2022

PromptBERT: Improving BERT Sentence Embeddings with Prompts

EMNLP 2022main

We propose PromptBERT, a novel contrastive learning method for learning better sentence representation. We firstly analysis the drawback of current sentence embedding from original BERT and find that it is mainly due to the static token embedding bias and ineffective BERT layers. Then we propose the…

2022

Sequence Level Contrastive Learning for Text Summarization

AAAI 2022technical

Contrastive learning models have achieved great success in unsupervised visual representation learning, which maximize the similarities between feature representations of different views of the same image, while minimize the similarities between feature representations of views of different images.…

2022

Snapshot-Guided Domain Adaptation for ELECTRA

EMNLP 2022finding

Discriminative pre-trained language models, such as ELECTRA, have achieved promising performances in a variety of general tasks. However, these generic pre-trained models struggle to capture domain-specific knowledge of domain-related tasks. In this work, we propose a novel domain-adaptation method…

2022

SpeechT5: Unified-Modal Encoder-Decoder Pre-Training for Spoken Language Processing

ACL 2022long

Motivated by the success of T5 (Text-To-Text Transfer Transformer) in pre-trained natural language processing models, we propose a unified-modal SpeechT5 framework that explores the encoder-decoder pre-training for self-supervised speech/text representation learning. The SpeechT5 framework consists…

2022

SpeechUT: Bridging Speech and Text with Hidden-Unit for Encoder-Decoder Based Speech-Text Pre-training

EMNLP 2022main

The rapid development of single-modal pre-training has prompted researchers to pay more attention to cross-modal pre-training methods. In this paper, we propose a unified-modal speech-unit-text pre-training model, SpeechUT, to connect the representations of a speech encoder and a text decoder with a…

2022

StableMoE: Stable Routing Strategy for Mixture of Experts

ACL 2022long

The Mixture-of-Experts (MoE) technique can scale up the model size of Transformers with an affordable computational overhead. We point out that existing learning-to-route MoE methods suffer from the routing fluctuation issue, i.e., the target expert of the same input may change along with training,…

2022

Swin Transformer V2: Scaling Up Capacity and Resolution

CVPR 2022poster

We present techniques for scaling Swin Transformer [??] up to 3 billion parameters and making it capable of training with images of up to 1,536x1,536 resolution. By scaling up capacity and resolution, Swin Transformer sets new records on four representative vision benchmarks: 84.0% top-1 accuracy on…

Cited by 2410PDFcodeScholar
2022

THE-X: Privacy-Preserving Transformer Inference with Homomorphic Encryption

ACL 2022findings

As more and more pre-trained language models adopt on-cloud deployment, the privacy issues grow quickly, mainly for the exposure of plain-text user data (e.g., search history, medical record, bank account). Privacy-preserving inference of transformer models is on the demand of cloud service users. T…

2022

Towards Making the Most of Cross-Lingual Transfer for Zero-Shot Neural Machine Translation

ACL 2022long

This paper demonstrates that multilingual pretraining and multilingual fine-tuning are both critical for facilitating cross-lingual transfer in zero-shot translation, where the neural machine translation (NMT) model is tested on source languages unseen during supervised training. Following this idea…

2022

UM4: Unified Multilingual Multiple Teacher-Student Model for Zero-Resource Neural Machine Translation

IJCAI 2022poster

Most translation tasks among languages belong to the zero-resource translation problem where parallel corpora are unavailable. Multilingual neural machine translation (MNMT) enables one-pass translation using shared semantic space for all languages compared to the two-pass pivot translation but ofte…

2022

Unispeech-Sat: Universal Speech Representation Learning With Speaker Aware Pre-Training

ICASSP 2022accepted

Self-supervised learning (SSL) is a long-standing goal for speech processing, since it utilizes large-scale unlabeled data and avoids extensive human labeling. Recent years have witnessed great successes in applying self-supervised learning in speech recognition, while limited exploration was attemp…

Cited by 0SourceScholar
2022

VLMo: Unified Vision-Language Pre-Training with Mixture-of-Modality-Experts

NeurIPS 2022accept

We present a unified Vision-Language pretrained Model (VLMo) that jointly learns a dual encoder and a fusion encoder with a modular Transformer network. Specifically, we introduce Multiway Transformer, where each block contains a pool of modality-specific experts and a shared self-attention layer. B…

2022

XDoc: Unified Pre-training for Cross-Format Document Understanding

EMNLP 2022finding

The surge of pre-training has witnessed the rapid development of document understanding recently. Pre-training and fine-tuning framework has been effectively used to tackle texts in various formats, including plain texts, document texts, and web texts. Despite achieving promising performance, existi…

2022

XFUND: A Benchmark Dataset for Multilingual Visually Rich Form Understanding

ACL 2022findings

Multimodal pre-training with text, layout, and image has achieved SOTA performance for visually rich document understanding tasks recently, which demonstrates the great potential for joint learning across different modalities. However, the existed research work has focused only on the English domain…

2022

XLM-E: Cross-lingual Language Model Pre-training via ELECTRA

ACL 2022long

In this paper, we introduce ELECTRA-style tasks to cross-lingual language model pre-training. Specifically, we present two pre-training tasks, namely multilingual replaced token detection, and translation replaced token detection. Besides, we pretrain the model, named as XLM-E, on both multilingual…

2022

Zero-shot Cross-lingual Transfer of Prompt-based Tuning with a Unified Multilingual Prompt

EMNLP 2022main

Prompt-based tuning has been proven effective for pretrained language models (PLMs). While most of the existing work focuses on the monolingual prompts, we study the multilingual prompts for multilingual PLMs, especially in the zero-shot cross-lingual setting. To alleviate the effort of designing di…

2021

Allocating Large Vocabulary Capacity for Cross-Lingual Language Model Pre-Training

EMNLP 2021main

Compared to monolingual models, cross-lingual models usually require a more expressive vocabulary to represent all languages adequately. We find that many languages are under-represented in recent cross-lingual language models due to the limited vocabulary capacity. To this end, we propose an algori…

2021

Beyond Preserved Accuracy: Evaluating Loyalty and Robustness of BERT Compression

EMNLP 2021main

Recent studies on compression of pretrained language models (e.g., BERT) usually use preserved accuracy as the metric for evaluation. In this paper, we propose two new metrics, label loyalty and probability loyalty that measure how closely a compressed model (i.e., student) mimics the original model…

2021

Blow the Dog Whistle: A Chinese Dataset for Cant Understanding with Common Sense and World Knowledge

NAACL 2021long

Cant is important for understanding advertising, comedies and dog-whistle politics. However, computational research on cant is hindered by a lack of available datasets. In this paper, we propose a large and diverse Chinese dataset for creating and understanding cant from a computational linguistics…

2021

Consistency Regularization for Cross-Lingual Fine-Tuning

ACL 2021long

Fine-tuning pre-trained cross-lingual language models can transfer task-specific supervision from one language to the others. In this work, we propose to improve cross-lingual fine-tuning with consistency regularization. Specifically, we use example consistency regularization to penalize the predict…

2021

Improving Pretrained Cross-Lingual Language Models via Self-Labeled Word Alignment

ACL 2021long

The cross-lingual language models are typically pretrained with masked language modeling on multilingual text or parallel sentences. In this paper, we introduce denoising word alignment as a new cross-lingual pre-training task. Specifically, the model first self-label word alignments for parallel se…

2021

Improving Sequence-to-Sequence Pre-training via Sequence Span Rewriting

EMNLP 2021main

In this paper, we propose Sequence Span Rewriting (SSR), a self-supervised task for sequence-to-sequence (Seq2Seq) pre-training. SSR learns to refine the machine-generated imperfect text spans into ground truth text. SSR provides more fine-grained and informative supervision in addition to the origi…

2021

InfoXLM: An Information-Theoretic Framework for Cross-Lingual Language Model Pre-Training

NAACL 2021long

In this work, we present an information-theoretic framework that formulates cross-lingual language model pre-training as maximizing mutual information between multilingual-multi-granularity texts. The unified view helps us to better understand the existing methods for learning cross-lingual represen…

Cited by 371SourcePDFScholar
2021

Instantaneous Grammatical Error Correction with Shallow Aggressive Decoding

ACL 2021long

In this paper, we propose Shallow Aggressive Decoding (SAD) to improve the online inference efficiency of the Transformer for instantaneous Grammatical Error Correction (GEC). SAD optimizes the online inference efficiency for GEC by two innovations: 1) it aggressively decodes as many tokens as possi…

2021

Jointly Learning to Repair Code and Generate Commit Message

EMNLP 2021main

We propose a novel task of jointly repairing program codes and generating commit messages. Code repair and commit message generation are two essential and related tasks for software development. However, existing work usually performs the two tasks independently. We construct a multilingual triple d…

2021

LayoutLMv2: Multi-modal Pre-training for Visually-rich Document Understanding

ACL 2021long

Pre-training of text and layout has proved effective in a variety of visually-rich document understanding tasks due to its effective model architecture and the advantage of large-scale unlabeled scanned/digital-born documents. We propose LayoutLMv2 architecture with new pre-training tasks to model t…

2021

LayoutReader: Pre-training of Text and Layout for Reading Order Detection

EMNLP 2021main

Reading order detection is the cornerstone to understanding visually-rich documents (e.g., receipts and forms). Unfortunately, no existing work took advantage of advanced deep learning models because it is too laborious to annotate a large enough dataset. We observe that the reading order of WORD do…

2021

Multilingual Agreement for Multilingual Neural Machine Translation

ACL 2021short

Although multilingual neural machine translation (MNMT) enables multiple language translations, the training process is based on independent multilingual objectives. Most multilingual models can not explicitly exploit different language pairs to assist each other, ignoring the relationships among th…

Cited by 29SourcePDFScholar
2021

Self-Attention Attribution: Interpreting Information Interactions Inside Transformer

AAAI 2021technical

The great success of Transformer-based models benefits from the powerful multi-head self-attention mechanism, which learns token dependencies and encodes contextual information from the input. Prior work strives to attribute model decisions to individual input features with different saliency measur…

2021

SemFace: Pre-training Encoder and Decoder with a Semantic Interface for Neural Machine Translation

ACL 2021long

While pre-training techniques are working very well in natural language processing, how to pre-train a decoder and effectively use it for neural machine translation (NMT) still remains a tricky issue. The main reason is that the cross-attention module between the encoder and decoder cannot be pre-tr…

Cited by 18SourcePDFScholar
2021

UniSpeech: Unified Speech Representation Learning with Labeled and Unlabeled Data

ICML 2021spotlight

In this paper, we propose a unified pre-training approach called UniSpeech to learn speech representations with both labeled and unlabeled data, in which supervised phonetic CTC learning and phonetically-aware contrastive self-supervised learning are conducted in a multi-task learning manner. The re…

2021

Zero-Shot Cross-Lingual Transfer of Neural Machine Translation with Multilingual Pretrained Encoders

EMNLP 2021main

Previous work mainly focuses on improving cross-lingual transfer for NLU tasks with a multilingual pretrained encoder (MPE), or improving the performance on supervised machine translation with BERT. However, it is under-explored that whether the MPE can help to facilitate the cross-lingual transfera…

2021

mT6: Multilingual Pretrained Text-to-Text Transformer with Translation Pairs

EMNLP 2021main

Multilingual T5 pretrains a sequence-to-sequence model on massive monolingual texts, which has shown promising results on many cross-lingual tasks. In this paper, we improve multilingual text-to-text transfer Transformer with translation pairs (mT6). Specifically, we explore three cross-lingual text…

2021

xMoCo: Cross Momentum Contrastive Learning for Open-Domain Question Answering

ACL 2021long

Dense passage retrieval has been shown to be an effective approach for information retrieval tasks such as open domain question answering. Under this paradigm, a dual-encoder model is learned to encode questions and passages separately into vector representations, and all the passage vectors are the…

Cited by 32SourcePDFScholar
2020

At Which Level Should We Extract? An Empirical Analysis on Extractive Document Summarization

COLING 2020main

Extractive methods have been proven effective in automatic document summarization. Previous works perform this task by identifying informative contents at sentence level. However, it is unclear whether performing extraction at sentence level is the best solution. In this work, we show that unnecessi…

2020

BERT Loses Patience: Fast and Robust Inference with Early Exit

NeurIPS 2020poster

In this paper, we propose Patience-based Early Exit, a straightforward yet effective inference method that can be used as a plug-and-play technique to simultaneously improve the efficiency and robustness of a pretrained language model (PLM). To achieve this, our approach couples an internal-classifi…

2020

DocBank: A Benchmark Dataset for Document Layout Analysis

COLING 2020main

Document layout analysis usually relies on computer vision models to understand documents while ignoring textual information that is vital to capture. Meanwhile, high quality labeled datasets with both visual and textual information are still insufficient. In this paper, we present DocBank, a benchm…

2020

MiniLM: Deep Self-Attention Distillation for Task-Agnostic Compression of Pre-Trained Transformers

NeurIPS 2020poster

Pre-trained language models (e.g., BERT (Devlin et al., 2018) and its variants) have achieved remarkable success in varieties of NLP tasks. However, these models usually consist of hundreds of millions of parameters which brings challenges for fine-tuning and online serving in real-life applications…

2020

Oscar: Object-Semantics Aligned Pre-training for Vision-Language Tasks

ECCV 2020poster

Large-scale pre-training methods of learning cross-modal representations on image-text pairs are becoming popular for vision-language tasks. While existing methods simply concatenate image region features and text features as input to the model to be pre-trained and use self-attention to learn image…

2020

Self-Adversarial Learning with Comparative Discrimination for Text Generation

ICLR 2020poster

Conventional Generative Adversarial Networks (GANs) for text generation tend to have issues of reward sparsity and mode collapse that affect the quality and diversity of generated samples. To address the issues, we propose a novel self-adversarial learning (SAL) paradigm for improving GANs' performa…

Cited by 31SourceScholar
2020

UniLMv2: Pseudo-Masked Language Models for Unified Language Model Pre-Training

ICML 2020poster

We propose to pre-train a unified language model for both autoencoding and partially autoregressive language modeling tasks using a novel training procedure, referred to as a pseudo-masked language model (PMLM). Given an input text with masked tokens, we rely on conventional masks to learn inter-rel…

2020

VL-BERT: Pre-training of Generic Visual-Linguistic Representations

ICLR 2020poster

We introduce a new pre-trainable generic representation for visual-linguistic tasks, called Visual-Linguistic BERT (VL-BERT for short). VL-BERT adopts the simple yet powerful Transformer model as the backbone, and extends it to take both visual and linguistic embedded features as input. In it, each…

Cited by 2015SourcecodeScholar
2019

Unified Language Model Pre-training for Natural Language Understanding and Generation

NeurIPS 2019poster

This paper presents a new Unified pre-trained Language Model (UniLM) that can be fine-tuned for both natural language understanding and generation tasks. The model is pre-trained using three types of language modeling tasks: unidirectional, bidirectional, and sequence-to-sequence prediction. The uni…