Almanac
← Events
4Hugging Face Blog·1mo ago

SyGra: The One-Stop Framework for Building Data for LLMs and SLMs

ServiceNow AI introduces SyGra, a framework designed to streamline synthetic and curated data generation for training large and small language models. The framework aims to provide a unified pipeline covering data synthesis, filtering, and quality control for LLM/SLM development. The blog post appears on Hugging Face, positioning SyGra as a practical tooling contribution to the data preparation ecosystem.

Related guides (3)

Related events (8)

3Hugging Face Blog·1mo ago·source ↗

Introducing SyGra Studio

ServiceNow AI has announced SyGra Studio, a new product introduced via the Hugging Face blog. The body of the post is empty, so specific technical details, capabilities, or positioning are not available from this item. Based on the title and source, it appears to be a tooling or platform release in the AI/ML space from ServiceNow's AI division.

5Hugging Face Blog·1mo ago·source ↗

Introducing the Synthetic Data Generator - Build Datasets with Natural Language

Hugging Face has launched a Synthetic Data Generator tool that allows users to create datasets using natural language descriptions. The tool is designed to lower the barrier for dataset creation, enabling practitioners to generate training data without writing code. This is relevant to the broader trend of synthetic data as a scalable alternative to manual data collection and annotation.

6Hugging Face Blog·1mo ago·source ↗

Cosmopedia: Creating Large-Scale Synthetic Data for Pre-training LLMs

Hugging Face introduces Cosmopedia, a large-scale synthetic dataset designed for pre-training large language models. The blog post details the methodology for generating diverse, high-quality synthetic text at scale using existing LLMs as data generators. The work addresses the growing challenge of data scarcity and quality in LLM pre-training pipelines.

4arXiv · cs.CL·5d ago·source ↗

Synthetic data generation method enables small LLMs to match large models on Text-To-Cypher tasks

A new arXiv paper presents an automatic synthetic data generation method for fine-tuning small LLMs on Text-To-Cypher (Text2Cypher) parsing, enabling natural language interfaces to property graph databases. Experiments across major Text-To-Cypher benchmarks show that small fine-tuned models can compete with much larger proprietary models. The approach is positioned as a solution for local deployment scenarios requiring data sovereignty without expensive annotation.

5arXiv · cs.CL·17d ago·source ↗

Synthetic LLM-generated conversations improve ASR training for low-resource languages

Researchers propose a pipeline that uses LLMs to generate scenario-level dialogues and TTS to synthesize multi-speaker audio, creating simulated conversational training data for ASR systems. Evaluated on the Hungarian BEA-Dialogue benchmark, a model trained on 67 hours of real plus 636 hours of synthetic data outperforms a zero-shot model trained on 2,700 hours of real Hungarian speech. The study tests five LLM families under multiple budget and mixing configurations using a FastConformer-Large backbone, finding that generator choice and data composition significantly affect gains.

4Hugging Face Blog·1mo ago·source ↗

Synthetic Data: Save Money, Time and Carbon with Open Source

A Hugging Face blog post advocates for using synthetic data generation with open-source tools as a cost-effective, time-efficient, and environmentally friendlier alternative to real data collection and labeling. The post likely covers techniques and tooling available in the open-source ecosystem for generating synthetic training data. This is relevant to the broader trend of reducing dependency on expensive human-labeled datasets in ML pipelines.

5arXiv · cs.CL·29d ago·source ↗

SynAE: Framework for Evaluating Synthetic Data Quality in Tool-Calling Agent Benchmarks

SynAE is a proposed evaluation framework for measuring how well synthetic datasets replicate and augment real data trajectories for multi-turn, tool-calling agent testing. It assesses validity, fidelity, and diversity across four metric categories: task instructions, tool calls, final outputs, and downstream evaluation. The paper demonstrates that no single metric suffices to characterize synthetic data quality, motivating multi-axis evaluation. A demo and code are publicly available.

5Openai Blog·1mo ago·source ↗

A Hazard Analysis Framework for Code Synthesis Large Language Models

OpenAI published a hazard analysis framework specifically targeting code synthesis LLMs, addressing the safety and risk dimensions of models that generate executable code. The framework likely identifies threat categories, failure modes, and mitigation strategies relevant to deploying code-generating AI systems. This represents an early structured attempt to apply safety engineering methodology to a specific LLM capability domain. The work is relevant to both AI safety research and enterprise deployment considerations for coding assistants.