EDGE: Efficient Data Selection for LLM Agents via Guideline Effectiveness
Yunxiao Zhang, Guanming Xiong, Haochen Li, Wen Zhao

TL;DR
EDGE introduces a data selection method for LLM agents that uses the Guideline Effectiveness metric to identify informative samples, significantly reducing data requirements while improving performance in fine-tuning and prompt engineering.
Contribution
The paper presents a novel data selection approach using GE metric to enhance LLM-agent training efficiency without relying on golden answers.
Findings
Achieves 75% data reduction on HotpotQA dataset.
Reaches 50% data reduction on WebShop dataset.
Outperforms existing data selection methods in efficiency and effectiveness.
Abstract
Large Language Models (LLMs) have shown remarkable capabilities as AI agents. However, existing methods for enhancing LLM-agent abilities often lack a focus on data quality, leading to inefficiencies and suboptimal results in both fine-tuning and prompt engineering. To address this issue, we introduce EDGE, a novel approach for identifying informative samples without needing golden answers. We propose the Guideline Effectiveness (GE) metric, which selects challenging samples by measuring the impact of human-provided guidelines in multi-turn interaction tasks. A low GE score indicates that the human expertise required for a sample is missing from the guideline, making the sample more informative. By selecting samples with low GE scores, we can improve the efficiency and outcomes of both prompt engineering and fine-tuning processes for LLMs. Extensive experiments validate the performance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Semantic Web and Ontologies · Machine Learning and Algorithms
MethodsFocus
