• bitcoinBitcoin(BTC)$86,270.003.05%
  • ethereumEthereum(ETH)$2,751.891.99%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$788.070.83%
  • rippleXRP(XRP)$1.555.29%
  • usd-coinUSDC(USDC)$1.000.01%
  • solanaSolana(SOL)$117.752.03%
  • tronTRON(TRX)$0.3486391.24%
  • zcashZcash(ZEC)$1,496.73-1.68%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.010.00%
  • HyperliquidHyperliquid(HYPE)$95.15-0.16%
  • dogecoinDogecoin(DOGE)$0.0996438.28%
  • moneroMonero(XMR)$570.27-1.76%
  • whitebitWhiteBIT Coin(WBT)$86.741.91%
  • chainlinkChainlink(LINK)$13.071.89%
  • RainRain(RAIN)$0.013595-3.41%
  • USDSUSDS(USDS)$1.000.00%
  • cardanoCardano(ADA)$0.2499395.30%
  • leo-tokenLEO Token(LEO)$8.980.64%
  • stellarStellar(XLM)$0.2143373.99%
  • nearNEAR Protocol(NEAR)$4.555.37%
  • uniswapUniswap(UNI)$8.961.38%
  • bitcoin-cashBitcoin Cash(BCH)$269.823.08%
  • Ethena USDeEthena USDe(USDE)$1.00-0.02%
  • avalanche-2Avalanche(AVAX)$10.92-1.94%
  • litecoinLitecoin(LTC)$61.013.05%
  • CantonCanton(CC)$0.1191593.38%
  • daiDai(DAI)$1.000.01%
  • USD1USD1(USD1)$1.00-0.01%
  • hedera-hashgraphHedera(HBAR)$0.09762610.59%
  • suiSui(SUI)$1.023.12%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.441.64%
  • BittensorBittensor(TAO)$321.5116.22%
  • shiba-inuShiba Inu(SHIB)$0.0000066.76%
  • crypto-com-chainCronos(CRO)$0.0667376.01%
  • Global DollarGlobal Dollar(USDG)$1.000.01%
  • MemeCoreMemeCore(M)$1.35-11.95%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,332.05-0.47%
  • okbOKB(OKB)$123.911.98%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • Ripple USDRipple USD(RLUSD)$1.000.01%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.05%
  • aaveAave(AAVE)$143.000.82%
  • BitwayBitway(BTW)$0.811.60%
  • EthenaEthena(ENA)$0.213692-2.39%
  • Pump.funPump.fun(PUMP)$0.0045853.20%
  • mantleMantle(MNT)$0.655.23%
  • OndoOndo(ONDO)$0.438623-0.13%
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

This AI Paper Introduces a Verbalized Way to Perform Machine Learning and Conducts Several Case Studies on Regression and Classification Tasks

August 5, 2024
in AI & Technology
Reading Time: 6 mins read
A A
This AI Paper Introduces a Verbalized Way to Perform Machine Learning and Conducts Several Case Studies on Regression and Classification Tasks
ShareShareShareShareShare

Large Language Models (LLMs) have revolutionized problem-solving in machine learning, shifting the paradigm from traditional end-to-end training to utilizing pretrained models with carefully crafted prompts. This transition presents a fascinating dichotomy in optimization approaches. Conventional methods involve training neural networks from scratch using gradient descent in a continuous numerical space. In contrast, the emerging technique focuses on optimizing input prompts for LLMs in a discrete natural language space. This shift raises a compelling question: Can a pretrained LLM function as a system parameterized by its natural language prompt, analogous to how neural networks are parameterized by numerical weights? This new approach challenges researchers to rethink the fundamental nature of model optimization and adaptation in the era of large-scale language models.

Researchers have explored various applications of LLMs in planning, optimization, and multi-agent systems. LLMs have been employed for planning embodied agents’ actions and solving optimization problems by generating new solutions based on previous attempts and their associated losses. Natural language has also been utilized to enhance learning in various contexts, such as providing supervision for visual representation learning and creating zero-shot classification criteria for images.

YOU MAY ALSO LIKE

OpenAI Faces Lawsuit From British Columbia Over Tumbler Ridge Shooting

NVIDIA Introduces SoL-Pi: Auto-Research Loops That Cut Coding Agent Token Traffic by Up to 49%

Prompt engineering and optimization have emerged as crucial areas of study, with numerous methods developed to harness the reasoning capabilities of LLMs. Automatic prompt optimization techniques have been proposed to reduce the manual effort required in designing effective prompts. Also, LLMs have shown promise in multi-agent systems, where they can assume different roles to collaborate on complex tasks.

However, these existing approaches often focus on specific applications or optimization techniques without fully exploring the potential of LLMs as function approximators parameterized by natural language prompts. This limitation has left room for new frameworks that can bridge the gap between traditional machine learning paradigms and the unique capabilities of LLMs.

