AIAny
Icon for item

MatrAIx Persona 1M

Provides 999,847 persona records—599,847 grounded from real sources and 400,000 synthetic—each encoded as 1,290 categorical attributes packed into 645-byte Parquet blobs. Includes a codebook, postings index, and calibration/audit artifacts; decode with pyarrow and persona_codes.schema.json.

Introduction

The dataset supplies a large, calibrated coreset of persona profiles intended for persona-conditioned generation, demographic calibration experiments, extraction evaluation, and retrieval-focused workflows. Its design trades human-grounded realism against synthetic completeness to give practitioners a single, searchable store of attribute-level persona signals.

What Sets It Apart
  • Dense attribute packing: every persona is 1,290 categorical attributes encoded as 4-bit codes (645 bytes). So what: extreme storage and I/O efficiency but requires explicit decoding logic (provided persona_codes.schema.json) and pyarrow rather than the Hugging Face "datasets" loader.
  • Mixed provenance with calibration: 599,847 rows derived from real sources (wiki, Stack Overflow survey, Amazon reviews, GSS, PRISM, real-human survey) plus 400,000 full-DAG synthetic rows; four dimensions are calibrated to 2024 population margins. So what: you get both grounded evidence and distributional control for one-dimensional margins, useful for tuning model behavior or controlled generation experiments.
  • Built-for-filtering: the release includes indexes/postings.sqlite that map values to global row IDs. So what: you can filter without scanning 4+ GB of shards, enabling faster subset selection for downstream training or evaluation.
  • Auditability and transparency: manifest, calibration_targets.json, audit.json and RESULTS.md document targets and achieved margins and build choices. So what: enables reproducible analyses of how calibration and selection shaped the coreset.
Who It's For and Trade-offs

Great fit if you need a large, attribute-granular persona coreset for training or evaluating NLP/LLM systems, for experiments that require fast value-based filtering, or for studying the impact of mixing synthetic and extracted records. Look elsewhere if you need a population-representative sample (calibration only enforces one-dimensional margins among known fields), verified human annotations (many extractions are model-derived), or a dataset that can be read directly with high-level dataset libraries — the packed format mandates custom decoding and attention to null_bitmap/attribute_overrides. Also note the viewer on the Hugging Face page exposes only a 999-row decoded sample; the full release is 999,847 personas across ten Zstandard Parquet shards.

Information

Categories

More Items

Hugging Face

Provides ~39 TB of pre‑beamformed (channel capture) ultrasound RF data and metadata in zea/HDF5 format for reconstruction, flow, and inverse‑problem tasks. Released under CC‑BY‑4.0 and curated for training and evaluating ultrasound/RF foundation models.

Hugging Face

Provides a bilingual Chinese–English corpus for LLM training covering pretraining, capability-oriented midtraining (16K–256K long contexts), and supervised fine-tuning. Includes ~4.2T pretrain tokens, ~600B midtrain tokens, and ~4.57M SFT samples; sources span web, PDFs/OCR, code, math, QA, and agentic trajectories under mixed upstream licenses.

Hugging Face

Simulation-ready home dataset for embodied AI: CAD-based household scenes with configured physical properties and metadata, plus 1,000 robot trajectory episodes (RGB-D, HDF5/USDZ) for simulation training and evaluation under CC BY-NC-SA 4.0.