Close Menu
Ztoog
    What's Hot
    Crypto

    Bitcoin Daily Chart Signals Impending Sell-Off, Analyst Says

    The Future

    AI and You: No Copyright for Nonhuman Creations, AI ‘Boss From Hell,’ Porn Deepfakes

    The Future

    Robot with sense of touch grabs ocean trash without harming sea life

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

      Can work-life balance tracking improve well-being?

      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

    • Technology

      Elon Musk tries to stick to spaceships

      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

    • 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

      June skygazing: A strawberry moon, the summer solstice… and Asteroid Day!

      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

    • 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

      Bitcoin Maxi Isn’t Buying Hype Around New Crypto Holding Firms

      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

    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

    vivo X90s memory options leaked by third-party retailer

    The vivo X90s is arriving on Monday, and we all know the cellphone will seem…

    Mobile

    Acefast Z4 218W review: This 4-port charging station has a unique feature I’ve always wanted

    Acefast is a Chinese accent model that is aware of methods to seize consideration with…

    The Future

    Best of Show: Our Most Exciting, Innovative and Impactful Tech Winners of CES 2024

    CES 2024 did not disappoint. We anticipated a complete lot of AI and that is…

    AI

    Meet AIAgent: A Web-based AutomateGPT that Needs No API Keys and is Powered by GPT4

    AIAgent is a robust web-based app that provides customers the ability to create personalized AI…

    Gadgets

    Motorola makes its 4th-gen foldable, the Moto Razr+, official

    The 2023 Moto Razr+ (or Moto Razr 40 Ultra internationally). Motorola It is available in…

    Our Picks
    The Future

    Apple CEO reaches out to Beijing amid iPhone woes

    Crypto

    The SEC’s situationship with Binance and Coinbase keeps getting messier

    Technology

    Upgrade UI/UX For Unforgettable Mobile Experiences

    Categories
    • AI (1,493)
    • Crypto (1,754)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,867)
    • Technology (1,803)
    • The Future (1,649)
    Most Popular
    Gadgets

    Yup, Jony Ive is working on an AI device startup with OpenAI

    Science

    Ozempic Could Also Help You Drink Less Alcohol

    AI

    Mistral.rs: A Lightning-Fast LLM Inference Platform with Device Support, Quantization, and Open-AI API Compatible HTTP Server and Python Bindings

    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.