Close Menu
Ztoog
    What's Hot
    AI

    This AI Paper Introduces XAI-AGE: A Groundbreaking Deep Neural Network for Biological Age Prediction and Insight into Epigenetic Mechanisms

    Crypto

    SEC settles first NFT enforcement case, fines LA media company $6M

    Mobile

    How to disable biometrics on your Android phone from the lock screen

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      How I Turn Unstructured PDFs into Revenue-Ready Spreadsheets

      Is it the best tool for 2025?

      The clocks that helped define time from London’s Royal Observatory

      Summer Movies Are Here, and So Are the New Popcorn Buckets

      India-Pak conflict: Pak appoints ISI chief, appointment comes in backdrop of the Pahalgam attack

    • Technology

      Ensure Hard Work Is Recognized With These 3 Steps

      Cicada map 2025: Where will Brood XIV cicadas emerge this spring?

      Is Duolingo the face of an AI jobs crisis?

      The US DOD transfers its AI-based Open Price Exploration for National Security program to nonprofit Critical Minerals Forum to boost Western supply deals (Ernest Scheyder/Reuters)

      The more Google kills Fitbit, the more I want a Fitbit Sense 3

    • Gadgets

      Maono Caster G1 Neo & PD200X Review: Budget Streaming Gear for Aspiring Creators

      Apple plans to split iPhone 18 launch into two phases in 2026

      Upgrade your desk to Starfleet status with this $95 USB-C hub

      37 Best Graduation Gift Ideas (2025): For College Grads

      Backblaze responds to claims of “sham accounting,” customer backups at risk

    • Mobile

      Samsung Galaxy S25 Edge promo materials leak

      What are people doing with those free T-Mobile lines? Way more than you’d expect

      Samsung doesn’t want budget Galaxy phones to use exclusive AI features

      COROS’s charging adapter is a neat solution to the smartwatch charging cable problem

      Fortnite said to return to the US iOS App Store next week following court verdict

    • Science

      Failed Soviet probe will soon crash to Earth – and we don’t know where

      Trump administration cuts off all future federal funding to Harvard

      Does kissing spread gluten? New research offers a clue.

      Why Balcony Solar Panels Haven’t Taken Off in the US

      ‘Dark photon’ theory of light aims to tear up a century of physics

    • AI

      How to build a better AI benchmark

      Q&A: A roadmap for revolutionizing health care through data-driven innovation | Ztoog

      This data set helps researchers spot harmful stereotypes in LLMs

      Making AI models more trustworthy for high-stakes settings | Ztoog

      The AI Hype Index: AI agent cyberattacks, racing robots, and musical models

    • Crypto

      ‘The Big Short’ Coming For Bitcoin? Why BTC Will Clear $110,000

      Bitcoin Holds Above $95K Despite Weak Blockchain Activity — Analytics Firm Explains Why

      eToro eyes US IPO launch as early as next week amid easing concerns over Trump’s tariffs

      Cardano ‘Looks Dope,’ Analyst Predicts Big Move Soon

      Speak at Ztoog Disrupt 2025: Applications now open

    Ztoog
    Home » Technique improves the reasoning capabilities of large language models | Ztoog
    AI

    Technique improves the reasoning capabilities of large language models | Ztoog

    Facebook Twitter Pinterest WhatsApp
    Technique improves the reasoning capabilities of large language models | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Large language models like those who energy ChatGPT have proven spectacular efficiency on duties like drafting authorized briefs, analyzing the sentiment of buyer critiques, or translating paperwork into completely different languages.

    These machine-learning models usually use solely pure language to course of info and reply queries, which may make it troublesome for them to carry out duties that require numerical or symbolic reasoning.

    For occasion, a large language mannequin may have the ability to memorize and recite an inventory of latest U.S. presidents and their birthdays, however that very same mannequin might fail if requested the query “Which U.S. presidents elected after 1950 were born on a Wednesday?” (The reply is Jimmy Carter.)

    Researchers from MIT and elsewhere have proposed a brand new method that allows large language models to unravel pure language, math and knowledge evaluation, and symbolic reasoning duties by producing applications.

    Their method, known as pure language embedded applications (NLEPs), entails prompting a language mannequin to create and execute a Python program to unravel a person’s question, after which output the answer as pure language.

    They discovered that NLEPs enabled large language models to realize increased accuracy on a variety of reasoning duties. The method can be generalizable, which implies one NLEP immediate may be reused for a number of duties.

    NLEPs additionally enhance transparency, since a person might examine the program to see precisely how the mannequin reasoned about the question and repair the program if the mannequin gave a mistaken reply.

    “We want AI to perform complex reasoning in a way that is transparent and trustworthy. There is still a long way to go, but we have shown that combining the capabilities of programming and natural language in large language models is a very good potential first step toward a future where people can fully understand and trust what is going on inside their AI model,” says Hongyin Luo PhD ’22, an MIT postdoc and co-lead creator of a paper on NLEPs.

    Luo is joined on the paper by co-lead authors Tianhua Zhang, a graduate pupil at the Chinese University of Hong Kong; and Jiaxin Ge, an undergraduate at Peking University; Yoon Kim, an assistant professor in MIT’s Department of Electrical Engineering and Computer Science and a member of the Computer Science and Artificial Intelligence Laboratory (CSAIL); senior creator James Glass, senior analysis scientist and head of the Spoken Language Systems Group in CSAIL; and others. The analysis can be offered at the Annual Conference of the North American Chapter of the Association for Computational Linguistics.

    Problem-solving with applications

    Many fashionable large language models work by predicting the subsequent phrase, or token, given some pure language enter. While models like GPT-4 can be utilized to write down applications, they embed these applications inside pure language, which may result in errors in the program reasoning or outcomes.

    With NLEPs, the MIT researchers took the reverse method. They immediate the mannequin to generate a step-by-step program completely in Python code, after which embed the essential pure language inside the program.

    An NLEP is a problem-solving template with 4 steps. First, the mannequin calls the essential packages, or capabilities, it might want to clear up the activity. Step two entails importing pure language representations of the data the activity requires (like an inventory of U.S. presidents’ birthdays). For step three, the mannequin implements a operate that calculates the reply. And for the last step, the mannequin outputs the outcome as a line of pure language with an automated knowledge visualization, if wanted.

    “It is like a digital calculator that always gives you the correct computation result as long as the program is correct,” Luo says.

    The person can simply examine the program and repair any errors in the code immediately moderately than needing to rerun the complete mannequin to troubleshoot.

    The method additionally gives larger effectivity than another strategies. If a person has many comparable questions, they’ll generate one core program after which change sure variables without having to run the mannequin repeatedly.

    To immediate the mannequin to generate an NLEP, the researchers give it an general instruction to write down a Python program, present two NLEP examples (one with math and one with pure language), and one take a look at query.

    “Usually, when people do this kind of few-shot prompting, they still have to design prompts for every task. We found that we can have one prompt for many tasks because it is not a prompt that teaches LLMs to solve one problem, but a prompt that teaches LLMs to solve many problems by writing a program,” says Luo.

    “Having language models reason with code unlocks many opportunities for tool use, output validation, more structured understanding into model’s capabilities and way of thinking, and more,” says Leonid Karlinsky, principal scientist at the MIT-IBM Watson AI Lab.

    “No magic here”

    NLEPs achieved larger than 90 p.c accuracy when prompting GPT-4 to unravel a variety of symbolic reasoning duties, like monitoring shuffled objects or enjoying a recreation of 24, in addition to instruction-following and textual content classification duties. The researchers discovered that NLEPs even exhibited 30 p.c larger accuracy than task-specific prompting strategies. The technique additionally confirmed enhancements over open-source LLMs. 

    Along with boosting the accuracy of large language models, NLEPs might additionally enhance knowledge privateness. Since NLEP applications are run regionally, delicate person knowledge don’t must be despatched to an organization like OpenAI or Google to be processed by a mannequin.

    In addition, NLEPs can allow small language models to carry out higher with out the have to retrain a mannequin for a sure activity, which could be a expensive course of.

    “There is no magic here. We do not have a more expensive or fancy language model. All we do is use program generation instead of natural language generation, and we can make it perform significantly better,” Luo says.

    However, an NLEP depends on the program technology functionality of the mannequin, so the method doesn’t work as properly for smaller models which have been skilled on restricted datasets. In the future, the researchers plan to check strategies that might make smaller language models generate more practical NLEPs. In addition, they wish to examine the affect of immediate variations on NLEPs to boost the robustness of the mannequin’s reasoning processes.

    This analysis was supported, partially, by the Center for Perceptual and Interactive Intelligence of Hong Kong. 

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    How to build a better AI benchmark

    AI

    Q&A: A roadmap for revolutionizing health care through data-driven innovation | Ztoog

    AI

    This data set helps researchers spot harmful stereotypes in LLMs

    AI

    Making AI models more trustworthy for high-stakes settings | Ztoog

    AI

    The AI Hype Index: AI agent cyberattacks, racing robots, and musical models

    AI

    Novel method detects microbial contamination in cell cultures | Ztoog

    AI

    Seeing AI as a collaborator, not a creator

    AI

    “Periodic table of machine learning” could fuel AI discovery | Ztoog

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    The Future

    NBN FTTN upgrade plans updated

    Maybe I missed one thing, but it surely appears like NBN fairly quietly added a…

    Gadgets

    40 years later, X Window System is far more relevant than anyone could guess

    Getty Images Often occasions, when I’m researching one thing about computer systems or coding that…

    Technology

    Scientists combine evolution, physics, and robotics to decode insect flight

    Enlarge / A hawk moth in flight. Different bugs flap their wings in several manners.…

    Science

    Kyiv Is Using Homegrown Tech to Treat the Trauma of War

    But that is solely half of the downside that wants fixing. For those that do…

    Mobile

    All the features I want to see

    The Pixel Fold marks Google’s first foray into the foldable house and whereas it’s removed…

    Our Picks
    The Future

    Lily Gladstone Has an Excellent Take on Ewoks

    Mobile

    The rumored ‘Galaxy Ring’ could challenge the Galaxy Watch 6

    Technology

    Yelp: It’s gotten worse since Google made changes to comply with EU rules

    Categories
    • AI (1,482)
    • Crypto (1,744)
    • Gadgets (1,796)
    • Mobile (1,839)
    • Science (1,853)
    • Technology (1,789)
    • The Future (1,635)
    Most Popular
    Mobile

    What you need to know

    The Future

    Ahead of Congressional hearing on child safety, X announces plans to hire 100 moderators in Austin

    The Future

    Best Holiday Deals on E-Bikes: Save Hundreds on Top Brands Like BirdBike, Velowave and More

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.