Source author record

Manisha Srivastava

Manisha Srivastava 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
4topics
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

Modeling User Behavior With Interaction Networks for Spam Detection

Spam is a serious problem plaguing web-scale digital platforms which facilitate user content creation and distribution. It compromises platform's integrity, performance of services like recommendation and search, and overall business. Spammers engage in a variety of abusive and evasive behavior which are distinct from non-spammers. Users' complex behavior can be well represented by a heterogeneous graph rich with node and edge attributes. Learning to identify spammers in such a graph for a web-scale platform is challenging because of its structural complexity and size. In this paper, we propose SEINE (Spam DEtection using Interaction NEtworks), a spam detection model over a novel graph framework. Our graph simultaneously captures rich users' details and behavior and enables learning on a billion-scale graph. Our model considers neighborhood along with edge types and attributes, allowing it to capture a wide range of spammers. SEINE, trained on a real dataset of tens of millions of nodes and billions of edges, achieves a high performance of 80% recall with 1% false positive rate. SEINE achieves comparable performance to the state-of-the-art techniques on a public dataset while being pragmatic to be used in a large-scale production system.

preprint2020arXiv

Structural and magnetic behavior of Cr$_2$Co$_{(1-x)}$Cr$_x$Al inverse Heusler alloys

We report the structural and magnetic behavior of single phase inverse Heusler alloys Cr$_2$Co$_{(1-x)}$Cr$_x$Al ($x = $ 0, 0.2, 0.4) using x-ray diffraction (XRD), Raman spectroscopy, isothermal magnetization, and magnetic susceptibility measurements. Interestingly, the Rietveld refinement of XRD data with the space group I$\bar{4}m2$ reveal a tetragonal distortion with c/a ratio around 1.38 in these inverse Heusler structures. The bulk compositions have been confirmed by energy dispersive x-ray spectroscopy measurements. The active Raman mode F$_{2g}$ is observed at 320~cm$^{-1}$, which confirms the X-type Heusler structure as the A2 and B2 type structures are known to be not Raman active. The area of F$_{2g}$ mode decreases with Cr concentration, which indicate the origin of this mode due to Co vibrations. The isothermal magnetization data confirm the magnetic moment close to zero ($\le$0.02 $μ_B/f.u.$) at $\approx$70~kOe and negligible coercive field suggest the fully compensated ferrimagnetic nature of these samples. The susceptibility behavior indicates irreversibility between zero-field and field-cooled curves and complex magnetic interactions at low temperatures.

preprint2014arXiv

A multi-instance learning algorithm based on a stacked ensemble of lazy learners

This document describes a novel learning algorithm that classifies "bags" of instances rather than individual instances. A bag is labeled positive if it contains at least one positive instance (which may or may not be specifically identified), and negative otherwise. This class of problems is known as multi-instance learning problems, and is useful in situations where the class label at an instance level may be unavailable or imprecise or difficult to obtain, or in situations where the problem is naturally posed as one of classifying instance groups. The algorithm described here is an ensemble-based method, wherein the members of the ensemble are lazy learning classifiers learnt using the Citation Nearest Neighbour method. Diversity among the ensemble members is achieved by optimizing their parameters using a multi-objective optimization method, with the objectives being to maximize Class 1 accuracy and minimize false positive rate. The method has been found to be effective on the Musk1 benchmark dataset.