• bitcoinBitcoin(BTC)$79,786.00-2.05%
  • ethereumEthereum(ETH)$2,456.13-2.28%
  • tetherTether(USDT)$1.000.01%
  • binancecoinBNB(BNB)$720.81-0.35%
  • rippleXRP(XRP)$1.40-4.50%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$101.85-3.34%
  • tronTRON(TRX)$0.3318370.14%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.03-0.35%
  • HyperliquidHyperliquid(HYPE)$85.030.36%
  • zcashZcash(ZEC)$1,030.765.98%
  • dogecoinDogecoin(DOGE)$0.084935-5.10%
  • RainRain(RAIN)$0.016585-3.29%
  • moneroMonero(XMR)$526.510.58%
  • USDSUSDS(USDS)$1.000.00%
  • chainlinkChainlink(LINK)$11.70-1.37%
  • whitebitWhiteBIT Coin(WBT)$73.29-1.48%
  • leo-tokenLEO Token(LEO)$9.25-1.33%
  • cardanoCardano(ADA)$0.213450-3.89%
  • stellarStellar(XLM)$0.179245-3.86%
  • bitcoin-cashBitcoin Cash(BCH)$253.39-2.41%
  • daiDai(DAI)$1.000.00%
  • Ethena USDeEthena USDe(USDE)$1.00-0.01%
  • USD1USD1(USD1)$1.000.01%
  • CantonCanton(CC)$0.106306-5.45%
  • litecoinLitecoin(LTC)$50.58-2.00%
  • uniswapUniswap(UNI)$6.22-0.27%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.38-0.12%
  • hedera-hashgraphHedera(HBAR)$0.077358-2.92%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • avalanche-2Avalanche(AVAX)$7.39-1.90%
  • suiSui(SUI)$0.76-3.82%
  • shiba-inuShiba Inu(SHIB)$0.000005-4.32%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.01%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • crypto-com-chainCronos(CRO)$0.056210-2.41%
  • tether-goldTether Gold(XAUT)$4,425.87-0.90%
  • nearNEAR Protocol(NEAR)$2.073.91%
  • Circle USYCCircle USYC(USYC)$1.140.04%
  • MemeCoreMemeCore(M)$1.114.08%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • okbOKB(OKB)$108.37-1.52%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.23%
  • BittensorBittensor(TAO)$224.12-2.89%
  • aaveAave(AAVE)$130.84-2.69%
  • AsterAster(ASTER)$0.741.40%
  • pax-goldPAX Gold(PAXG)$4,431.24-1.00%
  • mantleMantle(MNT)$0.57-1.28%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.056873-2.19%
  • MorphoMorpho(MORPHO)$2.550.45%
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

A New AI Research Introduces Directional Stimulus Prompting (DSP): A New Prompting Framework to Better Guide the LLM in Generating the Desired Summary

July 20, 2023
in AI & Technology
Reading Time: 6 mins read
A A
A New AI Research Introduces Directional Stimulus Prompting (DSP): A New Prompting Framework to Better Guide the LLM in Generating the Desired Summary
ShareShareShareShareShare

Natural language processing (NLP) has seen a paradigm shift in recent years, with the advent of Large Language Models (LLMs) that outperform formerly relatively tiny Language Models (LMs) like GPT-2 and T5 Raffel et al. on a variety of NLP tasks. Prompting is the de facto method of using LLMs to perform various tasks by using natural language instructions in the context to steer the LLMs to produce desired outputs without parameter updates, in contrast to the conventional finetuning paradigm where the parameters of LMs can be updated for each downstream task.

While this prompting schema has allowed LLMs to perform quite well on various tasks in a zero-shot or few-shot environment, their performance on some specific downstream tasks still needs improvement and requires additional refinement, especially when training data is available. Nevertheless, because most LLMs only offer black-box inference APIs and are expensive to finetune, most users and academics cannot optimize these LLMs directly. Hence, a difficult topic that must be solved is how to effectively enhance LLMs’ performance on certain downstream tasks, sometimes with limited training instances. A new study from the University of California, Santa Barbara, and Microsoft proposes the Directional Stimulus Prompting (DSP) architecture that enhances the frozen black-box LLM on downstream tasks using a tiny tuneable LM (RL).

Source: https://arxiv.org/pdf/2302.11520.pdf | Figure 1: Comparison of the Time used for the summary task using the usual prompting approach and our suggested Directional Stimulus Prompting. Our DSP employs a tuneable policy LM to generate the stimulus, which in this example are keywords and then directs the LLM to provide the desired summary with better scoring scores or other metrics like human preference (highlighted in blue color).

To be more precise, for each input text, a tiny LM (called a policy LM) learns to provide a series of discrete tokens as a directed stimulus, which might offer certain information or instruction on the input sample instead of a generic cue for the job. To direct the LLM’s creation towards the desired aim, such as greater performance measure scores, the created stimulus is then blended with the original input and supplied into the LLM. They initially use supervised finetuning (SFT) with a pre-trained LM utilizing a small number of gathered training samples. The training aims to maximize reward, defined as the scores on the downstream performance measures of the LLM generation dependent on the stimulus produced by the policy LM. After additional optimization to explore better stimuli, the refined LM initializes the policy LM in RL.

