dancinlife commited on
Commit
807fb2d
·
verified ·
1 Parent(s): 625139f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - anima
7
+ - earned-operator-supply
8
+ - recombination
9
+ - sentiment
10
+ - negation
11
+ task_categories:
12
+ - text-classification
13
+ ---
14
+
15
+ # anima-earned-datascale — H_9968 natural-corpus operator supply vs DATA scale
16
+
17
+ The **top-rung fixed-length in-band corpus** for anima hypothesis **H_9968**: does the natural-corpus
18
+ supply of a transferable recombination operator (negation flips sentiment polarity independent of the
19
+ stem) grow with **data scale**, with sentence **length held fixed**?
20
+
21
+ This is the p9 "one unopened cell" screener corpus, measured by the certified `anima-py evaluate --earned`
22
+ instrument (corpus-statistics, never touches a trained model = the SUPPLY upper bound). DIRECTIONAL
23
+ screener, never cemented.
24
+
25
+ ## Provenance
26
+ - **Source**: [`fancyzhx/amazon_polarity`](https://huggingface.co/datasets/fancyzhx/amazon_polarity)
27
+ (3.6M human-labeled English customer reviews; star rating is the label, OUTSIDE the token stream).
28
+ - **Filter (row-selection only, corpus-prep — NOT an estimator change)**: keep rows whose whitespace
29
+ token count is in the **frozen band 20–50 tokens** (overlaps SST-2's long tercile, where the
30
+ matched-length +0.007 baseline was read). This holds length — the dominant driver of the EN–KO gap
31
+ (H_9951) — constant across every future size rung.
32
+ - **Result**: **1,230,238** in-band rows from 3,600,000 train rows.
33
+
34
+ ## Schema (`--earned` format: `text<TAB>B<TAB>T`)
35
+ - `text` — the review body (tabs/newlines flattened to spaces).
36
+ - `B` — free-negation bit: 1 if the text contains a free/pre-posed negator from the closed set
37
+ `{not, no, never, none, nothing, nobody, nowhere, neither, nor, without}` or an `n't` clitic, else 0.
38
+ (Same closed set as the EN FREE arm, `build_morph_split.py`.) **B=1 rate = 0.5028.**
39
+ - `T` — Amazon star label binarized (1–2 → 0 negative, 4–5 → 1 positive). **T=1 rate = 0.5462.**
40
+
41
+ ## Integrity
42
+ - `amazon_inband_full.tsv` — **sha256 `ed326109ac05eaf5307e4d0409d22ead3183392f001f770aac3ebbfcd0ae6ce0`**,
43
+ 231,743,573 bytes, 1,230,238 rows. (HF-backup decidability is by sha256, not by name.)
44
+ - `build_amazon_inband.py` — the exact deterministic builder (fetch → band filter → B/T emit).
45
+
46
+ ## How it is read (H_9968, decision table frozen before any number)
47
+ Run `anima-py evaluate --earned amazon_inband_full.tsv`. This is the **TOP-rung ABORT gate**:
48
+ - EARNED ≤ +0.03 with all three gates (G-ALIVE / G-PEDESTAL / G-POWER) green → **CLOSED**: the wall is
49
+ data-scale-invariant over the whole labeled-natural range.
50
+ - EARNED > +0.03 → build the nested size ladder (30k → 100k → 300k → 1M → all) to locate where it climbs.
51
+
52
+ Baseline: at matched length both English and Korean sit at ~+0.007 nats = 0.13% of the planted XBIND
53
+ ruler (+5.29653). The claim this corpus can support is the SLOPE over the labeled-natural range; the
54
+ 10^12 LLM regime is unlabeled and this label-dependent instrument can never reach it.
55
+
56
+ Card: `HYPOTHESES/cards/Hc_H_9968_prereg_datascale_operator_supply.md` in the anima repo.