Pith. sign in

REVIEW 5 major objections 6 minor 40 references

Efficient design of rna sequences with desired properties, structure, and motifs using a grammar variational autoencoder

T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read A grammar-guided autoencoder designs stable RNAs to order

desk verdict RGVAE is a workmanlike but incremental grammar-VAE variant with one clean feasibility result, but its central MFE-based outperformance claim is undermined by length-confounded comparisons. read the letter →

arxiv 2507.15912 v1 pith:YHYHD6XA submitted 2025-07-21 q-bio.QM

classification q-bio.QM
keywords RNAdesigngrammarvariationalautoencoderstochasticcontext-freelatentspaceoptimizationminimumfreeenergyBayesiantsequencemotifs
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proposes RGVAE, an RNA grammar variational autoencoder, to make RNA design tractable under multiple simultaneous constraints. The model parses each RNA with a stochastic context-free grammar, encodes the production-rule sequence into a continuous latent space, then uses Bayesian optimization in that space to favor target properties. The authors show that for combinations of minimum free energy, GC-content, length, secondary structure, base positions, and mandatory or forbidden motifs, RGVAE-generated sequences meet the constraints and reach lower minimum free energy than training data, randomized design, and a GAN-based baseline. A practical pay-off would be faster inverse RNA design for synthetic biology and therapeutic candidates.

What carries the argument

The load-bearing object is the stochastic context-free grammar $G$ with rules $S \to LS \mid L$, $L \to aF\hat{a} \mid a$, $F \to aF\hat{a} \mid LS$, where $\hat{a}$ pairs with $a$; production probabilities are learned from the training set via the inside-outside algorithm. Parses become one-hot rule vectors, a CNN encoder maps them to a ten-dimensional Gaussian latent space, and an RNN decoder with a stack-based validity mask samples only rules the grammar allows. Bayesian optimization over the summed constraint scores in this latent space is what turns generation into targeted design.

What would settle it

Take the reported best sequences, compute their lengths, and compare minimum free energy per nucleotide, or compare only sequences matched for length, against the training data, randomized sequences, and the GAN baseline; if the per-nucleotide MFE advantage disappears, the headline stability improvement is an artifact of length.

Watch

Extended reading notes

Core claim

RGVAE claims that representing RNA sequences by their SCFG parse trees, rather than by raw nucleotide strings, gives a latent space in which property optimization is both valid and efficient. Training on tRNA sequences, the model learns a decoder that only emits production-rule sequences the grammar accepts, so decoded RNAs are structurally plausible. Optimizing this latent space with a summed constraint score, the authors report generated sequences that satisfy target GC-content, motif, length, positional, and structure constraints while exhibiting lower minimum free energy than the training set and the compared baselines. The central discovery is that grammar-constrained latent optimization is a flexible route to multi-constraint RNA design.

Load-bearing premise

The central claim assumes that the lower raw minimum free energies reported for RGVAE sequences reflect genuinely more stable structures, because raw MFE is not normalized by sequence length and longer sequences naturally reach more negative values.

Editorial extensions

If this is right

  • Continuous latent optimization replaces combinatorial sequence search: new candidates are generated by decoding sampled latent points rather than enumerating sequences.
  • Multiple constraints such as minimum free energy, GC-content, motifs, secondary structure, and base positions can be combined into a single objective and optimized jointly.
  • The grammar's validity masking ensures every decoded sequence is parseable under the chosen SCFG, so structurally meaningful candidates are not wasted.
  • Because the model is trained on a tRNA family, retraining on other RNA families should bias generation toward other consensus secondary structures.
  • In the reported scenarios the method outperformed randomized design and a GAN-based baseline, suggesting generative modeling is a viable alternative to inverse-folding heuristics.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The reported minimum free energy gains may partly reflect sequence length: raw MFE decreases as length grows, and the comparisons do not normalize for length; per-nucleotide or length-matched MFE would be a sharper test.
  • Grammar choice is a hidden driver: the paper shows one grammar outperforms another, so the method's success depends on matching the grammar's rule set to the target RNA class.
  • The summed-score objective is simple; a Pareto or scalarized multi-objective approach could trade off constraints more explicitly.
  • The same grammar-latent recipe could extend to other sequence design problems with context-free structure, such as protein or DNA nanostructure design, given an appropriate grammar.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The manuscript presents RGVAE, an RNA grammar variational autoencoder that augments the grammar VAE framework with a stochastic context-free grammar (SCFG) over RNA base-pairing productions. RNA sequences are parsed into production-rule sequences, encoded by a CNN into a continuous latent space, and decoded by an RNN with a stack-based masking scheme; Bayesian optimization in the latent space is then used to generate sequences satisfying constraints. The paper reports experiments on tRNA sequences from Rfam for minimum free energy (MFE) minimization, GC-content targeting, length constraints, mandatory/forbidden motifs, base positional constraints, and target secondary structures, comparing against the training data, the RNAGEN model, and random sequence baselines.

