• bitcoinBitcoin(BTC)$78,852.002.04%
  • ethereumEthereum(ETH)$2,529.941.02%
  • tetherTether(USDT)$1.000.01%
  • binancecoinBNB(BNB)$724.750.52%
  • rippleXRP(XRP)$1.424.96%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$102.881.87%
  • tronTRON(TRX)$0.340800-0.06%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.010.00%
  • zcashZcash(ZEC)$1,144.102.89%
  • HyperliquidHyperliquid(HYPE)$80.813.18%
  • dogecoinDogecoin(DOGE)$0.0847040.16%
  • RainRain(RAIN)$0.014364-6.47%
  • USDSUSDS(USDS)$1.000.00%
  • moneroMonero(XMR)$513.95-3.97%
  • whitebitWhiteBIT Coin(WBT)$81.561.79%
  • chainlinkChainlink(LINK)$11.581.57%
  • leo-tokenLEO Token(LEO)$8.99-0.69%
  • cardanoCardano(ADA)$0.2110851.14%
  • stellarStellar(XLM)$0.1946098.30%
  • Ethena USDeEthena USDe(USDE)$1.000.01%
  • daiDai(DAI)$1.000.02%
  • bitcoin-cashBitcoin Cash(BCH)$225.950.48%
  • USD1USD1(USD1)$1.000.03%
  • litecoinLitecoin(LTC)$54.03-1.18%
  • uniswapUniswap(UNI)$6.441.27%
  • CantonCanton(CC)$0.0968531.25%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.36-0.09%
  • hedera-hashgraphHedera(HBAR)$0.0773861.14%
  • avalanche-2Avalanche(AVAX)$7.592.24%
  • nearNEAR Protocol(NEAR)$2.537.58%
  • Global DollarGlobal Dollar(USDG)$1.000.01%
  • shiba-inuShiba Inu(SHIB)$0.0000050.66%
  • suiSui(SUI)$0.731.70%
  • crypto-com-chainCronos(CRO)$0.0591641.25%
  • paypal-usdPayPal USD(PYUSD)$1.000.01%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,312.28-0.86%
  • BittensorBittensor(TAO)$235.65-0.55%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • MemeCoreMemeCore(M)$1.10-3.70%
  • okbOKB(OKB)$114.100.84%
  • Ripple USDRipple USD(RLUSD)$1.000.01%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.11%
  • aaveAave(AAVE)$127.330.21%
  • BitwayBitway(BTW)$0.713.70%
  • AsterAster(ASTER)$0.700.51%
  • mantleMantle(MNT)$0.570.83%
  • pax-goldPAX Gold(PAXG)$4,317.33-0.85%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0574780.81%
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

AI Learns from AI: The Emergence of Social Learning Among Large Language Models

March 22, 2024
in AI & Technology
Reading Time: 5 mins read
A A
AI Learns from AI: The Emergence of Social Learning Among Large Language Models
ShareShareShareShareShare

Since OpenAI unveiled ChatGPT in late 2022, the role of foundational large language models (LLMs) has become increasingly prominent in artificial intelligence (AI), particularly in natural language processing (NLP). These LLMs, designed to process and generate human-like text, learn from an extensive array of texts from the internet, ranging from books to websites. This learning process allows them to capture the essence of human language making them general purpose problem solvers.

While the development of LLMs has opened new doors, the method of adapting these models for specific applications—known as fine-tuning—brings its own set of challenges. Fine-tuning a model requires additional training on more focused datasets, which can lead to difficulties such as a requirement for labeled data, the risk of the model drift and overfitting, and the need for significant resources.

YOU MAY ALSO LIKE

Anthropic Launches Claude for Financial Advisors With Partner Connectors – Unite.AI

How To Fix Outlook’s “Your Message Can’t Be Displayed Right Now” Error

Addressing these challenges, researchers from Google has recently adopted the idea of ‘social learning’ to help AI learn from AI. The key idea is that, when LLMs are converted into chatbots, they can interact and learn from one another in a manner similar to human social learning. This interaction enables them to learn from each other, thereby improving their effectiveness.

What’s Social Learning?

Social learning isn’t a new idea. It’s based on a theory from the 1970s by Albert Bandura, which suggests people learn from observing others. This concept applied to AI means that AI systems can improve by interacting with each other, learning not only from direct experiences but also from the actions of peers. This method promises faster skill acquisition and might even let AI systems develop their own “culture” by sharing knowledge.

Unlike other AI learning methods, like trial-and-error reinforcement learning or imitation learning from direct examples, social learning emphasizes learning through interaction. It offers a more hands-on and communal way for AI to pick up new skills.

Social Learning in LLMs

