Source author record

Pramod Sharma

Pramod Sharma appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
6topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2022arXiv

Multilingual Molecular Representation Learning via Contrastive Pre-training

Molecular representation learning plays an essential role in cheminformatics. Recently, language model-based approaches have gained popularity as an alternative to traditional expert-designed features to encode molecules. However, these approaches only utilize a single molecular language for representation learning. Motivated by the fact that a given molecule can be described using different languages such as Simplified Molecular Line Entry System (SMILES), The International Union of Pure and Applied Chemistry (IUPAC), and The IUPAC International Chemical Identifier (InChI), we propose a multilingual molecular embedding generation approach called MM-Deacon (multilingual molecular domain embedding analysis via contrastive learning). MM-Deacon is pre-trained using SMILES and IUPAC as two different languages on large-scale molecules. We evaluated the robustness of our method on seven molecular property prediction tasks from MoleculeNet benchmark, zero-shot cross-lingual retrieval, and a drug-drug interaction prediction task.

preprint2022arXiv

Probing non-standard $HVV (V=W, Z)$ couplings in single Higgs production at future electron-proton collider

The couplings of the Higgs boson ($H$) with massive gauge bosons of weak interaction ($V= W, Z$), can be probed in single Higgs boson production at the proposed future Large Hadron-Electron Collider (LHeC). In the collision of an electron with a proton, single Higgs production takes place via so-called charged-current ($e^-p \to ν_e H j$) and neutral-current ($e^-p \to e^-H j$) processes. We explore the potential of the azimuthal angle correlation between the forward jet and scattered neutrino or electron in probing the non-standard $HVV$ couplings at the collider center-of-mass energy of $\sqrt{s} \approx 1.3$~TeV. We choose the most general modifications (of $CP$-even and $CP$-odd nature) to these couplings due to new physics effects beyond the standard model. We derive exclusion limits on new physics parameters of $HVV$ couplings as a function of integrated luminosity at $95\%$ C.L. using the azimuthal angular correlations in charged- and neutral-current processes. We find that using 1000 $fb^{-1}$ data, the standard model-like new physics parameters in $HWW$ and $HZZ$ couplings can be constrained with accuracies of $4\%$ and $15\%$, respectively. The least constrained $CP$-even parameters of $HWW$ coupling can be as large as 0.04, while those of $HZZ$ coupling can have values around 0.31. Allowed values of $CP$-odd parameters in $HWW$ and $HZZ$ couplings are found to be around 0.14 and 0.34, respectively. We also study changes in the allowed values of non-trivial new physics parameters in the presence of other parameters.

preprint2016arXiv

Matrix Factorization at Scale: a Comparison of Scientific Data Analytics in Spark and C+MPI Using Three Case Studies

We explore the trade-offs of performing linear algebra using Apache Spark, compared to traditional C and MPI implementations on HPC platforms. Spark is designed for data analytics on cluster computing platforms with access to local disks and is optimized for data-parallel tasks. We examine three widely-used and important matrix factorizations: NMF (for physical plausability), PCA (for its ubiquity) and CX (for data interpretability). We apply these methods to TB-sized problems in particle physics, climate modeling and bioimaging. The data matrices are tall-and-skinny which enable the algorithms to map conveniently into Spark's data-parallel model. We perform scaling experiments on up to 1600 Cray XC40 nodes, describe the sources of slowdowns, and provide tuning guidance to obtain high performance.