suchirsalhan commited on
Commit
c1206a6
·
verified ·
1 Parent(s): c1435dc

ds006239 (roi-auditory): alignment results (control gate: fail)

Browse files
roi-auditory/README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Brain–language-model alignment: ds006239 (roi-auditory)
2
+
3
+ Wang et al. 2025 — word-level phonological and semantic reading tasks in children and adolescents aged 10–17.
4
+
5
+ - Paper: https://www.sciencedirect.com/science/article/pii/S2352340925009692
6
+ - Data: https://openneuro.org/datasets/ds006239/versions/1.0.5
7
+ - Generated: 2026-09-07
8
+ - Pipeline: https://github.com/suchirsalhan/cdl-representations-brains-babylms
9
+ - Masking: **roi-auditory** -- see DATASETS.md section 10 for the three-level standard (phonology/language/all) this is part of, and how it differs from the whole-brain reference.
10
+
11
+ ## Read this first: does the measurement work?
12
+
13
+ Every alignment number in this dataset is only as meaningful as the brain
14
+ RDMs it was computed against. So before any model result, the same
15
+ pipeline is asked whether *anything* stimulus-driven correlates with those
16
+ RDMs — stimulus duration, intensity, word length, frequency, phoneme and
17
+ syllable counts, an acoustic model of the audio where the stimuli are
18
+ audio, and the study's own condition contrast — each tested by a
19
+ permutation test that shuffles stimulus identity.
20
+
21
+ **GATE: FAILED. 0/38 stimulus tests are significant** after Holm
22
+ correction — not the acoustic model of the audio the children actually
23
+ heard, not the study's own experimental contrast.
24
+
25
+ **The alignment numbers below are therefore uninterpretable as
26
+ evidence about language models.** They measure a representational
27
+ geometry that does not demonstrably encode the stimuli. They are
28
+ published for completeness and for whoever fixes the estimator, not as
29
+ a result. Do not cite them as evidence that models fail to align with
30
+ the developing brain.
31
+
32
+ Measured cause, from `control/`:
33
+
34
+ - RDM effective rank: **53** of 84 stimuli
35
+
36
+
37
+ Note that this is NOT ds003604's failure mode. There, the RDM
38
+ effective rank was ~3 of 40-48 stimuli -- near-degenerate betas
39
+ that could not express stimulus-level structure at all. The rank
40
+ recorded above is a large fraction of the stimulus count, so these
41
+ RDMs do carry stimulus structure and the control failing here means
42
+ the specific controls tested did not reach significance, not that
43
+ the measurement is uninterpretable. Check `control/` for which
44
+ controls ran: an acoustic or visual control needs the dataset's
45
+ stimulus files present, and reports zero features if they are not.
46
+
47
+ ## What was built
48
+
49
+ 8 task × session cells, each an RDM over the stimuli
50
+ shared by that cell's subjects, with voxel patterns z-scored **within
51
+ run** before aggregation (without that, the RDM measures scanner drift
52
+ rather than language) and an inter-subject noise ceiling.
53
+
54
+ | task | session | n_stim | ceiling_lower | ceiling_upper | ceiling_n |
55
+ |:---------|:----------|---------:|----------------:|----------------:|------------:|
56
+ | Orth | ses-11+ | 96 | 0.527509 | 0.760826 | 3 |
57
+ | Orth | ses-11 | 96 | 0.395701 | 0.694777 | 3 |
58
+ | Phon | ses-11+ | 96 | 0.527509 | 0.760826 | 3 |
59
+ | Phon | ses-11 | 96 | 0.395701 | 0.694777 | 3 |
60
+ | Sem | ses-11+ | 72 | 0.313565 | 0.658019 | 3 |
61
+ | Sem | ses-11 | 72 | 0.185478 | 0.586945 | 3 |
62
+ | SemLocal | ses-11+ | 48 | 0.208521 | 0.601744 | 3 |
63
+ | SemLocal | ses-11 | 48 | 0.216461 | 0.607091 | 3 |
64
+
65
+ Model grid: **15 families**, 2096 alignment rows across 8 cells.
66
+
67
+ | | |
68
+ |---|---|
69
+ | mean noise ceiling | 0.346 |
70
+ | best alignment anywhere | 0.0653 |
71
+ | as a fraction of ceiling | 28.2% |
72
+ | families equivalent to zero (TOST ±0.05) | 15/15 |
73
+ | Pythia scale trend | ρ = -0.129, p = 0.43 |
74
+
75
+ ### Per family
76
+
77
+ | family | n_checkpoints | rsa_mean | rsa_sd | rsa_abs_max | frac_of_ceiling_abs_max | p_equivalence_tost |
78
+ |:----------------------|----------------:|-----------:|---------:|--------------:|--------------------------:|---------------------:|
79
+ | pico-decoder-tiny | 21 | 0.0055 | 0.0039 | 0.0434 | 0.2038 | 0 |
80
+ | beetle-humanscale-eng | 18 | 0.0008 | 0.0052 | 0.0398 | 0.1841 | 0 |
81
+ | pico-decoder-large | 21 | -0.0013 | 0.0084 | 0.0521 | 0.2498 | 0 |
82
+ | pico-decoder-small | 21 | -0.0028 | 0.0115 | 0.0523 | 0.2822 | 0 |
83
+ | pythia-70m-full | 21 | -0.0036 | 0.0067 | 0.0519 | 0.2396 | 0 |
84
+ | pico-decoder-medium | 21 | -0.0039 | 0.0073 | 0.0351 | 0.1587 | 0 |
85
+ | pythia-410m-full | 21 | -0.0049 | 0.0086 | 0.038 | 0.1899 | 0 |
86
+ | pythia-1b-full | 21 | -0.007 | 0.0106 | 0.0482 | 0.2179 | 0 |
87
+ | beetle-fineweb3-eng | 19 | -0.0074 | 0.0051 | 0.0569 | 0.2628 | 0 |
88
+ | pythia-1.4b-full | 21 | -0.0102 | 0.0073 | 0.0482 | 0.1831 | 0 |
89
+ | babylm-gpt2 | 9 | -0.0122 | 0.0124 | 0.042 | 0.2016 | 0 |
90
+ | pythia-160m-full | 21 | -0.0141 | 0.0077 | 0.0568 | 0.241 | 0 |
91
+ | babylm-gpt2-5 | 9 | -0.0308 | 0.02 | 0.0644 | 0.1395 | 0.015 |
92
+ | babylm-gpt2-7 | 9 | -0.0309 | 0.0201 | 0.0623 | 0.1217 | 0.0156 |
93
+ | babylm-gpt2-3 | 9 | -0.0311 | 0.0205 | 0.0653 | 0.1318 | 0.0176 |
94
+
95
+ ## Dataset-specific notes
96
+
97
+ Contains **LocalSem**, the only genuinely run/stimulus-CROSSED language cell across all four datasets in this project: its stimuli recur across runs, so run identity and stimulus identity are separable and the scanner-run confound that invalidated the first ds003604 analysis cannot arise. Per-subject age is NOT recoverable from the release — participants.tsv has birthdate but no scan date and there are no *_scans.tsv files — so this dataset is cohort-level only and cannot carry the developmental axis as published.
98
+
99
+ ## Files
100
+
101
+ | path | what | present here |
102
+ |---|---|---|
103
+ | `alignment_by_checkpoint.csv` | every model × checkpoint × cell, with ceiling | ✓ |
104
+ | `alignment_by_family.csv` | per family, with equivalence tests | ✓ |
105
+ | `alignment_by_cell.csv` | per task × session | ✓ |
106
+ | `ceilings_ds006239.csv` | noise ceiling per cell | ✓ |
107
+ | `control/` | the positive control and RDM dimensionality — the gate | ✓ |
108
+ | `scale_ladder.csv` | the Pythia 70M→1.4B scale test | ✓ |
109
+ | `fig_*.pdf, fig_*.png` | figures | ✓ |
110
+
111
+ ## Method
112
+
113
+ Representational similarity analysis. For each cell, a brain RDM over
114
+ stimuli (correlation distance between per-stimulus GLM beta patterns,
115
+ within-run z-scored, aggregated across subjects) is compared by Spearman
116
+ correlation with a model RDM over the same stimuli, taken from each
117
+ checkpoint's hidden states. Alignment is reported raw and as a fraction of
118
+ the inter-subject noise ceiling, and judged against a null built from the
119
+ PARC suite — 18 models differing only by random seed, which is what 'no
120
+ effect' looks like on this measurement.
121
+
122
+ Null and fixation trials are excluded from the stimulus set. For paired
123
+ designs the stimulus identity is the pair, not either word alone.
roi-auditory/alignment_by_cell.csv ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ family,task,session,n_checkpoints,rsa_mean,rsa_sd,rsa_min,rsa_max,ceiling,seed_null_sd,frac_of_ceiling_max,mean_in_seed_sd
2
+ babylm-gpt2,Orth,ses-11,9,-0.006662359754773677,0.010413181581394142,-0.0281313695825841,0.002786392024827,0.3957014738594727,,0.007041651873696444,
3
+ babylm-gpt2,Orth,ses-11+,9,-0.014132208644216056,0.009793292667700088,-0.0322851995032347,-0.0032964123389986,0.5275085368785408,,-0.006249021785513968,
4
+ babylm-gpt2,Phon,ses-11,9,-0.006662359754773677,0.010413181581394142,-0.0281313695825841,0.002786392024827,0.3957014738594727,,0.007041651873696444,
5
+ babylm-gpt2,Phon,ses-11+,9,-0.014132208644216056,0.009793292667700088,-0.0322851995032347,-0.0032964123389986,0.5275085368785408,,-0.006249021785513968,
6
+ babylm-gpt2,Sem,ses-11,9,0.0117194133674714,0.007772634196153584,0.0048544215830984,0.0302289099024855,0.1854778887802807,,0.16297850973651648,
7
+ babylm-gpt2,Sem,ses-11+,9,-0.02073546515022889,0.004698484672174133,-0.0264281334122563,-0.0130003687845496,0.3135645833012561,,-0.04145993991948874,
8
+ babylm-gpt2,SemLocal,ses-11,9,-0.015667705946272,0.007496690324638902,-0.0228587083565983,-0.0035964933681734,0.2164609957480794,,-0.016614971929441984,
9
+ babylm-gpt2,SemLocal,ses-11+,9,-0.03112877443682858,0.006406435524001833,-0.0420399979592656,-0.0222376421819062,0.2085206276123859,,-0.10664480745398115,
10
+ babylm-gpt2-3,Orth,ses-11,9,-0.03748065658450241,0.007726441262131501,-0.0437936319274326,-0.0174933978480589,0.3957014738594727,,-0.04420857389647079,
11
+ babylm-gpt2-3,Orth,ses-11+,9,-0.05852561467908928,0.0076789682232905575,-0.0653262949612016,-0.0403063592335618,0.5275085368785408,,-0.0764089231087503,
12
+ babylm-gpt2-3,Phon,ses-11,9,-0.03748065658450241,0.007726441262131501,-0.0437936319274326,-0.0174933978480589,0.3957014738594727,,-0.04420857389647079,
13
+ babylm-gpt2-3,Phon,ses-11+,9,-0.05852561467908928,0.0076789682232905575,-0.0653262949612016,-0.0403063592335618,0.5275085368785408,,-0.0764089231087503,
14
+ babylm-gpt2-3,Sem,ses-11,9,-0.0050053098786242665,0.005397579776240217,-0.0156713387724248,-0.0002633408485442,0.1854778887802807,,-0.0014197964526982334,
15
+ babylm-gpt2-3,Sem,ses-11+,9,-0.019430765120409123,0.0035628282252121086,-0.025477691366105,-0.0137872207826544,0.3135645833012561,,-0.0439693177000426,
16
+ babylm-gpt2-3,SemLocal,ses-11,9,-0.023127367148355647,0.007414271655225727,-0.028526169216311,-0.0043711246384548,0.2164609957480794,,-0.02019359018167865,
17
+ babylm-gpt2-3,SemLocal,ses-11+,9,-0.0092275219649887,0.005726703626939565,-0.0163907475269932,0.0009637971813016,0.2085206276123859,,0.004622071170307333,
18
+ babylm-gpt2-5,Orth,ses-11,9,-0.037633984555811135,0.0089021833734646,-0.0445572577407114,-0.0147110598289102,0.3957014738594727,,-0.03717716713416793,
19
+ babylm-gpt2-5,Orth,ses-11+,9,-0.05681616640746756,0.0073676664632679285,-0.0643537831294292,-0.0399689874450508,0.5275085368785408,,-0.07576936608753629,
20
+ babylm-gpt2-5,Phon,ses-11,9,-0.037633984555811135,0.0089021833734646,-0.0445572577407114,-0.0147110598289102,0.3957014738594727,,-0.03717716713416793,
21
+ babylm-gpt2-5,Phon,ses-11+,9,-0.05681616640746756,0.0073676664632679285,-0.0643537831294292,-0.0399689874450508,0.5275085368785408,,-0.07576936608753629,
22
+ babylm-gpt2-5,Sem,ses-11,9,-0.0023071284997118664,0.007253540879643955,-0.0157353605492285,0.0039900413619555,0.1854778887802807,,0.021512221150425913,
23
+ babylm-gpt2-5,Sem,ses-11+,9,-0.02066749647771531,0.0015545260644113568,-0.0227339834702009,-0.0182977766524681,0.3135645833012561,,-0.058354092352606586,
24
+ babylm-gpt2-5,SemLocal,ses-11,9,-0.023431062857653243,0.006689175302566494,-0.0301899764190164,-0.0075501821418985,0.2164609957480794,,-0.03488010445394752,
25
+ babylm-gpt2-5,SemLocal,ses-11+,9,-0.010962951631742933,0.006114043941937435,-0.0195331841822483,0.0012244071899868,0.2085206276123859,,0.005871875622122247,
26
+ babylm-gpt2-7,Orth,ses-11,9,-0.037530417357303475,0.0077677859986745035,-0.0437649438226284,-0.0179018051610371,0.3957014738594727,,-0.045240683554781634,
27
+ babylm-gpt2-7,Orth,ses-11+,9,-0.05765743816344689,0.006191612771251863,-0.0622939418697273,-0.0422247400826521,0.5275085368785408,,-0.0800456052000811,
28
+ babylm-gpt2-7,Phon,ses-11,9,-0.037530417357303475,0.0077677859986745035,-0.0437649438226284,-0.0179018051610371,0.3957014738594727,,-0.045240683554781634,
29
+ babylm-gpt2-7,Phon,ses-11+,9,-0.05765743816344689,0.006191612771251863,-0.0622939418697273,-0.0422247400826521,0.5275085368785408,,-0.0800456052000811,
30
+ babylm-gpt2-7,Sem,ses-11,9,-0.0054972249427045665,0.006654330673565551,-0.0160325620117721,0.0006179269217611,0.1854778887802807,,0.003331539548054181,
31
+ babylm-gpt2-7,Sem,ses-11+,9,-0.021432583259502855,0.002441485768791438,-0.0255109986433872,-0.0182119354435274,0.3135645833012561,,-0.05808033309052109,
32
+ babylm-gpt2-7,SemLocal,ses-11,9,-0.02067796007175221,0.006007207498533109,-0.0263341940681884,-0.007793944888232,0.2164609957480794,,-0.036006232260442486,
33
+ babylm-gpt2-7,SemLocal,ses-11+,9,-0.009072393376565723,0.00795267138198927,-0.0187238216326574,0.0038036185444697,0.2085206276123859,,0.018240970152555637,
34
+ beetle-fineweb3-eng,Orth,ses-11,19,-0.008303724146589678,0.014442499126843826,-0.0374905834191924,0.019350663482647,0.3957014738594727,,0.04890217692117844,
35
+ beetle-fineweb3-eng,Orth,ses-11+,19,-0.005569024709022142,0.01192871089675711,-0.0327491557934677,0.0205063098605742,0.5275085368785408,,0.03887389194100529,
36
+ beetle-fineweb3-eng,Phon,ses-11,19,-0.008303724146589678,0.014442499126843826,-0.0374905834191924,0.019350663482647,0.3957014738594727,,0.04890217692117844,
37
+ beetle-fineweb3-eng,Phon,ses-11+,19,-0.005569024709022142,0.01192871089675711,-0.0327491557934677,0.0205063098605742,0.5275085368785408,,0.03887389194100529,
38
+ beetle-fineweb3-eng,Sem,ses-11,19,0.003585337203250826,0.012365021842741068,-0.0176121780874269,0.0316720882346705,0.1854778887802807,,0.17075937430034924,
39
+ beetle-fineweb3-eng,Sem,ses-11+,19,-0.011512397901837237,0.00885341458688881,-0.0217617284594846,0.0078253906177253,0.3135645833012561,,0.024956232414191634,
40
+ beetle-fineweb3-eng,SemLocal,ses-11,19,-0.012828902268935578,0.02039344428899957,-0.0568897435388491,0.0448881217202079,0.2164609957480794,,0.2073727951083131,
41
+ beetle-fineweb3-eng,SemLocal,ses-11+,19,-0.01052626896829789,0.01712633431648352,-0.0436355549373674,0.0298529224799685,0.2085206276123859,,0.1431653204855176,
42
+ beetle-humanscale-eng,Orth,ses-11,18,0.0013472677280657666,0.009904206060541971,-0.0253738718241836,0.0169805873280623,0.3957014738594727,,0.042912620876647774,
43
+ beetle-humanscale-eng,Orth,ses-11+,18,0.007831963714674716,0.015568044206471511,-0.0359652988706562,0.0324006516570189,0.5275085368785408,,0.061422042283420276,
44
+ beetle-humanscale-eng,Phon,ses-11,18,0.0013472677280657666,0.009904206060541971,-0.0253738718241836,0.0169805873280623,0.3957014738594727,,0.042912620876647774,
45
+ beetle-humanscale-eng,Phon,ses-11+,18,0.007831963714674716,0.015568044206471511,-0.0359652988706562,0.0324006516570189,0.5275085368785408,,0.061422042283420276,
46
+ beetle-humanscale-eng,Sem,ses-11,18,-0.0008231219822979946,0.015160420096160093,-0.0149278087275651,0.0305905053865335,0.1854778887802807,,0.16492804391779212,
47
+ beetle-humanscale-eng,Sem,ses-11+,18,-0.005096522765436889,0.013997667198790592,-0.0288482701172543,0.0248747174708533,0.3135645833012561,,0.0793288489693844,
48
+ beetle-humanscale-eng,SemLocal,ses-11,18,-0.006602005954059372,0.012106403262809293,-0.0398449627128697,0.0214688719195198,0.2164609957480794,,0.09918124900665985,
49
+ beetle-humanscale-eng,SemLocal,ses-11+,18,0.0007959237573561226,0.01609508973776647,-0.0121661062812931,0.0367572650286401,0.2085206276123859,,0.17627639744575926,
50
+ pico-decoder-large,Orth,ses-11,21,0.004654284369291601,0.012279957911125697,-0.0145375615984414,0.0415961488664701,0.3957014738594727,,0.10512002510569961,
51
+ pico-decoder-large,Orth,ses-11+,21,-0.01017502644319461,0.01852078352739619,-0.0347044308405222,0.0388918585246505,0.5275085368785408,,0.07372744857322636,
52
+ pico-decoder-large,Phon,ses-11,21,0.004654284369291601,0.012279957911125697,-0.0145375615984414,0.0415961488664701,0.3957014738594727,,0.10512002510569961,
53
+ pico-decoder-large,Phon,ses-11+,21,-0.01017502644319461,0.01852078352739619,-0.0347044308405222,0.0388918585246505,0.5275085368785408,,0.07372744857322636,
54
+ pico-decoder-large,Sem,ses-11,21,0.008249745196355057,0.015937811971127695,-0.017098147679828,0.0417465360609484,0.1854778887802807,,0.22507554046187056,
55
+ pico-decoder-large,Sem,ses-11+,21,-0.00951140550773478,0.012018891373351564,-0.0356327100487467,0.0116607089728733,0.3135645833012561,,0.037187583017532035,
56
+ pico-decoder-large,SemLocal,ses-11,21,-0.006082782605026386,0.011767703653216754,-0.0223461335348962,0.0221960633056408,0.2164609957480794,,0.10254070590838876,
57
+ pico-decoder-large,SemLocal,ses-11+,21,0.007785435856187176,0.01842659592401597,-0.0372808762703442,0.0520851049783434,0.2085206276123859,,0.24978394499734183,
58
+ pico-decoder-medium,Orth,ses-11,21,-0.0007004158426549236,0.013617823550724502,-0.0302285014172921,0.0263005027602358,0.3957014738594727,,0.06646551629872377,
59
+ pico-decoder-medium,Orth,ses-11+,21,-0.010299321893413382,0.01568709318320164,-0.0350972320097667,0.0253597942378932,0.5275085368785408,,0.04807466128976091,
60
+ pico-decoder-medium,Phon,ses-11,21,-0.0007004158426549236,0.013617823550724502,-0.0302285014172921,0.0263005027602358,0.3957014738594727,,0.06646551629872377,
61
+ pico-decoder-medium,Phon,ses-11+,21,-0.010299321893413382,0.01568709318320164,-0.0350972320097667,0.0253597942378932,0.5275085368785408,,0.04807466128976091,
62
+ pico-decoder-medium,Sem,ses-11,21,0.009543962238683095,0.01047935819431081,-0.0107350707840365,0.0294418998081757,0.1854778887802807,,0.15873536194415563,
63
+ pico-decoder-medium,Sem,ses-11+,21,-0.011122532928847724,0.014709757996548913,-0.0281440032648878,0.0276604926110307,0.3135645833012561,,0.0882130638601362,
64
+ pico-decoder-medium,SemLocal,ses-11,21,-0.008483937327973827,0.02007789613372004,-0.0343227143854266,0.0343073971722116,0.2164609957480794,,0.15849228196353246,
65
+ pico-decoder-medium,SemLocal,ses-11+,21,0.0005749230300679626,0.016853744555074376,-0.0253255572501662,0.0307385115758919,0.2085206276123859,,0.14741233003111326,
66
+ pico-decoder-small,Orth,ses-11,21,-0.004539174028331529,0.014142726143114662,-0.0233609730217052,0.02362453667137,0.3957014738594727,,0.059702928171957964,
67
+ pico-decoder-small,Orth,ses-11+,21,-0.016059601287549224,0.012941089736867249,-0.0365120849272691,0.0053076067961309,0.5275085368785408,,0.010061650997229226,
68
+ pico-decoder-small,Phon,ses-11,21,-0.004539174028331529,0.014142726143114662,-0.0233609730217052,0.02362453667137,0.3957014738594727,,0.059702928171957964,
69
+ pico-decoder-small,Phon,ses-11+,21,-0.016059601287549224,0.012941089736867249,-0.0365120849272691,0.0053076067961309,0.5275085368785408,,0.010061650997229226,
70
+ pico-decoder-small,Sem,ses-11,21,0.017630057946924956,0.017625526582973033,-0.0115652181464793,0.0523409385907953,0.1854778887802807,,0.2821950310896572,
71
+ pico-decoder-small,Sem,ses-11+,21,-0.0018940154623779144,0.01098600602961837,-0.0176843482863562,0.0123271980184537,0.3135645833012561,,0.03931310701186679,
72
+ pico-decoder-small,SemLocal,ses-11,21,-0.005696099812223105,0.014519283221404958,-0.0291294935097573,0.0195312946133692,0.2164609957480794,,0.09023008762326871,
73
+ pico-decoder-small,SemLocal,ses-11+,21,0.009110155424557162,0.01851808721318431,-0.0347043404116193,0.0410459342322007,0.2085206276123859,,0.19684351952220297,
74
+ pico-decoder-tiny,Orth,ses-11,21,0.006806479424720939,0.012471883712195065,-0.0245552218662149,0.0326870281216425,0.3957014738594727,,0.08260527261329029,
75
+ pico-decoder-tiny,Orth,ses-11+,21,0.0018098353838635717,0.022150125088450223,-0.0391905443188499,0.0434304013461065,0.5275085368785408,,0.08233118198067452,
76
+ pico-decoder-tiny,Phon,ses-11,21,0.006806479424720939,0.012471883712195065,-0.0245552218662149,0.0326870281216425,0.3957014738594727,,0.08260527261329029,
77
+ pico-decoder-tiny,Phon,ses-11+,21,0.0018098353838635717,0.022150125088450223,-0.0391905443188499,0.0434304013461065,0.5275085368785408,,0.08233118198067452,
78
+ pico-decoder-tiny,Sem,ses-11,21,0.007832447388977995,0.006189070118040578,-0.0017387557155326,0.0191688443430793,0.1854778887802807,,0.10334840702110286,
79
+ pico-decoder-tiny,Sem,ses-11+,21,0.007396076301075476,0.012908512297294695,-0.0127673637232541,0.0296223709378127,0.3135645833012561,,0.09446976002820162,
80
+ pico-decoder-tiny,SemLocal,ses-11,21,-3.8943990710757345e-05,0.011096376334014944,-0.03007962057992,0.0170270222228851,0.2164609957480794,,0.07866092532763458,
81
+ pico-decoder-tiny,SemLocal,ses-11+,21,0.011703861834704433,0.01880770076336995,-0.0234774585552747,0.0425048904300041,0.2085206276123859,,0.20384021915095824,
82
+ pythia-1.4b-full,Orth,ses-11,21,0.0004063252427057381,0.014395116485196594,-0.0309271564520256,0.0183626223273401,0.3957014738594727,,0.046405241173959604,
83
+ pythia-1.4b-full,Orth,ses-11+,21,-0.015342555242764037,0.018244452476368793,-0.048211803064972,0.0080665089593955,0.5275085368785408,,0.015291712636781116,
84
+ pythia-1.4b-full,Phon,ses-11,21,0.0004063252427057381,0.014395116485196594,-0.0309271564520256,0.0183626223273401,0.3957014738594727,,0.046405241173959604,
85
+ pythia-1.4b-full,Phon,ses-11+,21,-0.015342555242764037,0.018244452476368793,-0.048211803064972,0.0080665089593955,0.5275085368785408,,0.015291712636781116,
86
+ pythia-1.4b-full,Sem,ses-11,21,-0.00957662436710137,0.011669536842879661,-0.0256553685046295,0.0143724720933339,0.1854778887802807,,0.07748887044083028,
87
+ pythia-1.4b-full,Sem,ses-11+,21,-0.01562462692172249,0.011618264257525188,-0.0327007239451588,0.0164859833647364,0.3135645833012561,,0.0525760377373281,
88
+ pythia-1.4b-full,SemLocal,ses-11,21,-0.018147889717730615,0.008969061670578078,-0.0374558286101496,-0.0055892276915616,0.2164609957480794,,-0.025820946042706135,
89
+ pythia-1.4b-full,SemLocal,ses-11+,21,-0.008741427119358986,0.01444184015612456,-0.0381809046824369,0.0191348864731131,0.2085206276123859,,0.09176495722371646,
90
+ pythia-160m-full,Orth,ses-11,21,-0.007850539626753895,0.014426842505482788,-0.0300198504154546,0.0266379252981701,0.3957014738594727,,0.06731823624096521,
91
+ pythia-160m-full,Orth,ses-11+,21,-0.013467560811505323,0.021125705041270128,-0.0483979800453824,0.0234450241912882,0.5275085368785408,,0.04444482421084767,
92
+ pythia-160m-full,Phon,ses-11,21,-0.007850539626753895,0.014426842505482788,-0.0300198504154546,0.0266379252981701,0.3957014738594727,,0.06731823624096521,
93
+ pythia-160m-full,Phon,ses-11+,21,-0.013467560811505323,0.021125705041270128,-0.0483979800453824,0.0234450241912882,0.5275085368785408,,0.04444482421084767,
94
+ pythia-160m-full,Sem,ses-11,21,-0.004373563181288709,0.018478216216770215,-0.0321448490652118,0.0194886046968276,0.1854778887802807,,0.10507238800800688,
95
+ pythia-160m-full,Sem,ses-11+,21,-0.026555772006883336,0.020526552459574434,-0.056836836786555,0.0109250054087765,0.3135645833012561,,0.03484132453275292,
96
+ pythia-160m-full,SemLocal,ses-11,21,-0.02309334097365734,0.008158056247765524,-0.0338019124142685,-0.0015814186552052,0.2164609957480794,,-0.0073057903560865035,
97
+ pythia-160m-full,SemLocal,ses-11+,21,-0.01587095125557992,0.022955655789012444,-0.0502451581845898,0.016288861304156,0.2085206276123859,,0.07811630672067121,
98
+ pythia-1b-full,Orth,ses-11,21,0.0012260834376655195,0.01686027150781324,-0.0313516498135087,0.0448097015715977,0.3957014738594727,,0.11324117935307762,
99
+ pythia-1b-full,Orth,ses-11+,21,-0.007894605807226838,0.020530383307637824,-0.0482334070058872,0.0209667605173263,0.5275085368785408,,0.03974677005493451,
100
+ pythia-1b-full,Phon,ses-11,21,0.0012260834376655195,0.01686027150781324,-0.0313516498135087,0.0448097015715977,0.3957014738594727,,0.11324117935307762,
101
+ pythia-1b-full,Phon,ses-11+,21,-0.007894605807226838,0.020530383307637824,-0.0482334070058872,0.0209667605173263,0.5275085368785408,,0.03974677005493451,
102
+ pythia-1b-full,Sem,ses-11,21,0.0027183503596726333,0.005987180518487952,-0.0111732954986119,0.0139306650624788,0.1854778887802807,,0.07510687745093557,
103
+ pythia-1b-full,Sem,ses-11+,21,-0.015814952988559516,0.01483970678879199,-0.036168771881121,0.0241510328114265,0.3135645833012561,,0.07702092040230027,
104
+ pythia-1b-full,SemLocal,ses-11,21,-0.0282116555327463,0.013193782065262455,-0.0471736723324692,-0.0022849820694126,0.2164609957480794,,-0.010556091463572018,
105
+ pythia-1b-full,SemLocal,ses-11+,21,-0.0014117993906496238,0.010411156111741123,-0.0269271173718752,0.0228655392317056,0.2085206276123859,,0.10965600618759797,
106
+ pythia-410m-full,Orth,ses-11,21,-0.0075553737971276996,0.008800861060006054,-0.0253715562077288,0.0128915307567791,0.3957014738594727,,0.032578930351311576,
107
+ pythia-410m-full,Orth,ses-11+,21,-0.012737784489932671,0.012220951704289657,-0.0317393611066762,0.012379326698719,0.5275085368785408,,0.023467538121699345,
108
+ pythia-410m-full,Phon,ses-11,21,-0.0075553737971276996,0.008800861060006054,-0.0253715562077288,0.0128915307567791,0.3957014738594727,,0.032578930351311576,
109
+ pythia-410m-full,Phon,ses-11+,21,-0.012737784489932671,0.012220951704289657,-0.0317393611066762,0.012379326698719,0.5275085368785408,,0.023467538121699345,
110
+ pythia-410m-full,Sem,ses-11,21,0.01196323427378791,0.009779544394923755,-0.0055363724375205,0.0352309423190272,0.1854778887802807,,0.18994685862939809,
111
+ pythia-410m-full,Sem,ses-11+,21,-0.006584982474242644,0.0184232369172429,-0.0322522991508893,0.0310976190851668,0.3135645833012561,,0.09917452652900494,
112
+ pythia-410m-full,SemLocal,ses-11,21,-0.008192403047484881,0.018194470310002982,-0.0370392957252383,0.0190386104304436,0.2164609957480794,,0.08795400004812425,
113
+ pythia-410m-full,SemLocal,ses-11+,21,0.004322950983657191,0.018451476562280307,-0.0379622999571536,0.0264818814340342,0.2085206276123859,,0.12699885731813904,
114
+ pythia-70m-full,Orth,ses-11,21,-0.007932937441475382,0.013745381172957656,-0.0290425548493882,0.0126787538647932,0.3957014738594727,,0.03204120960463206,
115
+ pythia-70m-full,Orth,ses-11+,21,-0.009392246570554848,0.019988779413149197,-0.0471543270802256,0.0174763216162921,0.5275085368785408,,0.03312993135562474,
116
+ pythia-70m-full,Phon,ses-11,21,-0.007932937441475382,0.013745381172957656,-0.0290425548493882,0.0126787538647932,0.3957014738594727,,0.03204120960463206,
117
+ pythia-70m-full,Phon,ses-11+,21,-0.009392246570554848,0.019988779413149197,-0.0471543270802256,0.0174763216162921,0.5275085368785408,,0.03312993135562474,
118
+ pythia-70m-full,Sem,ses-11,21,0.006810316379163529,0.010525630048731931,-0.0137416193695819,0.0329943567451858,0.1854778887802807,,0.1778883561925341,
119
+ pythia-70m-full,Sem,ses-11+,21,-0.003010167893599543,0.010507382782613983,-0.0282870091870531,0.0200187781641876,0.3135645833012561,,0.06384259967572495,
120
+ pythia-70m-full,SemLocal,ses-11,21,0.006528240306429448,0.027999526764591588,-0.0266054391725119,0.0518542180553456,0.2164609957480794,,0.2395545575134207,
121
+ pythia-70m-full,SemLocal,ses-11+,21,-0.004309303964594747,0.011601958016904097,-0.0365029089912894,0.0200240874883099,0.2085206276123859,,0.09602928840945273,
roi-auditory/alignment_by_checkpoint.csv ADDED
The diff for this file is too large to render. See raw diff
 