An important aspect of social learning is to exchange the knowledge without sharing original and sensitive information. To this end, researchers have employed a teacher-student dynamic where teacher models facilitate the learning process for student models without revealing any confidential details. To achieve this objective, teacher models generate synthetic examples or directions from which student models can learn without sharing the actual data. For instance, consider a teacher model trained on differentiating between spam and non-spam text messages using data marked by users. If we wish for another model to master this task without touching the original, private data, social learning comes into play. The teacher model would create synthetic examples or provides insights based on its knowledge, enabling the student model to identify spam messages accurately without direct exposure to the sensitive data. This strategy not only enhances learning efficiency but also demonstrates the potential for LLMs to learn in dynamic, adaptable ways, potentially building a collective knowledge culture. A vital feature of this approach is its reliance on synthetic examples and crafted instructions. By generating new, informative examples distinct from the original dataset, teacher models can preserve privacy while still guiding student models towards effective learning. This approach has been effective, achieving results on par with those obtained using the actual data.

How Social Learning Address Challenges of Fine-tuning?

Social learning offers a new way to refine LLMs for specific tasks. It helps dealing with the challenges of fine-tuning in following ways:

  1. Less Need for Labelled Data: By learning from synthetic examples shared between models, social learning reduces the reliance on hard-to-get labelled data.
  2. Avoiding Over-specialization: It keeps models versatile by exposing them to a broader range of examples than those in small, specific datasets.
  3. Reducing Overfitting: Social learning broadens the learning experience, helping models to generalize better and avoid overfitting.
  4. Saving Resources: This approach allows for more efficient use of resources, as models learn from each other’s experiences without needing direct access to large datasets.

Future Directions

The potential for social learning in LLMs suggests various interesting and meaningful ways for future AI research:

  1. Hybrid AI Cultures: As LLMs participate in social learning, they might begin to form common methodologies. Studies could be conducted to investigate the effects of these emerging AI “cultures,” examining their influence on human interactions and the ethical issues involved.
  2. Cross-Modality Learning: Extending social learning beyond text to include images, sounds, and more could lead to AI systems with a richer understanding of the world, much like how humans learn through multiple senses.
  3. Decentralized Learning: The idea of AI models learning from each other across a decentralized network presents a novel way to scale up knowledge sharing. This would require addressing significant challenges in coordination, privacy, and security.
  4. Human-AI Interaction: There’s potential in exploring how humans and AI can mutually benefit from social learning, especially in educational and collaborative settings. This could redefine how knowledge transfer and innovation occur.
  5. Ethical AI Development: Teaching AI to address ethical dilemmas through social learning could be a step toward more responsible AI. The focus would be on developing AI systems that can reason ethically and align with societal values.
  6. Self-Improving Systems: An ecosystem where AI models continuously learn and improve from each other’s experiences could accelerate AI innovation. This suggests a future where AI can adapt to new challenges more autonomously.
  7. Privacy in Learning: With AI models sharing knowledge, ensuring the privacy of the underlying data is crucial. Future efforts might delve into more sophisticated methods to enable knowledge transfer without compromising data security.

The Bottom Line

Google researchers have pioneered an innovative approach called social learning among Large Language Models (LLMs), inspired by the human ability to learn from observing others. This framework allows LLMs to share knowledge and improve capabilities without accessing or exposing sensitive data. By generating synthetic examples and instructions, LLMs can learn effectively, addressing key challenges in AI development such as the need for labelled data, over-specialization, overfitting, and resource consumption. Social learning not only enhances AI efficiency and adaptability but also opens up possibilities for AI to develop shared “cultures,” engage in cross-modality learning, participate in decentralized networks, interact with humans in new ways, navigate ethical dilemmas, and ensure privacy. This marks a significant shift towards more collaborative, versatile, and ethical AI systems, promising to redefine the landscape of artificial intelligence research and application.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Anthropic Launches Claude for Financial Advisors With Partner Connectors – Unite.AI
AI & Technology

Anthropic Launches Claude for Financial Advisors With Partner Connectors – Unite.AI

September 14, 2026
How To Fix Outlook’s “Your Message Can’t Be Displayed Right Now” Error
AI & Technology

How To Fix Outlook’s “Your Message Can’t Be Displayed Right Now” Error

September 14, 2026
Temporal Raises 0M Series E at .55B Valuation to Expand Operations – Unite.AI
AI & Technology

Temporal Raises $550M Series E at $12.55B Valuation to Expand Operations – Unite.AI

September 14, 2026
What Is MSI Mode On Windows PCs And Does It Speed Up Your GPU?
AI & Technology

What Is MSI Mode On Windows PCs And Does It Speed Up Your GPU?

September 14, 2026
Next Post
Threads is getting into live sports scores, starting with the NBA

Threads is getting into live sports scores, starting with the NBA

Leave a Reply Cancel reply

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

Search

No Result
View All Result
Dividend Announcements: August 29 – September 4, 2026

Dividend Announcements: August 29 – September 4, 2026

September 13, 2026
Iran War Updates: Oil prices jump to near 4-month high as Oman-Iran talks on Strait of Hormuz postponed – CBS News

Iran War Updates: Oil prices jump to near 4-month high as Oman-Iran talks on Strait of Hormuz postponed – CBS News

September 14, 2026
Amazon, Qualcomm Deal Broadens the AI Chip Race | Bloomberg Tech 9/08/2026

Amazon, Qualcomm Deal Broadens the AI Chip Race | Bloomberg Tech 9/08/2026

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