Vikram Goyal

dblp:70/6404 · DBLP profile ↗
← Back
25ranked-venue papers in the field
1as first author
16since 2021 · last 2026
0000-0003-0769-6381ORCID · corroborated

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 11 (1 first)Data Mining & Knowledge Discovery · 9Information Retrieval & Web Search · 4Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 BLEND: Balanced and Leaf-Enhanced Dual Fine-Tuning for Taxonomy Completion
abstract
Taxonomy completion is the task of integrating new concepts into an existing taxonomy by determining the appropriate hypernym--hyponym relations. Existing approaches often struggle with the inherent imbalance between leaf and non-leaf edges, which induces bias in representation learning. In this paper, we propose BLEND: B alanced and L eaf- En hanced D ual Fine-Tuning for Taxonomy Completion, a novel framework designed to mitigate this inductive bias. Our method employs independent fine-tuning of two lightweight large language models (LLMs): one optimized with a leaf-focused objective and the other trained with a balanced focused strategy. To further enhance structural understanding, we apply contrastive learning over structure-encoded paths and introduce a combined loss function, enabling more robust representation of hierarchical relations. Extensive experiments on three real-world benchmark datasets demonstrate that BLEND achieves up to 9.32% improvement in recall or hit metrics compared to state-of-the-art approaches. Moreover, BLEND delivers efficient inference while outperforming the latest baseline COMI, highlighting its effectiveness for taxonomy completion tasks.
Pankaj, Dhruv Kumar 0001, Vinayak Abrol, Vikram Goyal
WWW4
2025 PathLens: Structurally Enhancing Heterophilic Graphs for GNNs
Karan Goyal, Saankhya Samanta, Vikram Goyal, Mukesh K. Mohania
CIKM3
2024 TagRec++: Hierarchical Label Aware Attention Network for Question Categorization
abstract
Online learning systems have multiple data repositories in the form of transcripts, books and questions. To enable ease of access, such systems organize the content according to a well defined taxonomy of hierarchical nature (subject - chapter -topic). The task of categorizing inputs to the hierarchical labels is usually cast as a flat multi-class classification problem. Such approaches ignore the semantic relatedness between the terms in the input and the tokens in the hierarchical labels. Alternate approaches also suffer from class imbalance when they only consider leaf level nodes as labels. To tackle the issues, we formulate the task as a dense retrieval problem to retrieve the appropriate hierarchical labels for each content. In this paper, we deal with categorizing questions and learning content. We model the hierarchical labels as a composition of their tokens and use an efficient cross-attention mechanism to fuse the information with the term representations of the content. We also adopt an adaptive in-batch hard negative sampling approach which samples better negatives as the training progresses. We demonstrate that the proposed approachTagRec++outperforms existing state-of-the-art approaches on question and learning content datasets as measured by Recall@k. In addition, we demonstrate zero-shot capabilities ofTagRec++and preliminary analysis of it's ability to adapt to label changes.
Venktesh V, Mukesh K. Mohania, Vikram Goyal
IEEE Trans. Knowl. Data Eng.3
2023 James ate 5 oranges = Steve bought 5 pencils: Structure-Aware Denoising for Paraphrasing Word Problems
abstract
We propose SCANING, an unsupervised framework for paraphrasing via controlled noise injection. We focus on the novel task of paraphrasing algebraic word problems having practical applications in online pedagogy as a means to reduce plagiarism as well as evoke reasoning capabilities on the part of the student instead of rote memorization. This task is more complex than paraphrasing general-domain corpora due to the difficulty in preserving critical information for solution consistency of the paraphrased word problem, managing the increased length of the text and ensuring diversity in the generated paraphrase. Existing approaches fail to demonstrate adequate performance on at least one, if not all, of these facets, necessitating the need for a more comprehensive solution. To this end, we model the noising search space as a composition of contextual and syntactic aspects to sample noising functions. This allows for learning a denoising function, that operates over both aspects and produces semantically equivalent and syntactically diverse outputs through grounded noise injection. The denoising function serves as a foundation for training a paraphrasing function, which operates solely in the input-paraphrase space without carrying any direct dependency on noise. We demonstrate that SCANING improves performance in terms of producing semantically equivalent and syntactically diverse paraphrases by 35% through extensive automated and human evaluation across 4 datasets.
Venktesh V, Mukesh K. Mohania, Vikram Goyal
CIKM4
2023 Fusing Multimodal Signals on Hyper-complex Space for Extreme Abstractive Text Summarization (TL;DR) of Scientific Contents
abstract
The realm of scientific text summarization has experienced remarkable progress due to the availability of annotated brief summaries and ample data. However, the utilization of multiple input modalities, such as videos and audio, has yet to be thoroughly explored. At present, scientific multimodal-input-based text summarization systems tend to employ longer target summaries like abstracts, leading to an underwhelming performance in the task of text summarization.
Yash Kumar Atri, Vikram Goyal, Tanmoy Chakraborty 0002
KDD2
2023 Revisiting Hate Speech Benchmarks: From Data Curation to System Deployment
abstract
Social media is awash with hateful content, much of which is often veiled with linguistic and topical diversity. The benchmark datasets used for hate speech detection do not account for such divagation as they are predominantly compiled using hate lexicons. However, capturing hate signals becomes challenging in neutrally-seeded malicious content. Thus, designing models and datasets that mimic the real-world variability of hate warrants further investigation.
Atharva Kulkarni, Sarah Masud, Vikram Goyal, Tanmoy Chakraborty 0002
KDD3
2023 Unsupervised Question Duplicate and Related Questions Detection in e-learning platforms
abstract
Online learning platforms provide diverse questions to gauge the learners' understanding of different concepts. The repository of questions has to be constantly updated to ensure a diverse pool of questions to conduct assessments for learners. However, it is impossible for the academician to manually skim through the large repository of questions to check for duplicates when onboarding new questions from external sources. Hence, we propose a toolQDup in this paper that can surface near-duplicate and semantically related questions without any supervised data. The proposed tool follows an unsupervised hybrid pipeline of statistical and neural approaches for incorporating different nuances in similarity for the task of question duplicate detection. We demonstrate thatQDup can detect near-duplicate questions and also suggest related questions for practice with remarkable accuracy and speed from a large repository of questions. The demo video of the tool can be found at https://www.youtube.com/watch?v=loh0_-7XLW4.
Maksimjeet Chowdhary, Sanyam Goyal, Venktesh V, Mukesh K. Mohania, Vikram Goyal
WSDM5
2023 DiVA: A Scalable, Interactive and Customizable Visual Analytics Platform for Information Diffusion on Large Networks
abstract
With an increasing outreach of digital platforms in our lives, researchers have taken a keen interest in studying different facets of social interactions. Analyzing the spread of information ( aka diffusion) has brought forth multiple research areas such as modelling user engagement, determining emerging topics, forecasting the virality of online posts and predicting information cascades. Despite such ever-increasing interest, there remains a vacuum among easy-to-use interfaces for large-scale visualization of diffusion models. In this article, we introduce DiVA — Di ffusion V isualization and A nalysis, a tool that provides a scalable web interface and extendable APIs to analyze various diffusion trends on networks. DiVA uniquely offers support for simultaneous comparison of two competing diffusion models and even the comparison with the ground-truth results, which help develop a coherent understanding of real-world scenarios. Along with performing an exhaustive feature comparison and system evaluation of DiVA against publicly-available web interfaces for information diffusion, we conducted a user study to understand the strengths and limitations of DiVA . We noticed that evaluators had a seamless user experience, especially when analyzing diffusion on large networks.
Dhruv Sehnan, Vasu Goel, Sarah Masud, Chhavi Jain, Vikram Goyal, Tanmoy Chakraborty 0002
ACM Trans. Knowl. Discov. Data5
2022 Topic Aware Contextualized Embeddings for High Quality Phrase Extraction
Venktesh V, Mukesh K. Mohania, Vikram Goyal
ECIR (1)3
2022 A Matching Based Spatial Crowdsourcing Framework for Egalitarian Task Assignment
abstract
The ubiquity of mobile internet has led to the success of Spatial Crowdsourcing platforms like real-time taxi-hailing services, online food ordering services, etc. A critical component of such services is the task assignment algorithm employed for assigning the tasks to the workers of the platform. Our study of the literature in this domain shows that most of the task assignment algorithms developed for spatial crowdsourcing platforms address the problem from a utilitarian perspective, i.e., they optimise for only kind of entity. In contrast, we address the task assignment problem in spatial crowdsourcing platforms from an egalitarian perspective. An egalitarian approach aims to optimise the expectation of all entities involved. Specifically, we aim to minimise the waiting time for the customers and workers, while maximising the profit earned by the platform. To the best of our knowledge, ours is the only study that achieves this objective in a fully-online setting, with deadlines for both customers and workers. We propose two heuristic algorithms to solve the problem, and evaluate our algorithms on a real taxi-trips records dataset. Our algorithms exhibit a superior performance than the state-of-the-art algorithm for the fully-online bottleneck matching problem with deadlines, in terms of solution quality, running time and response time.
Ramneek Kaur, Vikram Goyal, Venkata M. V. Gunturi, Cheng Long 0001
MDM2
2022 'John Ate 5 Apples' != 'John Ate Some Apples': Self-supervised Paraphrase Quality Detection for Algebraic Word Problems
Venktesh V, Mukesh K. Mohania, Vikram Goyal
ECML/PKDD (6)4
2021 SMIM Framework to Generalize High-Utility Itemset Mining
Siddharth Dawar, Vikram Goyal, Debajyoti Bera
ADMA2
2021 Hate is the New Infodemic: A Topic-aware Modeling of Hate Speech Diffusion on Twitter
abstract
Online hate speech, particularly over microblogging platforms like Twitter, has emerged as arguably the most severe issue of the past decade. Several countries have reported a steep rise in hate crimes infuriated by malicious hate campaigns. While the detection of hate speech is one of the emerging research areas, the generation and spread of topic-dependent hate in the information network remain under-explored. In this work, we focus on exploring user behavior, which triggers the genesis of hate speech on Twitter and how it diffuses via retweets. We crawl a large-scale dataset of tweets, retweets, user activity history, and follower networks, comprising over 161 million tweets from more than 41 million unique users. We also collect over 600k contemporary news articles published online. We characterize different signals of information that govern these dynamics. Our analyses differentiate the diffusion dynamics in the presence of hate from usual information diffusion. This motivates us to formulate the modeling problem in a topic-aware setting with real-world knowledge. For predicting the initiation of hate speech for any given hashtag, we propose multiple feature-rich models, with the best performing one achieving a macro F1 score of 0.65. Meanwhile, to predict the retweet dynamics on Twitter, we propose RETINA, a novel neural architecture that incorporates exogenous influence using scaled dot-product attention. RETINA achieves a macro F1-score of 0.85, outperforming multiple state-of-the-art models. Our analysis reveals the superlative power of RETINA to predict the retweet dynamics of hateful content compared to the existing diffusion models.
Sarah Masud, Subhabrata Dutta, Sakshi Makkar, Chhavi Jain, Vikram Goyal, Amitava Das 0001, Tanmoy Chakraborty 0002
ICDE5
2021 A Navigation System for Safe Routing
abstract
Globally, women are cautious when planning their routine travel routes. In a recent survey on street harassment, 82% of international respondents reported taking a different route to their destination than the conventional route due to fear of harassment. Such studies indicate an increasing need for `Safe Routing', especially in developing nations where the lack of infrastructure such as street lights, may contribute to higher crime rates. However, to the best of our knowledge, no state-of-the-art navigation system provides the option of `Safe Routing'. In this work, we propose a novel system that recommends "Safe Routes". Routes recommended by our system balance the conflicting requirements of increasing the safety and constraining the total length of the path to be within a reasonable limit (as desired by the user). From a theoretical perspective, the problem of `Safe Routing' can be modeled as the Arc Orienteering Problem, which is a well-known NP-hard combinatorial optimization problem.
Ramneek Kaur, Vikram Goyal, Venkata M. V. Gunturi, Aakanksha Saini, Kaushal Sanadhya, Ritvik Gupta, Siftee Ratra
MDM2
2021 TagRec: Automated Tagging of Questions with Hierarchical Learning Taxonomy
Venktesh V, Mukesh K. Mohania, Vikram Goyal
ECML/PKDD (5)3
2021 Finding the most navigable path in road networks
Ramneek Kaur, Vikram Goyal, Venkata M. V. Gunturi
GeoInformatica2
2019 DiffQue: Estimating Relative Difficulty of Questions in Community Question Answering Services
abstract
Automatic estimation of relative difficulty of a pair of questions is an important and challenging problem in community question answering (CQA) services. There are limited studies that addressed this problem. Past studies mostly leveraged expertise of users answering the questions and barely considered other properties of CQA services such as metadata of users and posts, temporal information, and textual content. In this article, we propose DiffQue, a novel system that maps this problem to a network-aided edge directionality prediction problem. DiffQue starts by constructing a novel network structure that captures different notions of difficulties among a pair of questions. It then measures the relative difficulty of two questions by predicting the direction of a (virtual) edge connecting these two questions in the network. It leverages features extracted from the network structure, metadata of users/posts, and textual description of questions and answers. Experiments on datasets obtained from two CQA sites (further divided into four datasets) with human annotated ground-truth show that DiffQue outperforms four state-of-the-art methods by a significant margin (28.77% higher F 1 score and 28.72% higher AUC than the best baseline). As opposed to the other baselines, (i) DiffQue appropriately responds to the training noise, (ii) DiffQue is capable of adapting multiple domains (CQA datasets), and (iii) DiffQue can efficiently handle the “cold start” problem that may arise due to the lack of information for newly posted questions or newly arrived users.
Deepak Thukral, Adesh Pandey, Vikram Goyal, Tanmoy Chakraborty 0002
ACM Trans. Intell. Syst. Technol.4
2018 Finding the Most Navigable Path in Road Networks: A Summary of Results
Ramneek Kaur, Vikram Goyal, Venkata M. V. Gunturi
DEXA (1)2
2016 Mintra: Mining anonymized trajectories with annotations
abstract
Time-series of geo-tagged data are routinely generated from GPS enabled devices, satellites and other motion capturing instruments. Such data can be thought of as sequences of locations where every location is associated with additional text annotations. Pattern mining for important sequences (aka. trajectory mining) is essential to extract information from such a database. However, the current trend of anonymization to avoid privacy breach makes it difficult to identify any correlation in the data, thus making it even harder, if not impossible, to look for actual trajectories. Noting this difficulty, we define our goal as mining for trajectory-patterns which is a generalization of trajectories. We first design a pattern-growth based algorithm towards this objective. Further, by identifying the limitation of the state-of-the-art sequential pattern growth algorithms in growing trajectory-patterns, we propose a new pattern growth algorithm-- Mintra. Experiments were performed to demonstrate efficiency and effectiveness of Mintra. We, therefore, show that important patterns can be mined from anonymized data without compromising user privacy.
Anuj Shanker Saxena, Vikram Goyal, Debajyoti Bera
IDEAS2
2015 Mining Frequent Spatial-Textual Sequence Patterns
Krishan K. Arya, Vikram Goyal, Shamkant B. Navathe, Sushil K. Prasad
DASFAA (2)2
2015 TiDE: Template-Independent Discourse Data Extraction
Jayendra Barua, Dhaval Patel 0002, Vikram Goyal
DaWaK3
2015 UP-Hist Tree: An Efficient Data Structure for Mining High Utility Patterns from Transaction Databases
abstract
High-utility itemset mining is an emerging research area in the field of Data Mining. Several algorithms were proposed to find high-utility itemsets from transaction databases and use a data structure called UP-tree for their working. However, algorithms based on UP-tree generate a lot of candidates due to limited information availability in UP-tree for computing utility value estimates of itemsets. In this paper, we present a data structure named UP-Hist tree which maintains a histogram of item quantities with each node of the tree. The histogram allows computation of better utility estimates for effective pruning of the search space. Extensive experiments on real as well as synthetic datasets show that our algorithm based on UP-Hist tree outperforms the state of the art pattern-growth based algorithms in terms of the total number of candidate high utility itemsets generated that needs to be verified.
Siddharth Dawar, Vikram Goyal
IDEAS2
2011 EcoTop: An Economic Model for Dynamic Processing of Top-k Queries in Mobile-P2P Networks
Nilesh Padhariya, Anirban Mondal, Vikram Goyal, Roshan Shankar, Sanjay Madria
DASFAA (2)3
2007 PRINDA: Architecture and design of non-disclosure agreements in privacy policy framework
S. K. Gupta 0001, Vikram Goyal, Anand Gupta, Indira Meshram
Data Knowl. Eng.2
2006 Malafide Intension and its mapping to Privacy Policy Purposes for Masquerading
abstract
In presence of a robust privacy infrastructure, an attacker can fulfil his purpose (malafide intension) only by masquerading it with bonafide purposes besides other authentication parameters. We address the issue of masquerading of purpose for a malafide intension by defining the mapping from a malafide intension to bonafide purposes in this paper. An understanding of such a mapping can facilitate both a hacker (assist him in masquerading) and a forensic expert to investigate malafide accesses. Determination of these bonafide purposes may help speed up the violation detection if the user accesses log has listed bonafide purpose with each user access. The bonafide purposes can be determined in data-independent (without accessing the database) or data-dependent (database access is required) mode. In this paper we define a mapping of a malafide intension to bonafide purposes in data-independent mode
Vikram Goyal, S. K. Gupta 0001, Anand Gupta
IDEAS1