Close Menu
Ztoog
    What's Hot
    Mobile

    T-Mobile hacked in massive breach by China-linked hackers

    Mobile

    New update to Google Workspace makes finding comments way easier

    AI

    Arcee AI Release Arcee Spark: A New Era of Compact and Efficient 7B Parameter Language Models

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

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

    • Technology

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

      5 Skills Kids (and Adults) Need in an AI World – O’Reilly

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

    • Science

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

      Senate advances GENIUS Act after cloture vote passes

    Ztoog
    Home » MIT researchers use large language models to flag problems in complex systems | Ztoog
    AI

    MIT researchers use large language models to flag problems in complex systems | Ztoog

    Facebook Twitter Pinterest WhatsApp
    MIT researchers use large language models to flag problems in complex systems | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Identifying one defective turbine in a wind farm, which may contain a whole bunch of indicators and tens of millions of knowledge factors, is akin to discovering a needle in a haystack.

    Engineers typically streamline this complex drawback utilizing deep-learning models that may detect anomalies in measurements taken repeatedly over time by every turbine, often called time-series information.

    But with a whole bunch of wind generators recording dozens of indicators every hour, coaching a deep-learning mannequin to analyze time-series information is expensive and cumbersome. This is compounded by the truth that the mannequin may have to be retrained after deployment, and wind farm operators might lack the mandatory machine-learning experience.

    In a brand new examine, MIT researchers discovered that large language models (LLMs) maintain the potential to be extra environment friendly anomaly detectors for time-series information. Importantly, these pretrained models will be deployed proper out of the field.

    The researchers developed a framework, known as SigLLM, which features a element that converts time-series information into text-based inputs an LLM can course of. A consumer can feed these ready information to the mannequin and ask it to begin figuring out anomalies. The LLM will also be used to forecast future time-series information factors as a part of an anomaly detection pipeline.

    While LLMs couldn’t beat state-of-the-art deep studying models at anomaly detection, they did carry out in addition to another AI approaches. If researchers can enhance the efficiency of LLMs, this framework may assist technicians flag potential problems in gear like heavy equipment or satellites earlier than they happen, with out the necessity to practice an costly deep-learning mannequin.

    “Since this is just the first iteration, we didn’t expect to get there from the first go, but these results show that there’s an opportunity here to leverage LLMs for complex anomaly detection tasks,” says Sarah Alnegheimish, {an electrical} engineering and laptop science (EECS) graduate pupil and lead creator of a paper on SigLLM.

    Her co-authors embody Linh Nguyen, an EECS graduate pupil; Laure Berti-Equille, a analysis director on the French National Research Institute for Sustainable Development; and senior creator Kalyan Veeramachaneni, a principal analysis scientist in the Laboratory for Information and Decision Systems. The analysis will likely be offered on the IEEE Conference on Data Science and Advanced Analytics.

    An off-the-shelf resolution

    Large language models are autoregressive, which implies they’ll perceive that the most recent values in sequential information rely on earlier values. For occasion, models like GPT-4 can predict the subsequent phrase in a sentence utilizing the phrases that precede it.

    Since time-series information are sequential, the researchers thought the autoregressive nature of LLMs may make them well-suited for detecting anomalies in this kind of information.

    However, they needed to develop a method that avoids fine-tuning, a course of in which engineers retrain a general-purpose LLM on a small quantity of task-specific information to make it an skilled at one process. Instead, the researchers deploy an LLM off the shelf, with no extra coaching steps.

    But earlier than they may deploy it, they’d to convert time-series information into text-based inputs the language mannequin may deal with.

    They completed this by means of a sequence of transformations that seize a very powerful components of the time sequence whereas representing information with the fewest variety of tokens. Tokens are the essential inputs for an LLM, and extra tokens require extra computation.

    “If you don’t handle these steps very carefully, you might end up chopping off some part of your data that does matter, losing that information,” Alnegheimish says.

    Once they’d discovered how to rework time-series information, the researchers developed two anomaly detection approaches.

    Approaches for anomaly detection

    For the primary, which they name Prompter, they feed the ready information into the mannequin and immediate it to find anomalous values.

    “We had to iterate a number of times to figure out the right prompts for one specific time series. It is not easy to understand how these LLMs ingest and process the data,” Alnegheimish provides.

    For the second method, known as Detector, they use the LLM as a forecaster to predict the subsequent worth from a time sequence. The researchers examine the anticipated worth to the precise worth. A large discrepancy suggests that the actual worth is probably going an anomaly.

    With Detector, the LLM could be a part of an anomaly detection pipeline, whereas Prompter would full the duty by itself. In apply, Detector carried out higher than Prompter, which generated many false positives.

    “I think, with the Prompter approach, we were asking the LLM to jump through too many hoops. We were giving it a harder problem to solve,” says Veeramachaneni.

    When they in contrast each approaches to present strategies, Detector outperformed transformer-based AI models on seven of the 11 datasets they evaluated, regardless that the LLM required no coaching or fine-tuning.

    In the long run, an LLM may additionally have the option to present plain language explanations with its predictions, so an operator could possibly be higher in a position to perceive why an LLM recognized a sure information level as anomalous.

    However, state-of-the-art deep studying models outperformed LLMs by a large margin, displaying that there’s nonetheless work to do earlier than an LLM could possibly be used for anomaly detection.

    “What will it take to get to the point where it is doing as well as these state-of-the-art models? That is the million-dollar question staring at us right now. An LLM-based anomaly detector needs to be a game-changer for us to justify this sort of effort,” Veeramachaneni says.

    Moving ahead, the researchers need to see if finetuning can enhance efficiency, although that may require extra time, value, and experience for coaching.

    Their LLM approaches additionally take between half-hour and two hours to produce outcomes, so growing the pace is a key space of future work. The researchers additionally need to probe LLMs to perceive how they carry out anomaly detection, in the hopes of discovering a method to enhance their efficiency.

    “When it comes to complex tasks like anomaly detection in time series, LLMs really are a contender. Maybe other complex tasks can be addressed with LLMs, as well?” says Alnegheimish.

    This analysis was supported by SES S.A., Iberdrola and ScottishPower Renewables, and Hyundai Motor Company.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Mobile

    The best T-Mobile deals of September 2023

    Edgar Cervantes / Android AuthorityT-Mobile is the second-largest wi-fi provider within the United States, climbing…

    Gadgets

    LG Transforming into a Smart Life Solution Company: 2024 Checkpoint

    For the previous 12 months or so, LG Electronics has been engaged on remodeling itself…

    Technology

    California Pushes Electric Trucks as the Future of Freight

    Neri Diaz thought he was prepared for an important juncture in California’s bold plans, carefully…

    Crypto

    Cryptos and Stocks Close the Week in Red, Analysts Eye Post-Halving Bitcoin Rally

    The cryptocurrency market concluded the week with a downward pattern, witnessing Bitcoin (BTC) slipping beneath…

    Gadgets

    Software Offers Real-time AI Voice Change To Unleash Your Creativity

    HitPaw, an eminent software program enterprise that focuses on multimedia options, is elated to declare…

    Our Picks
    Gadgets

    ChatGPT vs. Gemini: Which AI Chatbot Subscription Is Right for You?

    Mobile

    Tronsmart Halo 100 review: This RGB Bluetooth speaker serves some serious retro party vibes

    Gadgets

    Get a KitchenAid stand mixer for just $250 at Amazon

    Categories
    • AI (1,493)
    • Crypto (1,753)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,802)
    • The Future (1,648)
    Most Popular
    Technology

    AI diagnoses autism in young children with 98.5% accuracy

    Technology

    Best Early Prime Day Deals Under $50

    Mobile

    Gemini’s 2.0 Flash Experimental model arrives on Android and iOS devices

    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.