--- pretty_name: Proof-Carrying Multimodal Timelines Artifact language: - en license: other tags: - arxiv-artifact - reproducibility - research-artifact - computer-science - computer-logic - formal-methods - runtime-monitoring - finite-trace - finite-trace-semantics - temporal-logic - modal-logic - ltlf - certificate - certificate-checking - proof-carrying - counterexample - counterexample-extraction - defect-localization - defect-metrics - multimodal - multimedia - video-audio - audiovisual - audio-visual-consistency - audio-visual-synchronization - active-speaker - active-speaker-detection - audio-event-detection - visual-action-recognition - subtitle-alignment - ocr - scene-continuity - counterfactual-edits - perturbation-sweeps - robustness - gpu-accelerated - cpu-fallback - youcook2 - ave - ava-activespeaker - tvqa - activitynet-captions task_categories: - feature-extraction - video-classification - audio-classification - text-classification size_categories: - 10K atoms -> trace -> certificate outputs runs/run-small/ Small defect-atlas run runs/real-video/ Real-video case-study traces and certificates runs/remote_gpu/ Larger GPU-generated detector and sweep outputs runs/robustness-atlas/ Certificate-stability and robustness tables figures/ Manuscript-grade figures and figure CSV values ``` Large certificate directories are sharded as `certificates/shard_XXX/` to preserve individual JSON certificates while avoiding repository directory-size limits. ## Quick Start Clone with Git LFS enabled, because MP4 videos and generated figure assets are stored as LFS objects: ```bash git lfs install git clone https://huggingface.co/datasets/Lightcap/pcmt-artifact cd pcmt-artifact ``` Install the package in editable mode: ```bash python3 -m pip install -e ".[dev]" ``` Run the main verification commands: ```bash make smoke make test make run-small make figures ``` Expected generated outputs include: ```text runs//traces.csv runs//windows.jsonl runs//certificates/*.json runs//logs/*.jsonl figures/*.pdf figures/*.png ``` ## Required Trace Schema The artifact emits formula-level rows with the fields used in the manuscript: ```text video_id time window visual atoms audio atoms subtitle/OCR atoms edit type formula verdict certificate hash counterexample window defect score ``` Certificates are JSON records whose verdict, violating index set, defect score, and first counterexample window can be recomputed by the checker from the serialized trace and formula identifier. ## Dataset Adapters The code includes adapters for small subsets of: - YouCook2 - AVE - AVA ActiveSpeaker - TVQA - ActivityNet Captions If the real datasets are not locally available, the test and smoke paths use documented synthetic fixtures while preserving the same ingest, trace, certificate, and plotting code paths. Check adapter availability with: ```bash python3 -m pcmt.cli adapter-status ``` ## Reproducibility Notes The arXiv source package contains only the manuscript source, bibliography, and figures. This Dataset repository contains the larger artifact tree. README and license-style files are intentionally not part of the arXiv ancillary source package, but this README is included here so the Dataset repository is self-describing. The artifact does not include access tokens, SSH keys, environment dumps, or private credentials. ## Citation ```bibtex @misc{alpay2026pcmt, title = {Proof-Carrying Multimodal Timelines: Finite-Trace Modal Certificates for Video-Audio Consistency}, author = {Alpay, Faruk and Alakkad, Hamdi}, year = {2026}, note = {arXiv artifact}, howpublished = {\url{https://huggingface.co/datasets/Lightcap/pcmt-artifact}} } ```