Papers › gRNAde: Geometric Deep Learning for 3D RNA inverse design

gRNAde: Geometric Deep Learning for 3D RNA inverse design

24 May 2023arXiv:2305.14749archive 2025-07-28

Chaitanya K. Joshi, Arian R. Jamasb, Ramon Viñas, Charles Harris, Simon V. Mathis, Alex Morehead, Rishabh Anand, Pietro Liò

Computational RNA design tasks are often posed as inverse problems, where sequences are designed based on adopting a single desired secondary structure without considering 3D conformational diversity. We introduce gRNAde, a geometric RNA design pipeline operating on 3D RNA backbones to design sequences that explicitly account for structure and dynamics. gRNAde uses a multi-state Graph Neural Network and autoregressive decoding to generates candidate RNA sequences conditioned on one or more 3D backbone structures where the identities of the bases are unknown. On a single-state fixed backbone re-design benchmark of 14 RNA structures from the PDB identified by Das et al. (2010), gRNAde obtains higher native sequence recovery rates (56% on average) compared to Rosetta (45% on average), taking under a second to produce designs compared to the reported hours for Rosetta. We further demonstrate the utility of gRNAde on a new benchmark of multi-state design for structurally flexible RNAs, as well as zero-shot ranking of mutational fitness landscapes in a retrospective analysis of a recent ribozyme. Experimental wet lab validation on 10 different structured RNA backbones finds that gRNAde has a success rate of 50% at designing pseudoknotted RNA structures, a significant advance over 35% for Rosetta. Open source code and tutorials are available at: https://github.com/chaitjo/geometric-rna-design

PaperPDFCodeCode 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="2305.14749")

Code

Syntology Ran 17 of 29 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 11 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 1 ran; community (archive-listed): 27 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.

chaitjo/geometric-rna-design officialmentioned in papermentioned on GitHubpytorch report
ml4bio/rna-fm mentioned on GitHubpytorch report
rish-16/rna-backbone-design mentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

29 samples harvested; 17 ran; 1 honoured the contract we drafted; 12 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.

1ran · honoured contract
2ran · violated contract
11ran · our draft was wrong
2ran · fixture could not drive it
1ran
12unverified

Licence: 0 of the 29 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

create_partial_seq_logit_bias chaitjo/geometric-rna-design/design.py official repository ran · honoured contract MIT (permissive) · 0315e2c91a9c7304 · report
gRNAde chaitjo/geometric-rna-design/src/models.py official repository unverified MIT (permissive) · 4c10ab57adb8b449 · report
Linear rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · d3ad22a7f9c56f53 · report
_calculate_fan rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · e6c1f4ae2bdfd63e · report
_prod rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 5fcde0d4e5ddc285 · report
flatten_final_dims rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 706bd906bbbd5b15 · report
identity_quats rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · e74d067a4b8cbfa9 · report
identity_rot_mats rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f4eab26d444aca71 · report
identity_trans rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 30509afaa8397557 · report
invert_quat rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 84e835457291ffe0 · report
invert_rot_mat rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · violated contract MIT (permissive) · cae0c69acc790c0e · report
permute_final_dims rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · c653d7a1bb820cd6 · report
quat_multiply rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 8c6e2bf356f1172c · report
quat_multiply_by_vec rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · be492de7f5f316a1 · report
quat_to_rot rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 862c50f1ae9bc345 · report
rot_matmul rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · a8ce422107f24555 · report
rot_to_quat rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 228c042a185c679a · report
rot_vec_mul rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 118e30173a0c8cea · report
InvariantPointAttention rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · 0898b773881cf4c6 · report
Rigid rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · da4aaa284430aebf · report
Rotation rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · 64aa702cd0e421b0 · report
final_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · a10b543dd71d1e5b · report
gating_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · 1336281a5bb9480a · report
glorot_uniform_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · 50401de5c99d7396 · report
he_normal_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · 8a0d47ceb85c9840 · report
ipa_point_weights_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · fcb2f4de473c1b1f · report
lecun_normal_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · 3569de993ea5cde4 · report
normal_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · b026377d7b0a114f · report
trunc_normal_init_ rish-16/rna-backbone-design/rna_backbone_design/models/ipa_pytorch.py community (archive-listed) unverified MIT (permissive) · 54e19d7f047b2518 · report

Tasks

3D geometryDeep LearningDiversityGraph Neural Network

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Graph Neural Network

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