Researcher profile

Ankit Jain

Ankit Jain contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
7works
0followers
8topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

7 published item(s)

preprint2025arXiv

Jailbreak-Zero: A Path to Pareto Optimal Red Teaming for Large Language Models

This paper introduces Jailbreak-Zero, a novel red teaming methodology that shifts the paradigm of Large Language Model (LLM) safety evaluation from a constrained example-based approach to a more expansive and effective policy-based framework. By leveraging an attack LLM to generate a high volume of diverse adversarial prompts and then fine-tuning this attack model with a preference dataset, Jailbreak-Zero achieves Pareto optimality across the crucial objectives of policy coverage, attack strategy diversity, and prompt fidelity to real user inputs. The empirical evidence demonstrates the superiority of this method, showcasing significantly higher attack success rates against both open-source and proprietary models like GPT-40 and Claude 3.5 when compared to existing state-of-the-art techniques. Crucially, Jailbreak-Zero accomplishes this while producing human-readable and effective adversarial prompts with minimal need for human intervention, thereby presenting a more scalable and comprehensive solution for identifying and mitigating the safety vulnerabilities of LLMs.

preprint2022arXiv

High-throughput computational discovery of 40 ultralow thermal conductivity and 20 highly anisotropic crystalline materials

We performed ab-initio driven density functional theory-based high throughput computations to search for materials with low thermal conductivity and high thermal transport anisotropy. We shortlisted a pool of 429 stable ternary semiconductors from the Materials Project and obtained phonon thermal conductivity by solving the Boltzmann transport equation on 225 materials. We found the lowest thermal conductivity of 0.16 W/m-K in SbRbK 2 and 40 materials with a thermal conductivity lower than 1 W/m-K at 300 K. For anisotropic thermal transport, we have identified six materials with anisotropy larger than 5 and 20 with thermal transport anisotropy higher than the largest reported literature value.

preprint2022arXiv

Modelling Social Context for Fake News Detection: A Graph Neural Network Based Approach

Detection of fake news is crucial to ensure the authenticity of information and maintain the news ecosystems reliability. Recently, there has been an increase in fake news content due to the recent proliferation of social media and fake content generation techniques such as Deep Fake. The majority of the existing modalities of fake news detection focus on content based approaches. However, most of these techniques fail to deal with ultra realistic synthesized media produced by generative models. Our recent studies find that the propagation characteristics of authentic and fake news are distinguishable, irrespective of their modalities. In this regard, we have investigated the auxiliary information based on social context to detect fake news. This paper has analyzed the social context of fake news detection with a hybrid graph neural network based approach. This hybrid model is based on integrating a graph neural network on the propagation of news and bi directional encoder representations from the transformers model on news content to learn the text features. Thus this proposed approach learns the content as well as the context features and hence able to outperform the baseline models with an f1 score of 0.91 on PolitiFact and 0.93 on the Gossipcop dataset, respectively

preprint2022arXiv

Single-channel or multi-channel thermal transport? Effect of higher-order anharmonic corrections on the predicted phonon thermal transport properties of semiconductors

The phonon thermal transport properties of eight ternary intermetallic semiconductors are investigated by accounting for higher-order four-phonon scattering, phonon renormalization, and multi-channel thermal transport. The commonly used lowest-order theory, which accounts only for three-phonon scattering and without phonon renormalization, fails drastically for considered materials and underpredicts the thermal conductivity by up to a factor of two. The thermal conductivity decreases for three compounds and increases for five compounds with the application of higher-order corrections owing to a contrasting role of four-phonon scattering and phonon stiffening on the predicted thermal conductivity. Using the higher-order theory, at a temperature of 300 K, the lowest obtained thermal conductivity is 0.31 W/m-K for BiCsK2 and three other compounds (SbCsK2, SbRbNa2, and SbRbK2) have thermal conductivities lower than 0.5 W/m-K via the particle-like phonon transport channel. The contribution from the wave-like coherent transport channel is lower than 0.05 W/m-K in all of these ultra-low thermal conductivity compounds. The higher-order theory is a must for the correct description of thermal transport physics, failing which the thermal transport is wrongly characterized as multi-channel transport by the lowest-order theory.

preprint2021arXiv

Anharmonic lattice dynamics and thermal transport in type-I inorganic clathrates

The anharmonic phonon properties of type-I filled inorganic clathrates Ba8 Ga16 Ge30 and Sr8 Ga16 Ge30 are obtained from the first-principles calculations by considering the temperature-dependent sampling of the potential energy surface and quartic phonon renormalization. Owing to the weak binding of guest atoms with the host lattice, the obtained guest modes undergo strong renormalization with temperature and become stiffer by up to 50% at room temperature in Sr8Ga16Ge30. The calculated phonon frequencies and associated thermal mean squared displacements are comparable with experiments despite the on-centering of guest atoms at cage centers in both clathrates. Lattice thermal conductivities are obtained in the temperature range of 50- 300 K accounting for three-phonon scattering processes and multi-channel thermal transport. The contribution of coherent transport channel is significant at room temperature (13% and 22% in Ba8Ga16Ge30 and Sr8Ga16Ge30) but is insufficient to explain the experimentally observed glass-like thermal transport in Sr8Ga16Ge30.

preprint2020arXiv

Estimating Q(s,s') with Deep Deterministic Dynamics Gradients

In this paper, we introduce a novel form of value function, $Q(s, s')$, that expresses the utility of transitioning from a state $s$ to a neighboring state $s'$ and then acting optimally thereafter. In order to derive an optimal policy, we develop a forward dynamics model that learns to make next-state predictions that maximize this value. This formulation decouples actions from values while still learning off-policy. We highlight the benefits of this approach in terms of value function transfer, learning within redundant action spaces, and learning off-policy from state observations generated by sub-optimal or completely random policies. Code and videos are available at http://sites.google.com/view/qss-paper.

preprint2020arXiv

Meta-Graph: Few Shot Link Prediction via Meta Learning

We consider the task of few shot link prediction on graphs. The goal is to learn from a distribution over graphs so that a model is able to quickly infer missing edges in a new graph after a small amount of training. We show that current link prediction methods are generally ill-equipped to handle this task. They cannot effectively transfer learned knowledge from one graph to another and are unable to effectively learn from sparse samples of edges. To address this challenge, we introduce a new gradient-based meta learning framework, Meta-Graph. Our framework leverages higher-order gradients along with a learned graph signature function that conditionally generates a graph neural network initialization. Using a novel set of few shot link prediction benchmarks, we show that Meta-Graph can learn to quickly adapt to a new graph using only a small sample of true edges, enabling not only fast adaptation but also improved results at convergence.