Papers › How to Make Large Language Models Generate 100% Valid Molecules?

How to Make Large Language Models Generate 100% Valid Molecules?

27 Sep 2025EMNLParXiv:2509.23099added by Syntology

Wen Tao, Jing Tang, Alvin Chan, Bryan Hooi, Baolong Bi, Nanyun Peng, Yuansheng Liu, Yiwei Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Molecule generation is key to drug discovery and materials science, enabling the design of novel compounds with specific properties. Large language models (LLMs) can learn to perform a wide range of tasks from just a few examples. However, generating valid molecules using representations like SMILES is challenging for LLMs in few-shot settings. In this work, we explore how LLMs can generate 100% valid molecules. We evaluate whether LLMs can use SELFIES, a representation where every string corresponds to a valid molecule, for valid molecule generation but find that LLMs perform worse with SELFIES than with SMILES. We then examine LLMs' ability to correct invalid SMILES and find their capacity limited. Finally, we introduce SmiSelf, a cross-chemical language framework for invalid SMILES correction. SmiSelf converts invalid SMILES to SELFIES using grammatical rules, leveraging SELFIES' mechanisms to correct the invalid SMILES. Experiments show that SmiSelf ensures 100% validity while preserving molecular characteristics and maintaining or even enhancing performance on other metrics. SmiSelf helps expand LLMs' practical applications in biomedicine and is compatible with all SMILES-based generative models. Code is available at https://github.com/wentao228/SmiSelf.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.23099")

Code

Syntology Ran 16 of 34 code samples harvested from 1 repository linked to this paper; 18 have no recorded run. Of those that ran: 7 ran · honoured contract; 4 ran · our draft was wrong; 5 ran with no contract checked.

By repository: found in paper text by Syntology: 34 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wentao228/SmiSelf found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

34 samples harvested; 16 ran; 7 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · honoured contract
4ran · our draft was wrong
5ran
18unverified

Licence: 34 of the 34 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from wentao228/SmiSelf. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Atom wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 81b048dbf36c3a27 · report
_build_branch_cache wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran no licence file found · pointer only · dc08b2c505155615 · report
_build_ring_cache wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran no licence file found · pointer only · add60b6dc9899eb1 · report
_build_update_table wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran no licence file found · pointer only · 10b4141ed789febc · report
_read_index_from_selfies wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 9708695a44e8dd43 · report
_strlen wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · b6a16c1dfa930c32 · report
atom_to_smiles wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran no licence file found · pointer only · 4732c4c562dda1a7 · report
bond_to_smiles wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 64f1a0674514e76a · report
get_bonding_capacity wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 32fb62b6dcc59a99 · report
next_atom_state wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 99349bade0657ad1 · report
next_branch_state wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 9cc50e5d5b436b5a · report
next_ring_state wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 0365f5c8a7ed29d2 · report
process_branch_symbol wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 73356d9638a506bb · report
process_ring_symbol wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · f29a60a9be07632e · report
smiles_to_bond wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 5c6ee0f3e533ee08 · report
split_selfies wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · dc75e852fcc0ba0f · report
Attribution wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · f2550f1417a99a0a · report
AttributionMap wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 882fe047aa89c912 · report
DecoderError wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 1192ef9fe327df5b · report
DirectedBond wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 7aca720417a84830 · report
MolecularGraph wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 10f38da4a2db9228 · report
_build_atom_cache wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · be668ede7fc5787a · report
_derive_mol_from_symbols wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · d11e5ac8cbe6b3a8 · report
_derive_smiles_from_fragment wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · c4aafd5b6356f5fb · report
_form_rings_bilocally wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · d62276a8a9743437 · report
_process_atom_selfies_no_cache wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · dfb074f8eafbdc02 · report
_raise_decoder_error wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · c4b81be1f7a91ba1 · report
_tokenize_selfies wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 1b1ec6c6cee4f0ed · report
decoder wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 45f1bef14e59d6da · report
get_index_from_selfies wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · f847c03c18ef8150 · report
modernize_symbol wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · fccd219f72b04e86 · report
mol_to_smiles wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 50e2e5ca727694f5 · report
process_atom_symbol wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · d3c26747c47c25c4 · report
smiles_to_atom wentao228/SmiSelf/smiself/decoder.py found in paper text by Syntology unverified no licence file found · pointer only · 22339558285650e2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.23099, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections