• bitcoinBitcoin(BTC)$81,314.001.43%
  • ethereumEthereum(ETH)$2,637.793.13%
  • tetherTether(USDT)$1.000.03%
  • binancecoinBNB(BNB)$769.811.71%
  • rippleXRP(XRP)$1.445.60%
  • usd-coinUSDC(USDC)$1.000.02%
  • solanaSolana(SOL)$111.652.80%
  • tronTRON(TRX)$0.337874-0.29%
  • zcashZcash(ZEC)$1,531.624.52%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.33%
  • HyperliquidHyperliquid(HYPE)$92.552.09%
  • dogecoinDogecoin(DOGE)$0.0889382.07%
  • moneroMonero(XMR)$578.717.62%
  • RainRain(RAIN)$0.01394010.64%
  • whitebitWhiteBIT Coin(WBT)$83.140.94%
  • USDSUSDS(USDS)$1.000.00%
  • chainlinkChainlink(LINK)$12.494.02%
  • cardanoCardano(ADA)$0.2272364.71%
  • leo-tokenLEO Token(LEO)$8.890.19%
  • stellarStellar(XLM)$0.2003385.53%
  • uniswapUniswap(UNI)$9.034.60%
  • bitcoin-cashBitcoin Cash(BCH)$252.880.38%
  • Ethena USDeEthena USDe(USDE)$1.000.02%
  • nearNEAR Protocol(NEAR)$3.59-0.21%
  • daiDai(DAI)$1.000.02%
  • litecoinLitecoin(LTC)$57.844.27%
  • CantonCanton(CC)$0.1112842.84%
  • USD1USD1(USD1)$1.000.03%
  • avalanche-2Avalanche(AVAX)$9.3315.61%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.391.05%
  • hedera-hashgraphHedera(HBAR)$0.0810224.29%
  • suiSui(SUI)$0.856.29%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • shiba-inuShiba Inu(SHIB)$0.0000051.03%
  • BittensorBittensor(TAO)$267.917.66%
  • crypto-com-chainCronos(CRO)$0.0599440.29%
  • MemeCoreMemeCore(M)$1.30-0.59%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,372.680.44%
  • okbOKB(OKB)$120.994.60%
  • Circle USYCCircle USYC(USYC)$1.140.00%
  • Ripple USDRipple USD(RLUSD)$1.00-0.02%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.08%
  • aaveAave(AAVE)$142.832.62%
  • mantleMantle(MNT)$0.647.57%
  • AsterAster(ASTER)$0.772.35%
  • OndoOndo(ONDO)$0.4254347.84%
  • EthenaEthena(ENA)$0.20084723.39%
  • Pump.funPump.fun(PUMP)$0.004144-3.24%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

FEEDER: A Pre-Selection Framework for Efficient Demonstration Selection in LLMs

July 26, 2025
in AI & Technology
Reading Time: 5 mins read
A A
FEEDER: A Pre-Selection Framework for Efficient Demonstration Selection in LLMs
ShareShareShareShareShare

LLMs have demonstrated exceptional performance across multiple tasks by utilizing few-shot inference, also known as in-context learning (ICL). The main problem lies in selecting the most representative demonstrations from large training datasets. Early methods selected demonstrations based on relevance using similarity scores between each example and the input question. Current methods suggest using additional selection rules, along with similarity, to enhance the efficiency of demonstration selection. These improvements introduce significant computational overhead when the number of shots increases. The effectiveness of selected demonstrations should also consider the specific LLM in use, as different LLMs exhibit varying capabilities and knowledge domains.

Researchers from Shanghai Jiao Tong University, Xiaohongshu Inc., Carnegie Mellon University, Peking University, No Affiliation, University College London, and University of Bristol have proposed FEEDER (FEw yet Essential Demonstration prE-selectoR), a method to identify a core subset of demonstrations containing the most representative examples in training data, adjusted to specific LLMs. To construct this subset, “sufficiency” and “necessity” metrics are introduced in the pre-selection stage, along with a tree-based algorithm. Moreover, FEEDER reduces training data size by 20% while maintaining performance and seamlessly integrating with various downstream demonstration selection techniques in ICL across LLMs ranging from 300M to 8B parameters.

YOU MAY ALSO LIKE

Google Gemini Also Escaped Its Testing Environment And Hacked Three Companies

What Is AI Agent Memory? Short-Term, Long-Term, Episodic, and Semantic Memory Explained – Unite.AI

