translorentz commited on
Commit
f14d176
·
verified ·
1 Parent(s): 4978a85

v1.3.0: rendered-tick calibration and independent-route verification steps

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md CHANGED
@@ -54,7 +54,7 @@ The defining property of this library is that the traces are programmatically ex
54
 
55
  ## Chart families
56
 
57
- The family names below are code identifiers shared with the parent benchmark and keep their original spelling. Each row of the table says what the family's charts plot and which upstream dataset the numerics come from. The twelve Parquet files total about 64 MB, and every row is self-contained, with its chart image embedded alongside the text columns.
58
 
59
  | config | traces | what the charts plot | source |
60
  |---|---:|---|---|
@@ -73,13 +73,13 @@ The family names below are code identifiers shared with the parent benchmark and
73
 
74
  ## What a trace looks like
75
 
76
- Each trace is written as natural-language prose in four to seven steps that mirror how a careful reader would work. An orientation step identifies the chart type, the axes and the cohort. Two or more read steps extract concrete quantities from the plotted data, for example the position of a dashed end-of-life threshold, the endpoints of the steepest fade trajectory, or the per-bin midlines of a swarm plot, in which every cell appears as one point within its parameter bin. One or more reasoning steps then combine the reads through the materials-science operation the question requires, such as a cohort median, a least-squares slope converted to per-thousand-cycle units, a linear interpolation to a threshold crossing, a quartile boundary, or a count of strongly correlated metric pairs on a correlation matrix, at the magnitude threshold the question states. The final step states the graded answer exactly. Questions whose correct answer is an instructed refusal token, for example when an asked ageing mode is not among the plotted panels or when the cohort median never reaches the threshold inside the plotted window, receive traces that walk the presence or censoring check before concluding with the token.
77
 
78
  Each question type is generated by at least one dedicated script, and most admit more than one genuinely different solution path. The library realises 56 template styles across the twelve families, and the styles differ in which reads they take and in what order, not merely in wording. For example, one quadrant-count style tallies all four quadrants and checks that they sum to the plotted total, while its sibling filters by sign along one axis first, and one fade-rate style works from the endpoints of the steepest curve while its sibling normalises the capacity drop before scaling. The style for each row is selected deterministically from the row identifier, so the library is exactly reproducible.
79
 
80
  ## A worked example
81
 
82
- The trace below ships in the `fade_trajectory_protocol_overlay` config and is reproduced verbatim. It shows the anatomy in miniature: the orientation states how this particular render is coloured, two reads pick the endpoints of the steepest trajectory off the pixels, the arithmetic converts the drop into the requested units, and the trace then openly distinguishes its own chord estimate from the least-squares convention that the graded answer follows.
83
 
84
  Question: Identify the fastest-fading cell in the overlay (steepest downward trajectory) and estimate its fade rate in % of nominal capacity per 1,000 EFC.
85
 
@@ -89,9 +89,10 @@ a continuous scale by each cell's end-of-life timing, from early to late.
89
  The x axis is Equivalent Full Cycles and the y axis is Capacity (Ah). A
90
  horizontal dashed line marks the end-of-life threshold.
91
 
92
- The fastest-fading cell is the trajectory that plunges most steeply
93
- towards the dashed line. Following it, the curve passes through roughly
94
- 4.52 Ah at 28 EFC.
 
95
 
96
  The same trajectory ends near 0.72 Ah at 138 EFC, a drop of 3.8 Ah over
97
  110 EFC.
@@ -212,4 +213,4 @@ The charts re-render numerics from four CC BY-NC 4.0 upstream datasets. Only the
212
 
213
  ## Licence and provenance
214
 
215
- The dataset is distributed under CC BY-NC 4.0, inherited from the upstream corpora. Build provenance: schema traces-1.0.0, generator version 1.2.0, built 2026-07-10 from parent deposit version 1.7.7-nc. Per-family trace counts and the validation statement are recorded in `manifest.json` at the repository root.
 
54
 
55
  ## Chart families
56
 
