Papers › DeepMoLM: Leveraging Visual and Geometric Structural Information for Molecule-Text Modeling

DeepMoLM: Leveraging Visual and Geometric Structural Information for Molecule-Text Modeling

21 Jan 2026arXiv:2601.14732added by Syntology

Jing Lan, Hexiao Ding, Hongzhao Chen, Yufeng Jiang, Nga-Chun Ng, Gwing Kei Yip, Gerald W. Y. Cheng, Yunlin Mao, Jing Cai, Liang-ting Lin, Jung Sun Yoo

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

AI models for drug discovery and chemical literature mining must interpret molecular images and generate outputs consistent with 3D geometry and stereochemistry. Most molecular language models rely on strings or graphs, while vision-language models often miss stereochemical details and struggle to map continuous 3D structures into discrete tokens. We propose DeepMoLM: Deep Molecular Language M odeling, a dual-view framework that grounds high-resolution molecular images in geometric invariants derived from molecular conformations. DeepMoLM preserves high-frequency evidence from 1024 × 1024 inputs, encodes conformer neighborhoods as discrete Extended 3-Dimensional Fingerprints, and fuses visual and geometric streams with cross-attention, enabling physically grounded generation without atom coordinates. DeepMoLM improves PubChem captioning with a 12.3% relative METEOR gain over the strongest generalist baseline while staying competitive with specialist methods. It produces valid numeric outputs for all property queries and attains MAE 13.64 g/mol on Molecular Weight and 37.89 on Complexity in the specialist setting. On ChEBI-20 description generation from images, it exceeds generalist baselines and matches state-of-the-art vision-language models. Code is available at https://github.com/1anj/DeepMoLM.

PaperPDFCode Syntology ran

In Syntology 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="2601.14732")

Code

Syntology Ran 2 of 17 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

1anj/DeepMoLM found in paper text by Syntology report

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

17 samples harvested; 2 ran; 0 honoured the contract we drafted; 15 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.

2ran · our draft was wrong
15unverified

Licence: 0 of the 17 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 1anj/DeepMoLM. “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.

get_chunk 1anj/DeepMoLM/llava/eval/model_vqa_video.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 42a46570620cd9fa · report
split_list 1anj/DeepMoLM/llava/eval/model_vqa_video.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 076c252c52cbb161 · report
Dynamic_quantize_torch 1anj/DeepMoLM/llava/model/FloatPointQuantizeTorch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 733a4a5be1673d02 · report
confs_from_smiles 1anj/DeepMoLM/e3fp/pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eefc458e0f161a30 · report
decode_time_token 1anj/DeepMoLM/llava/eval/eval_model_loc.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 61a0bf7498d3fa37 · report
draw_bounding_boxes 1anj/DeepMoLM/llava/eval/model_refcoco.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3890b2d2104caa11 · report
extract_all_bounding_boxes 1anj/DeepMoLM/llava/eval/model_refcoco.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7d4191be32e4ab73 · report
floatExM0_quantize_torch 1anj/DeepMoLM/llava/model/FloatPointQuantizeTorch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 556e6e721bc79ca5 · report
floatExMy_quantize_torch 1anj/DeepMoLM/llava/model/FloatPointQuantizeTorch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a3b94d289d42dbb0 · report
fprints_from_fprints_dict 1anj/DeepMoLM/e3fp/pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9a1ddba46c3665f5 · report
get_frame_from_vcap 1anj/DeepMoLM/llava/mm_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 996492ef7b3a48c3 · report
get_frame_from_vcap_with_fps 1anj/DeepMoLM/llava/mm_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7affd35c8ec5c7a7 · report
iou 1anj/DeepMoLM/llava/eval/eval_model_loc.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5e821d4715fc98c0 · report
opencv_extract_frames 1anj/DeepMoLM/llava/mm_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a8f8416a7383a2fe · report
params_to_dicts 1anj/DeepMoLM/e3fp/pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8d4494ab7bb19a0f · report
postprocess_2d_grounding 1anj/DeepMoLM/llava/eval/model_refcoco.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 16caadc6ca70c092 · report
precision 1anj/DeepMoLM/llava/eval/eval_model_loc.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 17bd792b6162fc98 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.14732, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

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