Significance. A reliable generative model for multi-constraint RNA design would be practically important for synthetic biology and RNA-based drug discovery. The work's strengths are its combination of SCFG and GVAE, the breadth of constraints addressed, and the public release of code and data. However, the headline quantitative claims rest on MFE comparisons that do not control for sequence length and on best-of-sample selections rather than distributional comparisons, so the significance of the reported outperformance is not yet established. The feasibility demonstration for exact target secondary structure is useful but rests on a single successful sequence.

major comments (5)
  1. [Sec. 3.1–3.2, Table 1] The central outperformance claim is not supported by the reported MFE comparisons because sequence lengths are never given. RNA minimum free energy generally becomes more negative as sequence length increases because more base pairs can form. The reported minima (-261.2 vs -91.59 in Sec. 3.1; -215.8 vs -68.7 at 50% GC in Table 1) could therefore reflect longer RGVAE sequences rather than greater thermodynamic stability. Please report lengths for every method and include length-matched draws or per-nucleotide MFE, and apply the same control to the random and RNAGEN baselines.
  2. [Sec. 3.3, Table 2] Even where a length range is imposed (100–150 nt), the comparison is based on the single minimum-MFE sequence after filtering, not on a distributional comparison over generated samples. The best-of-sample minimum depends on the number of candidates and on how many sequences passed the filter; without this information, the -145.6 vs -54 difference is not valid evidence of model superiority. Please report medians and quantiles over the filtered sets, candidate counts, and confidence intervals for the MFE difference.
  3. [Abstract, Sec. 3] The abstract states that RGVAE 'significantly outperform[s] other alternatives such as randomized design and regular VAEs that do not utilize the SCFG,' but no regular VAE baseline appears in any experiment. The comparisons are only to training data, RNAGEN, and random sequences. Please either add a regular VAE trained on the same data and evaluated under identical constraints, or remove/qualify the claim about regular VAEs.
  4. [Sec. 2.5–2.6] The grammar is ambiguous, but the encoder requires a single parse tree per sequence and the paper does not state how the parse tree is chosen (e.g., most probable under the SCFG, CYK, or random). This choice affects which production-rule sequence is encoded and is required for reproducibility. Please specify the parsing algorithm and state whether the inside-outside probabilities are used to resolve ambiguity.
  5. [Sec. 3.5] The exact-structure experiment finds eight sequences with the target structure after filtering and only one that additionally satisfies the motif and positional constraints. This single successful example can illustrate feasibility but cannot support the broad claim of efficient design under multiple constraints. Please report the total number of generated candidates, the success rate, and the same filtering applied to the baselines.
minor comments (6)
  1. [Sec. 3.4] The sentence 'the MFE is -91.8%' should say '-91.8' with energy units; the percent sign is incorrect.
  2. [Figures 15 and 16] The text says these histograms show the training data and the RGVAE-generated sequences, but the Figure 16 caption says RNAGEN; please reconcile the caption with the text.
  3. [Sec. 2.5.1 and Figure 3 caption] There are typos: 'SCFT' should be 'SCFG' in the encoder description, and 'Boz 6' should be 'Box 6' in the Figure 3 caption.
  4. [Sec. 3.1] The grammar G0 as written contains the redundant production S→S|S and appears ambiguous; please clarify the intended production rules.
  5. [Table 1] RNAGEN has N/A for the 20% and 30% GC targets, but the paper does not report how many RNAGEN sequences were sampled or why none satisfied the GC range, making the comparison incomplete.
  6. [Sec. 3.6] The alignment score adds |m2−n2+m−n|/2 as a length penalty, but the variables and the rationale for this specific penalty are not defined clearly; please state the dimensions involved and justify the formula.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the derivation chain is self-contained and its claims are checked against external predictors (ViennaRNA) and external baselines; the length-normalization concern is an evaluation-quality issue, not a circular reduction.