57
+ The family names below are code identifiers shared with the parent benchmark and keep their original spelling. Each row of the table says what the family's charts plot and which upstream dataset the numerics come from. The twelve Parquet files total about 65 MB, and every row is self-contained, with its chart image embedded alongside the text columns.
58
 
59
  | config | traces | what the charts plot | source |
60
  |---|---:|---|---|
 
73
 
74
  ## What a trace looks like
75
 
76
+ Each trace is written as natural-language prose in four to seven steps that mirror how a careful reader would work. An orientation step identifies the chart type, the axes and the cohort. Two or more read steps extract concrete quantities from the plotted data, for example the position of a dashed end-of-life threshold, the endpoints of the steepest fade trajectory, or the per-bin midlines of a swarm plot, in which every cell appears as one point within its parameter bin. One or more reasoning steps then combine the reads through the materials-science operation the question requires, such as a cohort median, a least-squares slope converted to per-thousand-cycle units, a linear interpolation to a threshold crossing, a quartile boundary, or a count of strongly correlated metric pairs on a correlation matrix, at the magnitude threshold the question states. Where a read locates a value against an axis, the trace first states the axis's drawn tick pitch, so the calibration a pixel reader needs is explicit. Where the answer admits a genuinely independent second route, such as a count split for a median, closure of a census against the plotted total, or a third point on a fitted line, a closing check verifies it before the answer is stated. The final step states the graded answer exactly. Questions whose correct answer is an instructed refusal token, for example when an asked ageing mode is not among the plotted panels or when the cohort median never reaches the threshold inside the plotted window, receive traces that walk the presence or censoring check before concluding with the token.
77
 
78
  Each question type is generated by at least one dedicated script, and most admit more than one genuinely different solution path. The library realises 56 template styles across the twelve families, and the styles differ in which reads they take and in what order, not merely in wording. For example, one quadrant-count style tallies all four quadrants and checks that they sum to the plotted total, while its sibling filters by sign along one axis first, and one fade-rate style works from the endpoints of the steepest curve while its sibling normalises the capacity drop before scaling. The style for each row is selected deterministically from the row identifier, so the library is exactly reproducible.
79
 
80
  ## A worked example
81
 
82
+ The trace below ships in the `fade_trajectory_protocol_overlay` config and is reproduced verbatim. It shows the anatomy in miniature: the orientation states how this particular render is coloured, the tick pitches of both axes are read before any value, two reads pick the endpoints of the steepest trajectory off the pixels, the arithmetic converts the drop into the requested units, and the trace then openly distinguishes its own chord estimate from the least-squares convention that the graded answer follows.
83
 
84
  Question: Identify the fastest-fading cell in the overlay (steepest downward trajectory) and estimate its fade rate in % of nominal capacity per 1,000 EFC.
85
 
 
89
  The x axis is Equivalent Full Cycles and the y axis is Capacity (Ah). A
90
  horizontal dashed line marks the end-of-life threshold.
91
 
92
+ The x axis carries major ticks every 200 EFC. The capacity axis carries
93
+ major ticks every 1 Ah. The fastest-fading cell is the trajectory that
94
+ plunges most steeply towards the dashed line. Following it, the curve
95
+ passes through roughly 4.52 Ah at 28 EFC.
96
 
97
  The same trajectory ends near 0.72 Ah at 138 EFC, a drop of 3.8 Ah over
98
  110 EFC.
 
213
 
214
  ## Licence and provenance
215
 
216
+ The dataset is distributed under CC BY-NC 4.0, inherited from the upstream corpora. Build provenance: schema traces-1.0.0, generator version 1.3.0, built 2026-07-11 from parent deposit version 1.7.7-nc. Per-family trace counts and the validation statement are recorded in `manifest.json` at the repository root.
manifest.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "name": "MatSciChartQ-Traces (CC BY-NC 4.0)",
3
  "schema_version": "traces-1.0.0",
4
- "generator_version": "1.2.0",
5
- "build_date": "2026-07-10",
6
  "parent_dataset": "translorentz/materials-science-visual-bench-nc",
7
  "parent_schema_version": "1.7.7-nc",
8
  "license": "CC-BY-NC-4.0",
 
