{ "rai:dataLimitations": "The dataset focuses on controlled multi-person human-object interaction scenarios and may not generalize to unconstrained real-world environments. It primarily captures interactions involving a limited set of object categories and scripted behaviors. It is not recommended for safety-critical applications or deployment in uncontrolled real-world systems.", "rai:dataBiases": "The dataset may exhibit biases in interaction types, object categories, and participant roles. Certain interaction patterns (e.g., handover or cooperative tasks) may be overrepresented, while spontaneous or adversarial interactions are underrepresented. Demographic diversity is limited, as human subjects are represented through SMPL-X models rather than real-world population distributions.", "rai:personalSensitiveInformation": "The dataset does not contain real personal data. Human representations are synthetic SMPL-X models. Metadata includes limited attributes such as gender labels, which should not be interpreted as reflecting real individuals. No sensitive attributes such as health, political views, or identity are included.", "rai:dataUseCases": "The dataset is designed for research in human-object interaction modeling, motion generation, and embodied AI. It supports tasks such as text-to-motion generation, multi-person interaction modeling, and role-aware behavior synthesis. It is not intended for surveillance, identity inference, or real-world decision-making involving humans.", "rai:dataSocialImpact": "The dataset may contribute positively to research in robotics, human-computer interaction, and embodied intelligence. However, misuse could arise if models trained on this dataset are applied in real-world scenarios without accounting for distributional gaps or human diversity. Care should be taken to avoid overgeneralization and unfair deployment.", "rai:hasSyntheticData": true, "prov:wasDerivedFrom": [], "prov:wasGeneratedBy": [ { "@type": "Process", "name": "Data Collection and Generation", "description": "Human motion data is represented using SMPL-X parameters. Interaction sequences are constructed through controlled capture and/or simulation pipelines involving predefined scenarios and object interactions." }, { "@type": "Process", "name": "Data Annotation", "description": "Contact labels are generated using geometric proximity metrics (e.g., distance thresholds) and manually verified. Text annotations are written and augmented to describe interaction semantics." }, { "@type": "Process", "name": "Preprocessing", "description": "Data is normalized, aligned, and converted into unified formats including SMPL-X motion, object transformation matrices, and contact labels. Additional prompt augmentation is applied to enrich textual diversity." } ], "@context": { "@language": "en", "cr": "https://mlcommons.org/croissant/", "rai": "https://mlcommons.org/croissant/rai/", "prov": "http://www.w3.org/ns/prov#", "sc": "https://schema.org/" }, "@type": "sc:Dataset", "@id": "https://huggingface.co/datasets/RayZuo/CoRoleHOI", "sc:name": "CoRoleHOI", "sc:description": "CoRoleHOI is a dataset for role-asymmetric multi-person multi-object human-object interaction, including SMPL-X motion, object trajectories, contact annotations, and structured textual prompts.", "sc:url": "https://huggingface.co/datasets/RayZuo/CoRoleHOI", "license": "https://creativecommons.org/licenses/by/4.0/", "sc:version": "1.0", "sc:datePublished": "2026-01-01", "sc:citation": "To be added", "conformsTo": "https://mlcommons.org/croissant/1.1", "distribution": [ { "@type": "cr:FileObject", "@id": "data-zip", "contentUrl": "https://huggingface.co/datasets/RayZuo/CoRoleHOI/resolve/main/CoRoleHOI.zip", "encodingFormat": "application/zip" } ], "recordSet": [ { "name": "interaction_sequences", "description": "Each record corresponds to a multi-person multi-object interaction sequence.", "field": [ { "name": "sequence_id", "dataType": "integer", "description": "Unique sequence identifier." }, { "name": "text_annotation", "dataType": "string", "description": "Natural language description of the interaction." }, { "name": "smplx_motion", "dataType": "array", "description": "SMPL-X human motion parameters for each participant.", "shape": ["T", "D"] }, { "name": "object_transformation", "dataType": "array", "description": "Object trajectories represented as 4x4 transformation matrices.", "shape": ["T", 4, 4] }, { "name": "contact_labels", "dataType": "array", "description": "Binary or semantic contact labels indicating human-object interactions.", "shape": ["T", "num_contacts"] }, { "name": "human_metadata", "dataType": "object", "description": "Metadata of humans, including gender and identity." }, { "name": "object_metadata", "dataType": "object", "description": "Metadata of objects, including category and semantic labels." } ] }, { "name": "object_assets", "description": "Static object assets used in interaction sequences.", "field": [ { "name": "object_id", "dataType": "string", "description": "Unique object identifier." }, { "name": "mesh_file", "dataType": "string", "description": "Path to the object mesh (.obj file)." }, { "name": "sdf_volume", "dataType": "array", "description": "Signed distance field representation of the object.", "shape": [256, 256, 256] } ] }, { "name": "augmented_prompts", "dataType": "array", "description": "Augmented textual prompts for each interaction, providing paraphrases and semantic variations." }, { "name": "prompt_dictionary", "dataType": "object", "description": "Mapping between prompt identifiers and textual descriptions." }, { "name": "split_prompts", "dataType": "object", "description": "Predefined splits of prompts for training, validation, and testing." } ], "keywords": [ "Human-Object Interaction", "Multi-person", "Role-asymmetry", "SMPL-X", "Motion Generation", "3D Interaction" ], "creator": [ { "name": "Lin Zuo", "affiliation": "MediaLab, Shanghai Jiao Tong University, China" } ], "citation": "To be added" }