paper-with-me

Papers

Meta-Task Prompting Elicits Embeddings from Large Language Models

2024-02-28 · Yibin Lei, Di wu, Tianyi Zhou, Tao Shen, Yu Cao, Chongyang Tao, Andrew Yates

We introduce a new unsupervised text embedding method, Meta-Task Prompting with Explicit One-Word Limitation (MetaEOL), for generating high-quality sentence embeddings from Large Language Models (LLMs) without the need for model fine-tuning. Leveraging meta-task prompting, MetaEOL guides LLMs to produce embeddings through a series of carefully designed prompts that address multiple representational aspects. Our comprehensive experiments demonstrate that embeddings averaged from various meta-tasks are versatile embeddings that yield competitive performance on Semantic Textual Similarity (STS) benchmarks and excel in downstream tasks, surpassing contrastive-trained models. Our findings suggest a new scaling law, offering a versatile and resource-efficient approach for embedding generation across diverse scenarios.

📄 PDF Abstract BibTeX arXiv:2402.18458

Code (1)

yibin-lei/metaeol 공식 구현 pytorch

Tasks

Semantic Textual SimilaritySentenceSentence EmbeddingsSTS

Similar Papers 제목 키워드 기반

Metacognition-Enhanced Few-Shot Prompting With Positive Reinforcement

2023-12-14 · Yu Ji, Wen Wu, Yi Hu, Hong Zheng 외

Few-shot prompting elicits the remarkable abilities of large language models by equipping them with a few demonstration examples in the input. However, the traditional method of providing large language models with all d…

Few-Shot Learning

Fact-and-Reflection (FaR) Improves Confidence Calibration of Large Language Models

2024-02-27 · Xinran Zhao, Hongming Zhang, Xiaoman Pan, Wenlin Yao 외

For a LLM to be trustworthy, its confidence level should be well-calibrated with its actual performance. While it is now common sense that LLM performances are greatly impacted by prompts, the confidence calibration in p…

Common Sense ReasoningQuestion Answering

Effective Structured Prompting by Meta-Learning and Representative Verbalizer

2023-06-01 · Weisen Jiang, Yu Zhang, James T. Kwok

Prompt tuning for pre-trained masked language models (MLM) has shown promising performance in natural language processing tasks with few labeled examples. It tunes a prompt for the downstream task, and a verbalizer is us…

Meta-Learning

Chain-of-Thought Prompting Elicits Reasoning in Large Language Models

2022-01-28 · Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma 외

We explore how generating a chain of thought -- a series of intermediate reasoning steps -- significantly improves the ability of large language models to perform complex reasoning. In particular, we show how such reason…

Common Sense ReasoningGSM8KLanguage ModelingLanguage Modelling+2

TransPrompt: Towards an Automatic Transferable Prompting Framework for Few-shot Text Classification

2021-11-01 · EMNLP 2021 11 · Chengyu Wang, Jianing Wang, Minghui Qiu, Jun Huang 외

Recent studies have shown that prompts improve the performance of large pre-trained language models for few-shot text classification. Yet, it is unclear how the prompting knowledge can be transferred across similar NLP t…

Few-Shot LearningFew-Shot Text Classificationtext-classificationText Classification