1
  {
2
  "name": "MatSciChartQ-Traces (CC BY-NC 4.0)",
3
  "schema_version": "traces-1.0.0",
4
+ "generator_version": "1.3.0",
5
+ "build_date": "2026-07-11",
6
  "parent_dataset": "translorentz/materials-science-visual-bench-nc",
7
  "parent_schema_version": "1.7.7-nc",
8
  "license": "CC-BY-NC-4.0",
questions/aging_matrix_heatmap.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0f6ab92b9856196c7a507f03ac6cdeb9c04dec12942d68171d74d044e66de2a
3
  size 2780596
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf51efa83995cd368db4d79914d1c785081f294879a29bb647daccd0df47c04
3
  size 2780596
questions/aging_mode_trajectory_zoo.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ca98380a776a9d6b4ad8504b81f8eb992bd4bb595c61e3f0f7b2ad219904a8c
3
- size 6984869
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54b4b97459824b269785123f59d6f258cbf1ab0a0c47d52b328644b47fe1f73
3
+ size 6994666
questions/aging_trajectory_metric_histograms.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85e190db345208db36ee816eaf2864a2a35c112803818434e09ba484d2d66018
3
- size 5296968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee4437b38bcf61b91bfeb920ec58e3c8ef4bacb0fe05d77aad064fea57705e2b
3
+ size 5299576
questions/conductivity_molarity_curve.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6dd1036b29ceda854ba205bfed46f0f4d16780e6f0fc9d32aa365beeb165f75
3
- size 2534770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d182fec5f90b8e69a9606de6eff9a7f8185b87a6d7d843f43ec7ad8cb386e76
3
+ size 2537678
questions/electrode_soc_quadrant_scatter.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:389d0846a7a01e0b63baffca2eb1dbdc65879030d16cab42df3d4697eeb256fc
3
- size 4470254
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c6cd3e62d9798cd24ba965475c144ba29c7bb27ca2a9da3cd505c0c57c6a6a
3
+ size 4480689
questions/fade_trajectory_protocol_overlay.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c1b65c5935676b06690e33ab4d640262168f4af3f9604c00f7fad314f88a46c
3
- size 8020043
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e336d151c460636d49bd369c615b2e19ae925552bfa2723a24ce3f57ecb070
3
+ size 8049888
questions/formation_protocol_fade_band.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1b2b2556a5903b4669d78790ff78b7519bf3df3635371d5d0bf9215bf5c44dd
3
- size 6997337
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4616b4a83f0bdbbe078561040978b1ffe6d0cddb914874afbcb1a4a27d26e6c8
3
+ size 7011313
questions/halfcell_simulated_full_cell_overlay.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3661b0c698c493c751e243077261bb62270612b9fad9fcb380e0c9802635a895
3
- size 2919528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c546c5650c1ec8c51c75d4304f63101155c325d4c6894cff9749d9b45c6e606
3
+ size 2922352
questions/partial_capacity_vs_rpt_scatter.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3af1d42872f41d6d2ab86ef82e120c905d36566043e140c5cb695b94d6c349c0
3
- size 6674734
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48bc760b5d1e2058e429e12fa04234c21a9afebf5b3d42ffd4142b5f313860bb
3
+ size 6687262
questions/predicted_vs_measured_cycle_life_parity.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:878799e3a25a5b531f117eca962d8d1a2471ebaabc0efd5b81555f116d99f6a1
3
- size 5170344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca95829df65fe251a1caecaf3342ee69a456f1d90a3d35497f446f23495968c
3
+ size 5176881
questions/protocol_parameter_swarm_efc.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce817273149fdd609f037b2d8aa86fdb48f77c9abea08add8c65e7846778214f
3
  size 1250566
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12074b42c1d4a8c374f57bf2f32b0c3b09717205d49c425a4f69670f5408089b
3
  size 1250566
questions/trajectory_metric_correlation_heatmap.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab802f2b141e22ef112489e8a110f7493d24af89774c3bd4d019869d5a48e8e5
3
  size 2866380
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d507fbec32dc8c82fcb30bbeedf6bc66dcabf2e6ffdde6b9c63f3a3b8bb211e1
3
  size 2866380