← Search

Linjun Yang

8 accepted papers

2024

AMPO: Automatic Multi-Branched Prompt Optimization

EMNLP 2024main

Prompt engineering is very important to enhance the performance of large language models (LLMs). When dealing with complex issues, prompt engineers tend to distill multiple patterns from examples and inject relevant solutions to optimize the prompts, achieving satisfying results. However, existing a…

Cited by 3SourcePDFScholar
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

StraGo: Harnessing Strategic Guidance for Prompt Optimization

EMNLP 2024finding

Prompt engineering is pivotal for harnessing the capabilities of large language models (LLMs) across diverse applications. While existing prompt optimization methods improve prompt effectiveness, they often lead to prompt drifting, wherein newly generated prompts canadversely impact previously succe…

2023

Allies: Prompting Large Language Model with Beam Search

EMNLP 2023long findings

With the advance of large language models (LLMs), the research field of LLM applications becomes more and more popular and the idea of constructing pipelines to accomplish complex tasks by stacking LLM API calls come true. However, this kind of methods face two limitations: narrow information covera…

Cited by 0SourcecodeScholar
2023

LexMAE: Lexicon-Bottlenecked Pretraining for Large-Scale Retrieval

ICLR 2023poster

In large-scale retrieval, the lexicon-weighting paradigm, learning weighted sparse representations in vocabulary space, has shown promising results with high quality and low latency. Despite it deeply exploiting the lexicon-representing capability of pre-trained language models, a crucial gap remain…

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-…

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
2018

CleanNet: Transfer Learning for Scalable Image Classifier Training With Label Noise

CVPR 2018poster

In this paper, we study the problem of learning image classification models with label noise. Existing approaches depending on human supervision are generally not scalable as manually identifying correct or incorrect labels is time-consuming, whereas approaches not relying on human supervision are s…