REVIEW 4 major objections 7 minor 52 references
Protein Inverse Folding From Structure Feedback
T0 review · 4 major / 7 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper claims that fine-tuning an inverse folding model with Direct Preference Optimization (DPO) on preferences derived from a folding model improves both sequence recovery and structural similarity of designed proteins, raising…
desk verdict A solid DPO-for-inverse-folding study with a likely test-set-adaptation artifact in its headline multi-round claim and an ESMFold-circular evaluation loop. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine of the method is a self-generated preference dataset built by folding-model feedback, combined with the DPO objective and an SFT regularizer. For each target structure T, the inverse folding model samples N candidate sequences; ESMFold predicts each candidate's structure; TM-Align computes each predicted structure's TM-Score against T; the top half of sequences are labeled chosen and the bottom half rejected. The fine-tuning loss is L = λ·SFT loss on chosen sequences + DPO loss, where DPO maximizes the log-ratio πθ(S_w|T)/πref(S_w|T) minus the corresponding log-ratio for rejected sequences, and λ controls the balance. In iterative training, each round reinitializes the reference model to the current model before generating the next preference dataset.
What would settle it
Take the sequences designed by InstructPLM-DPO and by the baseline for the same CATH 4.2 structures, and score their predicted structures with an independent structure predictor such as AlphaFold (or test a sample experimentally). If the TM-Score advantage of the DPO model shrinks or disappears under the independent oracle, the reported gains reflect fitting ESMFold rather than improved foldability. A simpler version: check whether ESMFold's per-sequence TM-Score ranking agrees with AlphaFold's ranking on the same candidate sequences; substantial disagreement would falsify the transfer assumption.
Extended reading notes
Core claim
On its own terms, the paper establishes that preference optimization on structural feedback is a viable post-training step for inverse folding. The authors show that DPO fine-tuning of InstructPLM on self-generated sequences labeled by ESMFold-predicted TM-Scores improves both recovery rate (from 53.58% to 55.21% on CATH 4.2) and average TM-Score (from 0.77 to 0.81), and that including rejected low-TM sequences in the loss matters more than only training on chosen ones. They further show that iterative multi-round DPO, where each round's model generates its own preference data and becomes the reference model for the next round, substantially improves ten difficult structures, and that simply increasing the number of contrastive samples per structure degrades structural fidelity while increasing training steps helps up to a saturation point. The intended conclusion is that the model learns structure-related preferences beyond sequence identity, producing sequences that fold more accurately even when they deviate from the wild-type sequence.
Load-bearing premise
The load-bearing premise is that ESMFold-predicted structures are a valid, unbiased oracle for true foldability, so optimizing the TM-Score of ESMFold predictions transfers to real protein design.
Editorial extensions
If this is right
- A fully in silico feedback loop can replace at least part of the experimental screening step in inverse folding workflows.
- The same DPO-plus-SFT recipe can be applied to other inverse folding or protein language models, since only sampling, folding, and TM-Score labeling are required.
- Rejected samples (low-TM-Score predictions) are the main driver of structural improvement, especially for structures where the baseline design is poor, so preference-data quality may matter more than dataset size.
- Multi-round refinement can push difficult design targets substantially closer to the target fold, though one hard case (1mkn.A) remains unsolved.
Reading between the lines
- The 0.77-to-0.81 TM-Score gain is measured with the same ESMFold model that provides the training labels; whether the improvement transfers to AlphaFold or to wet-lab folding is an open question the paper does not address.
- Because the model is rewarded for high TM-Score against the target, it may learn to exploit systematic blind spots of ESMFold, such as over-stable or self-complementary sequences that score well in silico but fail in vitro.
- The scaling result that more contrastive samples can hurt TM-Score suggests a future direction of active or hard-negative mining to select preference pairs, rather than random sampling.
- The method is a general optimization-from-feedback template: any scoreable structural property, such as stability, binding, or function, could be swapped into the same DPO loop.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an in silico preference optimization pipeline for protein inverse folding. Given a target structure, candidate sequences are sampled from an inverse folding model (InstructPLM or ProteinMPNN); each sequence is folded with ESMFold, and TM-Scores against the target structure are used to construct 'chosen' and 'rejected' pairs. The inverse folding model is then fine-tuned with the DPO objective plus an SFT regularization term. The authors report improved sequence recovery and TM-Scores on CATH 4.2, TS50, and TS500, with an average TM-Score increase from 0.77 to 0.81 on the CATH 4.2 test set, and a 79.5% relative TM-Score gain in an iterative multi-round setting on 10 difficult CATH 4.2 structures. The paper includes ablations on the SFT weight lambda, number of contrastive samples, and training steps, and it discloses a modified protocol for ProteinMPNN.
Significance. If the claims hold, the paper offers a scalable, fully in silico method to improve inverse folding models using structure feedback, which is an active and important direction. The experiments are internally consistent and include useful ablations; the authors also honestly disclose the ProteinMPNN modification and the scaling limitations. However, the central evaluation is weakened by two issues: the same ESMFold model generates the preference labels and scores the final structures, creating a reward-overfitting risk; and the multi-round 79.5% gain is reported on structures that appear to be the very ones used for iterative training. These issues affect the interpretation of the headline results but are addressable with additional experiments and clarification, so the paper merits a major revision rather than outright rejection.
major comments (4)
- [§3, Eq. (8) and §4.2] The preference labels are computed with ESMFold (Tn = g(Sn), cn = TM-Score(Tn, T)) and the final evaluation in §4.2 also uses ESMFold for all predicted structures. This circularity means the reported improvements in TM-Score may reflect the model learning to exploit ESMFold's specific scoring biases rather than a genuine improvement in foldability. Please evaluate the designed sequences with an independent structure predictor (e.g., AlphaFold2) or, at minimum, report a correlation analysis between ESMFold and AlphaFold2 TM-Scores on the designed sequences. Without such a check, the claim of 'enhanced structure similarity' is not established beyond ESMFold-specific reward alignment.
- [§4.5, Fig. 4 and Tab. 4] The 10 'difficult structures' are selected from the CATH 4.2 test set, and the iterative DPO loop (Sec. 3) constructs preference data D_t^pair from the current model's generations for the structures being optimized. The text does not state that these 10 test structures are excluded from the training set, and the natural reading is that each of the 20 rounds fine-tunes on sequences generated for exactly these 10 targets. If so, the reported mean TM-Score increase from 0.39 to 0.70 (79.5%) is an adaptive fit to the evaluation set, not evidence of generalization. Please clarify which structures are used to construct D_t^pair in each round; if the test structures are included, the abstract's iterative-gain claim must be re-evaluated on held-out structures or a separate validation split.
- [§4.5 and Tab. 4] The multi-round protocol uses N=200 sequences per structure, 20 rounds, and only 200 training steps per round, with no validation-based early stopping or model selection described. Because the reference model is reinitialized to the current policy each round, this is not the standard DPO setup and the iteration may converge to an overfit solution on the 10 chosen structures. Please report the progression of TM-Score on a separate holdout set during the iterative rounds, and show that the improvements are not due to memorization of the specific structures used for training.
- [§4.1 and Appendix A.1.4] The ProteinMPNN variant deviates substantially from the main method: wild-type sequences are added as chosen samples, and only sequences with TM-Score below a threshold (tr = 0.8) are used for training, rather than the top/bottom 50% split of Eq. (8). This means the ProteinMPNN-DPO result does not test the same preference-optimization approach as InstructPLM-DPO, and the statement in §4.1 that 'both DPO models yield consistent gains' should be qualified. Please either present ProteinMPNN results under the original protocol (if feasible) or explicitly frame the ProteinMPNN experiments as a variant with a modified preference dataset.
minor comments (7)
- [§3, Eq. (7)] The inequality in Eq. (7) is misprinted: it reads c_k(1) ≥ c_k(1) ≥ ... instead of c_k(1) ≥ c_k(2) ≥ ... . Please correct the indexing.
- [§3, Eq. (10)] The term 'super-parameter' should be 'hyperparameter'.
- [§4.3, Fig. 2] The linear regression reports R² = 0.19, which is a weak association; the claim of a 'positive correlation' should be accompanied by a confidence interval or p-value to indicate whether the slope is statistically distinguishable from zero.
- [§4.2, Table 2] The TM-Score differences (e.g., 0.77 vs. 0.81) are reported without error bars or standard deviations across the 10 sampled sequences per structure. Please provide variance estimates or statistical significance tests to support that the improvements are not within sampling noise.
- [Abstract and §4.5] The phrase 'an average TM-Score increase of 79.5%' is a relative increase; please clarify in the abstract and text that this is a percentage improvement relative to the baseline (from 0.39 to 0.70), since readers may otherwise interpret it as an absolute increase of 79.5 percentage points.
- [§3, Iterative Training] The notation uses π_t^θ for the model at iteration t, but θ is not formally defined in that section; clarify that θ denotes the model parameters and that the reference model is set to the weights of π_t^θ at each round.
- [§3, Iterative Training] The phrase 'interactive training framework' should be 'iterative training framework' for consistency with the rest of the paper.
Circularity Check
Iterative DPO's headline 79.5% TM-Score gain is measured on the same 10 CATH 4.2 test structures used to build each round's preference data, so the multi-round improvement is a train-set result rather than a held-out prediction.
-
fitted input called prediction
[Sec. 4.5 (Iterative Protein Design); Sec. 3 (Iterative Training); Appendix A.4]
"To evaluate the capacity for iterative improvement, we selected 10 difficult structures from the CATH 4.2 test set to assess the performance limits of our approach. ... For each iteration t, the model πtθ will first generate and construct preference data Dt_pair as described in Sec. 3, the model is then updated to πt+1θ with the DPO and SFT loss (Eq. 10) on generated dataset Dt_pair. ... we monitor the running TM-Scores and recoveries of all 10 structures during training in Fig. 6."
The paper never states that the 10 hard test structures were excluded from the iterative preference-data construction; the only training loop described (Sec. 3) builds D_t^pair from the current model's generations for structures T, and the multi-round experiment is reported for exactly these 10 structures, whose TM-Scores are tracked 'during training' in Fig. 6. Therefore the reported mean TM-Score increase from 0.39 to 0.70 (79.5%) is computed on the same structures whose ESMFold-derived preference labels drove the fine-tuning in each of the 20 rounds.
full rationale
The single-round experiments are not circular in the construction-level sense: InstructPLM-DPO and ProteinMPNN-DPO are fine-tuned on preference data from the CATH 4.2 training split and evaluated on the held-out test split (Sec. 4.1, 4.2), so the recovery and TM-Score gains there are genuine held-out numbers. Using ESMFold both to create preference labels and to score the final structures is an oracle-choice limitation that raises external-validity risk, but it is not a definitional equivalence because the training and test structures are disjoint and ESMFold is an independent external predictor. The clear circularity is in Sec. 4.5: the 10 difficult structures selected from the test set for the iterative experiment coincide with the structures on which each round's D_t^pair is constructed (Fig. 6 monitors these 10 structures 'during training'), and no held-out set is reported for multi-round DPO. The 79.5% gain therefore reflects optimization on the evaluation targets, not a predictive result. Score 6 reflects that this test-set adaptation invalidates the central multi-round claim while leaving the single-round benchmark results independent.
Assumptions & free parameters
free parameters (4)
- lambda (SFT loss weight) =
10, 1, 0 (ablated)
- beta (DPO temperature) =
0.5
- N (contrastive samples per structure) =
20 (single-round), 200 (multi-round)
- tr (ProteinMPNN threshold) =
0.8
assumptions (5)
- domain assumption TM-Score of ESMFold-predicted structures against the target is a valid reward for sequence designability.
- domain assumption Top/bottom 50% split of sampled sequences by TM-Score produces meaningful preference pairs.
- domain assumption Adding an SFT term to the DPO loss (Eq. 10) preserves the validity of DPO and prevents degeneration.
- domain assumption Self-generated preference data from the model's own samples is a stable training signal.
- ad hoc to paper Standard DPO derivation remains valid when the reference model is reinitialized each round.
Cite this review
Pith. "Pith review of Protein Inverse Folding From Structure Feedback." pith.science (2026). https://pith.science/paper/SVU57ISD
@misc{pith2026250603028,
author = {Pith},
title = {Pith review of: Protein Inverse Folding From Structure Feedback},
year = {2026},
howpublished = {\url{https://pith.science/paper/SVU57ISD}},
note = {Machine review of arXiv:2506.03028}
}
read the original abstract
The inverse folding problem, aiming to design amino acid sequences that fold into desired three-dimensional structures, is pivotal for various biotechnological applications. Here, we introduce a novel approach leveraging Direct Preference Optimization (DPO) to fine-tune an inverse folding model using feedback from a protein folding model. Given a target protein structure, we begin by sampling candidate sequences from the inverse-folding model, then predict the three-dimensional structure of each sequence with the folding model to generate pairwise structural-preference labels. These labels are used to fine-tune the inverse-folding model under the DPO objective. Our results on the CATH 4.2 test set demonstrate that DPO fine-tuning not only improves sequence recovery of baseline models but also leads to a significant improvement in average TM-Score from 0.77 to 0.81, indicating enhanced structure similarity. Furthermore, iterative application of our DPO-based method on challenging protein structures yields substantial gains, with an average TM-Score increase of 79.5\% with regard to the baseline model. This work establishes a promising direction for enhancing protein sequence design ability from structure feedback by effectively utilizing preference optimization.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
arXiv 2023
-
[2]
Computational protein design.Nature Reviews Methods Primers, 5(1):13, 2025
Katherine I Albanese, Sophie Barbe, Shunsuke Tagami, Derek N Woolfson, and Thomas Schiex. Computational protein design.Nature Reviews Methods Primers, 5(1):13, 2025
2025
-
[3]
Constitutional ai: Harmlessness from ai feedback.arXiv preprint arXiv:2212.08073, 2022
Yuntao Bai, Saurav Kadavath, Sandipan Kundu, Amanda Askell, Jackson Kernion, Andy Jones, Anna Chen, Anna Goldie, Azalia Mirhoseini, Cameron McKinnon, et al. Constitutional ai: Harmlessness from ai feedback.arXiv preprint arXiv:2212.08073, 2022
arXiv 2022
-
[4]
Hallucination of multimodal large language models: A survey.arXiv preprint arXiv:2404.18930, 2024
Zechen Bai, Pichao Wang, Tianjun Xiao, Tong He, Zongbo Han, Zheng Zhang, and Mike Zheng Shou. Hallucination of multimodal large language models: A survey.arXiv preprint arXiv:2404.18930, 2024
arXiv 2024
-
[5]
Aadyot Bhatnagar, Sarthak Jain, Joel Beazer, Samuel C Curran, Alexander M Hoffnagle, Kyle Ching, Michael Martyn, Stephen Nayfach, Jeffrey A Ruffolo, and Ali Madani. Scaling unlocks broader generation and deeper functional understanding of proteins.bioRxiv, pages 2025–04, 2025
work page 2025
-
[6]
Zixiang Chen, Yihe Deng, Huizhuo Yuan, Kaixuan Ji, and Quanquan Gu. Self-play fine-tuning converts weak language models to strong language models.arXiv preprint arXiv:2401.01335, 2024
arXiv 2024
-
[7]
Deep reinforcement learning from human preferences.Advances in neural information processing systems, 30, 2017
Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences.Advances in neural information processing systems, 30, 2017
2017
-
[8]
Group equivariant convolutional networks
Taco Cohen and Max Welling. Group equivariant convolutional networks. InInternational conference on machine learning, pages 2990–2999. PMLR, 2016
2016
Show all 52 references
-
[9]
Robust deep learning–based protein sequence design using proteinmpnn.Science, 378(6615):49–56, 2022
Justas Dauparas, Ivan Anishchenko, Nathaniel Bennett, Hua Bai, Robert J Ragotte, Lukas F Milles, Basile IM Wicky, Alexis Courbet, Rob J de Haas, Neville Bethel, et al. Robust deep learning–based protein sequence design using proteinmpnn.Science, 378(6615):49–56, 2022
2022
-
[10]
Atomic context-conditioned protein sequence design using ligandmpnn.Nature Methods, pages 1–7, 2025
Justas Dauparas, Gyu Rie Lee, Robert Pecoraro, Linna An, Ivan Anishchenko, Cameron Glasscock, and David Baker. Atomic context-conditioned protein sequence design using ligandmpnn.Nature Methods, pages 1–7, 2025
2025
-
[11]
Amino acid pairing at the n-and c- termini of helical segments in proteins.PROTEINS: Structure, Function, and Bioinformatics, 70(1):188–196, 2008
Nuno A Fonseca, Rui Camacho, and AL Magalhaes. Amino acid pairing at the n-and c- termini of helical segments in proteins.PROTEINS: Structure, Function, and Bioinformatics, 70(1):188–196, 2008
2008
-
[12]
Zhangyang Gao, Cheng Tan, Xingran Chen, Yijie Zhang, Jun Xia, Siyuan Li, and Stan Z. Li. KW-design: Pushing the limit of protein design via knowledge refinement. InThe Twelfth International Conference on Learning Representations, 2024
2024
-
[13]
Alphadesign: A graph protein design method and benchmark on alphafolddb.arXiv preprint arXiv:2202.01079, 2022
Zhangyang Gao, Cheng Tan, and Stan Z Li. Alphadesign: A graph protein design method and benchmark on alphafolddb.arXiv preprint arXiv:2202.01079, 2022
2022 arXiv
-
[14]
Pifold: Toward effective and efficient protein inverse folding, 2022
Zhangyang Gao, Cheng Tan, and Stan Z Li. Pifold: Toward effective and efficient protein inverse folding, 2022
2022
-
[15]
Simulating 500 million years of evolution with a language model.Science, page eads0018, 2025
Thomas Hayes, Roshan Rao, Halil Akin, Nicholas J Sofroniew, Deniz Oktay, Zeming Lin, Robert Verkuil, Vincent Q Tran, Jonathan Deaton, Marius Wiggert, et al. Simulating 500 million years of evolution with a language model.Science, page eads0018, 2025
2025
-
[16]
Learning inverse folding from millions of predicted structures.International Conference on Machine Learning, pages 8946–8970, 2022
Chloe Hsu, Robert Verkuil, Jason Liu, Zeming Lin, Brian Hie, Tom Sercu, Adam Lerer, and Alexander Rives. Learning inverse folding from millions of predicted structures.International Conference on Machine Learning, pages 8946–8970, 2022. 10
2022
-
[17]
Lora: Low-rank adaptation of large language models.arXiv preprint arXiv:2106.09685, 2021
Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models.arXiv preprint arXiv:2106.09685, 2021
2021 arXiv
-
[18]
Generative models for graph-based protein design.Advances in neural information processing systems, 32, 2019
John Ingraham, Vikas Garg, Regina Barzilay, and Tommi Jaakkola. Generative models for graph-based protein design.Advances in neural information processing systems, 32, 2019
2019
-
[19]
Learn- ing from protein structure with geometric vector perceptrons.arXiv preprint arXiv:2009.01411, 2020
Bowen Jing, Stephan Eismann, Patricia Suriana, Raphael JL Townshend, and Ron Dror. Learn- ing from protein structure with geometric vector perceptrons.arXiv preprint arXiv:2009.01411, 2020
2009 arXiv
-
[20]
Highly accurate protein structure prediction with alphafold.nature, 596(7873):583–589, 2021
John Jumper, Richard Evans, Alexander Pritzel, Tim Green, Michael Figurnov, Olaf Ron- neberger, Kathryn Tunyasuvunakool, Russ Bates, Augustin Žídek, Anna Potapenko, et al. Highly accurate protein structure prediction with alphafold.nature, 596(7873):583–589, 2021
2021
-
[21]
Sequence-similar, structure-dissimilar protein pairs in the pdb.Proteins: Structure, Function, and Bioinformatics, 71(2):891–902, 2008
Mickey Kosloff and Rachel Kolodny. Sequence-similar, structure-dissimilar protein pairs in the pdb.Proteins: Structure, Function, and Bioinformatics, 71(2):891–902, 2008
2008
-
[22]
Generalized biomolecular modeling and design with rosettafold all-atom.Science, 384(6693):eadl2528, 2024
Rohith Krishna, Jue Wang, Woody Ahern, Pascal Sturmfels, Preetham Venkatesh, Indrek Kalvet, Gyu Rie Lee, Felix S Morey-Burrows, Ivan Anishchenko, Ian R Humphreys, et al. Generalized biomolecular modeling and design with rosettafold all-atom.Science, 384(6693):eadl2528, 2024
2024
-
[23]
Rlaif: Scaling reinforcement learning from human feedback with ai feedback.arXiv preprint arXiv:2309.00267, 2023
Harrison Lee, Samrat Phatale, Hassan Mansoor, Thomas Mesnard, Johan Ferret, Kellie Lu, Colton Bishop, Ethan Hall, Victor Carbune, Abhinav Rastogi, et al. Rlaif: Scaling reinforcement learning from human feedback with ai feedback.arXiv preprint arXiv:2309.00267, 2023
2023 arXiv
-
[24]
Evolutionary-scale prediction of atomic-level protein structure with a language model.Science, 379(6637):1123–1130, 2023
Zeming Lin, Halil Akin, Roshan Rao, Brian Hie, Zhongkai Zhu, Wenting Lu, Nikita Smetanin, Robert Verkuil, Ori Kabeli, Yaniv Shmueli, et al. Evolutionary-scale prediction of atomic-level protein structure with a language model.Science, 379(6637):1123–1130, 2023
2023
-
[25]
Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017
2017 arXiv
-
[26]
Progen: Language modeling for protein generation
Ali Madani, Bryan McCann, Nikhil Naik, Nitish Shirish Keskar, Namrata Anand, Raphael R Eguchi, Po-Ssu Huang, and Richard Socher. Progen: Language modeling for protein generation. arXiv preprint arXiv:2004.03497, 2020
2004 arXiv
-
[27]
Preference optimization of protein language models as a multi-objective binder design paradigm.arXiv preprint arXiv:2403.04187, 2024
Pouria Mistani and Venkatesh Mysore. Preference optimization of protein language models as a multi-objective binder design paradigm.arXiv preprint arXiv:2403.04187, 2024
2024 arXiv
-
[28]
Conditional language models enable the efficient design of proficient enzymes.bioRxiv, pages 2024–05, 2024
Geraldene Munsamy, Ramiro Illanes-Vicioso, Silvia Funcillo, Ioanna T Nakou, Sebastian Lindner, Gavin Ayres, Lesley S Sheehan, Steven Moss, Ulrich Eckhard, Philipp Lorenz, et al. Conditional language models enable the efficient design of proficient enzymes.bioRxiv, pages 2024–05, 2024
2024
-
[29]
Progen2: exploring the boundaries of protein language models.Cell systems, 14(11):968–978, 2023
Erik Nijkamp, Jeffrey A Ruffolo, Eli N Weinstein, Nikhil Naik, and Ali Madani. Progen2: exploring the boundaries of protein language models.Cell systems, 14(11):968–978, 2023
2023
-
[30]
Machine learning for functional protein design.Nature biotechnology, 42(2):216–228, 2024
Pascal Notin, Nathan Rollins, Yarin Gal, Chris Sander, and Debora Marks. Machine learning for functional protein design.Nature biotechnology, 42(2):216–228, 2024
2024
-
[31]
Cath–a hierarchic classification of protein domain structures.Structure, 5(8):1093–1109, 1997
Christine A Orengo, Alex D Michie, Susan Jones, David T Jones, Mark B Swindells, and Janet M Thornton. Cath–a hierarchic classification of protein domain structures.Structure, 5(8):1093–1109, 1997
1997
-
[32]
Training language models to follow instructions with human feedback.Advances in neural information processing systems, 35:27730–27744, 2022
Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback.Advances in neural information processing systems, 35:27730...
2022
-
[33]
Smaug: Fixing failure modes of preference optimisation with dpo-positive.arXiv preprint arXiv:2402.13228, 2024
Arka Pal, Deep Karkhanis, Samuel Dooley, Manley Roberts, Siddartha Naidu, and Colin White. Smaug: Fixing failure modes of preference optimisation with dpo-positive.arXiv preprint arXiv:2402.13228, 2024. 11
2024 arXiv
-
[34]
Improving inverse folding for peptide design with diversity-regularized direct preference optimization.arXiv preprint arXiv:2410.19471, 2024
Ryan Park, Darren J Hsu, C Brian Roland, Maria Korshunova, Chen Tessler, Shie Mannor, Olivia Viessmann, and Bruno Trentini. Improving inverse folding for peptide design with diversity-regularized direct preference optimization.arXiv preprint arXiv:2410.19471, 2024
-
[35]
Instructplm: Aligning protein language models to follow protein structure instructions.bioRxiv, 2024
Jiezhong Qiu, Junde Xu, Jie Hu, Hanqun Cao, Liya Hou, Zijun Gao, Xinyi Zhou, Anni Li, Xiujuan Li, Bin Cui, Fei Yang, Shuang Peng, Ning Sun, Fangyu Wang, Aimin Pan, Jie Tang, Jieping Ye, Junyang Lin, Jin Tang, Xingxu Huang, Pheng Ann Heng, and Guangyong Chen. Instructplm: Align...
2024
-
[36]
Direct preference optimization: Your language model is secretly a reward model
Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[37]
The use of alphafold for in silico exploration of drug targets in the parasite trypanosoma cruzi.Frontiers in Cellular and Infection Microbiology, 12:944748, 2022
Albert Ros-Lucas, Nieves Martinez-Peinado, Jaume Bastida, Joaquim Gascón, and Julio Alonso- Padilla. The use of alphafold for in silico exploration of drug targets in the parasite trypanosoma cruzi.Frontiers in Cellular and Infection Microbiology, 12:944748, 2022
2022
-
[38]
Ruffolo, Aadyot Bhatnagar, Joel Beazer, Stephen Nayfach, Jordan Russ, Emily Hill, Riffat Hussain, Joseph Gallagher, and Ali Madani
Jeffrey A. Ruffolo, Aadyot Bhatnagar, Joel Beazer, Stephen Nayfach, Jordan Russ, Emily Hill, Riffat Hussain, Joseph Gallagher, and Ali Madani. Adapting protein language models for structure-conditioned design.bioRxiv, 2024
2024
-
[39]
How good are alphafold models for docking-based virtual screening?Iscience, 26(1), 2023
Valeria Scardino, Juan I Di Filippo, and Claudio N Cavasotto. How good are alphafold models for docking-based virtual screening?Iscience, 26(1), 2023
2023
-
[40]
Protein structure determination from pseudocontact shifts using rosetta.Journal of molecular biology, 416(5):668–677, 2012
Christophe Schmitz, Robert Vernon, Gottfried Otting, David Baker, and Thomas Huber. Protein structure determination from pseudocontact shifts using rosetta.Journal of molecular biology, 416(5):668–677, 2012
2012
-
[41]
Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347, 2017
2017 arXiv
-
[42]
Surfing the biocatalysis wave to new applications changed to: From nature to industry: Harnessing enzymes for biocatalysis, as per request of editor.Science, 382(6673), 2023
Radka Snajdrova, Rebecca Buller, Stefan Lutz, Jeffrey Moore, Romas Kazlauskas, and Uwe Bornscheuer. Surfing the biocatalysis wave to new applications changed to: From nature to industry: Harnessing enzymes for biocatalysis, as per request of editor.Science, 382(6673), 2023
2023
-
[43]
Guiding generative protein language models with reinforcement learning.arXiv preprint arXiv:2412.12979, 2024
Filippo Stocco, Maria Artigues-Lleixa, Andrea Hunklinger, Talal Widatalla, Marc Guell, and Noelia Ferruz. Guiding generative protein language models with reinforcement learning.arXiv preprint arXiv:2412.12979, 2024
2024
-
[44]
Global-context aware generative protein design.ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 1–5, 2023
Cheng Tan, Zhangyang Gao, Jun Xia, Bozhen Hu, and Stan Z Li. Global-context aware generative protein design.ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 1–5, 2023
2023
-
[45]
Evolution of function in protein superfamilies, from a structural perspective.Journal of molecular biology, 307(4):1113–1143, 2001
Annabel E Todd, Christine A Orengo, and Janet M Thornton. Evolution of function in protein superfamilies, from a structural perspective.Journal of molecular biology, 307(4):1113–1143, 2001
2001
-
[46]
Aligning protein generative models with experimental fitness via direct preference optimization.bioRxiv, pages 2024–05, 2024
Talal Widatalla, Rafael Rafailov, and Brian Hie. Aligning protein generative models with experimental fitness via direct preference optimization.bioRxiv, pages 2024–05, 2024
2024
-
[47]
Self-play preference optimization for language model alignment.arXiv preprint arXiv:2405.00675, 2024
Yue Wu, Zhiqing Sun, Huizhuo Yuan, Kaixuan Ji, Yiming Yang, and Quanquan Gu. Self-play preference optimization for language model alignment.arXiv preprint arXiv:2405.00675, 2024
2024 arXiv
-
[48]
Hallucidoctor: Mitigating hallucinatory toxicity in visual instruction data
Qifan Yu, Juncheng Li, Longhui Wei, Liang Pang, Wentao Ye, Bosheng Qin, Siliang Tang, Qi Tian, and Yueting Zhuang. Hallucidoctor: Mitigating hallucinatory toxicity in visual instruction data. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, ...
2024
-
[49]
Self-rewarding language models.arXiv preprint arXiv:2401.10020, 2024
Weizhe Yuan, Richard Yuanzhe Pang, Kyunghyun Cho, Sainbayar Sukhbaatar, Jing Xu, and Jason Weston. Self-rewarding language models.arXiv preprint arXiv:2401.10020, 2024. 12
2024 arXiv
-
[50]
Evaluating large language models at evaluating instruction following.arXiv preprint arXiv:2310.07641, 2023
Zhiyuan Zeng, Jiatong Yu, Tianyu Gao, Yu Meng, Tanya Goyal, and Danqi Chen. Evaluating large language models at evaluating instruction following.arXiv preprint arXiv:2310.07641, 2023
2023 arXiv
-
[51]
Tm-align: a protein structure alignment algorithm based on the tm-score.Nucleic acids research, 33(7):2302–2309, 2005
Yang Zhang and Jeffrey Skolnick. Tm-align: a protein structure alignment algorithm based on the tm-score.Nucleic acids research, 33(7):2302–2309, 2005
2005
-
[52]
Structure- informed language models are protein designers.bioRxiv, pages 2023–02, 2023
Zaixiang Zheng, Yifan Deng, Dongyu Xue, Yi Zhou, Fei Ye, and Quanquan Gu. Structure- informed language models are protein designers.bioRxiv, pages 2023–02, 2023. 13 A Technical Appendices and Supplementary Material A.1 Implementation Details A.1.1 Generation Configs for Evalua...
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.