AmelieSchreiber commited on
Commit
f8707c9
·
verified ·
1 Parent(s): 6bc6892

Upload GOAL.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. GOAL.md +63 -0
GOAL.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Active Goal: UniProt FoT/ToricGT Data Campaign
2
+
3
+ Build a durable biological graph-reasoning data workspace for ToricGT on branch
4
+ `toricblm-data`, centered at `/home/iska/Documents/amelie/bio/ToricGT/data`.
5
+ The source evidence is the local bio-scale Parquet mirror at
6
+ `/home/iska/Documents/amelie/bio/iska-net/data/raw_hf_bio_scale`, especially
7
+ UniProt function text and UniRef50 sequence/annotation records, but also RFAM,
8
+ RNAcentral, DNA coding-region, and PubChem SELFIES shards. Preserve provenance,
9
+ avoid unnecessary duplication on the nearly full filesystem, and make every
10
+ derived artifact inspectable, hashable, schema-valid, and suitable for Parquet
11
+ publication.
12
+
13
+ First, graphify the raw datasets into training rows that match the ToricGT
14
+ papers' graph-first contract: stable graph JSON, node and edge token streams,
15
+ directed source-field dependencies, clustered splits, content hashes, and rich
16
+ metadata for TokenGT/TropicalGT/ToricGT loaders. For each biological row, keep
17
+ the original sequence and source annotations together. UniProt-style rows should
18
+ join sequence, protein/function text, GO labels, EC labels, taxonomy, UniRef
19
+ cluster fields, representative accessions, sequence hashes, and AFDB/PDB-style
20
+ lookup hooks whenever present or safely derivable. DNA rows should expose
21
+ accession, organism, exons, introns, proteins, and sequence. RNA rows should
22
+ expose UPI/id, type/family/clan, description, and sequence. PubChem SELFIES rows
23
+ should be treated as medicinal-chemistry molecular strings that can later be
24
+ lifted into atom/bond graphs if RDKit/selfies tooling is added.
25
+
26
+ Second, add Forest-of-Thought structure without pretending that deterministic
27
+ source conversion is authored reasoning. Each graphified row should carry a
28
+ forest sidecar whose trees correspond to sequence evidence, annotation evidence,
29
+ structure lookup evidence, and future design-condition evidence. Include sparse
30
+ activation fields, consensus node sets, trajectory-balance metadata,
31
+ continuous/hybrid latent coordinate proxies, GraphCG axis hints, tropical active
32
+ support nodes, tropical margin proxies, toric phase-basis tags, and ConvexTok
33
+ byte-packing notes. These sidecars should guide hidden-space FoT/GFlowNet
34
+ training and test-time scaling without copying or fabricating reasoning traces.
35
+
36
+ Third, create the next authored reasoning layer in reviewed batches. Each
37
+ accepted authored record should be a rigorous FoT/ToT technical artifact
38
+ grounded in UniProt-style evidence: difficult biochemistry, biomedicine,
39
+ biophysics, cell biology, pathway reasoning, gene regulatory and adaptive
40
+ systems, RNA medicine design, medicinal chemistry, molecular dynamics,
41
+ neurobiology, morphology/phenotype/perturbation reasoning, expression and
42
+ abundance reasoning, scientific coding, boolean circuit and graph grammar
43
+ problems in biological settings, and advanced mathematics useful for the model.
44
+ The forest should have multiple trees, genuine branch/evaluate/compare/merge
45
+ logic, occasional rejected branches, safety-aware biomedical framing, and clear
46
+ final targets. Scripts may validate, count, hash, shard, convert to Parquet, and
47
+ publish accepted records; scripts must not mass-invent accepted reasoning text.
48
+
49
+ Fourth, prepare Hugging Face publication for `AmelieSchreiber/uniprot_fot`.
50
+ Publication should be Parquet-first, include dataset cards/manifests/split
51
+ reports, preserve source provenance, and avoid uploading raw mixed-license data
52
+ unless licensing has been reviewed. Push periodically after each 1K accepted
53
+ authored entries or after meaningful graphified-data milestones. Any key usage
54
+ must remain secret; never print tokens or commit secrets. Prefer existing
55
+ authenticated HF tooling in the `iska-net-2` or `tokengt` conda environment.
56
+
57
+ Completion requires evidence, not intention: raw source organization under
58
+ ToricGT/data, graphified JSONL and Parquet outputs, successful validation of
59
+ JSON parseability and directed edge integrity, manifests proving source shard
60
+ counts and row counts, stable split clusters, records containing GFlowNet,
61
+ FoT, continuous embedding, TokenGT, TropicalGT, and ToricGT fields, authored
62
+ reasoning batches accepted in logs, and verified Parquet publication steps for
63
+ the HF dataset repository.