• bitcoinBitcoin(BTC)$84,275.00-1.92%
  • ethereumEthereum(ETH)$2,665.99-2.34%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$765.61-2.28%
  • rippleXRP(XRP)$1.52-1.75%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$114.42-1.75%
  • tronTRON(TRX)$0.340207-0.40%
  • zcashZcash(ZEC)$1,594.345.26%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.031.54%
  • HyperliquidHyperliquid(HYPE)$94.09-0.05%
  • dogecoinDogecoin(DOGE)$0.094633-4.78%
  • moneroMonero(XMR)$555.19-2.98%
  • whitebitWhiteBIT Coin(WBT)$84.53-2.10%
  • USDSUSDS(USDS)$1.000.00%
  • chainlinkChainlink(LINK)$12.33-4.20%
  • cardanoCardano(ADA)$0.238888-3.98%
  • RainRain(RAIN)$0.012488-6.95%
  • leo-tokenLEO Token(LEO)$8.97-0.08%
  • stellarStellar(XLM)$0.205731-2.79%
  • bitcoin-cashBitcoin Cash(BCH)$337.025.25%
  • nearNEAR Protocol(NEAR)$4.605.90%
  • uniswapUniswap(UNI)$9.365.41%
  • Ethena USDeEthena USDe(USDE)$1.000.01%
  • litecoinLitecoin(LTC)$60.52-1.23%
  • avalanche-2Avalanche(AVAX)$10.41-5.42%
  • daiDai(DAI)$1.000.00%
  • USD1USD1(USD1)$1.000.00%
  • CantonCanton(CC)$0.107683-6.93%
  • hedera-hashgraphHedera(HBAR)$0.091189-5.60%
  • suiSui(SUI)$0.97-2.62%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.41-1.28%
  • BittensorBittensor(TAO)$302.08-4.15%
  • shiba-inuShiba Inu(SHIB)$0.000006-4.82%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • crypto-com-chainCronos(CRO)$0.062126-6.23%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.01%
  • MemeCoreMemeCore(M)$1.20-8.34%
  • tether-goldTether Gold(XAUT)$4,286.43-0.86%
  • BitwayBitway(BTW)$0.969.94%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • okbOKB(OKB)$118.84-1.85%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.15-0.05%
  • aaveAave(AAVE)$140.98-0.58%
  • mantleMantle(MNT)$0.65-0.68%
  • EthenaEthena(ENA)$0.204828-0.57%
  • OndoOndo(ONDO)$0.416829-2.03%
  • pepePepe(PEPE)$0.000005-6.20%
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

Scaling AI Models: Combating Collapse with Reinforced Synthetic Data

June 15, 2024
in AI & Technology
Reading Time: 5 mins read
A A
Scaling AI Models: Combating Collapse with Reinforced Synthetic Data
ShareShareShareShareShare

As AI-generated data increasingly supplements or even replaces human-annotated data, concerns have arisen about the degradation in model performance when models are iteratively trained on synthetic data. Model collapse refers to this phenomenon where a model’s performance deteriorates significantly when trained on synthesized data generated using the model. This problem is significant because it hinders the development of more efficient and effective methods for developing high-quality summaries from large volumes of text data.

Current methods to counteract model collapse involve several approaches, including using Reinforcement Learning with Human Feedback (RLHF), data curation, and prompt engineering. RLHF leverages human feedback to ensure the data quality used for training, thereby maintaining or enhancing model performance. RLHF has successfully improved model performance by ensuring that the model learns from high-quality, human-approved data. However, this approach is costly and not scalable, as it relies heavily on human annotators.

Another method involves careful curation and filtering of synthesized data. This can include using heuristics or pre-defined rules to discard low-quality or irrelevant data before it is used for training. While this method can help mitigate the negative impact of low-quality synthesized data, it often requires significant effort to maintain the quality of the training dataset, and it only partially eliminates the risk of model collapse if the filtering criteria are robust enough. Additionally, prompt engineering is a technique that involves crafting specific prompts that guide the model to generate higher-quality outputs. Prompt engineering is not a foolproof method and can be limited by the inherent biases and weaknesses of the model itself. And it often requires expert knowledge and iterative experimentation to achieve optimal results.

