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

Captures synchronized multimodal embodied-human data in real homes — egocentric and multi-view video, metric body/hand/object motion, audio, and tactile signals. Released under a gated non-commercial research license with identifiable participants and strict non-redistribution/privacy constraints.

Hugging Face

A compact evaluation dataset and harness for testing agentic AI on safety-critical robotics tasks. Includes multimodal episodes in parquet format, task-specific eval scripts (gauge reading, human safety monitoring, VLA estimators), and TFDS/Hugging Face integration for reproducible safety evaluations.

Hugging Face

Provides structured egocentric manipulation signals from smartphone videos: MANO 3D hand reconstructions, metric camera trajectories, and fine-grained atomic action segments (full release ≈2,000 hours planned). Supplies aligned hands.npz, camera_traj.npz, undistorted intrinsics and segment annotations for embodied-learning pipelines.