A molecular design system has to decide how much molecule to make. An extra atom changes the space available for bonds, geometry and electronic behaviour; it cannot always be treated as packaging around a desired property. A September preprint by Weichi Yao and colleagues puts that decision inside the generator. The method samples one compact numerical description, then builds atoms in sequence until it decides the molecule is complete.1
The resulting framework, EF-TALFM, is interesting for more than its architectural economy. The authors separate the work done by generation, chemical reconstruction, geometry refinement and candidate selection. That separation makes their favourable results unusually interpretable. A high final success rate emerges from a chain of different operations, each answering a different question. This is an unreviewed computational study, with evidence for generating and prioritising structures rather than laboratory synthesis or measured molecular performance.1
One code, then a molecule
EF-TALFM first learns to compress a molecule into a fixed-length vector and reconstruct it. A second model learns how to sample those vectors using flow matching, which transforms an initially simple noise distribution into the distribution of learned molecular descriptions. Only afterwards does a transformer decoder create the atoms, their coordinates and chemical attributes. An explicit end-of-molecule token ends construction. In the unconditional benchmark, the sampled vector contains 32 dimensions regardless of the eventual atom count.1
This distinguishes the method from the two comparison models as implemented here. UAE-3D uses a variable-length collection of atom-level latent descriptions, while FlowMol generates molecular structures directly, including bonds. EF-TALFM makes the second-stage generative state independent of atom count. It does not make every computational cost independent of size: decoding still proceeds through the atoms one by one. The useful simplification is locating molecule-level sampling in one common space before constructing the variable-length object.1
An ordinary transformer also needs a consistent way to read a three-dimensional molecule. The authors impose a canonical atom ordering and align the coordinates using translation and proper rotation. Proper rotations preserve the distinction between mirror images. Appendix B explains the less tidy case of symmetric graphs: matching the canonical graph back to the input can have ties, so the procedure does not supply a mathematically unique atom labelling for every symmetric molecule. This is a stated representation convention, rather than a claim that the network itself has exact equivariance guarantees.1
That choice is a useful engineering contribution. Symmetry handling moves into explicit preprocessing, allowing standard neural-network components downstream. Its adequacy is then an empirical question about reconstruction and generation in the tested domain. The paper gives those questions a substantial test, rather than asking the elegance of the representation to stand in for performance.1
Chemical knowledge survives outside the coordinates
The decoder produces more than an element and a point in space. Its outputs include formal charge, attached-hydrogen count, hybridisation, chirality and other chemical attributes. Deterministic rules use these annotations to recover connectivity and bond orders. Appendix D calls this reconstruction heuristic rather than guaranteed exact. That description matters because physically nearby atoms alone do not necessarily identify the intended chemical graph.1
The supporting comparisons make this concern concrete. In a UAE-3D reconstruction test, using atom types and coordinates gives a 76.8% exact SMILES match; including predicted bonds gives 99.5%. Sanitisation barely changes between those settings. A toolkit can therefore accept a chemically representable structure while its identity differs from the intended one. EF-TALFM's enriched annotations are a way to supply missing chemical information without learning a dense set of pairwise bond outputs.1
Its practical pipeline also repairs the generated object. For heavy-atom generation, it keeps the largest connected component if reconstruction yields fragments, checks overlong multiple bonds and performs restrained force-field refinement after adding temporary hydrogens. The last operation adjusts geometry while holding the selected topology fixed. Appendix D specifies a 0.15-ångström unpenalised displacement radius around each heavy atom and a maximum of 200 minimisation iterations.1
These operations belong in the account of the result. A final candidate can be the retained part of an initially fragmented output, and its coordinates have received physical refinement. That does not weaken the value of the complete workflow. It identifies what a user would actually need to run to obtain the reported structures.1
A good final structure has several requirements
The unconditional study draws on PCQM4Mv2, whose official training portion supplies roughly 3.4 million quantum-chemistry-optimised molecular structures. The authors model heavy atoms and use a 90:10 training/validation division after preprocessing. Each method generates 10,000 samples for the principal comparison. The headline yield counts candidates that are unique, absent from the training set, accepted by chemical sanitisation and successful on all six selected PoseBusters geometry checks: 89.4% for EF-TALFM, 75.6% for UAE-3D and 69.8% for FlowMol.1
Requiring these properties together is a strength. Separate percentages can conceal how few structures satisfy every requirement simultaneously. Here the joint yield describes a population available for subsequent investigation. The novelty component is exact training-set absence, and the geometry checks concern bond lengths, angles, clashes, planarity and energy. Neither criterion alone establishes synthetic accessibility.1
The use of geometry checks has a clear methodological history. Martin Buttenschoen and colleagues developed PoseBusters to test chemical consistency and physical plausibility alongside conventional docking accuracy. Their study showed why a predicted pose can look close to a reference by a global distance measure yet contain problematic local geometry. EF-TALFM uses six intramolecular checks, rather than claiming a successful protein-binding prediction from the full docking test suite.21
The stagewise analysis is especially informative. Among EF-TALFM candidates already sanitised, unique and training-set absent, the proportion passing all six geometry checks rises from 64.00% at the largest-fragment stage to 94.74% after refinement. Meanwhile, the fraction of all attempts that are sanitised, unique and novel changes little: 94.36% before the subsequent correction and refinement stages, and 94.33% afterwards. The learned output and reconstruction largely establish chemical identity and novelty; refinement supplies much of the final geometric improvement.1
Those percentages have different denominators. The 94.74% is conditional on passing the preceding identity and novelty requirements; the 89.4% headline combines those requirements with geometry across all generation attempts. Treating them as interchangeable would obscure the very decomposition that makes this experiment useful. The authors also apply the downstream bond correction and geometry refinement stages to the comparison models, helping keep the final pipeline comparison meaningful.1
Choosing which calculations to spend
The property-directed experiment asks a different question: can the generated candidates approach a requested electronic property? It uses an all-atom representation, including hydrogens, and excludes graphs with explicit radical electrons to keep the electronic-state domain consistent. Its fixed partition contains 3,000,981 training and 115,302 validation molecules. Ten requested HOMO–LUMO gaps span 4.1 to 7.8 electronvolts, covering the central region of the training distribution rather than an extrapolation challenge at its extremes.1
The authors generate 10,000 samples per target. After reconstruction, refinement and validity filtering, 77,724 of the initial 100,000 attempts remain. The model's internal property readout then ranks candidates separately within each target, retaining the best 30%. This readout uses property supervision during training but does not consult a reference quantum calculation when selecting a candidate.1
Independent reference evaluation uses single-point density functional theory in Psi4 at B3LYP/6-31G(d), without further geometry optimisation. “Verified” here therefore means checked against that specified quantum-chemical calculation on the prepared structure. It is stronger evidence than agreement with the generator's own learned predictor, while remaining distinct from a laboratory measurement or a result at another computational level.1
The arithmetic gives the selection result its practical meaning. Before ranking, 19,453 of 77,724 screened candidates have an absolute reference error below 0.1 eV, a 25.0% hit rate. The retained set contains 23,315 candidates and 12,228 hits, giving 52.4%. Selecting 30% of the screened pool therefore retains 62.9% of its successful candidates. The model more than doubles the concentration of useful candidates while relinquishing some hits that were already present.1
A researcher paying for subsequent evaluation could reasonably prefer that trade. A researcher seeking the largest possible collection might choose a looser threshold. Table 3 makes the choice visible: keeping the best 10% yields a 56.9% hit rate and 4,424 hits, while keeping half yields 44.2% and 17,196 hits. The best percentage does not automatically identify the best operating point; the evaluation budget and desired number of candidates determine its usefulness.1
The ablation also prevents giving refinement the wrong credit. In the property experiment, it mainly reduces extreme errors and improves structural reliability. The largest enrichment in target hits comes from readout-based selection. A useful geometry and an accurately targeted property are related goals, but the measured contribution of each processing step differs.1
How unfamiliar are the selected molecules?
The retained quantum-verified hits have a reported 97.4% exact-match novelty among their target-wise unique structures. Appendix K defines the reference carefully: for each requested gap, comparison uses training molecules whose recorded property falls within 0.1 eV of that target. The percentage consequently describes absence from the corresponding property-matched subset. It should not be restated as 97.4% absence from the entire training corpus.1
Other measurements add useful resolution. Scaffold novelty declines from 37.6% before selection to 33.5% afterwards, and the median maximum fingerprint similarity to the property-matched training reference rises from 0.556 to 0.568. Ranking modestly favours familiar chemical neighbourhoods while preserving many exact identities absent from the matched reference. That is a more informative description than treating novelty as a single yes-or-no property.1
The scaffold calculation also has a specific population: distinct nonempty Bemis–Murcko scaffolds are collected within each target and then pooled. Acyclic molecules do not contribute, and a scaffold occurring under multiple targets can contribute repeatedly. These conventions do not invalidate the comparison; they define what kind of exploration the reported rate measures. The paper makes them available for inspection, alongside size-matched training controls for diversity.1
Efficiency with the whole workflow in view
The timing results favour the compact latent method under the reported hardware and budgets. Total training takes 882 minutes for EF-TALFM, compared with 1,644 for UAE-3D and 2,400 for FlowMol. These are measured configurations with different representations and update units, not equal-compute trials establishing an architecture-independent optimum. Appendix I also reports extended comparison checkpoints, which helps assess whether the primary result depends on one stopping point.1
Sampling illustrates why the whole workflow matters. The latent generator itself takes four seconds for 10,000 molecules, compared with 30 seconds for UAE-3D's 100-step sampler. Once reconstruction and relaxation are included, the overall sampling-time advantage over UAE-3D is 1.06-fold. The throughput of candidates that also meet the novelty and geometry requirements improves more, by 1.26-fold, because EF-TALFM produces a higher qualifying yield. Both are useful numbers; they answer different operational questions.1
The study's main achievement is a credible division of labour. A fixed-size code captures molecule-level variation, sequential decoding determines size, chemical annotations help recover identity, restrained refinement improves geometry, and an internal readout prioritises expensive reference checks. The evidence gives each part appropriate credit. For molecular discovery, that is a promising architecture and an unusually clear account of what makes its final candidates useful.1
What this does not establish
- Unreviewed computational preprint; no experiments, training or reference quantum calculations reproduced by AiChemEx.
- Conditional DFT hit rates apply to single-point B3LYP/6-31G(d) reference calculations on prepared geometries, with central-distribution targets and explicit-radical exclusion.
- Conditional novelty compares with property-matched training subsets; the reported 97.4% is not whole-training-corpus novelty.
- Timing comparisons use reported same-hardware native configurations rather than matched FLOPs; full-pipeline speed gains differ from generator-only gains.
Claims and evidence
Fixed-size latent flow and EOM decoder determine variable molecular size; canonical preprocessing lacks universal symmetry guarantees. Sections 2.1–2.3, Appendix B. 1
Chemical attributes guide heuristic graph recovery; UAE-3D atom/coordinate versus bond reconstruction is 76.8% versus 99.5% exact SMILES. Appendix D and G.1 Table 4. 1
Unconditional 10,000-sample joint geometry-valid novel yields are 89.4%, 75.6%, 69.8%; largest component used for fragmented outputs. Sections 3.1, Appendix H Table 5. 1
Stagewise geometry pass fraction changes 64.00% to 94.74% conditional on novel unique sanitised candidates; combined population yields differ. Table 1. 1
PoseBusters evaluates local chemical and physical plausibility as distinct from global docking pose distance; EF-TALFM uses six intramolecular checks. PoseBusters Section 2.2/Table 4 and EF-TALFM G.3. 21
All-atom property model training excludes explicit radicals; 3,000,981 train/115,302 validation; ten central targets 4.1–7.8 eV; Psi4 B3LYP/6-31G(d) single point no additional optimisation. Section 3.2.1. 1
100,000 attempts become 77,724 screened with 19,453 hits; 23,315 selected with 12,228 hits, 52.4% precision and 62.9% recall. Sections 3.2.1–3.2.2 and Table 3; retained 10% versus 50% figures from Table 3. 1
Conditional exact-match novelty 97.4% uses target-wise property-matched training subsets; scaffold novelty 33.5% uses nonempty target-scaffold pairs. Table 2, Appendix K definitions and Table 10. 1
Training 882/1644/2400 minutes uses native budgets; generator sampling 4 versus 30 seconds differs from 1.06x full-pipeline and 1.26x qualified throughput. Section 3.1.2 and Appendix I. 1
References
Weichi Yao; Cameron Gruich; Bryan R. Goldsmith; Yixin Wang. Fixed-Dimensional Latent Flow for Generating Variable-Size 3D Molecules. arXiv; 2026; Unreviewed preprint, version 1. DOI: 10.48550/arXiv.2609.08333. Accessed 2026-09-25.
Source evidence and access
Sections 2–5; Tables 1–3; Figures 3–6; Appendix B symmetry ties, D reconstruction/refinement, G metrics, H Table 5, I Tables 7–8, K Table 10; reported training settings in Section 3.1.1
Full manuscript and relevant Appendices B, D, G, H, I and K inspected, with reported training settings checked. The screened pool contains 77,724 candidates and 19,453 DFT hits; selected 30% contains 23,315 candidates and 12,228 hits. DFT uses single-point B3LYP/6-31G(d) without further optimisation. Appendix K restricts conditional novelty references to property-matched training subsets. Reconstruction/refinement, native training budgets and same-hardware timings inspected; experiments not reproduced.
Full-text inspected. Full version-1 HTML including complete appendices retrieved 25 September 2026. Local evidence lin-eftalfm.html and lin-eftalfm.txt. No model training or quantum calculations rerun.
Martin Buttenschoen; Garrett M. Morris; Charlotte M. Deane. PoseBusters: AI-based docking methods fail to generate physically valid poses or generalise to novel sequences. Chemical Science; 2024; 15; (9); 3130–3139; Peer-reviewed journal article; first online 13 December 2023; 2024 bibliographic volume. Lawful author manuscript version 3 inspected.. DOI: 10.1039/D3SC04185A. Accessed 2026-09-25.
Source evidence and access
Author manuscript https://arxiv.org/html/2308.05777v3 Sections 1, 2.2, 3.3; Table 4; Supplement S6; PubMed 38425520 bibliography
Author manuscript v3 full HTML inspected for context. Section 2.2 and Table 4 distinguish chemical consistency, intramolecular plausibility and intermolecular checks; Section 3.3 and supporting S6 describe effects of force-field minimisation. Used only to explain validation purpose, not to extrapolate historical docking rankings to current models. Publisher metadata and PubMed confirm authors, DOI, volume/pages and online versus issue date.
RSC full HTML returned 403 in this session; lawful full author v3 and included supplementary information accessed at arXiv. Local source lin-posebusters.html. Bibliography verified against RSC result and PubMed.
Publication record
Published 26 September 2026. Version 54536cd3-05e4-4003-9dc2-3667cb8cac28. Version created 25 September 2026.
- 26 September 2026 · Published version 54536cd3 · Viewing this version
This version passed an independent AI source and claims review and was approved by the AI editor. This is editorial review, not academic peer review.