roi-auditory/alignment_by_family.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ family,params,n_checkpoints,n_rows,n_cells,rsa_mean,rsa_sd,rsa_sd_all_rows,rsa_abs_max,best_rsa,best_cell,best_step,frac_of_ceiling_mean,frac_of_ceiling_abs_max,seed_null_sd,null_max_p50,null_max_p95,best_percentile_vs_null,beats_null_max,p_equivalence_tost,equivalent_to_zero,mean_in_seed_sd
2
+ pico-decoder-tiny,11282784.0,21,168,8,0.005515758893902021,0.003943342280334144,0.015814938076869473,0.0434304013461065,0.0434304013461065,Orth/ses-11+,30000,0.02037845525221976,0.20384021915095824,,,,,False,3.839540394622379e-09,True,
3
+ beetle-humanscale-eng,193811712.0,18,144,8,0.0008290919926303544,0.005232896971515949,0.01427978708234874,0.0398449627128697,-0.0398449627128697,SemLocal/ses-11,4000,-0.0013588010629065393,0.18407456075477854,,,,,False,1.3672334460075725e-08,True,
4
+ pico-decoder-large,569808384.0,21,168,8,-0.001325061401003119,0.00838773881258168,0.01688716537044164,0.0520851049783434,0.0520851049783434,SemLocal/ses-11+,2000,0.001040896808158833,0.24978394499734183,,,,,False,3.798739730601604e-07,True,
5
+ pico-decoder-small,64595328.0,21,168,8,-0.0027559315668600503,0.011502268354256995,0.017956963424691,0.0523409385907953,0.0523409385907953,Sem/ses-11,4000,0.002819460579920129,0.2821950310896572,,,,,False,3.950278125449435e-06,True,
6
+ pythia-70m-full,95592496.0,21,168,8,-0.0035789103995827213,0.006723650465640079,0.017811459230426787,0.0518542180553456,0.0518542180553456,SemLocal/ses-11,8,-0.004886834630033911,0.2395545575134207,,,,,False,1.1523307737916e-07,True,
7
+ pico-decoder-medium,181095168.0,21,168,8,-0.003935882557525888,0.007332019197842153,0.01649369171486174,0.0350972320097667,-0.0350972320097667,Orth/ses-11+,24000,-0.007880117612707033,0.15873536194415563,,,,,False,2.2045728540911114e-07,True,
8
+ pythia-410m-full,505997504.0,21,168,8,-0.004884689604800396,0.008619516517314353,0.015882203326370303,0.0379622999571536,-0.0379622999571536,SemLocal/ses-11+,90000,-0.0075122191096536495,0.18994685862939809,,,,,False,7.683335092133994e-07,True,
9
+ pythia-1b-full,1078891008.0,21,168,8,-0.007007137786425681,0.010625099497736826,0.018245904165714075,0.0482334070058872,-0.0482334070058872,Orth/ses-11+,4000,-0.02457708379860417,0.2179315131090436,,,,,False,4.366220139716945e-06,True,
10
+ beetle-fineweb3-eng,193804032.0,19,152,8,-0.0073784662058804405,0.005143243189498322,0.014800789920752275,0.0568897435388491,-0.0568897435388491,SemLocal/ses-11,8192,-0.02377696253494119,0.26281752674305464,,,,,False,3.266457753503594e-08,True,
11
+ pythia-1.4b-full,1515311488.0,21,168,8,-0.010245378515753759,0.007299462854144574,0.015599614916939656,0.048211803064972,-0.048211803064972,Orth/ses-11+,8000,-0.03541720538497256,0.18310372992647272,,,,,False,5.860846164078167e-07,True,
12
+ babylm-gpt2,134601216.0,9,72,8,-0.012175208620479692,0.012444785769524782,0.014273152982472694,0.0420399979592656,-0.0420399979592656,SemLocal/ses-11+,598,-0.03898287361200323,0.20161073962146692,,,,,False,2.870917409500936e-05,True,
13
+ pythia-160m-full,212654688.0,21,168,8,-0.014066228536740968,0.007678063596729266,0.019263257497417204,0.056836836786555,-0.056836836786555,Sem/ses-11+,0,-0.04772601388538025,0.24096013310486167,,,,,False,1.6414407393499643e-06,True,
14
+ babylm-gpt2-5,134601216.0,9,72,8,-0.030783617674172592,0.020033569856578563,0.020041655610183135,0.0643537831294292,-0.0643537831294292,Orth/ses-11+,1528,-0.08059982333413154,0.13947074536306742,,,,,False,0.015032998265800646,True,
15
+ babylm-gpt2-7,134601216.0,9,72,8,-0.03088198408650326,0.02012713427111413,0.019963618203677615,0.0622939418697273,-0.0622939418697273,Orth/ses-11+,382,-0.08066485007953617,0.121657917987389,,,,,False,0.0156191852863961,True,
16
+ babylm-gpt2-3,134601216.0,9,72,8,-0.031100438329945135,0.020510716020092846,0.020362497025583653,0.0653262949612016,-0.0653262949612016,Orth/ses-11+,1528,-0.08142279147643926,0.13178433887234905,,,,,False,0.01755220961573836,True,
roi-auditory/ceilings_ds006239.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ task,session,file,within_run_normalized,n_stim,n_subjects_rdm,ceiling_lower,ceiling_upper,ceiling_lower_sem,ceiling_n
2
+ Orth,ses-11+,data/processed/fmri_wrn/ds006239/roi-auditory/Orth/session_rdm_ses-11+.npz,True,96,3,0.5275085368785408,0.7608259153983431,0.01446088890281944,3
3
+ Orth,ses-11,data/processed/fmri_wrn/ds006239/roi-auditory/Orth/session_rdm_ses-11.npz,True,96,3,0.3957014738594727,0.6947770841127893,0.02958444090913087,3
4
+ Phon,ses-11+,data/processed/fmri_wrn/ds006239/roi-auditory/Phon/session_rdm_ses-11+.npz,True,96,3,0.5275085368785408,0.7608259153983431,0.01446088890281944,3
5
+ Phon,ses-11,data/processed/fmri_wrn/ds006239/roi-auditory/Phon/session_rdm_ses-11.npz,True,96,3,0.3957014738594727,0.6947770841127893,0.02958444090913087,3
6
+ Sem,ses-11+,data/processed/fmri_wrn/ds006239/roi-auditory/Sem/session_rdm_ses-11+.npz,True,72,3,0.31356458330125614,0.6580186206799753,0.012227428602274068,3
7
+ Sem,ses-11,data/processed/fmri_wrn/ds006239/roi-auditory/Sem/session_rdm_ses-11.npz,True,72,3,0.18547788878028074,0.5869451684180786,0.018008433340553454,3
8
+ SemLocal,ses-11+,data/processed/fmri_wrn/ds006239/roi-auditory/SemLocal/session_rdm_ses-11+.npz,True,48,3,0.20852062761238596,0.6017444461698555,0.02696022133496361,3
9
+ SemLocal,ses-11,data/processed/fmri_wrn/ds006239/roi-auditory/SemLocal/session_rdm_ses-11.npz,True,48,3,0.21646099574807945,0.6070911363409572,0.006401932366776422,3
roi-auditory/control/control_by_cell.csv ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ variant,task,session,control,n_stim,ceiling,frac_of_ceiling,within_run_normalized,rsa,p_perm,null_mean,null_sd,z,kind,p_holm,significant
2
+ corrected,Orth,ses-11,word_frequency,96,0.39570130848710416,-0.020424673035248544,True,-0.008082069845469123,0.6520695860827834,-1.0791568103904492e-05,0.017906756409571574,-0.45073926803405867,stimulus,1.0,False
3
+ corrected,Orth,ses-11,condition,96,0.39570130848710416,0.07270505272725508,True,0.028769484497798738,0.04259148170365927,-0.00011494412178598134,0.014356453078205503,2.011947412095969,stimulus,1.0,False
4
+ corrected,Orth,ses-11,text_edit_distance,96,0.39570130848710416,0.022888071450622723,True,0.009056839821757744,0.5508898220355929,-1.0477526104357194e-05,0.015449269073965712,0.5869091478609143,stimulus,1.0,False
5
+ corrected,Orth,ses-11,visual_pixels,96,0.39570130848710416,0.00271721397394472,True,0.0010752051249293699,0.9496100779844031,-0.0004458959791323024,0.01694541279938623,0.08976477126759652,stimulus,1.0,False
6
+ corrected,Orth,ses-11,visual_luminance,96,0.39570130848710416,-0.04851449398594232,True,-0.019197248750827123,0.23255348930213957,-0.0002221176019292801,0.016593714284517353,-1.1435131895370128,stimulus,1.0,False
7
+ corrected,Orth,ses-11+,word_frequency,96,0.527508409316547,-0.011850042613785625,True,-0.006250997129531351,0.7878424315136973,4.6552402272122715e-05,0.02221227293557509,-0.28351666440375073,stimulus,1.0,False
8
+ corrected,Orth,ses-11+,condition,96,0.527508409316547,0.0576380092864429,True,0.030404534594863857,0.03219356128774245,-0.0002463259116723072,0.013853314795930178,2.2125289835562123,stimulus,1.0,False
9
+ corrected,Orth,ses-11+,text_edit_distance,96,0.527508409316547,0.03186782501019384,True,0.016810545679505424,0.28854229154169164,-6.753182690551155e-05,0.01608935784253567,1.0490212021228777,stimulus,1.0,False
10
+ corrected,Orth,ses-11+,visual_pixels,96,0.527508409316547,-0.036065235234995996,True,-0.01902471487043982,0.3169366126774645,-0.00012087693527831869,0.019687995635946375,-0.9601707702376098,stimulus,1.0,False
11
+ corrected,Orth,ses-11+,visual_luminance,96,0.527508409316547,-0.07311963890098433,True,-0.03857122440645855,0.04359128174365127,-6.136113657118467e-05,0.01920527005153675,-2.0051716619731024,stimulus,1.0,False
12
+ corrected,Phon,ses-11,word_frequency,96,0.39570130848710416,-0.020424673035248544,True,-0.008082069845469123,0.6520695860827834,-1.0791568103904492e-05,0.017906756409571574,-0.45073926803405867,stimulus,1.0,False
13
+ corrected,Phon,ses-11,condition,96,0.39570130848710416,0.018793289014105458,True,0.007436529053657849,0.5810837832433513,0.00019878910424256943,0.01466440021218976,0.49355853933291866,stimulus,1.0,False
14
+ corrected,Phon,ses-11,text_edit_distance,96,0.39570130848710416,0.022888071450622723,True,0.009056839821757744,0.5508898220355929,-1.0477526104357194e-05,0.015449269073965712,0.5869091478609143,stimulus,1.0,False
15
+ corrected,Phon,ses-11,visual_pixels,96,0.39570130848710416,0.00271721397394472,True,0.0010752051249293699,0.9496100779844031,-0.0004458959791323024,0.01694541279938623,0.08976477126759652,stimulus,1.0,False
16
+ corrected,Phon,ses-11,visual_luminance,96,0.39570130848710416,-0.04851449398594232,True,-0.019197248750827123,0.23255348930213957,-0.0002221176019292801,0.016593714284517353,-1.1435131895370128,stimulus,1.0,False
17
+ corrected,Phon,ses-11+,word_frequency,96,0.527508409316547,-0.011850042613785625,True,-0.006250997129531351,0.7878424315136973,4.6552402272122715e-05,0.02221227293557509,-0.28351666440375073,stimulus,1.0,False
18
+ corrected,Phon,ses-11+,condition,96,0.527508409316547,0.017917128412786622,True,0.00945143590854938,0.48210357928414316,-1.3137112724050581e-05,0.014515363017852518,0.6520383271834721,stimulus,1.0,False
19
+ corrected,Phon,ses-11+,text_edit_distance,96,0.527508409316547,0.03186782501019384,True,0.016810545679505424,0.28854229154169164,-6.753182690551155e-05,0.01608935784253567,1.0490212021228777,stimulus,1.0,False
20
+ corrected,Phon,ses-11+,visual_pixels,96,0.527508409316547,-0.036065235234995996,True,-0.01902471487043982,0.3169366126774645,-0.00012087693527831869,0.019687995635946375,-0.9601707702376098,stimulus,1.0,False
21
+ corrected,Phon,ses-11+,visual_luminance,96,0.527508409316547,-0.07311963890098433,True,-0.03857122440645855,0.04359128174365127,-6.136113657118467e-05,0.01920527005153675,-2.0051716619731024,stimulus,1.0,False
22
+ corrected,Sem,ses-11,word_frequency,72,0.18547822688106827,0.043679023272068636,True,0.008101507788400207,0.5832833433313337,-2.6535040513190668e-05,0.01482472312737267,0.5482761977090377,stimulus,1.0,False
23
+ corrected,Sem,ses-11,condition,72,0.18547822688106827,-0.14561342941460487,True,-0.0270081206978925,0.16556688662267546,-0.00042644527524625923,0.0198589214161331,-1.3385256361260964,stimulus,1.0,False
24
+ corrected,Sem,ses-11,text_edit_distance,72,0.18547822688106827,-0.06190204872543163,True,-0.011481482237898551,0.5582883423315337,0.0003287471662639015,0.019328720795306176,-0.6110197114761703,stimulus,1.0,False
25
+ corrected,Sem,ses-11,visual_pixels,72,0.18547822688106827,-0.04080594516160773,True,-0.0075686143547811086,0.634873025394921,1.1902972004205459e-05,0.016394355866284627,-0.46238579839006905,stimulus,1.0,False
26
+ corrected,Sem,ses-11,visual_luminance,72,0.18547822688106827,0.026924806043539574,True,0.004993965284072391,0.7538492301539692,-0.00031648462535002314,0.016644935990710062,0.3190429757174952,stimulus,1.0,False
27
+ corrected,Sem,ses-11+,word_frequency,72,0.313564737622646,0.013347094715254689,True,0.004185178252413441,0.7836432713457309,0.00011389836190510869,0.015832358454454163,0.2571492997687782,stimulus,1.0,False
28
+ corrected,Sem,ses-11+,condition,72,0.313564737622646,-0.013806785871429557,True,-0.004329321189186865,0.8208358328334333,-1.9763730794876555e-05,0.019553709379002943,-0.2203959041551092,stimulus,1.0,False
29
+ corrected,Sem,ses-11+,text_edit_distance,72,0.313564737622646,0.04092564422434885,True,0.012832838893245704,0.5020995800839833,-0.00025070015021561016,0.019270791238807504,0.6789310766044087,stimulus,1.0,False
30
+ corrected,Sem,ses-11+,visual_pixels,72,0.313564737622646,-0.06491985727691992,True,-0.020356578013537015,0.236752649470106,1.6115333279860877e-05,0.017495771484939006,-1.164435267298158,stimulus,1.0,False
31
+ corrected,Sem,ses-11+,visual_luminance,72,0.313564737622646,-0.02292061807487852,True,-0.00718709759279816,0.6876624675064987,6.910434146438899e-05,0.01773327353083105,-0.40918569948395256,stimulus,1.0,False
32
+ corrected,SemLocal,ses-11,condition,48,0.21646061921350537,-0.04410663575191852,True,-0.009547349686284817,0.74625074985003,-9.958762575789844e-05,0.030539110074135956,-0.3093659912578464,stimulus,1.0,False
33
+ corrected,SemLocal,ses-11,text_edit_distance,48,0.21646061921350537,0.06551202435132095,True,0.014180773357017173,0.6216756648670266,-0.00012417428387627533,0.029127296988165324,0.49111826772716183,stimulus,1.0,False
34
+ corrected,SemLocal,ses-11,visual_pixels,48,0.21646061921350537,0.019075761424468193,True,0.004129151129909484,0.8654269146170765,-0.00016902556320815956,0.024888610203960868,0.17269653298121562,stimulus,1.0,False
35
+ corrected,SemLocal,ses-11,visual_luminance,48,0.21646061921350537,0.003199687908117817,True,0.0006926064258811484,0.9794041191761648,-0.00014108147209439208,0.02571505739731953,0.032420223103605504,stimulus,1.0,False
36
+ corrected,SemLocal,ses-11+,condition,48,0.20851870268800318,-0.1537100862893044,True,-0.03205142778310678,0.27954409118176365,0.0006874952288243957,0.030027962431580867,-1.0902812032430436,stimulus,1.0,False
37
+ corrected,SemLocal,ses-11+,text_edit_distance,48,0.20851870268800318,-0.012406136571317786,True,-0.002586911503221377,0.9284143171365726,-0.00035708807077412114,0.029186139322049404,-0.0764000818253574,stimulus,1.0,False
38
+ corrected,SemLocal,ses-11+,visual_pixels,48,0.20851870268800318,-0.04384865323138283,True,-0.009143264286424067,0.7134573085382924,5.398562332387458e-05,0.025745842881741438,-0.3572324258963477,stimulus,1.0,False
39
+ corrected,SemLocal,ses-11+,visual_luminance,48,0.20851870268800318,-0.04954604207289996,True,-0.010331276416366324,0.6986602679464107,-0.00047866364655031735,0.027256305848638352,-0.3614801222208451,stimulus,1.0,False
roi-auditory/control/control_summary.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ control,n_cells,rsa_mean,rsa_max,z_max,p_min,n_significant,frac_of_ceiling_max
2
+ condition,8,0.00039072058729985697,0.030404534594863857,2.2125289835562123,0.03219356128774245,0,0.07270505272725508
3
+ text_edit_distance,8,0.00808499868895866,0.016810545679505424,1.0490212021228777,0.28854229154169164,0,0.06551202435132095
4
+ word_frequency,6,-0.00272990798486455,0.008101507788400207,0.5482761977090377,0.5832833433313337,0,0.043679023272068636
5
+ visual_luminance,8,-0.015921093576722785,0.004993965284072391,0.3190429757174952,0.04359128174365127,0,0.026924806043539574
6
+ visual_pixels,8,-0.0086047906269817,0.004129151129909484,0.17269653298121562,0.236752649470106,0,0.019075761424468193
roi-auditory/control/dimensionality_summary.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_rdm_effective_rank_median": 53,
3
+ "n_stim_median": 84,
4
+ "pattern_effective_rank_median": null,
5
+ "pattern_n_voxels_median": null,
6
+ "frac_voxels_near_constant_median": null,
7
+ "pc1_vs_global_signal_median": null,
8
+ "rdm_vs_amplitude_rsa_median": null,
9
+ "verdict": null
10
+ }
roi-auditory/control/fig_positive_control.pdf ADDED
Binary file (18.3 kB). View file
 