full rationale

The paper's pipeline is a standard train-then-optimize generative model. The SCFG production probabilities are fit to external Rfam tRNA data, the encoder/decoder follow the external grammar-VAE architecture of Kusner et al. ([26]), and the target quantities (MFE, GC-content, secondary-structure distance) are computed by external tools such as ViennaRNA or by alignment to external target structures. There is no step in which the quantity being 'predicted' is defined by the fitted parameters, and no fitted parameter is renamed as a prediction. The grammar does not encode the MFE objective; being parseable by the grammar is neither necessary nor sufficient for the lowest MFE, so the claim that the SCFG 'ensures' thermodynamic stability is an overstatement but not a circular one. The baseline 'random RNAs based on grammar' uses the same SCFG probabilities as the trained model, so the comparison with RGVAE is controlled rather than circular. The paper contains no load-bearing self-citation chains or imported uniqueness theorems. The strongest substantive concern, that MFE values in Sections 3.1 and 3.2 are not normalized by sequence length, is a statistical/correctness issue about comparability of evidence and does not amount to the derivation reducing to its own inputs. Therefore no circular step can be quoted and exhibited, and the appropriate score is 0.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

No new physical or conceptual entities are introduced; the model is a composition of existing components. The ledger reflects the fitted hyperparameters and domain assumptions the claims rely on, especially the untested grammar and the unstated parse-tree selection.

free parameters (4)
  • Latent dimension = 10
    Chosen by comparing latent dimensions 10, 25, and 56; 10 gave better validation results. This is a hyperparameter selected by the authors, and it affects the optimization search space.
  • SCFG production probabilities = estimated from training data via inside-outside
    The grammar rule probabilities are estimated from the same Rfam tRNA data and used in the decoder masking and sampling; they are fitted values.
  • Number of Bayesian optimization iterations = 5 (in Section 3.1)
    The paper states the last iteration was the fifth; this number is a hand-set stopping criterion and affects the reported best MFE.
  • GC-content tolerance = ±2%
    Sequences are filtered to be within ±2% of target GC, a manually chosen threshold in Section 3.2 and later.
assumptions (4)
  • domain assumption The chosen SCFG grammar G from [13] can represent the secondary structures relevant for the design targets.
    The model's validity relies on the grammar covering the desired structural space; the paper shows grammar G0 fails, so this is not a neutral assumption (Section 3.1).
  • domain assumption ViennaRNA's MFE prediction is a reliable ground-truth measure of thermodynamic stability.
    All stability evaluations use ViennaRNA MFE values without experimental validation (Sections 3.1-3.6).
  • domain assumption The inside-outside algorithm on the training data yields a single parse tree per sequence suitable for encoding.
    The paper never specifies how a unique parse tree is selected for a sequence with multiple possible parses, yet the encoder requires one (Section 2.5).
  • domain assumption Bayesian optimization in the continuous latent space reliably finds good solutions for the summed constraint scores.
    The optimization performance depends on this assumption, but no convergence analysis or comparison to exhaustive search is given (Section 2.8).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Efficient design of rna sequences with desired properties, structure, and motifs using a grammar variational autoencoder." pith.science (2026). https://pith.science/paper/YHYHD6XA

@misc{pith2026250715912,
  author       = {Pith},
  title        = {Pith review of: Efficient design of rna sequences with desired properties, structure, and motifs using a grammar variational autoencoder},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YHYHD6XA}},
  note         = {Machine review of arXiv:2507.15912}
}
read the original abstract

