VLDB 2026 Research / reviewers in the wild / expert
Vasudeva Varma
dblp:03/4045
· DBLP profile ↗
61ranked-venue papers in the field
0as first author
13since 2021 · last 2025
0000-0003-1923-1725ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 46Data Mining & Knowledge Discovery · 13Other / Interdisciplinary · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Enhancing Message Sequence Charts with Spatial Knowledge
Nitin Ramrakhiyani, Sachin Pawar, Girish Keshav Palshikar, Vasudeva Varma |
PAKDD (5) | 4 |
| 2025 | Gauging, enriching and applying geography knowledge in Pre-trained Language Models
Nitin Ramrakhiyani, Vasudeva Varma, Girish Keshav Palshikar, Sachin Pawar |
Inf. Process. Manag. | 2 |
| 2024 | OutlineGen: Multi-lingual Outline Generation for Encyclopedic Text in Low Resource Languages
Shivansh Subramanian, Dhaval Taunk, Manish Gupta 0001, Vasudeva Varma |
ASONAM (2) | 4 |
| 2024 | Generating Entity Embeddings for Populating Wikipedia Knowledge Graph by Notability Detection
Gokul Thota, Vasudeva Varma |
NLDB (2) | 2 |
| 2024 | CircuitVQA: A Visual Question Answering Dataset for Electrical Circuit Images
Rahul Mehta 0008, Bhavyajeet Singh, Vasudeva Varma, Manish Gupta 0001 |
ECML/PKDD (1) | 3 |
| 2023 | Neural Models for Factual Inconsistency Classification with ExplanationsabstractFactual consistency is one of the most important requirements when editing high quality documents. It is extremely important for automatic text generation systems like summarization, question answering, dialog modeling, and language modeling. Still, automated factual inconsistency detection is rather under-studied. Existing work has focused on (a) finding fake news keeping a knowledge base in context, or (b) detecting broad contradiction (as part of natural language inference literature). However, there has been no work on detecting and explaining types of factual inconsistencies in text, without any knowledge base in context. In this paper, we leverage existing work in linguistics to formally define five types of factual inconsistencies. Based on this categorization, we contribute a novel dataset, FICLE (Factual Inconsistency CLassification with Explanation), with $$\sim $$ 8K samples where each sample consists of two sentences (claim and context) annotated with type and span of inconsistency. When the inconsistency relates to an entity type, it is labeled as well at two levels (coarse and fine-grained). Further, we leverage this dataset to train a pipeline of four neural models to predict inconsistency type with explanations, given a (claim, context) sentence pair. Explanations include inconsistent claim fact triple, inconsistent context span, inconsistent claim component, coarse and fine-grained inconsistent entity types. The proposed system first predicts inconsistent spans from claim and context; and then uses them to predict inconsistency types and inconsistent entity types (when inconsistency is due to entities). We experiment with multiple Transformer-based natural language classification as well as generative models, and find that DeBERTa performs the best. Our proposed methods provide a weighted F1 of $$\sim $$ 87% for inconsistency type classification across the five classes. We make the code and dataset publicly available ( https://github.com/blitzprecision/FICLE ). Tathagata Raha, Mukund Choudhary, Abhinav Menon, KV Aditya Srivatsa, Manish Gupta 0001, Vasudeva Varma |
ECML/PKDD (3) | 7 |
| 2023 | XWikiGen: Cross-lingual Summarization for Encyclopedic Text Generation in Low Resource LanguagesabstractLack of encyclopedic text contributors, especially on Wikipedia, makes automated text generation for low resource (LR) languages a critical problem. Existing work on Wikipedia text generation has focused on English only where English reference articles are summarized to generate English Wikipedia pages. But, for low-resource languages, the scarcity of reference articles makes monolingual summarization ineffective in solving this problem. Hence, in this work, we propose XWikiGen, which is the task of cross-lingual multi-document summarization of text from multiple reference articles, written in various languages, to generate Wikipedia-style text. Accordingly, we contribute a benchmark dataset, XWikiRef, spanning ∼ 69K Wikipedia articles covering five domains and eight languages. We harness this dataset to train a two-stage system where the input is a set of citations and a section title and the output is a section-specific LR summary. The proposed system is based on a novel idea of neural unsupervised extractive summarization to coarsely identify salient information followed by a neural abstractive model to generate the section-specific text. Extensive experiments show that multi-domain training is better than the multi-lingual setup on average. We make our code and dataset publicly available1. Dhaval Taunk, Shivprasad Sagare, Anupam Patil, Shivansh Subramanian, Manish Gupta 0001, Vasudeva Varma |
WWW | 6 |
| 2022 | Fact Aware Multi-task Learning for Text Coherence Modeling
Tushar Abhishek, Daksh Rawat, Manish Gupta 0001, Vasudeva Varma |
PAKDD (2) | 4 |
| 2021 | SCATE: shared cross attention transformer encoders for multimodal fake news detectionabstractSocial media platforms have democratized the publication process resulting into easy and viral propagation of information. Oftentimes this misinformation is accompanied by misleading or doctored images that quickly circulate across the internet and reach many unsuspecting users. Several manual as well as automated efforts have been undertaken in the past to solve this critical problem. While manual efforts cannot keep up with the rate at which this content is churned out, many automated approaches only leverage concatenation (of the image and text representations) thereby failing to build effective crossmodal embeddings. Architectures like this fail in many cases because the text or image doesn't need to be false for the corresponding text, image pair to be misinformation. While some recent work attempts to use attention techniques to compute a crossmodal representation using pretrained text and image embeddings, we show a more effective approach towards utilizing such pretrained embeddings to build richer representations that can be classified better. This involves several challenges like how to handle text variations on Twitter and Weibo, how to encode the image information and how to leverage the text and image encodings together effectively. Our architecture, SCATE (Shared Cross Attention Transformer Encoders), leverages deep convolutional neural networks and transformer-based methods to encode image and text information utilizing crossmodal attention and shared layers for the two modalities. Our experiments with three popular benchmark datasets (Twitter, WeiboA and WeiboB) show that our proposed methods outperform the state-of-the-art methods by approximately three percentage points on all three datasets. Tanmay Sachan, Nikhil Pinnaparaju, Manish Gupta 0001, Vasudeva Varma |
ASONAM | 4 |
| 2021 | Goal-Directed Extractive Summarization of Financial ReportsabstractFinancial reports filed by various companies discuss compliance, risks, and future plans, such as goals and new projects, which directly impact their stock price. Quick consumption of such information is critical for financial analysts and investors to make stock buy/sell decisions and for equity evaluations. Hence, we study the problem of extractive summarization of 10-K reports. Recently, Transformer-based summarization models have become very popular. However, lack of in-domain labeled summarization data is a major roadblock to train such finance-specific summarization models. We also show that zero-shot inference on such pretrained models is not as effective either. In this paper, we address this challenge by modeling 10-K report summarization using a goal-directed setting where we leverage summaries with labeled goal-related data for the stock buy/sell classification goal. Further, we provide improvements by considering a multi-task learning method with an industry classification auxiliary task. Intrinsic evaluation as well as extrinsic evaluation for the stock buy/sell classification and portfolio construction tasks shows that our proposed method significantly outperforms strong baselines. Yash Agrawal, Vivek Anand, Manish Gupta 0001, S. Arunachalam, Vasudeva Varma |
CIKM | 5 |
| 2021 | T3N: Harnessing Text and Temporal Tree Network for Rumor Detection on Twitter
Nikhil Pinnaparaju, Manish Gupta 0001, Vasudeva Varma |
PAKDD (1) | 3 |
| 2021 | Fine-Grained Multi-label Sexism Classification Using a Semi-Supervised Multi-level Neural ApproachabstractAbstract Sexism, a permeate form of oppression, causes profound suffering through various manifestations. Given the increasing number of experiences of sexism shared online, categorizing these recollections automatically can support the battle against sexism, since it can promote successful evaluations by gender studies researchers and government representatives engaged in policy making. In this paper, we examine the fine-grained, multi-label classification of accounts (reports) of sexism. To the best of our knowledge, we consider substantially more categories of sexism than any related prior work through our 23-class problem formulation. Moreover, we present the first semi-supervised work for the multi-label classification of accounts describing any type(s) of sexism. We devise self-training-based techniques tailor-made for the multi-label nature of the problem to utilize unlabeled samples for augmenting the labeled set. We identify high textual diversity with respect to the existing labeled set as a desirable quality for candidate unlabeled instances and develop methods for incorporating it into our approach. We also explore ways of infusing class imbalance alleviation for multi-label classification into our semi-supervised learning, independently and in conjunction with the method involving diversity. In addition to data augmentation methods, we develop a neural model which combines biLSTM and attention with a domain-adapted BERT model in an end-to-end trainable manner. Further, we formulate a multi-level training approach in which models are sequentially trained using categories of sexism of different levels of granularity. Moreover, we devise a loss function that exploits any label confidence scores associated with the data. Several proposed methods outperform various baselines on a recently released dataset for multi-label sexism categorization across several standard metrics. Harika Abburi, Pulkit Parikh, Niyati Chhaya, Vasudeva Varma |
Data Sci. Eng. | 4 |
| 2021 | Categorizing Sexism and Misogyny through Neural ApproachesabstractSexism, an injustice that subjects women and girls to enormous suffering, manifests in blatant as well as subtle ways. In the wake of growing documentation of experiences of sexism on the web, the automatic categorization of accounts of sexism has the potential to assist social scientists and policymakers in studying and thereby countering sexism. The existing work on sexism classification has certain limitations in terms of the categories of sexism used and/or whether they can co-occur. To the best of our knowledge, this is the first work on the multi-label classification of sexism of any kind(s). 1 We also consider the related task of misogyny classification. While sexism classification is performed on textual accounts describing sexism suffered or observed, misogyny classification is carried out on tweets perpetrating misogyny. We devise a novel neural framework for classifying sexism and misogyny that can combine text representations obtained using models such as Bidirectional Encoder Representations from Transformers with distributional and linguistic word embeddings using a flexible architecture involving recurrent components and optional convolutional ones. Further, we leverage unlabeled accounts of sexism to infuse domain-specific elements into our framework. To evaluate the versatility of our neural approach for tasks pertaining to sexism and misogyny, we experiment with adapting it for misogyny identification. For categorizing sexism, we investigate multiple loss functions and problem transformation techniques to address the multi-label problem formulation. We develop an ensemble approach using a proposed multi-label classification model with potentially overlapping subsets of the category set. Proposed methods outperform several deep-learning as well as traditional machine learning baselines for all three tasks. Pulkit Parikh, Harika Abburi, Niyati Chhaya, Manish Gupta 0001, Vasudeva Varma |
ACM Trans. Web | 5 |
| 2020 | Compression of Deep Learning Models for NLPabstractIn recent years, the fields of NLP and information retrieval have made tremendous progress thanks to deep learning models like RNNs and LSTMs, and Transformer[35] based models like BERT[9]. But these models are humongous in size. Real world applications however demand small model size, low response times and low computational power wattage. We will discuss six different types of methods (pruning, quantization, knowledge distillation, parameter sharing, matrix decomposition, and other Transformer based methods) for compression of such models to enable their deployment in real industry NLP projects. Given the critical need of building applications with efficient and small models, and the large amount of recently published work in this area, we believe that this tutorial is very timely. We will organize related work done by the 'deep learning for NLP' community in the past few years and present it as a coherent story. Manish Gupta 0001, Vasudeva Varma, Sonam Damani, Kedhar Nath Narahari |
CIKM | 2 |
| 2020 | Leveraging Social Media for Medical Text SimplificationabstractPatients are increasingly using the web for understanding medical information, making health decisions, and validating physicians' advice. However, most of this content is tailored to an expert audience, due to which people with inadequate health literacy often find it difficult to access, comprehend, and act upon this information. Medical text simplification aims to alleviate this problem by computationally simplifying medical text. Most text simplification methods employ neural seq-to-seq models for this task. However, training such models requires a corpus of aligned complex and simple sentences. Creating such a dataset manually is effort intensive, while creating it automatically is prone to alignment errors. To overcome these challenges, we propose a denoising autoencoder based neural model for this task which leverages the simplistic writing style of medical social media text. Experiments on four datasets show that our method significantly outperforms the best known medical text simplification models across multiple automated and human evaluation metrics. Our model achieves an improvement of up to 16.52% over the existing best performing model on SARI which is the primary metric to evaluate text simplification models. Nikhil Pattisapu, Nishant Prabhu, Smriti Bhati, Vasudeva Varma |
SIGIR | 4 |
| 2020 | Fine-grained Multi-label Sexism Classification Using Semi-supervised Learning
Harika Abburi, Pulkit Parikh, Niyati Chhaya, Vasudeva Varma |
WISE (2) | 4 |
| 2019 | Domain Adaptive Neural Sentence Compression by Tree Cutting
Litton J. Kurisinkel, Yue Zhang 0004, Vasudeva Varma |
ECIR (1) | 3 |
| 2019 | A Simple Neural Approach to Spatial Role Labelling
Nitin Ramrakhiyani, Girish Keshav Palshikar, Vasudeva Varma |
ECIR (2) | 3 |
| 2019 | Inductive Transfer Learning for Detection of Well-Formed Natural Language Search Queries
Bakhtiyar Syed, Vijayasaradhi Indurthi, Manish Gupta 0001, Manish Shrivastava 0001, Vasudeva Varma |
ECIR (2) | 5 |
| 2019 | clstk: The Cross-Lingual Summarization Tool-KitabstractCross-lingual summarization (CLS) aims to create summaries in a target language, from a document or document set given in a different, source language. Cross-lingual summarization can play a critical role in enabling cross-lingual information access for millions of people across the globe who do not speak or understand languages having large representation on the web. It can also make documents originally published in local languages quickly accessible to a large audience which does not understand those local languages. Though cross-lingual summarization has gathered some attention in the last decade, there has been no serious effort to publish rigorous software for this task. In this paper, we provide a design for an end-to-end CLS software called clstk. Besides implementing a number of methods proposed by different CLS researchers over years, the software integrates multiple components critical for CLS. We hope that this extremely modular tool-kit will help CLS researchers to contribute more effectively to the area. Nisarg Jhaveri, Manish Gupta 0001, Vasudeva Varma |
WSDM | 3 |
| 2019 | Stereotypical Bias Removal for Hate Speech Detection Task using Knowledge-based GeneralizationsabstractWith the ever-increasing cases of hate spread on social media platforms, it is critical to design abuse detection mechanisms to pro-actively avoid and control such incidents. While there exist methods for hate speech detection, they stereotype words and hence suffer from inherently biased training. Bias removal has been traditionally studied for structured datasets, but we aim at bias mitigation from unstructured text data. Pinkesh Badjatiya, Manish Gupta 0001, Vasudeva Varma |
WWW | 3 |
| 2019 | MVAE: Multimodal Variational Autoencoder for Fake News DetectionabstractIn recent times, fake news and misinformation have had a disruptive and adverse impact on our lives. Given the prominence of microblogging networks as a source of news for most individuals, fake news now spreads at a faster pace and has a more profound impact than ever before. This makes detection of fake news an extremely important challenge. Fake news articles, just like genuine news articles, leverage multimedia content to manipulate user opinions but spread misinformation. A shortcoming of the current approaches for the detection of fake news is their inability to learn a shared representation of multimodal (textual + visual) information. We propose an end-to-end network, Multimodal Variational Autoencoder (MVAE), which uses a bimodal variational autoencoder coupled with a binary classifier for the task of fake news detection. The model consists of three main components, an encoder, a decoder and a fake news detector module. The variational autoencoder is capable of learning probabilistic latent variable models by optimizing a bound on the marginal likelihood of the observed data. The fake news detector then utilizes the multimodal representations obtained from the bimodal variational autoencoder to classify posts as fake or not. We conduct extensive experiments on two standard fake news datasets collected from popular microblogging websites: Weibo and Twitter. The experimental results show that across the two datasets, on average our model outperforms state-of-the-art methods by margins as large as ~ 6% in accuracy and ~ 5% in F1 scores. Dhruv Khattar, Jaipal Singh Goud, Manish Gupta 0001, Vasudeva Varma |
WWW | 4 |
| 2018 | HRAM: A Hybrid Recurrent Attention Machine for News RecommendationabstractPopular methods for news recommendation which are based on collaborative filtering and content-based filtering have multiple drawbacks. The former method does not account for the sequential nature of news reading and suffers from the problem of cold-start, while the latter, suffers from over-specialization. In order to address these issues for news recommendation we propose a Hybrid Recurrent Attention Machine (HRAM). HRAM consists of two components. The first component utilizes a neural network for matrix factorization. While in the second component, we first learn the distributed representation of each news article. We then use the historical data of the user in a sequential manner and feed it to an attention-based recurrent layer. Finally, we concatenate the outputs from both these components and use further hidden layers in order to make predictions. In this way, we harness the information present in the user reading history and boost it with the information available through collaborative filtering for providing better news recommendations. Extensive experiments over two real-world datasets show that the proposed model provides significant improvement over the state-of-the-art. Dhruv Khattar, Vaibhav Kumar, Vasudeva Varma, Manish Gupta 0001 |
CIKM | 3 |
| 2018 | Weave&Rec: A Word Embedding based 3-D Convolutional Network for News RecommendationabstractAn effective news recommendation system should harness the historical information of the user based on her interactions as well as the content of the articles. In this paper we propose a novel deep learning model for news recommendation which utilizes the content of the news articles as well as the sequence in which the articles were read by the user. To model both of these information, which are essentially of different types, we propose a simple yet effective architecture which utilizes a 3-dimensional Convolutional Neural Network which takes the word embeddings of the articles present in the user history as its input. Using such a method endows the model with the capability to automatically learn spatial (features of a particular article) as well as temporal features (features across articles read by a user) which signify the interest of the user. At test time, we use this in combination with a 2-dimensional Convolutional Neural Network for recommending articles to users. On a real-world dataset our method outperformed strong baselines which also model the news recommendation problem using neural networks. Dhruv Khattar, Vaibhav Kumar, Vasudeva Varma, Manish Gupta 0001 |
CIKM | 3 |
| 2018 | Sci-Blogger: A Step Towards Automated Science JournalismabstractScience journalism is the art of conveying a detailed scientific research paper in a form that non-scientists can understand and appreciate while ensuring that its underlying information is conveyed accurately. It plays a crucial role in making scientific content suitable for consumption by the public at large. In this work, we introduce the problem of automating some parts of the science journalism workflow by automatically generating the 'title' of a blog version of a scientific paper. We have built a corpus of $87,328$ pairs of research papers and their corresponding blogs from two science news aggregators and have used it to buildSci ence-Blogger - a pipeline-based architecture consisting of a two-stage mechanism to generate the blog titles. Evaluation using standard metrics indicate viability of the proposed system. Raghuram Vadapalli, Bakhtiyar Syed, Nishant Prabhu, Balaji Vasan Srinivasan, Vasudeva Varma |
CIKM | 5 |
| 2018 | Multi-task Learning for Extraction of Adverse Drug Reaction Mentions from Tweets
Shashank Gupta 0001, Manish Gupta 0001, Vasudeva Varma, Sachin Pawar, Nitin Ramrakhiyani, Girish Keshav Palshikar |
ECIR | 3 |
| 2018 | Co-training for Extraction of Adverse Drug Reaction Mentions from Tweets
Shashank Gupta 0001, Manish Gupta 0001, Vasudeva Varma, Sachin Pawar, Nitin Ramrakhiyani, Girish Keshav Palshikar |
ECIR | 3 |
| 2018 | Attention-Based Neural Text Segmentation
Pinkesh Badjatiya, Litton J. Kurisinkel, Manish Gupta 0001, Vasudeva Varma |
ECIR | 4 |
| 2018 | Medical Forum Question Classification Using Deep Learning
Raksha Sanjay Jalan, Manish Gupta 0001, Vasudeva Varma |
ECIR | 3 |
| 2018 | Tapping Community Memberships and Devising a Novel Homophily Modeling Approach for Trust Prediction
Pulkit Parikh, Manish Gupta 0001, Vasudeva Varma |
PAKDD (3) | 3 |
| 2018 | Identifying Clickbait: A Multi-Strategy Approach Using Neural NetworksabstractOnline media outlets, in a bid to expand their reach and subsequently increase revenue through ad monetisation, have begun adopting clickbait techniques to lure readers to click on articles. The article fails to fulfill the promise made by the headline. Traditional methods for clickbait detection have relied heavily on feature engineering which, in turn, is dependent on the dataset it is built for. The application of neural networks for this task has only been explored partially. We propose a novel approach considering all information found in a social media post. We train a bidirectional LSTM with an attention mechanism to learn the extent to which a word contributes to the post's clickbait score in a differential manner. We also employ a Siamese net to capture the similarity between source and target information. Information gleaned from images has not been considered in previous approaches. We learn image embeddings from large amounts of data using Convolutional Neural Networks to add another layer of complexity to our model. Finally, we concatenate the outputs from the three separate components, serving it as input to a fully connected layer. We conduct experiments over a test corpus of 19538 social media posts, attaining an F1 score of 65.37% on the dataset bettering the previous state-of-the-art, as well as other proposed approaches, feature engineering or otherwise. Vaibhav Kumar, Dhruv Khattar, Siddhartha Gairola, Yash Kumar Lal, Vasudeva Varma |
SIGIR | 5 |
| 2017 | Simultaneous Inference of User Representations and TrustabstractInferring trust relations between social media users is critical for a number of applications wherein users seek credible information. The fact that available trust relations are scarce and skewed makes trust prediction a challenging task. To the best of our knowledge, this is the first work on exploring representation learning for trust prediction. We propose an approach that uses only a small amount of binary user-user trust relations to simultaneously learn user embeddings and a model to predict trust between user pairs. We empirically demonstrate that for trust prediction, our approach outperforms classifier-based approaches which use state-of-the-art representation learning methods like DeepWalk and LINE as features. We also conduct experiments which use embeddings pre-trained with DeepWalk and LINE each as an input to our model, resulting in further performance improvement. Experiments with a dataset of ~356K user pairs show that the proposed method can obtain a high F-score of 92.65%. Shashank Gupta 0001, Pulkit Parikh, Manish Gupta 0001, Vasudeva Varma |
ASONAM | 4 |
| 2017 | Interpretation of Semantic Tweet RepresentationsabstractResearch in analysis of microblogging platforms is experiencing a renewed surge with a large number of works applying representation learning models for applications like sentiment analysis, semantic textual similarity computation, hashtag prediction, etc. Although the performance of the representation learning models has been better than the traditional baselines for such tasks, little is known about the elementary properties of a tweet encoded within these representations, or why particular representations work better for certain tasks. Our work presented here constitutes the first step in opening the black-box of vector embeddings for tweets. Ganesh J, Manish Gupta 0001, Vasudeva Varma |
ASONAM | 3 |
| 2017 | Medical Persona Classification in Social MediaabstractIdentifying medical persona from a social media post is of paramount importance for drug marketing and pharmacovigilance. In this work, we propose multiple approaches to infer the medical persona associated with a social media post. We pose this as a supervised multi-label text classification problem. The main challenge is to identify the hidden cues in a post that are indicative of a particular persona. We first propose a large set of manually engineered features for this task. Further, we propose multiple neural network based architectures to extract useful features from these posts using pre-trained word embeddings. Our experiments on thousands of blogs and tweets show that the proposed approach results in 7% and 5% gain in F-measure over manual feature engineering based approach for blogs and tweets respectively. Nikhil Pattisapu Priyatam, Manish Gupta 0001, Ponnurangam Kumaraguru, Vasudeva Varma |
ASONAM | 4 |
| 2017 | Hybrid MemNet for Extractive SummarizationabstractExtractive text summarization has been an extensive research problem in the field of natural language understanding. While the conventional approaches rely mostly on manually compiled features to generate the summary, few attempts have been made in developing data-driven systems for extractive summarization. To this end, we present a fully data-driven end-to-end deep network which we call as Hybrid MemNet for single document summarization task. The network learns the continuous unified representation of a document before generating its summary. It jointly captures local and global sentential information along with the notion of summary worthy sentences. Experimental results on two different corpora confirm that our model shows significant performance gains compared with the state-of-the-art baselines. Manish Gupta 0001, Vasudeva Varma |
CIKM | 3 |
| 2017 | Improving Tweet Representations Using Temporal and User Context
Ganesh J, Manish Gupta 0001, Vasudeva Varma |
ECIR | 3 |
| 2016 | TweetGrep: Weakly Supervised Joint Retrieval and Sentiment Analysis of Topical Tweets
Satarupa Guha, Tanmoy Chakraborty 0002, Samik Datta, Vasudeva Varma |
ICWSM | 5 |
| 2016 | Doc2Sent2Vec: A Novel Two-Phase Approach for Learning Document RepresentationabstractDoc2Sent2Vec is an unsupervised approach to learn low-dimensional feature vector (or embedding) for a document. This embedding captures the semantics of the document and can be fed as input to machine learning algorithms to solve a myriad number of applications in the field of data mining and information retrieval. Some of these applications include document classification, retrieval, and ranking. Ganesh J, Manish Gupta 0001, Vasudeva Varma |
SIGIR | 3 |
| 2015 | Query-based Graph Cuboid Outlier DetectionabstractVarious projections or views of a heterogeneous information network can be modeled using the graph OLAP (On-line Analytical Processing) framework for effective decision making. Detecting anomalous projections of the network can help the analysts identify regions of interest from the graph specific to the projection attribute. While most previous studies on outlier detection in graphs deal with outlier nodes, edges or subgraphs, we are the first to propose detection of graph cuboid outliers. Further we perform this detection in a query sensitive way. Given a general subgraph query on a heterogeneous network, we study the problem of finding outlier cuboids from the graph OLAP lattice. A Graph Cuboid Outlier (GCOutlier) is a cuboid with exceptionally high density of matches for the query. The GCOutlier detection task is clearly challenging because: (1) finding matches for the query (subgraph isomorphism) is NP-hard; (2) number of matches for the query can be very high; and (3) number of cuboids can be large. We provide an approximate solution to the problem by computing only a fraction of the total matches originating from a select set of candidate nodes and including a select set of edges, chosen smartly. We perform extensive experiments on synthetic datasets to showcase the execution time versus accuracy trade-off. Experiments on real datasets like Four Area and Delicious containing thousands of nodes reveal interesting GCOutliers. Ayushi Dalmia, Manish Gupta 0001, Vasudeva Varma |
ASONAM | 3 |
| 2015 | Towards Deep Semantic Analysis of Hashtags
Piyush Bansal, Romil Bansal, Vasudeva Varma |
ECIR | 3 |
| 2014 | EDIUM: Improving Entity Disambiguation via User Modeling
Romil Bansal, Sandeep Panem, Manish Gupta 0001, Vasudeva Varma |
ECIR | 4 |
| 2014 | Entity Tracking in Real-Time Using Sub-topic Detection on Twitter
Sandeep Panem, Romil Bansal, Manish Gupta 0001, Vasudeva Varma |
ECIR | 4 |
| 2014 | CharBoxes: a system for automatic discovery of character infoboxes from booksabstractEntities are centric to a large number of real world applications. Wikipedia shows entity infoboxes for a large number of entities. However, not much structured information is available about character entities in books. Automatic discovery of characters from books can help in effective summarization. Such a structured summary which not just introduces characters in the book but also provides a high level relationship between them can be of critical importance for buyers. This task involves the following challenging novel problems: 1. automatic discovery of important characters given a book; 2. automatic social graph construction relating the discovered characters; 3. automatic summarization of text most related to each of the characters; and 4. automatic infobox extraction from such summarized text for each character. As part of this demo, we design mechanisms to address these challenges and experiment with publicly available books. Manish Gupta 0001, Piyush Bansal, Vasudeva Varma |
SIGIR | 3 |
| 2014 | Modeling the evolution of product entitiesabstractA large number of web queries are related to product entities. Studying evolution of product entities can help analysts understand the change in particular attribute values for these products. However, studying the evolution of a product requires us to be able to link various versions of a product together in a temporal order. While it is easy to temporally link recent versions of products in a few domains manually, solving the problem in general is challenging. The ability to temporally order and link various versions of a single product can also improve product search engines. In this paper, we tackle the problem of finding the previous version (predecessor) of a product entity. Given a repository of product entities, we first parse the product names using a CRF model. After identifying entities corresponding to a single product, we solve the problem of finding the previous version of any given particular version of the product. For the second task, we leverage innovative features with a Naïve Bayes classifier. Our methods achieve a precision of 88% in identifying the product version from product entity names, and a precision of 53% in identifying the predecessor. Priya Radhakrishnan, Manish Gupta 0001, Vasudeva Varma |
SIGIR | 3 |
| 2013 | Leveraging Latent Concepts for Retrieving Relevant Ads for Short Text
Ankit Patil, Kushal Dave 0001, Vasudeva Varma |
ECIR | 3 |
| 2013 | Topic-Focused Summarization of Chat Conversations
Arpit Sood, Thanvir P. Mohamed, Vasudeva Varma |
ECIR | 3 |
| 2013 | Domain Specific Facts Extraction Using Weakly Supervised Active Learning ApproachabstractAn ontology is defined using concepts and relationships between the concepts. In this paper, we focus on second problem: relation extraction from plain text. Generic Knowledge Bases like YAGO, Freebase, and DBPedia have made accessible huge collections of facts and their properties from various domains. But acquiring and maintaining various facts and their relations from domain specific corpus becomes very important and challenging task due to low availability of annotated data. Here, we proposed a label propagation based semi-supervised approach for relation extraction by choosing most informative instances for annotation. We also proposed weakly supervised approach for data annotation using generic ontologies like Freebase, which further reduces the cost of annotating data manually. We checked efficiency of our approach by performing experiments on various domain specific corpora. Vinay Pande, Tanmoy Mukherjee, Vasudeva Varma |
Web Intelligence | 3 |
| 2013 | Timespent based models for predicting user retentionabstractContent discovery is fast becoming the preferred tool for user engagement on the web. Discovery allows users to get educated and entertained about their topics of interest. StumbleUpon is the largest personalized content discovery engine on the Web, delivering more than 1 billion personalized recommendations per month. As a recommendation system one of the primary metrics we track is whether the user returns (retention) to use the product after their initial experience (session) with StumbleUpon. Kushal Dave 0001, Vishal Vaingankar, Sumanth Kolar, Vasudeva Varma |
WWW | 4 |
| 2012 | Identifying Microblogs for Targeted Contextual Advertising
Kushal Dave 0001, Vasudeva Varma |
ICWSM | 2 |
| 2011 | Effective Term Weighting in ALT Text Prediction for Web Image Retrieval
Vundavalli Srinivasarao, Prasad Pingali, Vasudeva Varma |
APWeb | 3 |
| 2011 | Learning to rank categories for web queriesabstractIn web search, understanding the user intent plays an important role in improving search experience of the end users. Such an intent can be represented by the categories which the user query belongs to. In this work, we propose an information retrieval based approach to query categorization with an emphasis on learning category rankings. To carry out categorization we first represent a category by web documents (from Open Directory Project) that describe the semantics of the category. Then, we learn the category rankings for the queries using 'learning to rank' techniques. To show that the results obtained are consistent and do not vary across datasets, we evaluate our approach on two datasets including the publicly available KDD Cup dataset. We report an overall improvement of 20% on all evaluation metrics (precision, recall and F-measure) over two baselines: a text categorization baseline and an unsupervised IR baseline. Prashant Ullegaddi, Vasudeva Varma |
CIKM | 2 |
| 2011 | Modelling Action Cascades in Social Networks
Kushal Dave 0001, Rushi Bhatt, Vasudeva Varma |
ICWSM | 3 |
| 2011 | Effectively Mining Wikipedia for Clustering Multilingual Documents
N. Kiran Kumar, G. S. K. Santosh, Vasudeva Varma |
NLDB | 3 |
| 2011 | Tossing coins to trim long queriesabstractVerbose web queries are often descriptive in nature where a term based search engine is unable to distinguish between the essential and noisy words, which can result in a drift from the user intent. We present a randomized query reduction technique that builds on an earlier learning to rank based approach. The proposed technique randomly picks only a small set of samples, instead of the exponentially many sub-queries, thus being fast enough to be useful for web search engines, while still covering wide sub-query space. Sudip Datta, Vasudeva Varma |
SIGIR | 2 |
| 2011 | Sentiment classification: a lexical similarity based approach for extracting subjectivity in documents
Kiran Sarvabhotla, Prasad Pingali, Vasudeva Varma |
Inf. Retr. | 3 |
| 2010 | Pattern based keyword extraction for contextual advertisingabstractContextual Advertising (CA) refers to the placement of ads that are contextually related to the web page content. The science of CA deals with the task of finding advertising keywords from web pages. We present a different candidate selection method to extract advertising keywords from a web page. This method makes use of Part-of-Speech (POS) patterns that restrict the number of potential candidates a classifier has to handle. It fetches words/phrases that belong to the selected set of POS patterns. We design four systems based on chunking method and the features they use. These systems are trained on a naive Bayes classifier with a set of web pages annotated with 'advertising' keywords. The systems can then find advertising keywords from previously unseen web pages. Empirical evaluation shows that systems using the proposed chunking method perform better than the systems using N-Gram based chunking. All improvements in the systems are found statistically significant at a 99% confidence interval. Kushal Dave 0001, Vasudeva Varma |
CIKM | 2 |
| 2010 | Learning the click-through rate for rare/new ads from similar adsabstractAds on the search engine (SE) are generally ranked based on their Click-through rates (CTR). Hence, accurately predicting the CTR of an ad is of paramount importance for maximizing the SE's revenue. We present a model that inherits the click information of rare/new ads from other semantically related ads. The semantic features are derived from the query ad click-through graphs and advertisers account information. We show that the model learned using these features give a very good prediction for the CTR values. Kushal Dave 0001, Vasudeva Varma |
SIGIR | 2 |
| 2010 | An information retrieval approach to spelling suggestionabstractIn this paper, we present a two-step language-independent spelling suggestion system. In the first step, candidate suggestions are generated using an Information Retrieval(IR) approach. In step two, candidate suggestions are re-ranked using a new string similarity measure that uses the length of the longest common substrings occurring at the beginning and end of the words. We obtained very impressive results by reranking candidate suggestions using the new similarity measure. The accuracy of first suggestion is 92.3%, 90.0% and 83.5% for Dutch, Danish and Bulgarian language datasets respectively. Sai Krishna, Prasad Pingali, Vasudeva Varma |
WWW | 3 |
| 2009 | An Unsupervised Approach to Product Attribute Extraction
Santosh Raju, Prasad Pingali, Vasudeva Varma |
ECIR | 3 |
| 2009 | Experiments in CLIR using fuzzy string search based on surface similarityabstractCross Language Information Retrieval (CLIR) between languages of the same origin is an interesting topic of research. The similarity of the writing systems used for these languages can be used effectively to not only improve CLIR, but to overcome the problems of textual variations, textual errors, and even the lack of linguistic resources like stemmers to an extent. We have conducted CLIR experiments between three languages which use writing systems (scripts) of Brahmi-origin, namely Hindi, Bengali and Marathi. We found significant improvements for all the six language pairs using a method for fuzzy text search based on Surface Similarity. In this paper we report these results and compare them with a baseline CLIR system and a CLIR system that uses Scaled Edit Distance (SED) for fuzzy string matching. Sethuramalingam Subramaniam, Anil Kumar Singh 0001, Pradeep Dasigi, Vasudeva Varma |
SIGIR | 4 |
| 2006 | WebKhoj: Indian language IR from multiple character encodingsabstractToday web search engines provide the easiest way to reach information on the web. In this scenario, more than 95% of Indian language content on the web is not searchable due to multiple encodings of web pages.Most of these encodings are proprietary and hence need some kind of standardization for making the content accessible via a search engine. In this paper we present a search engine called WebKhoj which is capable of searching multi-script and multi-encoded Indian language content on the web. We describe a language focused crawler and the transcoding processes involved to achieve accessibility of Indian langauge content. In the end we report some of the experiments that were conducted along with results on Indian language web content. Prasad Pingali, Jagadeesh Jagarlamudi, Vasudeva Varma |
WWW | 3 |