paper-with-me

Papers

ActiveLLM: Large Language Model-based Active Learning for Textual Few-Shot Scenarios

2024-05-17 · Markus Bayer, Christian Reuter

Active learning is designed to minimize annotation efforts by prioritizing instances that most enhance learning. However, many active learning strategies struggle with a 'cold start' problem, needing substantial initial data to be effective. This limitation often reduces their utility for pre-trained models, which already perform well in few-shot scenarios. To address this, we introduce ActiveLLM, a novel active learning approach that leverages large language models such as GPT-4, Llama 3, and Mistral Large for selecting instances. We demonstrate that ActiveLLM significantly enhances the classification performance of BERT classifiers in few-shot scenarios, outperforming both traditional active learning methods and the few-shot learning method SetFit. Additionally, ActiveLLM can be extended to non-few-shot scenarios, allowing for iterative selections. In this way, ActiveLLM can even help other active learning strategies to overcome their cold start problem. Our results suggest that ActiveLLM offers a promising solution for improving model performance across various learning setups.

📄 PDF Abstract BibTeX arXiv:2405.10808

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningFew-Shot LearningLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Weight Decay 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

ProactiveLLM: Learning Active Interaction for Streaming Large Language Models

2026-05-30 · Junlong Tong, Yao Zhang, Anhao Zhao, Yingqi Fan 외 arxiv

Standard Large Language Models (LLMs) follow a read-then-generate paradigm, causing unnecessary latency and computation. Streaming LLMs alleviate this issue by generating while receiving inputs, but still struggle to dec…

Mitigating Exaggerated Safety in Large Language Models

2024-05-08 · Ruchira Ray, Ruchi Bhalani

As the popularity of Large Language Models (LLMs) grow, combining model safety with utility becomes increasingly important. The challenge is making sure that LLMs can recognize and decline dangerous prompts without sacri…

Decision MakingNavigate

Exploring Interactive Semantic Alignment for Efficient HOI Detection with Vision-language Model

2024-04-19 · Jihao Dong, Renjie Pan, Hua Yang

Human-Object Interaction (HOI) detection aims to localize human-object pairs and comprehend their interactions. Recently, two-stage transformer-based methods have demonstrated competitive performance. However, these meth…

Human-Object Interaction DetectionLanguage ModelingLanguage ModellingObject

FILIP: Fine-grained Interactive Language-Image Pre-Training

2021-11-09 · ICLR 2022 4 · Lewei Yao, Runhui Huang, Lu Hou, Guansong Lu 외

Unsupervised large-scale vision-language pre-training has shown promising advances on various downstream tasks. Existing methods often model the cross-modal interaction either via the similarity of the global feature of …

image-classificationImage ClassificationImage-text RetrievalRetrieval+2

SHINE: Syntax-augmented Hierarchical Interactive Encoder for Zero-shot Cross-lingual Information Extraction

2023-05-21 · Jun-Yu Ma, Jia-Chen Gu, Zhen-Hua Ling, Quan Liu 외

Zero-shot cross-lingual information extraction(IE) aims at constructing an IE model for some low-resource target languages, given annotations exclusively in some rich-resource languages. Recent studies based on language-…