{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-15333","title":"Empowering LLMs for Structure-Based Drug Design via Exploration-Augmented Latent Inference","arxiv_id":"2601.15333","date":"2026-01-20","proceeding":null,"authors":["Xuanning Hu","Anchen Li","Qianli Xing","Jinglong Ji","Hao Tuo","Bo Yang"],"abstract":"Large Language Models (LLMs) possess strong representation and reasoning capabilities, but their application to structure-based drug design (SBDD) is limited by insufficient understanding of protein structures and unpredictable molecular generation. To address these challenges, we propose Exploration-Augmented Latent Inference for LLMs (ELILLM), a framework that reinterprets the LLM generation process as an encoding, latent space exploration, and decoding workflow. ELILLM explicitly explores portions of the design problem beyond the model's current knowledge while using a decoding module to handle familiar regions, generating chemically valid and synthetically reasonable molecules. In our implementation, Bayesian optimization guides the systematic exploration of latent embeddings, and a position-aware surrogate model efficiently predicts binding affinity distributions to inform the search. Knowledge-guided decoding further reduces randomness and effectively imposes chemical validity constraints. We demonstrate ELILLM on the CrossDocked2020 benchmark, showing strong controlled exploration and high binding affinity scores compared with seven baseline methods. These results demonstrate that ELILLM can effectively enhance LLMs capabilities for SBDD.","url_abs":"https://arxiv.org/abs/2601.15333","url_pdf":"https://arxiv.org/pdf/2601.15333","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.15333","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.15333"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/hxnhxn/ELILLM","reach":null}],"summary":{"ran":5,"ran_draft_wrong":2,"ran_honours":1,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":10,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":10,"samples":[{"code_sha256_prefix":"edba7ce6b95a8ef7","entry":"AcquisitionFunction","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"edba7ce6b95a8ef7"}},{"code_sha256_prefix":"ac76d04dc7bf3618","entry":"BayesianDataset","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ac76d04dc7bf3618"}},{"code_sha256_prefix":"c9e3ea8d2d350694","entry":"GPModel","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c9e3ea8d2d350694"}},{"code_sha256_prefix":"24bed8e55b4c3985","entry":"MLPEncoder","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"24bed8e55b4c3985"}},{"code_sha256_prefix":"b8086af9862bf683","entry":"Normalizer","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b8086af9862bf683"}},{"code_sha256_prefix":"a00de9316ce9df84","entry":"aggregate_embeddings","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a00de9316ce9df84"}},{"code_sha256_prefix":"5c9559e3108e0184","entry":"divide_smiles_from_prompt","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5c9559e3108e0184"}},{"code_sha256_prefix":"cb8f9c3c12caf9d4","entry":"divide_smiles_from_tokens","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cb8f9c3c12caf9d4"}},{"code_sha256_prefix":"1e1545050196d16f","entry":"BayesianLLM","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1e1545050196d16f"}},{"code_sha256_prefix":"7b2b08e875ed946e","entry":"Surrogate","repo":"hxnhxn/ELILLM","repo_kind":"found_in_text","path":"Bayesian/bayesianLLM.py","file_url":"https://github.com/hxnhxn/ELILLM/blob/HEAD/Bayesian/bayesianLLM.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7b2b08e875ed946e"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}