To address these limitations, a team of researchers from Meta AI, NYU, and Peking University propose a method that incorporates feedback on synthesized data, aiming to prevent model collapse through reinforcement techniques. Their approach involves using feedback mechanisms to select or prune synthesized data, ensuring that only high-quality data is used for further training. This method is posited as a more efficient and scalable alternative to RLHF, as it can be partially or fully automated.

The core of the proposed methodology lies in enhancing synthesized data through feedback mechanisms, which can be from humans or other models. The researchers provide a theoretical framework demonstrating that a Gaussian mixture classification model can achieve optimal performance when trained on feedback-augmented synthesized data.

Two practical experiments validate the theoretical predictions. The first experiment involves training transformers to compute matrix eigenvalues, a task that experiences model collapse when trained on purely synthesized data. The model’s performance significantly improves by pruning incorrect predictions and selecting the best guesses from synthesized data, demonstrating the effectiveness of reinforcement through data selection. The second experiment focuses on news summarization with large language models (LLMs) such as LLaMA-2. Here, feedback-augmented data prevents performance degradation, even when the volume of synthesized data increases, supporting the hypothesis that reinforcement is crucial for maintaining model integrity.

The researchers employ a decoding strategy to generate summaries and assess their performance using the Rouge-1 metric. They also use a strong verifier model, Llama-3, to select the best-synthesized data for training. The results show that the proposed method significantly outperforms the original model trained on the full dataset, even when using only 12.5% of the data. It was observed that the model trained with synthesized data selected by the oracle achieves the best performance, indicating that the proposed method effectively mitigates model collapse. This is a significant finding, as it suggests that when properly reinforced, high-quality synthetic data can match and potentially exceed the quality of human-generated data.

The research offers a promising solution to the problem of model collapse in LLMs trained on synthesized data. By incorporating feedback mechanisms to enhance the quality of synthetic data, the proposed method ensures sustained model performance without the need for extensive human intervention. This approach provides a scalable, cost-effective alternative to current RLHF methods, paving the way for more robust and reliable AI systems in the future.


Check out the Paper. All credit for this research goes to the researchers of this project. Also, don’t forget to follow us on Twitter. 

Join our Telegram Channel and LinkedIn Group.

If you like our work, you will love our newsletter..

Don’t Forget to join our 44k+ ML SubReddit


YOU MAY ALSO LIKE

Never Use ChatGPT For These Five Tasks

Apple Links Landmarks On Its Maps App To Hidden Histories Podcast Episodes

Shreya Maji is a consulting intern at MarktechPost. She is pursued her B.Tech at the Indian Institute of Technology (IIT), Bhubaneswar. An AI enthusiast, she enjoys staying updated on the latest advancements. Shreya is particularly interested in the real-life applications of cutting-edge technology, especially in the field of data science.


🐝 Join the Fastest Growing AI Research Newsletter Read by Researchers from Google + NVIDIA + Meta + Stanford + MIT + Microsoft and many others…


Credit: Source link

ShareTweetSendSharePin

Related Posts

Never Use ChatGPT For These Five Tasks
AI & Technology

Never Use ChatGPT For These Five Tasks

September 23, 2026
Apple Links Landmarks On Its Maps App To Hidden Histories Podcast Episodes
AI & Technology

Apple Links Landmarks On Its Maps App To Hidden Histories Podcast Episodes

September 23, 2026
Nokia Open-Sources AnyJev: A Training-Free Layer That Turns Any Open LLM Into a Calibrated Decision Model
AI & Technology

Nokia Open-Sources AnyJev: A Training-Free Layer That Turns Any Open LLM Into a Calibrated Decision Model

September 23, 2026
Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning
AI & Technology

Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning

September 23, 2026
Next Post
Nikki Haley responds to Texas abortion case question

Nikki Haley responds to Texas abortion case question

Leave a Reply Cancel reply

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

Search

No Result
View All Result
Miley Cyrus pays tribute to godmother Dolly Parton

Miley Cyrus pays tribute to godmother Dolly Parton

September 23, 2026
BGH: May Struggle To Support The Dividend (NYSE:BGH)

BGH: May Struggle To Support The Dividend (NYSE:BGH)

September 18, 2026
Denise Ruffner, VP Business Development and Commercial Operations Worldwide, Haiqu – Interview Series – Unite.AI

Denise Ruffner, VP Business Development and Commercial Operations Worldwide, Haiqu – Interview Series – Unite.AI

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