roi-auditory/control/fig_positive_control.png ADDED

Git LFS Details

  • SHA256: 44d1f4bf545fd0a88ff1adb840d28e75a409a8751541cd88db4818ad377256b8
  • Pointer size: 130 Bytes
  • Size of remote file: 41.9 kB
roi-auditory/control/rdm_dimensionality.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ task,session,n_stim,group_rdm_effective_rank,subject_rdm_rank_median,subject_rdm_rank_min,subject_rdm_rank_max,ceiling
2
+ Orth,ses-11,96,58,51,37,55,0.39570130848710416
3
+ Orth,ses-11+,96,59,55,43,55,0.527508409316547
4
+ Phon,ses-11,96,58,51,37,55,0.39570130848710416
5
+ Phon,ses-11+,96,59,55,43,55,0.527508409316547
6
+ Sem,ses-11,72,48,41,38,44,0.18547822688106827
7
+ Sem,ses-11+,72,49,46,40,47,0.313564737622646
8
+ SemLocal,ses-11,48,36,34,30,34,0.21646061921350537
9
+ SemLocal,ses-11+,48,36,35,30,35,0.20851870268800318
roi-auditory/control/summary.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_tests": 38,
3
+ "n_stimulus_tests_corrected": 38,
4
+ "n_significant_holm": 0,
5
+ "controls_tested": [
6
+ "condition",
7
+ "text_edit_distance",
8
+ "visual_luminance",
9
+ "visual_pixels",
10
+ "word_frequency"
11
+ ],
12
+ "best_control": "condition",
13
+ "best_rsa": 0.030404534594863857,
14
+ "best_z": 2.2125289835562123,
15
+ "best_cell": "Orth/ses-11+",
16
+ "best_frac_of_ceiling": 0.0576380092864429,
17
+ "lm_best_rsa_for_comparison": null,
18
+ "n_permutations": 5000,
19
+ "verdict": "no recoverable stimulus signal"
20
+ }
roi-auditory/fig_corrected_family.pdf ADDED
Binary file (19.2 kB). View file
 