FEEDER is evaluated on 6 text classification datasets: SST-2, SST-5, COLA, TREC, SUBJ, and FPB, covering tasks from sentiment classification and linguistic analysis to textual entailment. It is also evaluated on the reasoning dataset GSM8K, the semantic-parsing dataset SMCALFlow, and the scientific question-answering dataset GPQA. The official splits for each dataset are directly followed to get the training and test data. Moreover, multiple LLM variants are utilized to evaluate the performance of the method, including two GPT-2 variants, GPT-neo with 1.3B parameters, GPT-3 with 6B parameters, Gemma-2 with 2B parameters, Llama-2 with 7B parameters, Llama-3 with 8B parameters, and Qwen-2.5 with 32B parameters as the LLM base.

Results regarding in-context learning performance show that FEEDER enables retention of almost half the training samples while achieving superior or comparable performance. Evaluation of few-shot performance on complex tasks using LLMs like Gemma-2 shows that FEEDER improves performance even when LLMs struggle with challenging tasks. It performs effectively with large numbers of shots, handling situations where LLM performance usually drops when the number of examples increases from 5 to 10 due to noisy or repeated demonstrations. Moreover, FEEDER minimizes negative impact on LLM performance by evaluating the sufficiency and necessity of each demonstration, and helps in the performance stability of LLMs

On bi-level optimization, FEEDER achieves improved performance by utilizing a small yet high-quality dataset for fine-tuning while simultaneously reducing computational expenses, aligning with the core-set selection principle. Results indicate that fine-tuning LLMs provides greater performance improvements compared to augmenting LLMs with contexts, with FEEDER achieving even better performance gains in fine-tuning settings. Performance analysis reveals that FEEDER’s effectiveness first rises and then drops with increasing number of runs or rounds (R and K, respectively), confirming that identifying representative subsets from training datasets enhances LLM performance. However, overly narrow subsets may limit potential performance gains.

In conclusion, researchers introduced FEEDER, a demonstration pre-selector designed to use LLM capabilities and domain knowledge to identify high-quality demonstrations through an efficient discovery approach. It reduces training data requirements while maintaining comparable performance, offering a practical solution for efficient LLM deployment. Future research directions include exploring applications with larger LLMs and extending FEEDER’s capabilities to areas such as data safety and data management. FEEDER makes a valuable contribution to demonstration selection, providing researchers and practitioners with an effective tool for optimizing LLM performance while reducing computational overhead.


Check out the Paper. All credit for this research goes to the researchers of this project.

Meet the AI Dev Newsletter read by 40k+ Devs and Researchers from NVIDIA, OpenAI, DeepMind, Meta, Microsoft, JP Morgan Chase, Amgen, Aflac, Wells Fargo and 100s more [SUBSCRIBE NOW]


Sajjad Ansari is a final year undergraduate from IIT Kharagpur. As a Tech enthusiast, he delves into the practical applications of AI with a focus on understanding the impact of AI technologies and their real-world implications. He aims to articulate complex AI concepts in a clear and accessible manner.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Google Gemini Also Escaped Its Testing Environment And Hacked Three Companies
AI & Technology

Google Gemini Also Escaped Its Testing Environment And Hacked Three Companies

September 19, 2026
What Is AI Agent Memory? Short-Term, Long-Term, Episodic, and Semantic Memory Explained – Unite.AI
AI & Technology

What Is AI Agent Memory? Short-Term, Long-Term, Episodic, and Semantic Memory Explained – Unite.AI

September 19, 2026
Linkup Research Releases SPARSEUP: A 149M-Parameter Open-Source Sparse Embedding Model
AI & Technology

Linkup Research Releases SPARSEUP: A 149M-Parameter Open-Source Sparse Embedding Model

September 19, 2026
GGUF vs GPTQ vs AWQ vs EXL2: LLM Model Formats Explained (2026)
AI & Technology

GGUF vs GPTQ vs AWQ vs EXL2: LLM Model Formats Explained (2026)

September 19, 2026
Next Post
Los Angeles Mayor Karen Bass claims ‘victory’ over withdrawal of National Guard troops

Los Angeles Mayor Karen Bass claims 'victory' over withdrawal of National Guard troops

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Mamdani attends wreath-laying at Firemen’s Memorial

Mamdani attends wreath-laying at Firemen’s Memorial

September 13, 2026
Tiger Woods pleads no contest in DUI case, license to be suspended

Tiger Woods pleads no contest in DUI case, license to be suspended

September 19, 2026
A Princeton Researcher Proposes Recurrent Looped Transformer (RLT) that Carries Decoder State across Every Token, Fixing 96 Blocks per Token with Unbounded Temporal Depth

A Princeton Researcher Proposes Recurrent Looped Transformer (RLT) that Carries Decoder State across Every Token, Fixing 96 Blocks per Token with Unbounded Temporal Depth

September 13, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!