Designing structurally stable RNA sequences with specific motifs and other desirable properties is an important challenge in bioinformatics. The potential design space increases exponentially with the length of the RNA to be engineered, which makes this a difficult combinatorial optimization problem. In this paper, we propose an RNA grammar variational autoencoder (RGVAE) that can efficiently generate novel RNA sequences with specific target properties. The proposed RGVAE builds on the recently proposed grammar VAE, where we incorporate the stochastic context-free grammar (SCFG) to design strutural RNAs with desired motifs and characteristics. Using the SCFG can ensure that the generated RNA sequence can form a thermodynamically stable secondary structure. Given a RNA sequence, the SCFT is used to find the parse tree, which is represented in a continuous low-dimensional latent space by the RGVAE encoder. We can optimize the RNA in the latent space, where the latent representation can be decoded by the RGVAE decoder to reconstruct the RNA sequence. Based on a number of practical uses cases, we demonstrate that RGVAE can be used to efficiently design structurally stable RNAs with specific target properties, which significantly outperform other alternatives such as randomized design and regular VAEs that do not utilize the SCFG. Code availability: the source code of RGVAE and the data used in this study are provided in https://github.com/nzarnaghinaghsh/RGVAE/tree/main, DOI 10.5281/zenodo.15569206.

Figures

Figures reproduced from arXiv: 2507.15912 by the authors.