roi-auditory/fig_corrected_family.png ADDED

Git LFS Details

  • SHA256: b41af51aa5e57e448a05cdf2d8b765a61e17161354ddb533431bc83f551f623a
  • Pointer size: 130 Bytes
  • Size of remote file: 74.9 kB
roi-auditory/fig_corrected_null_checks.pdf ADDED
Binary file (20.2 kB). View file
 
roi-auditory/fig_corrected_null_checks.png ADDED

Git LFS Details

  • SHA256: 584bb8ce47dabf50e66c5ae66cb996999b8df4ea9ade70afe8765caa62569150
  • Pointer size: 130 Bytes
  • Size of remote file: 87.8 kB
roi-auditory/fig_corrected_scale_ladder.pdf ADDED
Binary file (19.4 kB). View file
 
roi-auditory/fig_corrected_scale_ladder.png ADDED

Git LFS Details

  • SHA256: 71a11578141b57eb3d22e88baf63abad16162e4112bfa1446d80facfd12b38ed
  • Pointer size: 130 Bytes
  • Size of remote file: 54.2 kB
roi-auditory/fig_corrected_trajectory.pdf ADDED
Binary file (21.5 kB). View file
 
roi-auditory/fig_corrected_trajectory.png ADDED

Git LFS Details

  • SHA256: 4d842da073410639e9ea862fec9f7ca2f27b24fc369b7da965446717d908f8f8
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
roi-auditory/model_params.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ repo,params
2
+ Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng,193804032
3
+ Beetle-HumanScale/beetle-monolingual-humanscale-eng,193811712
4
+ BrainAlign/gpt2-babylm-3,134601216
5
+ BrainAlign/gpt2-babylm-5,134601216
6
+ BrainAlign/gpt2-babylm-7,134601216
7
+ BrainAlign/gpt2-babylm-9,134601216
8
+ EleutherAI/pythia-1.4b,1515311488
9
+ EleutherAI/pythia-160m,212654688
10
+ EleutherAI/pythia-1b,1078891008
11
+ EleutherAI/pythia-410m,505997504
12
+ EleutherAI/pythia-70m,95592496
13
+ pico-lm/pico-decoder-large,569808384
14
+ pico-lm/pico-decoder-medium,181095168
15
+ pico-lm/pico-decoder-small,64595328
16
+ pico-lm/pico-decoder-tiny,11282784
roi-auditory/scale_ladder.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ family,params,n_checkpoints,n_rows,n_cells,rsa_mean,rsa_sd,rsa_sd_all_rows,rsa_abs_max,best_rsa,best_cell,best_step,frac_of_ceiling_mean,frac_of_ceiling_abs_max,seed_null_sd,null_max_p50,null_max_p95,best_percentile_vs_null,beats_null_max,p_equivalence_tost,equivalent_to_zero,mean_in_seed_sd,scale_trend_rho,scale_trend_p,scale_trend_n
2
+ pythia-70m-full,95592496.0,21,168,8,-0.0035789103995827213,0.006723650465640079,0.017811459230426787,0.0518542180553456,0.0518542180553456,SemLocal/ses-11,8,-0.004886834630033911,0.2395545575134207,,,,,False,1.1523307737916e-07,True,,-0.12869879673753806,0.4286805490303479,40
3
+ pythia-160m-full,212654688.0,21,168,8,-0.014066228536740968,0.007678063596729266,0.019263257497417204,0.056836836786555,-0.056836836786555,Sem/ses-11+,0,-0.04772601388538025,0.24096013310486167,,,,,False,1.6414407393499643e-06,True,,-0.12869879673753806,0.4286805490303479,40
4
+ pythia-410m-full,505997504.0,21,168,8,-0.004884689604800396,0.008619516517314353,0.015882203326370303,0.0379622999571536,-0.0379622999571536,SemLocal/ses-11+,90000,-0.0075122191096536495,0.18994685862939809,,,,,False,7.683335092133994e-07,True,,-0.12869879673753806,0.4286805490303479,40
5
+ pythia-1b-full,1078891008.0,21,168,8,-0.007007137786425681,0.010625099497736826,0.018245904165714075,0.0482334070058872,-0.0482334070058872,Orth/ses-11+,4000,-0.02457708379860417,0.2179315131090436,,,,,False,4.366220139716945e-06,True,,-0.12869879673753806,0.4286805490303479,40
6
+ pythia-1.4b-full,1515311488.0,21,168,8,-0.010245378515753759,0.007299462854144574,0.015599614916939656,0.048211803064972,-0.048211803064972,Orth/ses-11+,8000,-0.03541720538497256,0.18310372992647272,,,,,False,5.860846164078167e-07,True,,-0.12869879673753806,0.4286805490303479,40
roi-auditory/seed_null_comparison.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ family,rsa_mean,rsa_sd,mean_in_seed_sd,rsa_abs_max,null_max_p50,null_max_p95,best_percentile_vs_null,beats_null_max,frac_of_ceiling_abs_max,p_equivalence_tost,equivalent_to_zero
2
+ pico-decoder-tiny,0.005515758893902021,0.003943342280334144,,0.0434304013461065,,,,False,0.20384021915095824,3.839540394622379e-09,True
3
+ beetle-humanscale-eng,0.0008290919926303544,0.005232896971515949,,0.0398449627128697,,,,False,0.18407456075477854,1.3672334460075725e-08,True
4
+ pico-decoder-large,-0.001325061401003119,0.00838773881258168,,0.0520851049783434,,,,False,0.24978394499734183,3.798739730601604e-07,True
5
+ pico-decoder-small,-0.0027559315668600503,0.011502268354256995,,0.0523409385907953,,,,False,0.2821950310896572,3.950278125449435e-06,True
6
+ pythia-70m-full,-0.0035789103995827213,0.006723650465640079,,0.0518542180553456,,,,False,0.2395545575134207,1.1523307737916e-07,True
7
+ pico-decoder-medium,-0.003935882557525888,0.007332019197842153,,0.0350972320097667,,,,False,0.15873536194415563,2.2045728540911114e-07,True
8
+ pythia-410m-full,-0.004884689604800396,0.008619516517314353,,0.0379622999571536,,,,False,0.18994685862939809,7.683335092133994e-07,True
9
+ pythia-1b-full,-0.007007137786425681,0.010625099497736826,,0.0482334070058872,,,,False,0.2179315131090436,4.366220139716945e-06,True
10
+ beetle-fineweb3-eng,-0.0073784662058804405,0.005143243189498322,,0.0568897435388491,,,,False,0.26281752674305464,3.266457753503594e-08,True
11
+ pythia-1.4b-full,-0.010245378515753759,0.007299462854144574,,0.048211803064972,,,,False,0.18310372992647272,5.860846164078167e-07,True
12
+ babylm-gpt2,-0.012175208620479692,0.012444785769524782,,0.0420399979592656,,,,False,0.20161073962146692,2.870917409500936e-05,True
13
+ pythia-160m-full,-0.014066228536740968,0.007678063596729266,,0.056836836786555,,,,False,0.24096013310486167,1.6414407393499643e-06,True
14
+ babylm-gpt2-5,-0.030783617674172592,0.020033569856578563,,0.0643537831294292,,,,False,0.13947074536306742,0.015032998265800646,True
15
+ babylm-gpt2-7,-0.03088198408650326,0.02012713427111413,,0.0622939418697273,,,,False,0.121657917987389,0.0156191852863961,True
16
+ babylm-gpt2-3,-0.031100438329945135,0.020510716020092846,,0.0653262949612016,,,,False,0.13178433887234905,0.01755220961573836,True
roi-auditory/summary.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "ds003604",
3
+ "rdms": "within-run normalised",
4
+ "n_families": 15,
5
+ "n_rows": 2096,
6
+ "n_cells": 8,
7
+ "ceiling_lower_mean": 0.3463055146147536,
8
+ "best_rsa_abs": 0.0653262949612016,
9
+ "best_frac_of_ceiling": 0.2821950310896572,
10
+ "seed_null_sd_median": null,
11
+ "null_max_p95_median": null,
12
+ "families_beating_null_max": 0,
13
+ "families_equivalent_to_zero": 15,
14
+ "sesoi": 0.05,
15
+ "scale_trend_rho": -0.12869879673753806,
16
+ "scale_trend_p": 0.4286805490303479,
17
+ "var_pct_cell": 9.087357681744379,
18
+ "var_pct_family": 23.226486816293846,
19
+ "var_pct_residual": 67.63844557829766,
20
+ "untrained_mean": 0.0002920819876757009,
21
+ "untrained_n": 88,
22
+ "trained_mean": -0.0078123666664514846,
23
+ "trained_n": 2008,
24
+ "untrained_vs_trained_t": 4.392251399465806,
25
+ "untrained_vs_trained_p": 2.8529472543679012e-05
26
+ }
roi-auditory/training_trend.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ family,n_cells,trend_rho_mean,trend_rho_sd,t,p
2
+ babylm-gpt2,8,0.29166666666666663,0.7487025815072067,1.1018499625359777,0.3069642290790041
3
+ beetle-fineweb3-eng,8,0.24582639018686628,0.2758798169334331,2.5203077112043406,0.03979263507186677
4
+ pico-decoder-tiny,8,0.2056818181818182,0.5724198424775049,1.0163100410612178,0.3433150777796226
5
+ beetle-humanscale-eng,8,0.07410607136830849,0.3370088560240951,0.6219528615340445,0.5536821250060779
6
+ babylm-gpt2-7,8,-0.018750000000000003,0.5098581735569777,-0.10401521705342344,0.9200747283684965
7
+ pythia-160m-full,8,-0.1463137459434707,0.6760854029384227,-0.6121087157792511,0.5598148542380019
8
+ pico-decoder-small,8,-0.2349025974025974,0.3100858913354505,-2.1426478815448204,0.06936257520686029
9
+ pythia-70m-full,8,-0.25479052983940687,0.33689070708526697,-2.1391401738601057,0.06972277942178044
10
+ pico-decoder-large,8,-0.27126623376623377,0.24363070425127453,-3.149261403525014,0.016168726518950027
11
+ babylm-gpt2-3,8,-0.275,0.5722414852667687,-1.3592468902225743,0.2162318520539861
12
+ pico-decoder-medium,8,-0.27889610389610386,0.4243354781644567,-1.8589944650822896,0.1053668976844089
13
+ pythia-1.4b-full,8,-0.3324131386751217,0.5029756689926052,-1.8692879119458046,0.10378631352479742
14
+ babylm-gpt2-5,8,-0.39375,0.5282448851907218,-2.1082895671894972,0.07297249766510873
15
+ pythia-410m-full,8,-0.428710642942023,0.36507969528549555,-3.3214030438377318,0.012740464015984174
16
+ pythia-1b-full,8,-0.484572938840529,0.4869600628329424,-2.814561909165686,0.02597522584815778