← Search

Jian Jiao

21 accepted papers

2025

Integrative Decoding: Improving Factuality via Implicit Self-consistency

ICLR 2025poster

Self-consistency-based approaches, which involve repeatedly sampling multiple outputs and selecting the most consistent one as the final response, prove to be remarkably effective in improving the factual accuracy of large language models. Nonetheless, existing methods usually have strict constraint…

Cited by 4SourcePDFScholar
2025

MOGIC: Metadata-infused Oracle Guidance for Improved Extreme Classification

ICML 2025poster

Retrieval-augmented classification and generation models benefit from *early-stage fusion* of high-quality text-based metadata, often called memory, but face high latency and noise sensitivity. In extreme classification (XC), where low latency is crucial, existing methods use *late-stage fusion* for…

2025

Task Facet Learning: A Structured Approach To Prompt Optimization

ACL 2025finding

Given a task in the form of a basic description and its training examples, prompt optimization is the problem of synthesizing the given information into a text prompt for a large language model. Humans solve this problem by also considering the different facets that define a task (e.g., counter-exam…

Cited by 0SourcePDFScholar
2024

AnnoLLM: Making Large Language Models to Be Better Crowdsourced Annotators

NAACL 2024industry

Many natural language processing (NLP) tasks rely on labeled data to train machine learning models with high performance. However, data annotation is time-consuming and expensive, especially when the task involves a large amount of data or requires specialized domains. Recently, GPT-3.5 series model…

2024

Evoke: Evoking Critical Thinking Abilities in LLMs via Reviewer-Author Prompt Editing

ICLR 2024poster

Large language models (LLMs) have made impressive progress in natural language processing. These models rely on proper human instructions (or prompts) to generate suitable responses. However, the potential of LLMs are not fully harnessed by commonly-used prompting methods: many human-in-the-loop alg…

Cited by 7SourcePDFScholar
2024

Not All Tokens Are What You Need for Pretraining

NeurIPS 2024oral

Previous language model pre-training methods have uniformly applied a next-token prediction loss to all training tokens. Challenging this norm, we posit that ''Not all tokens in a corpus are equally important for language model training''. Our initial analysis examines token-level training dynamics…

Cited by 9SourcePDFScholar
2024

OAK: Enriching Document Representations using Auxiliary Knowledge for Extreme Classification

ICML 2024poster

The objective in eXtreme Classification (XC) is to find relevant labels for a document from an exceptionally large label space. Most XC application scenarios have rich auxiliary data associated with the input documents, e.g., frequently clicked webpages for search queries in sponsored search. Unfort…

Cited by 2SourcePDFScholar
2024

Task Oriented In-Domain Data Augmentation

EMNLP 2024main

Large Language Models (LLMs) have shown superior performance in various applications and fields. To achieve better performance on specialized domains such as law and advertisement, LLMs are often continue pre-trained on in-domain data. However, existing approaches suffer from two major issues. First…

2023

AR-Diffusion: Auto-Regressive Diffusion Model for Text Generation

NeurIPS 2023poster

Diffusion models have gained significant attention in the realm of image generation due to their exceptional performance. Their success has been recently expanded to text generation via generating all tokens within a sequence concurrently. However, natural language exhibits a far more pronounced se…

2023

CAPSTONE: Curriculum Sampling for Dense Retrieval with Document Expansion

EMNLP 2023long main

The dual-encoder has become the de facto architecture for dense retrieval. Typically, it computes the latent representations of the query and document independently, thus failing to fully capture the interactions between the query and document. To alleviate this, recent research has focused on obta…

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…

2022

CULG: Commercial Universal Language Generation

NAACL 2022industry

Pre-trained language models (PLMs) have dramatically improved performance for many natural language processing (NLP) tasks in domains such as finance and healthcare. However, the application of PLMs in the domain of commerce, especially marketing and advertising, remains less studied. In this work,…

Cited by 1SourcePDFScholar
2022

Metric-guided Distillation: Distilling Knowledge from the Metric to Ranker and Retriever for Generative Commonsense Reasoning

EMNLP 2022main

Commonsense generation aims to generate a realistic sentence describing a daily scene under the given concepts, which is very challenging, since it requires models to have relational reasoning and compositional generalization capabilities. Previous work focuses on retrieving prototype sentences for…

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

Taming Sparsely Activated Transformer with Stochastic Experts

ICLR 2022poster

Sparsely activated models (SAMs), such as Mixture-of-Experts (MoE), can easily scale to have outrageously large amounts of parameters without significant increase in computational cost. However, SAMs are reported to be parameter inefficient such that larger models do not always lead to better perfor…

2021

BANG: Bridging Autoregressive and Non-autoregressive Generation with Large Scale Pretraining

ICML 2021spotlight

In this paper, we propose BANG, a new pretraining model to Bridge the gap between Autoregressive (AR) and Non-autoregressive (NAR) Generation. AR and NAR generation can be uniformly regarded as to what extent previous tokens can be attended, and BANG bridges AR and NAR generation through designing a…

2021

HittER: Hierarchical Transformers for Knowledge Graph Embeddings

EMNLP 2021main

This paper examines the challenging problem of learning representations of entities and relations in a complex multi-relational knowledge graph. We propose HittER, a Hierarchical Transformer model to jointly learn Entity-relation composition and Relational contextualization based on a source entity’…

Cited by 126SourcePDFScholar
2021

KFCNet: Knowledge Filtering and Contrastive Learning for Generative Commonsense Reasoning

EMNLP 2021finding

Pre-trained language models have led to substantial gains over a broad range of natural language processing (NLP) tasks, but have been shown to have limitations for natural language generation tasks with high-quality requirements on the output, such as commonsense generation and ad keyword generatio…

Cited by 28SourcePDFScholar
2021

Mask Attention Networks: Rethinking and Strengthen Transformer

NAACL 2021long

Transformer is an attention-based neural network, which consists of two sublayers, namely, Self-Attention Network (SAN) and Feed-Forward Network (FFN). Existing research explores to enhance the two sublayers separately to improve the capability of Transformer for text representation. In this paper,…

2021

SiameseXML: Siamese Networks meet Extreme Classifiers with 100M Labels

ICML 2021spotlight

Deep extreme multi-label learning (XML) requires training deep architectures that can tag a data point with its most relevant subset of labels from an extremely large label set. XML applications such as ad and product recommendation involve labels rarely seen during training but which nevertheless h…

2020

An Enhanced Knowledge Injection Model for Commonsense Generation

COLING 2020main

Commonsense generation aims at generating plausible everyday scenario description based on a set of provided concepts. Digging the relationship of concepts from scratch is non-trivial, therefore, we retrieve prototypes from external knowledge to assist the understanding of the scenario for better de…

Cited by 36SourcePDFScholar