paper-with-me

홈 › Papers

Supervisory Prompt Training

2024-03-26 · Jean Ghislain Billa, Min Oh, Liang Du

The performance of Large Language Models (LLMs) relies heavily on the quality of prompts, which are often manually engineered and task-specific, making them costly and non-scalable. We propose a novel approach, Supervisory Prompt Training (SPT). SPT automates the generation of highly effective prompts using a dual LLM system. In this system, one LLM, the generator, performs a task while the other, the corrector, provides feedback and generates improved prompts. In contrast to earlier techniques, both the generator and corrector collaboratively and continuously improve their prompts over time. We also introduce the concept of \textit{impact scores} to measure the sentence-level effectiveness of the prompts. Our method was tested on four benchmarks, testing the level of hallucinations in LLMs. Notably, we were able to increase the accuracy of GPT-4 on GSM8K from 65.8\% to 94.1\% (28.3\% increase). SPT advances LLMs by refining prompts to enhance performance and reduce hallucinations, offering an efficient and scalable alternative to traditional model fine-tuning.

📄 PDF Abstract BibTeX arXiv:2403.18051

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8KSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Detecting and Preventing Harmful Behaviors in AI Companions: Development and Evaluation of the SHIELD Supervisory System

2025-09-08 · Ziv Ben-Zion, Paul Raffelhüschen, Max Zettl, Antonia Lüönd 외 arxiv

AI companions powered by large language models (LLMs) are increasingly integrated into users' daily lives, offering emotional support and companionship. While existing safety systems focus on overt harms, they rarely add…

Prompt Engineering

From Subtle to Significant: Prompt-Driven Self-Improving Optimization in Test-Time Graph OOD Detection

2026-02-19 · Luzhi Wang, Xuanshuo Fu, He Zhang, Chuang Liu 외 arxiv

Graph Out-of-Distribution (OOD) detection aims to identify whether a test graph deviates from the distribution of graphs observed during training, which is critical for ensuring the reliability of Graph Neural Networks (…

Prompt3D: Random Prompt Assisted Weakly-Supervised 3D Object Detection

2024-01-01 · CVPR 2024 1 · Xiaohong Zhang, Huisheng Ye, Jingwen Li, Qinyu Tang 외

The prohibitive cost of annotations for fully supervised 3D indoor object detection limits its practicality. In this work we propose Random Prompt Assisted Weakly-supervised 3D Object Detection termed as Prompt3D a w…

3D Object Detectionobject-detectionObject DetectionScene Generation

Learning How To Ask: Cycle-Consistency Refines Prompts in Multimodal Foundation Models

2024-02-13 · Maurice Diesendruck, Jianzhe Lin, Shima Imani, Gayathri Mahalingam 외

When LLMs perform zero-shot inference, they typically use a prompt with a task specification, and generate a completion. However, there is no work to explore the possibility of the reverse - going from completion to task…

Code GenerationHumanEvalImage CaptioningQuestion Answering+2

Beyond Prompt Degradation: Prototype-guided Dual-pool Prompting for Incremental Object Detection

2026-03-02 · Yaoteng Zhang, Zhou Qing, Junyu Gao, Qi Wang arxiv

Incremental Object Detection (IOD) aims to continuously learn new object categories without forgetting previously learned ones. Recently, prompt-based methods have gained popularity for their replay-free design and param…

General KnowledgeObject Detection