Close Menu
Ztoog
    What's Hot
    Mobile

    New iPhone 15 Plus ad focuses once again on the device’s long battery life

    The Future

    Is It Worth Adding AirTags to Luggage? – Review Geek

    The Future

    OpenAI signs deal to train on Condé Nast content, surface stories in ChatGPT

    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 » a metadata format for ML-ready datasets – Google Research Blog
    AI

    a metadata format for ML-ready datasets – Google Research Blog

    Facebook Twitter Pinterest WhatsApp
    a metadata format for ML-ready datasets – Google Research Blog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Posted by Omar Benjelloun, Software Engineer, Google Research, and Peter Mattson, Software Engineer, Google Core ML and President, MLCommons Association

    Machine studying (ML) practitioners trying to reuse current datasets to coach an ML mannequin typically spend a lot of time understanding the info, making sense of its group, or determining what subset to make use of as options. So a lot time, in truth, that progress within the area of ML is hampered by a elementary impediment: the big variety of knowledge representations.

    ML datasets cowl a broad vary of content material sorts, from textual content and structured information to pictures, audio, and video. Even inside datasets that cowl the identical sorts of content material, each dataset has a distinctive advert hoc association of information and information codecs. This problem reduces productiveness all through your complete ML growth course of, from discovering the info to coaching the mannequin. It additionally impedes growth of badly wanted tooling for working with datasets.

    There are normal function metadata codecs for datasets corresponding to schema.org and DCAT. However, these codecs had been designed for information discovery slightly than for the particular wants of ML information, corresponding to the flexibility to extract and mix information from structured and unstructured sources, to incorporate metadata that will allow accountable use of the info, or to explain ML utilization traits corresponding to defining coaching, take a look at and validation units.

    Today, we’re introducing Croissant, a new metadata format for ML-ready datasets. Croissant was developed collaboratively by a neighborhood from trade and academia, as a part of the MLCommons effort. The Croissant format does not change how the precise information is represented (e.g., picture or textual content file codecs) — it gives a customary solution to describe and arrange it. Croissant builds upon schema.org, the de facto customary for publishing structured information on the Web, which is already utilized by over 40M datasets. Croissant augments it with complete layers for ML related metadata, information sources, information group, and default ML semantics.

    In addition, we’re saying assist from main instruments and repositories: Today, three extensively used collections of ML datasets — Kaggle, Hugging Face, and OpenML — will start supporting the Croissant format for the datasets they host; the Dataset Search device lets customers search for Croissant datasets throughout the Web; and in style ML frameworks, together with TensorFlow, PyTorch, and JAX, can load Croissant datasets simply utilizing the TensorFlow Datasets (TFDS) package deal.

    Croissant

    This 1.0 launch of Croissant consists of a full specification of the format, a set of instance datasets, an open supply Python library to validate, devour and generate Croissant metadata, and an open supply visible editor to load, examine and create Croissant dataset descriptions in an intuitive method.

    Supporting Responsible AI (RAI) was a key aim of the Croissant effort from the beginning. We are additionally releasing the primary model of the Croissant RAI vocabulary extension, which augments Croissant with key properties wanted to explain vital RAI use instances corresponding to information life cycle administration, information labeling, participatory information, ML security and equity analysis, explainability, and compliance.

    Why a shared format for ML information?

    The majority of ML work is definitely information work. The coaching information is the “code” that determines the conduct of a mannequin. Datasets can range from a assortment of textual content used to coach a massive language mannequin (LLM) to a assortment of driving situations (annotated movies) used to coach a automotive’s collision avoidance system. However, the steps to develop an ML mannequin sometimes observe the identical iterative data-centric course of: (1) discover or gather information, (2) clear and refine the info, (3) practice the mannequin on the info, (4) take a look at the mannequin on extra information, (5) uncover the mannequin doesn’t work, (6) analyze the info to seek out out why, (7) repeat till a workable mannequin is achieved. Many steps are made tougher by the shortage of a widespread format. This “data development burden” is particularly heavy for resource-limited analysis and early-stage entrepreneurial efforts.

    The aim of a format like Croissant is to make this complete course of simpler. For occasion, the metadata may be leveraged by search engines like google and yahoo and dataset repositories to make it simpler to seek out the best dataset. The information sources and group data make it simpler to develop instruments for cleansing, refining, and analyzing information. This data and the default ML semantics make it potential for ML frameworks to make use of the info to coach and take a look at fashions with a minimal of code. Together, these enhancements considerably scale back the info growth burden.

    Additionally, dataset authors care in regards to the discoverability and ease of use of their datasets. Adopting Croissant improves the worth of their datasets, whereas solely requiring a minimal effort, due to the out there creation instruments and assist from ML information platforms.

    What can Croissant do at this time?

    The Croissant ecosystem: Users can Search for Croissant datasets, obtain them from main repositories, and simply load them into their favourite ML frameworks. They can create, examine and modify Croissant metadata utilizing the Croissant editor.

    Today, customers can discover Croissant datasets at:

    With a Croissant dataset, it’s potential to:

    To publish a Croissant dataset, customers can:

    • Use the Croissant editor UI (github) to generate a massive portion of Croissant metadata mechanically by analyzing the info the consumer gives, and to fill vital metadata fields corresponding to RAI properties.
    • Publish the Croissant data as a part of their dataset Web web page to make it discoverable and reusable.
    • Publish their information in one of many repositories that assist Croissant, corresponding to Kaggle, HuggingFace and OpenML, and mechanically generate Croissant metadata.

    Future route

    We are enthusiastic about Croissant’s potential to assist ML practitioners, however making this format actually helpful requires the assist of the neighborhood. We encourage dataset creators to contemplate offering Croissant metadata. We encourage platforms internet hosting datasets to offer Croissant information for obtain and embed Croissant metadata in dataset Web pages in order that they are often made discoverable by dataset search engines like google and yahoo. Tools that assist customers work with ML datasets, corresponding to labeling or information evaluation instruments must also think about supporting Croissant datasets. Together, we will scale back the info growth burden and allow a richer ecosystem of ML analysis and growth.

    We encourage the neighborhood to hitch us in contributing to the trouble.

    Acknowledgements

    Croissant was developed by the Dataset Search, Kaggle and TensorFlow Datasets groups from Google, as a part of an MLCommons neighborhood working group, which additionally consists of contributors from these organizations: Bayer, cTuning Foundation, DANS-KNAW, Dotphoton, Harvard, Hugging Face, Kings College London, LIST, Meta, NASA, North Carolina State University, Open Data Institute, Open University of Catalonia, Sage Bionetworks, and TU Eindhoven.

    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
    Mobile

    Nothing Chats brings iMessage compatibility to Android

    The lack of compatibility between Apple’s iMessage and RCS-supporting messaging apps like WhatsApp, Telegram and…

    Science

    Moons around Uranus may suddenly develop atmospheres in the spring

    Uranus’s moon MirandaNASA/JPL/USGS The moons of Uranus may have short-lived atmospheres each time the seasons…

    Technology

    Chinese customs bust woman trying to smuggle over 350 Nintendo Switch cartridges in her bra

    Upon beginning this story I had visions of it being a pun-fest however I’ve gone…

    AI

    Meet PassGPT: An LLM Trained on Password Leaks for Password Generation

    Despite the rising number of different applied sciences, passwords stay the popular authentication methodology. This…

    Science

    Plant-based cheese may be getting more appetizing

    There isn’t any questioning our ongoing love affair with cheese. From pizza and pasta to…

    Our Picks
    Gadgets

    The Apple Watch Series 9 and Ultra 2 Ban Is Back On

    The Future

    Ignore your fitness tracker and walk to Mordor instead

    Science

    Earth’s stinkiest flower is threatened with extinction

    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
    Gadgets

    Thousands of Android devices come with unkillable backdoor preinstalled

    The Future

    Pros and cons in 2025

    The Future

    Proton pass for business is ready

    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.