Figure 1
Figure 1. An illustrative example of a parse tree for the sequence “baab” based on the grammar [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Illustration of the RGVAE encoding process. The overall architecture follows that of the grammar VAE [26], [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Illustration of the RGVAE decoding process. The overall architecture of the decoder follows that of the [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (23 more)
Figure 4
Figure 4. Figure 4: Histogram of the MFE of the RNA sequences in the training dataset. [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Histogram of the MFE of the generated RNA sequences using [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Histogram of the MFE of the generated RNA sequences using the grammar [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Histogram of the MFE of the generated RNA sequences using the RNAGEN model in [30]. [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Histogram of the GC-content of the generated RNA sequences using the RNAGEN model in [30]. [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]
Figure 9
Figure 9. Figure 9: Histogram of the GC-content of the RNA sequences in the training dataset [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]
Figure 10
Figure 10. Figure 10: Histogram of the GC-content of the generated sequences using RGVAE for the combination of MFE and the [PITH_FULL_IMAGE:figures/full_fig_p011_10.png]
Figure 11
Figure 11. Figure 11: Histogram of the MFE of the generated sequences using RGVAE for the combination of MFE and the target [PITH_FULL_IMAGE:figures/full_fig_p012_11.png]
Figure 15
Figure 15. Figure 15: Furthermore, the tail of the Figure 16 is wider for lower MFE values than the Figure 15. For the RNAGEN [PITH_FULL_IMAGE:figures/full_fig_p012_15.png]
Figure 12
Figure 12. Figure 12: Histogram of the length of the training sequences. [PITH_FULL_IMAGE:figures/full_fig_p013_12.png]
Figure 13
Figure 13. Figure 13: Histogram of the length of the generated sequences using RGVAE for the combination of MFE, the target [PITH_FULL_IMAGE:figures/full_fig_p013_13.png]
Figure 14
Figure 14. Figure 14: Histogram of the length of the generated sequences using RNAGEN for the combination of MFE, the target [PITH_FULL_IMAGE:figures/full_fig_p014_14.png]
Figure 15
Figure 15. Figure 15: Histogram of the MFE of the selected sequences of the training data with the target GC-content of 50%, and [PITH_FULL_IMAGE:figures/full_fig_p014_15.png]
Figure 16
Figure 16. Figure 16: Histogram of the MFE of the selected generated sequences using RNAGEN with the target GC-content of [PITH_FULL_IMAGE:figures/full_fig_p015_16.png]
Figure 17
Figure 17. Figure 17: Histogram of the MFE of the selected generated sequences using RGVAE with the target GC-content of [PITH_FULL_IMAGE:figures/full_fig_p015_17.png]
Figure 18
Figure 18. Figure 18: Histogram of the MFE of the selected training sequences with the target GC-content of 50%, the mandatory [PITH_FULL_IMAGE:figures/full_fig_p016_18.png]
Figure 19
Figure 19. Figure 19: Histogram of the MFE of the selected generated sequences using RNAGEN with the target GC-content of [PITH_FULL_IMAGE:figures/full_fig_p016_19.png]
Figure 20
Figure 20. Figure 20: Histogram of the MFE of the selected generated sequences using RGVAE with the target GC-content of [PITH_FULL_IMAGE:figures/full_fig_p017_20.png]
Figure 21
Figure 21. Figure 21: Histogram of the MFE of the selected training sequences with the target GC-content of 50%, the mandatory [PITH_FULL_IMAGE:figures/full_fig_p017_21.png]
Figure 22
Figure 22. Figure 22: Histogram of the MFE of the selected generated sequences using RNAGEN with the target GC-content of [PITH_FULL_IMAGE:figures/full_fig_p017_22.png]
Figure 23
Figure 23. Figure 23: Histogram of the summation of the alignment scores of the alignment scores of the sequences with the length [PITH_FULL_IMAGE:figures/full_fig_p019_23.png]
Figure 24
Figure 24. Figure 24: Histogram of the summation of the alignment scores of the sequences with the length between 80 and 100 [PITH_FULL_IMAGE:figures/full_fig_p019_24.png]
Figure 25
Figure 25. Figure 25: Histogram of the summation of the alignment scores of the alignment scores of the sequences with the length [PITH_FULL_IMAGE:figures/full_fig_p019_25.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

40 extracted references · 38 canonical work pages

  1. [26]

    Grammar variational autoencoder

    Matt J Kusner, Brooks Paige, and José Miguel Hernández-Lobato. “Grammar variational autoencoder”. In: International conference on machine learning. PMLR. 2017, pp. 1945–1954

  2. [2]

    Multi-Objective Latent Space Optimization of Generative Molecular Design Models

    ANM Abeer et al. “Multi-objective latent space optimization of generative molecular design models”. In:arXiv preprint arXiv:2203.00526(2022)

  3. [3]

    Chapter 16 - Targeted Hybrid Capture for Inherited Disease Panels

    Sami S. Amr and Birgit Funke. “Chapter 16 - Targeted Hybrid Capture for Inherited Disease Panels”. In: Clinical Genomics. Ed. by Shashikant Kulkarni and John Pfeifer. Boston: Academic Press, 2015, pp. 251–269. ISBN: 978-0-12-404748-8.DOI: https://doi.org/10.1016/B978- 0- 12- 404748- 8.00016- 2 .URL: https://www.sciencedirect.com/science/article/pii/B97801...

  4. [4]

    MolGPT: molecular generation using a transformer-decoder model

    Viraj Bagal et al. “MolGPT: molecular generation using a transformer-decoder model”. In:Journal of chemical information and modeling62.9 (2021), pp. 2064–2076

  5. [5]

    Application of generative autoencoder in de novo molecular design

    Thomas Blaschke et al. “Application of generative autoencoder in de novo molecular design”. In:Molecular informatics37.1-2 (2018), p. 1700123

  6. [6]

    Designing RNA secondary structures is hard

    Édouard Bonnet, Paweł Rz ˛ a˙zewski, and Florian Sikora. “Designing RNA secondary structures is hard”. In: Journal of Computational Biology27.3 (2020), pp. 302–316

  7. [7]

    Evidence that microRNA precursors, unlike other non-coding RNAs, have lower folding free energies than random sequences

    Eric Bonnet et al. “Evidence that microRNA precursors, unlike other non-coding RNAs, have lower folding free energies than random sequences”. In:Bioinformatics20.17 (2004), pp. 2911–2917

  8. [8]

    Causes, functions, and therapeutic possibilities of RNA secondary structure ensembles and alternative states

    Ritwika Bose, Irfana Saleem, and Anthony M Mustoe. “Causes, functions, and therapeutic possibilities of RNA secondary structure ensembles and alternative states”. In:Cell Chemical Biology()

Show all 40 references
  1. [9]

    The distribution of RNA motifs in natural sequences

    Véronique Bourdeau et al. “The distribution of RNA motifs in natural sequences”. In:Nucleic acids research 27.22 (1999), pp. 4457–4467

  2. [10]

    INFO-RNA—a fast approach to inverse RNA folding

    Anke Busch and Rolf Backofen. “INFO-RNA—a fast approach to inverse RNA folding”. In:Bioinformatics 22.15 (2006), pp. 1823–1831

  3. [11]

    The autoencoding variational autoencoder

    Taylan Cemgil et al. “The autoencoding variational autoencoder”. In:Advances in Neural Information Processing Systems33 (2020), pp. 15077–15087

  4. [12]

    A structural interpretation of the effect of GC-content on efficiency of RNA interference

    Chi Yu Chan et al. “A structural interpretation of the effect of GC-content on efficiency of RNA interference”. In: BMC bioinformatics10.1 (2009), pp. 1–7. 20 Running Title for Header

  5. [13]

    Evaluation of several lightweight stochastic context-free grammars for RNA secondary structure prediction

    Robin D Dowell and Sean R Eddy. “Evaluation of several lightweight stochastic context-free grammars for RNA secondary structure prediction”. In:BMC bioinformatics5.1 (2004), pp. 1–14

  6. [14]

    Cambridge university press, 1998

    Richard Durbin et al.Biological sequence analysis: probabilistic models of proteins and nucleic acids. Cambridge university press, 1998

  7. [15]

    Solving the RNA design problem with reinforcement learning

    Peter Eastman et al. “Solving the RNA design problem with reinforcement learning”. In:PLoS computational biology14.6 (2018), e1006176

  8. [16]

    Inside-outside and forward-backward algorithms are just backprop (tutorial paper)

    Jason Eisner. “Inside-outside and forward-backward algorithms are just backprop (tutorial paper)”. In:Proceed- ings of the Workshop on Structured Prediction for NLP. 2016, pp. 1–17

  9. [17]

    ERD: a fast and reliable tool for RNA design including constraints

    Ali Esmaili-Taheri and Mohammad Ganjtabesh. “ERD: a fast and reliable tool for RNA design including constraints”. In:BMC bioinformatics16.1 (2015), pp. 1–11

  10. [18]

    Probabilistic transformer: Modelling ambiguities and distribu- tions for rna folding and molecule design

    Jörg Franke, Frederic Runge, and Frank Hutter. “Probabilistic transformer: Modelling ambiguities and distribu- tions for rna folding and molecule design”. In:Advances in Neural Information Processing Systems35 (2022), pp. 26856–26873

  11. [19]

    Boltzmann probability of RNA structural neighbors and riboswitch detection

    Eva Freyhult, Vincent Moulton, and Peter Clote. “Boltzmann probability of RNA structural neighbors and riboswitch detection”. In:Bioinformatics23.16 (2007), pp. 2054–2062

  12. [20]

    Automatic chemical design using a data-driven continuous representation of molecules

    Rafael Gómez-Bombarelli et al. “Automatic chemical design using a data-driven continuous representation of molecules”. In:ACS central science4.2 (2018), pp. 268–276

  13. [21]

    Evolving methods for rational de novo design of functional RNA molecules

    Stefan Hammer et al. “Evolving methods for rational de novo design of functional RNA molecules”. In:Methods 161 (2019), pp. 54–63

  14. [22]

    Generative aptamer discovery using RaptGen

    Natsuki Iwano et al. “Generative aptamer discovery using RaptGen”. In:Nature Computational Science2.6 (2022), pp. 378–386

  15. [23]

    druGAN: an advanced generative adversarial autoencoder model for de novo generation of new molecules with desired molecular properties in silico

    Artur Kadurin et al. “druGAN: an advanced generative adversarial autoencoder model for de novo generation of new molecules with desired molecular properties in silico”. In:Molecular pharmaceutics14.9 (2017), pp. 3098– 3104

  16. [24]

    De novo protein design for novel folds using guided conditional Wasserstein generative adversarial networks

    Mostafa Karimi et al. “De novo protein design for novel folds using guided conditional Wasserstein generative adversarial networks”. In:Journal of chemical information and modeling60.12 (2020), pp. 5667–5681

  17. [25]

    Grammars and reinforcement learning for molecule optimization

    Egor Kraev. “Grammars and reinforcement learning for molecule optimization”. In:arXiv preprint arXiv:1811.11222(2018)

  18. [27]

    Finding stable local optimal RNA secondary structures

    Yuan Li and Shaojie Zhang. “Finding stable local optimal RNA secondary structures”. In:Bioinformatics27.21 (2011), pp. 2994–3001

  19. [28]

    ViennaRNA Package 2.0

    Ronny Lorenz et al. “ViennaRNA Package 2.0”. In:Algorithms for molecular biology6.1 (2011), pp. 1–14

  20. [29]

    Identification of a motif that mediates polypyrimidine tract-binding protein-dependent internal ribosome entry

    Sally A Mitchell et al. “Identification of a motif that mediates polypyrimidine tract-binding protein-dependent internal ribosome entry”. In:Genes & development19.13 (2005), pp. 1556–1571

  21. [30]

    RNAGEN: A generative adversarial network-based model to generate synthetic RNA sequences to target proteins

    Furkan Ozden et al. “RNAGEN: A generative adversarial network-based model to generate synthetic RNA sequences to target proteins”. In:bioRxiv(2023), pp. 2023–07

  22. [31]

    Variational autoencoder

    Lucas Pinheiro Cinelli et al. “Variational autoencoder”. In:V ariational Methods for Machine Learning with Applications to Deep Networks. Springer, 2021, pp. 111–149

  23. [32]

    A weighted sampling algorithm for the design of RNA sequences with targeted secondary structure and nucleotide distribution

    Vladimir Reinharz, Yann Ponty, and Jérôme Waldispühl. “A weighted sampling algorithm for the design of RNA sequences with targeted secondary structure and nucleotide distribution”. In:Bioinformatics29.13 (2013), pp. i308–i315

  24. [33]

    Towards automated Design of Riboswitches

    Frederic Runge, Jörg KH Franke, and Frank Hutter. “Towards automated Design of Riboswitches”. In:arXiv preprint arXiv:2307.08801(2023)

  25. [34]

    Learning to design RNA

    Frederic Runge et al. “Learning to design RNA”. In:arXiv preprint arXiv:1812.11951(2018)

  26. [35]

    Generating focused molecule libraries for drug discovery with recurrent neural networks

    Marwin HS Segler et al. “Generating focused molecule libraries for drug discovery with recurrent neural networks”. In:ACS central science4.1 (2018), pp. 120–131

  27. [36]

    Taking the human out of the loop: A review of Bayesian optimization

    Bobak Shahriari et al. “Taking the human out of the loop: A review of Bayesian optimization”. In:Proceedings of the IEEE104.1 (2015), pp. 148–175

  28. [37]

    Deep generative design of RNA family sequences

    Shunsuke Sumi, Michiaki Hamada, and Hirohide Saito. “Deep generative design of RNA family sequences”. In: Nature Methods21.3 (2024), pp. 435–443

  29. [38]

    Transcriptome-wide identification and characterization of miRNAs from Pinus densata

    Li-Chuan Wan et al. “Transcriptome-wide identification and characterization of miRNAs from Pinus densata”. In:BMC genomics13.1 (2012), pp. 1–11

  30. [39]

    Deep learning for molecular generation

    Youjun Xu et al. “Deep learning for molecular generation”. In:Future medicinal chemistry11.6 (2019), pp. 567– 597. 21 Running Title for Header

  31. [40]

    Chemical space mimicry for drug discovery

    William Yuan et al. “Chemical space mimicry for drug discovery”. In:Journal of chemical information and modeling57.4 (2017), pp. 875–882

  32. [41]

    Flexible RNA design under structure and sequence constraints using formal languages

    Yu Zhou et al. “Flexible RNA design under structure and sequence constraints using formal languages”. In:Pro- ceedings of the International Conference on Bioinformatics, Computational Biology and Biomedical Informatics. 2013, pp. 229–238. 22

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.