🚀 Build high-quality training datasets with Kili Technology and solve NLP machine learning challenges to develop powerful ML applications

Figure 1 depicts a sample of the summarising job. To help the LLM produce the required summary based on the keywords, keywords act as the stimulus (hints). The policy LM may be optimized by using evaluation metric scores like ROUGE as the incentive, incentivizing it to provide keywords that direct the LLM to produce better summaries. While LLMs have excellent generation skills, they frequently display unwanted behaviors, necessitating fine-grained guidance on the intended generation characteristic and direction for certain downstream tasks. This is the foundation of their proposed approach. The tiny policy LM can produce a series of tokens as a directed stimulus to give the LLM sample-wise fine-grained guidance toward the intended aim but cannot produce texts that resemble human speech.

RL offers a natural solution to bridge the gap between the optimized object (e.g., the small policy LM that generates stimulus) and the optimization objective defined by the LLM generation, unlike prior studies that find optimal prompts via prompt engineering/optimization, which is trying to explain the “question” more clearly. Their approach attempts to provide “hints” or “cues” for each “question.” It also differs from chain-of-though prompting that encourages the LLM to generate intermediate reasoning steps when solving reasoning tasks. Their approach uses a small tuneable model to control and guide the LLM and targets the generation tasks where there is not only one correct “answer.” They evaluate their framework on summarization and dialogue response generation tasks. 

The tiny policy LM that creates stimulation, for example, is an optimized object, but the production of the LLM determines the optimization goal. RL provides a simple way to bridge this gap. Unlike earlier investigations, this one tries to clarify the “question” by using prompt engineering or optimization. Their strategy makes an effort to offer “hints” or “cues” for each “question.” Also, it differs from chain-of-thought prompting, which encourages the Mind to produce intermediate steps of reasoning on its own while completing tasks requiring logic. Their method targets the generating jobs with more than one valid “response” and employs a simple tuneable model to regulate and direct the LLM. For assignments requiring the development of discussion responses and summaries, they assess their framework. They do tests using the 750M Flan-T5-large to establish the policy LM and the 175B Codex as the LLM. According to test results, when Codex depends on the indications produced by the tweaked T5, its performance on downstream tasks increases noticeably. Keywords that the summary should contain are employed as directing stimuli for the summarising job. Codex’s performance may already be enhanced by 7.2% using T5, which was trained using 2,000 samples from the CNN/Daily Mail dataset.

To develop conversation acts that specify the intended meaning behind target replies for 500 dialogues from the MultiWOZ dataset, they train the policy LM. Codex’s performance increased by 52.5% in total scores thanks to the dialogue actions produced by the policy LM. It performs as well as or better than earlier systems trained with complete training data (8438 dialogues).


Check out the Paper. All Credit For This Research Goes To the Researchers on This Project. Also, don’t forget to join our 26k+ ML SubReddit, Discord Channel, and Email Newsletter, where we share the latest AI research news, cool AI projects, and more.


YOU MAY ALSO LIKE

Microsoft Brings OpenAI’s GPT-6 Astra to Foundry With Limited Access – Unite.AI

Nintendo Just Announced Two Direct Livestream Events For Next Week

Aneesh Tickoo is a consulting intern at MarktechPost. He is currently pursuing his undergraduate degree in Data Science and Artificial Intelligence from the Indian Institute of Technology(IIT), Bhilai. He spends most of his time working on projects aimed at harnessing the power of machine learning. His research interest is image processing and is passionate about building solutions around it. He loves to connect with people and collaborate on interesting projects.


🔥 Gain a competitive
edge with data: Actionable market intelligence for global brands, retailers, analysts, and investors. (Sponsored)

Credit: Source link

ShareTweetSendSharePin

Related Posts

Microsoft Brings OpenAI’s GPT-6 Astra to Foundry With Limited Access – Unite.AI
AI & Technology

Microsoft Brings OpenAI’s GPT-6 Astra to Foundry With Limited Access – Unite.AI

September 4, 2026
Nintendo Just Announced Two Direct Livestream Events For Next Week
AI & Technology

Nintendo Just Announced Two Direct Livestream Events For Next Week

September 4, 2026
Rogue OpenAI Agents Took Over A German Coding Forum In A Previously Undisclosed Hijacking
AI & Technology

Rogue OpenAI Agents Took Over A German Coding Forum In A Previously Undisclosed Hijacking

September 4, 2026
How AI Turned Our Small Marketing Team into a Full-Service Agency – Unite.AI
AI & Technology

How AI Turned Our Small Marketing Team into a Full-Service Agency – Unite.AI

September 4, 2026
Next Post
Nissan Says It Is Open to Working With Daimler on Pickup Trucks

Nissan Says It Is Open to Working With Daimler on Pickup Trucks

Leave a Reply Cancel reply

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

Search

No Result
View All Result
Lego’s Near 1:1 PlayStation Set Launches On October 1

Lego’s Near 1:1 PlayStation Set Launches On October 1

September 3, 2026
Nvidia’s AI Boom, Salesforce’s Anthropic Bet | Bloomberg Tech 8/27/2026

Nvidia’s AI Boom, Salesforce’s Anthropic Bet | Bloomberg Tech 8/27/2026

August 29, 2026
‘no steering wheel, no pedals’

‘no steering wheel, no pedals’

September 3, 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!