paper-with-me

Papers

A User-Tunable Machine Learning Framework for Step-Wise Synthesis Planning

2025-04-03 · Shivesh Prakash, Hans-Arno Jacobsen, Viki Kumar Prasad

We introduce MHNpath, a machine learning-driven retrosynthetic tool designed for computer-aided synthesis planning. Leveraging modern Hopfield networks and novel comparative metrics, MHNpath efficiently prioritizes reaction templates, improving the scalability and accuracy of retrosynthetic predictions. The tool incorporates a tunable scoring system that allows users to prioritize pathways based on cost, reaction temperature, and toxicity, thereby facilitating the design of greener and cost-effective reaction routes. We demonstrate its effectiveness through case studies involving complex molecules from ChemByDesign, showcasing its ability to predict novel synthetic and enzymatic pathways. Furthermore, we benchmark MHNpath against existing frameworks, replicating experimentally validated "gold-standard" pathways from PaRoutes. Our case studies reveal that the tool can generate shorter, cheaper, moderate-temperature routes employing green solvents, as exemplified by compounds such as dronabinol, arformoterol, and lupinine.

📄 PDF Abstract BibTeX arXiv:2504.02191

Code (1)

msrg/mhnpath 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Tunable MAGMAX: Preference-Aware Model Merging for Continual Learning

2026-05-20 · Kei Hiroshima, Kento Uchida, Shinichi Shirakawa arxiv

Continual learning (CL) aims to train models sequentially on multiple tasks while mitigating catastrophic forgetting of previously learned knowledge. Recent advances in large pre-trained models (LPMs) and model merging t…

Continual Learning

Mixed-Density Diffuser: Efficient Planning with Non-Uniform Temporal Resolution

2025-10-27 · Crimson Stambaugh, Rajesh P. N. Rao arxiv

Recent studies demonstrate that diffusion planners benefit from sparse-step planning over single-step planning. Training models to skip steps in their trajectories helps capture long-term dependencies without additional …

Reinforcement Learning

Preference Elicitation for Step-Wise Explanations in Logic Puzzles

2025-11-13 · Marco Foschini, Marianne Defresne, Emilio Gamba, Bart Bogaerts 외 arxiv

Step-wise explanations can explain logic puzzles and other satisfaction problems by showing how to derive decisions step by step. Each step consists of a set of constraints that derive an assignment to one or more decisi…

Incremental Decoding and Training Methods for Simultaneous Translation in Neural Machine Translation

2018-06-10 · NAACL 2018 6 · Fahim Dalvi, Nadir Durrani, Hassan Sajjad, Stephan Vogel

We address the problem of simultaneous translation by modifying the Neural MT decoder to operate with dynamically built encoder and attention. We propose a tunable agent which decides the best segmentation strategy for a…

DecoderMachine TranslationTranslation

ChunkFlow: Communication-Aware Chunked Prefetching for Layerwise Offloading in Distributed Diffusion Transformer Inference

2026-05-11 · Han Meng, Danny Willow Liu, Dong Li arxiv

Layerwise offloading reduces the GPU memory footprint of large diffusion transformer (DiT) inference by prefetching upcoming layers from host memory, but its effectiveness hinges on hiding prefetch latency behind per-lay…