Researchers from the Max Planck Institute for Intelligent Systems, the University of Tübingen, and the University of Cambridge introduced the Verbal Machine Learning (VML) framework, a unique approach to machine learning by viewing LLMs as function approximators parameterized by their text prompts. This perspective draws an intriguing parallel between LLMs and general-purpose computers, where the functionality is defined by the running program or, in this case, the text prompt. The VML framework offers several advantages over traditional numerical machine learning approaches.

A key feature of VML is its strong interpretability. By using fully human-readable text prompts to characterize functions, the framework allows for easy understanding and tracing of model behavior and potential failures. This transparency is a significant improvement over the often opaque nature of traditional neural networks.

VML also presents a unified representation for both data and model parameters in a token-based format. This contrasts with numerical machine learning, which typically treats data and model parameters as distinct entities. The unified approach in VML potentially simplifies the learning process and provides a more coherent framework for handling various machine-learning tasks.

The results of the VML framework demonstrate its effectiveness across various machine-learning tasks, including regression, classification, and image analysis. Here’s a summary of the key findings:

VML shows promising performance in both simple and complex tasks. For linear regression, the framework accurately learns the underlying function, demonstrating its ability to approximate mathematical relationships. In more complex scenarios like sinusoidal regression, VML outperforms traditional neural networks, especially in extrapolation tasks, when provided with appropriate prior information.

In classification tasks, VML exhibits adaptability and interpretability. For linearly separable data (two-blob classification), the framework quickly learns an effective decision boundary. In non-linear cases (two circles classification), VML successfully incorporates prior knowledge to achieve accurate results. The framework’s ability to explain its decision-making process through natural language descriptions provides valuable insights into its learning progression.

VML’s performance in medical image classification (pneumonia detection from X-rays) highlights its potential in real-world applications. The framework shows improvement over training epochs and benefits from the inclusion of domain-specific prior knowledge. Notably, VML’s interpretable nature allows medical professionals to validate learned models, a crucial feature in sensitive domains.

Compared to prompt optimization methods, VML demonstrates a superior ability to learn detailed, data-driven insights. While prompt optimization often yields general descriptions, VML captures nuanced patterns and rules from the data, enhancing its predictive capabilities.

However, the results also reveal some limitations. VML exhibits a relatively large variance in training, partly due to the stochastic nature of language model inference. Also, numerical precision issues in language models can lead to fitting errors, even when the underlying symbolic expressions are correctly understood.

Despite these challenges, the overall results indicate that VML is a promising approach for performing machine learning tasks, offering interpretability, flexibility, and the ability to incorporate domain knowledge effectively.

This study introduces the VML framework, which demonstrates effectiveness in regression and classification tasks and validates language models as function approximators. VML excels in linear and nonlinear regression, adapts to various classification problems, and shows promise in medical image analysis. It outperforms traditional prompt optimization in learning detailed insights. However, limitations include high training variance due to LLM stochasticity, numerical precision errors affecting fitting accuracy, and scalability constraints from LLM context window limitations. These challenges present opportunities for future improvements to enhance VML’s potential as an interpretable and powerful machine-learning approach.


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 and join our Telegram Channel and LinkedIn Group. If you like our work, you will love our newsletter..

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

Find Upcoming AI Webinars here



Asjad is an intern consultant at Marktechpost. He is persuing B.Tech in mechanical engineering at the Indian Institute of Technology, Kharagpur. Asjad is a Machine learning and deep learning enthusiast who is always researching the applications of machine learning in healthcare.


Credit: Source link

ShareTweetSendSharePin

Related Posts

OpenAI Faces Lawsuit From British Columbia Over Tumbler Ridge Shooting
AI & Technology

OpenAI Faces Lawsuit From British Columbia Over Tumbler Ridge Shooting

September 22, 2026
NVIDIA Introduces SoL-Pi: Auto-Research Loops That Cut Coding Agent Token Traffic by Up to 49%
AI & Technology

NVIDIA Introduces SoL-Pi: Auto-Research Loops That Cut Coding Agent Token Traffic by Up to 49%

September 22, 2026
SpaceXAI Releases Grok 4.7: A Larger Base Model at the Same / Price as Grok 4.6
AI & Technology

SpaceXAI Releases Grok 4.7: A Larger Base Model at the Same $2/$6 Price as Grok 4.6

September 22, 2026
Why It’s Important To Unplug Your PC During A Power Outage
AI & Technology

Why It’s Important To Unplug Your PC During A Power Outage

September 22, 2026
Next Post
Do Women Set Unrealistic Expectations in Dating? #RLS

Do Women Set Unrealistic Expectations in Dating? #RLS

Leave a Reply Cancel reply

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

Search

No Result
View All Result
After the mistrial, will Lindsay Clancy be tried again?

After the mistrial, will Lindsay Clancy be tried again?

September 17, 2026
Am I Responsible for My Fiancée’s Debt?

Am I Responsible for My Fiancée’s Debt?

September 19, 2026
AI Trade Spreads, But Chips Were First

AI Trade Spreads, But Chips Were First

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