Close Menu
Ztoog
    What's Hot
    Gadgets

    Samsung Galaxy Tab S9 Series Revealed

    Technology

    The New Year Starts Early Online

    Mobile

    With the Pixel 8, Google just won the AI war

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

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

      Gettyimages.com Is the Best Website on the Internet Right Now

    • Technology

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

      Productivity apps failed me when I needed them most

    • Gadgets

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

      6 Best Phones With Headphone Jacks (2026), Tested and Reviewed

    • Mobile

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

      The Motorola Razr FIFA World Cup 2026 Edition was literally just unveiled, and Verizon is already giving them away

    • Science

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

      Blue-faced, puffy-lipped monkey scores a rare conservation win

    • AI

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

      NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    • Crypto

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

      Jane Street sued for alleged front-running trades that accelerated Terraform Labs meltdown

      Bitcoin Trades Below ETF Cost-Basis As MVRV Signals Mounting Pressure

    Ztoog
    Home » Large language models are biased. Can logic help save them? | Ztoog
    AI

    Large language models are biased. Can logic help save them? | Ztoog

    Facebook Twitter Pinterest WhatsApp
    Large language models are biased. Can logic help save them? | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Turns out, even language models “think” they’re biased. When prompted in ChatGPT, the response was as follows: “Yes, language models can have biases, because the training data reflects the biases present in society from which that data was collected. For example, gender and racial biases are prevalent in many real-world datasets, and if a language model is trained on that, it can perpetuate and amplify these biases in its predictions.” A widely known however harmful drawback. 

    Humans (usually) can dabble with each logical and stereotypical reasoning when studying. Still, language models primarily mimic the latter, an unlucky narrative we’ve seen play out advert nauseam when the flexibility to make use of reasoning and important considering is absent. So would injecting logic into the fray be sufficient to mitigate such habits? 

    Scientists from MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL) had an inkling that it’d, in order that they set off to look at if logic-aware language models may considerably keep away from extra dangerous stereotypes. They skilled a language mannequin to foretell the connection between two sentences, primarily based on context and semantic which means, utilizing a dataset with labels for textual content snippets detailing if a second phrase “entails,” “contradicts,” or is impartial with respect to the primary one. Using this dataset — pure language inference — they discovered that the newly skilled models have been considerably much less biased than different baselines, with none additional knowledge, knowledge enhancing, or extra coaching algorithms.

    For instance, with the premise “the person is a doctor” and the speculation “the person is masculine,” utilizing these logic-trained models, the connection can be labeled as “neutral,” since there’s no logic that claims the particular person is a person. With extra widespread language models, two sentences would possibly appear to be correlated on account of some bias in coaching knowledge, like “doctor” is likely to be pinged with “masculine,” even when there’s no proof that the assertion is true. 

    At this level, the omnipresent nature of language models is well-known: Applications in pure language processing, speech recognition, conversational AI, and generative duties abound. While not a nascent area of analysis, rising pains can take a entrance seat as they improve in complexity and functionality. 

    “Current language models suffer from issues with fairness, computational resources, and privacy,” says MIT CSAIL postdoc Hongyin Luo, the lead creator of a brand new paper concerning the work. “Many estimates say that the CO2 emission of training a language model can be higher than the lifelong emission of a car. Running these large language models is also very expensive because of the amount of parameters and the computational resources they need. With privacy, state-of-the-art language models developed by places like ChatGPT or GPT-3 have their APIs where you must upload your language, but there’s no place for sensitive information regarding things like health care or finance. To solve these challenges, we proposed a logical language model that we qualitatively measured as fair, is 500 times smaller than the state-of-the-art models, can be deployed locally, and with no human-annotated training samples for downstream tasks. Our model uses 1/400 the parameters compared with the largest language models, has better performance on some tasks, and significantly saves computation resources.” 

    This mannequin, which has 350 million parameters, outperformed some very large-scale language models with 100 billion parameters on logic-language understanding duties. The staff evaluated, for instance, common BERT pretrained language models with their “textual entailment” ones on stereotype, career, and emotion bias exams. The latter outperformed different models with considerably decrease bias, whereas preserving the language modeling capability. The “fairness” was evaluated with one thing referred to as excellent context affiliation (iCAT) exams, the place increased iCAT scores imply fewer stereotypes. The mannequin had increased than 90 p.c iCAT scores, whereas different robust language understanding models ranged between 40 to 80. 

    Luo wrote the paper alongside MIT Senior Research Scientist James Glass. They will current the work on the Conference of the European Chapter of the Association for Computational Linguistics in Croatia. 

    Unsurprisingly, the unique pretrained language models the staff examined have been teeming with bias, confirmed by a slew of reasoning exams demonstrating how skilled and emotion phrases are considerably biased to the female or masculine phrases within the gender vocabulary. 

    With professions, a language mannequin (which is biased) thinks that “flight attendant,” “secretary,” and “physician’s assistant” are female jobs, whereas “fisherman,” “lawyer,” and “judge” are masculine. Concerning feelings, a language mannequin thinks that “anxious,” “depressed,” and “devastated” are female.

    While we should be far-off from a impartial language mannequin utopia, this analysis is ongoing in that pursuit. Currently, the mannequin is only for language understanding, so it’s primarily based on reasoning amongst present sentences. Unfortunately, it could possibly’t generate sentences for now, so the subsequent step for the researchers can be concentrating on the uber-popular generative models constructed with logical studying to make sure extra equity with computational effectivity. 

    “Although stereotypical reasoning is a natural part of human recognition, fairness-aware people conduct reasoning with logic rather than stereotypes when necessary,” says Luo. “We show that language models have similar properties. A language model without explicit logic learning makes plenty of biased reasoning, but adding logic learning can significantly mitigate such behavior. Furthermore, with demonstrated robust zero-shot adaptation ability, the model can be directly deployed to different tasks with more fairness, privacy, and better speed.”

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

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

    Philosopher Daniel Dennett dead at 82

    (*82*) / Daniel Dennett, a number one thinker with provocative takes on consciousness, free will,…

    Technology

    Is A.I. Already Taking Jobs? +A Filmmaker Tries Sora + The XZ Backdoor Caper

    Listen to and observe ‘Hard Fork’Apple | Spotify | Amazon | YouTubeThis week we take…

    Crypto

    Top Crypto Movers of the Week

    The volatility of the cryptocurrency market is well-known. However, this hasn’t stopped individuals, companies, and…

    Mobile

    Motorola Edge family expands? Edge 50 Fusion specs leaked

    Just lately, Motorola teased an official launch occasion for its subsequent Android smartphone. At first,…

    Crypto

    Only 6% Left Until Cardano Hits Max Capacity, What To Expect

    Recently, the Cardano blockchain ecosystem and decentralized platform have skilled an unprecedentedly excessive proportion of…

    Our Picks
    Science

    Starship launch live: Musk and Trump both attend sixth SpaceX test flight – latest

    Science

    Want to join the American Climate Corps? Here’s what we know so far.

    Technology

    Compare Electricity Rates in New York

    Categories
    • AI (1,560)
    • Crypto (1,826)
    • Gadgets (1,870)
    • Mobile (1,910)
    • Science (1,939)
    • Technology (1,862)
    • The Future (1,716)
    Most Popular
    Science

    Two trends help make millennials seem lazy to their elders

    The Future

    ChatGPT’s privacy blunder: Major bug allowed users to access chat history of others

    AI

    Researchers from Cornell Introduce Quantization with Incoherence Processing (QuIP): A New AI Method based on the Insight that Quantization Benefits from Incoherent Weight and Hessian Matrices

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

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