Skip to content

Latest commit

 

History

History
137 lines (103 loc) · 7.29 KB

File metadata and controls

137 lines (103 loc) · 7.29 KB

Reviewer Guide

This repository is meant to be a clean paper-facing bundle.

If you only want the shortest path through the evidence:

  1. Read the current manuscript:
  2. Check the figure assets used by the manuscript:
  3. Check the archived data behind the claims:
  4. If needed, inspect the paper-facing scripts:
  5. If needed, inspect the markdown sources of record:
  6. If needed, inspect the pinned paper environment:

What Is In Scope Here

This repo includes:

  • manuscript markdown
  • rendered manuscript outputs
  • exact figure files referenced by the manuscript
  • archived benchmark/pilot/ablation JSON and CSV files
  • paper-facing scripts used to generate figures and summaries
  • a pinned paper-facing environment file

This repo intentionally excludes:

  • operational mailbox logs and runtime state
  • in-progress prompt experiments
  • slides and cover letters
  • old manuscript versions
  • the full TAS-AI library source tree

A sanitized reference implementation of the overseer mailbox watcher and its supporting CLI tools (referee 3's specific code-availability request) is now included under scripts/; see the dedicated subsection below.

Key Provenance Pointers

Main paper benchmark and pilot artifacts

NiPS3 structure-to-discrimination example

This example demonstrates the implemented structure-to-candidate-to-data workflow on NiPS3 in a single HK0 scattering plane. It is not part of the main square-lattice benchmark tables, but it is the concrete real-material example referenced in the revised Section 6 discussion and the SI.

Section 5 ablations

SI robustness additions

Closed-loop drivers used to generate Figures 9, 10, and Section 5 tables

The analytic spin-wave physics that these drivers call is upstreamed into the library as tasai.physics.SquareLatticeAFM (Néel-phase J₁-J₂-D AFM, §3.6 / Fig 10) and tasai.physics.SquareFMBilayer (square-lattice bilayer ferromagnet with optic branch, §5.3.2). Both modules are covered by unit tests at tasai/tests/test_paper_backends.py in the code repo.

Mailbox / overseer watcher tools (R3 code-availability fix)

A sanitized reference implementation of the mailbox-backed LLM audit path used in the §5 overseer experiments lives under scripts/ with an operational README at scripts/README_mailbox_tools.md. The three scripts referenced from SI Note §7.2 are now present:

The associated batch worker, campaign manager, foreground executor, and supervisor are included alongside for completeness. Mailbox URL and token are taken from explicit command-line arguments; LLM CLI defaults (including gpt-5.2-codex for Codex) are documented in the README.

Citation audit tool

  • paper/scripts/check_citations.py — stdlib-only read-only checker that (1) diffs each references.bib entry against Crossref (title, year, DOI, position-by-position author list) and (2) scans the two manuscript markdown files for unresolved or unused [@key] citations. Returns exit code 1 on warnings so it can be used as a pre-submit gate.

Code Repository

The underlying reusable library code lives in:

The pinned environment.yml in this bundle installs that exact snapshot (equivalent to pip install git+https://github.com/usnistgov/tasai@paper-revision-2026-06), so a reviewer following the install instructions reproduces the same library state used to generate the figures in this manuscript.

The public paper bundle is: