Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 290, in _generate_tables
                  pa_table = paj.read_json(
                      io.BytesIO(batch), read_options=paj.ReadOptions(block_size=block_size)
                  )
                File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
                  raise convert_status(status)
              pyarrow.lib.ArrowInvalid: JSON parse error: Column() changed from object to number in row 0
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 101, in _split_generators
                  pa_table = next(iter(self._generate_tables(**splits[0].gen_kwargs, allow_full_read=False)))[1]
                             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 304, in _generate_tables
                  batch = json_encode_fields_in_json_lines(original_batch, json_field_paths)
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 111, in json_encode_fields_in_json_lines
                  examples = [ujson_loads(line) for line in original_batch.splitlines()]
                              ~~~~~~~~~~~^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 20, in ujson_loads
                  return pd.io.json.ujson_loads(*args, **kwargs)
                         ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
              ValueError: Expected object or value
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Pi0.5 Rollouts Directory

Last Updated: 2026-02-05 Model: Pi0.5 (Physical Intelligence) - NOT OpenVLA

VLA interpretability rollout data for causal intervention experiments on Pi0.5.

Note: This is Pi0.5 data. OpenVLA experiments are in /dev/shm/rollouts/ (currently synced to this machine with same structure but different model).


Key Findings

1. PaliGemma Activations Dominate Behavior

Finding: PaliGemma layer activations completely override language prompt guidance. The robot executes whatever behavior is encoded in the activations, regardless of the text instruction.

Evidence Result
Same-scene injection cos_to_source = 0.999 when injecting source activations
Cross-task injection 0% success - activations transfer behavior, not intent
Cross-prompt baseline GOAL suite: 0% success with wrong prompt (tasks too different)

2. L0 Is Sufficient for Steering

Finding: Injecting only PaliGemma layer 0 produces nearly identical results to injecting all 18 layers.

Injection Type Same-Scene Success Cross-Task Success
pali_L0 32.5% 0.7%
pali_ALL 35.0% 0.7%

This suggests task-specific information is encoded very early in the PaliGemma pathway.

3. Same-Scene Steering Works (+23-26%)

Finding: Within the same scene, injecting correct-task activations improves success by 23-26 percentage points.

Condition Success Rate
Alt prompt, no injection 9.2%
Alt prompt + inject baseline L0 32.5%
Alt prompt + inject baseline ALL 35.0%
Baseline (correct prompt) 83.3%

4. Cross-Seed Transfer is Robust (91%)

Finding: The model generalizes well across random seeds without intervention.

Condition Success Rate
Source seeds baseline 93.3%
Target seeds (no inject) 88.9%
Target seeds + inject 87.8-88.9%

Injection provides no benefit - the model already generalizes.

5. Cross-Task Transfer Fails Completely

Finding: Activations are task-specific and do not generalize across different tasks.

Suite Baseline With Injection
GOAL 91.9% 0.7-2.2%
SPATIAL 77.3% 4.5-15.9%
LIBERO_10 62.5% 0%

SPATIAL suite shows higher tolerance because tasks share structure (only location differs).

6. Language Is Largely Ignored

Finding: From counterfactual prompting experiments, the model often ignores language.

  • 3,396+ episodes across 3 suites show minimal prompt sensitivity
  • Null prompts sometimes outperform correct prompts (40% vs 60%)
  • Motor programs appear scene-grounded, not language-grounded

7. Early Visual Commitment

Finding: The model commits to a motor program early in the episode.

Perturbation full early late
h_flip 0% 15% 85%
v_flip 10% 15% 85%
rotate_15 50% 50% 85%
grayscale 85% 80% 85%

Late perturbations are tolerated because the model has already committed to its plan.


Directory Structure

pi05_rollouts/                    (128 GB total)
β”œβ”€β”€ counterfactual/               # Prompt manipulation (118 GB)
β”‚   β”œβ”€β”€ object/                   # 1,496 episodes, 5 seeds
β”‚   β”œβ”€β”€ spatial/                  # 353 episodes + xijia
β”‚   └── goal/                     # 380 episodes + xijia
β”‚
β”œβ”€β”€ cross_task_goal/              # 138 task pairs, 3 seeds (731 MB)
β”œβ”€β”€ cross_task_spatial/           # 23 task pairs (77 MB)
β”œβ”€β”€ cross_task_10/                # 24 task pairs (44 MB)
β”‚
β”œβ”€β”€ vision_perturbation/          # 25+ perturbation types (2 GB)
β”œβ”€β”€ vision_perturbation_xijia/    # Additional runs (350 MB)
β”‚
β”œβ”€β”€ transfer_20260130/            # Cross-scene, saliency, temporal (855 MB)
β”œβ”€β”€ cheng_libero10_5-9_temporal/  # Long-horizon tasks (585 MB)
β”‚
β”œβ”€β”€ pertoken_fast/                # Per-token SAE activations (13 GB)
β”œβ”€β”€ archive/                      # Legacy data + failed runs (6.8 GB)
β”œβ”€β”€ baseline/                     # Baseline control runs
β”œβ”€β”€ logs/                         # Experiment logs
└── DATA_INVENTORY.md             # Detailed inventory

Data Summary

Experiment Type Size Episodes/Pairs Key Finding
Counterfactual prompting 118 GB 2,229 episodes Language ignored
Cross-task transfer 850 MB 360 pairs 0% transfer success
Vision perturbation 2.4 GB 2,000+ experiments Task-dependent robustness
Temporal perturbation 1 GB 1,500+ experiments Early commitment
Cross-scene injection 34 MB 68 experiments 0% adaptation

Loading Data

import json
import numpy as np
from pathlib import Path

BASE = Path("/data/robotsteering/pi05_rollouts")

# Load counterfactual metadata
with open(BASE / "counterfactual/object/metadata.jsonl") as f:
    episodes = [json.loads(line) for line in f]

# Load layer activations
data = np.load(BASE / "counterfactual/object/expert_layers/layer17/baseline_baseline_0_s42.npz")
activations = data["activations"]  # Shape: [n_steps, hidden_dim]

# Load vision perturbation results
with open(BASE / "transfer_20260130/vision_perturbation/comprehensive/comprehensive_results_20260129_222156.json") as f:
    results = json.load(f)

LIBERO Benchmark Suites

Suite Tasks Description Pi0.5 Trained?
libero_object 10 "pick up X and place it in the basket" βœ… Yes
libero_spatial 10 "pick up the black bowl [spatial] and place on plate" βœ… Yes
libero_goal 10 Various kitchen goals (open drawer, turn on stove, etc.) βœ… Yes
libero_10 10 Complex multi-object manipulation βœ… Yes
libero_90 90 Extended benchmark ❌ No

Provenance

Data collected from 4 machines (all RTX 4090/5090):

  • OMEN (5090): Primary counterfactual/object, temporal perturbations
  • XIJIA (4090): Spatial and goal runs (prefixed xijia_*)
  • BRYCE (4090): Goal temporal perturbations
  • CHENG (4090): LIBERO-10 temporal experiments

Synced to AISM cluster: 2026-01-30


See Also

  • DATA_INVENTORY.md - Detailed file inventory and counts
  • FINDINGS_SUMMARY.md - All validated findings with evidence
  • TODO.md - What's still needed for RSS 2026
  • plan.md - Methodology from interpretability papers
Downloads last month
979

Collection including bag100/action-atlas-pi05-activations