Auto-Prompting with Retrieval Guidance for Frame Detection in Logistics
By: Do Minh Duc , Quan Xuan Truong , Nguyen Tat Dat and more
Potential Business Impact:
Makes AI understand shipping papers better.
Prompt engineering plays a critical role in adapting large language models (LLMs) to complex reasoning and labeling tasks without the need for extensive fine-tuning. In this paper, we propose a novel prompt optimization pipeline for frame detection in logistics texts, combining retrieval-augmented generation (RAG), few-shot prompting, chain-of-thought (CoT) reasoning, and automatic CoT synthesis (Auto-CoT) to generate highly effective task-specific prompts. Central to our approach is an LLM-based prompt optimizer agent that iteratively refines the prompts using retrieved examples, performance feedback, and internal self-evaluation. Our framework is evaluated on a real-world logistics text annotation task, where reasoning accuracy and labeling efficiency are critical. Experimental results show that the optimized prompts - particularly those enhanced via Auto-CoT and RAG - improve real-world inference accuracy by up to 15% compared to baseline zero-shot or static prompts. The system demonstrates consistent improvements across multiple LLMs, including GPT-4o, Qwen 2.5 (72B), and LLaMA 3.1 (70B), validating its generalizability and practical value. These findings suggest that structured prompt optimization is a viable alternative to full fine-tuning, offering scalable solutions for deploying LLMs in domain-specific NLP applications such as logistics.
Similar Papers
Layered Chain-of-Thought Prompting for Multi-Agent LLM Systems: A Comprehensive Approach to Explainable Large Language Models
Computation and Language
Makes AI explain its thinking more clearly and correctly.
Improving Chain-of-Thought Efficiency for Autoregressive Image Generation
CV and Pattern Recognition
Makes AI draw better pictures with less thinking.
Better by Comparison: Retrieval-Augmented Contrastive Reasoning for Automatic Prompt Optimization
Computation and Language
Teaches computers to write better instructions.