EDBT 2026 Demo / reviewers in the wild / expert
Aritran Piplai
dblp:138/6098
· DBLP profile ↗
10ranked-venue papers in the field
1as first author
7since 2021 · last 2026
0000-0002-6437-1324ORCID · corroborated
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 8 (1 first)Data Mining & Knowledge Discovery · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | TabCL: Continual Malware Classification with Tabular-Aware Generation
Haeseung Jeon, AHyun Ji, Aritran Piplai, Mohammad Saidur Rahman 0002, Se Eun Oh |
PAKDD (3) | 4 |
| 2025 | ImpuGAN: Learning Conditional Generative Models for Robust Data Imputation
Zalish Mahmud, Anantaa Kotal, Aritran Piplai |
IEEE Big Data | 3 |
| 2025 | Empathy by Design: Aligning Large Language Models for Healthcare Dialogue
Emre Umucu, Guillermina Solis, Leon Garza, Emilia Rivas, Beatrice Lee, Anantaa Kotal, Aritran Piplai |
IEEE Big Data | 7 |
| 2024 | Towards Building Generalizable Models for Malware DetectionabstractAs malware evolves and adapts, traditional detection systems struggle to identify novel and unseen threats. This challenge highlights the critical need for building generalizable models that can effectively detect unknown malware types. In this paper, we propose meta-learning as a tool to explore the adaptability of malware detection systems. Our approach focuses on understanding how much model updating is required to extend detection capabilities to previously unseen malware samples. By leveraging meta-learning, we aim to identify the most useful data for building generalizable models, optimizing the trade-off between data efficiency and detection accuracy. Through this investigation, we seek to provide insights into creating more robust and adaptable malware detection systems capable of addressing the constantly evolving threat landscape. Our results suggest that, among three popular representations of malware data, the combination of static and dynamic analysis reports is the most helpful in building generalizable models. Jihoon Shin, Emilia Rivas, Daniel Lucio, Aritran Piplai, Lavanya Elluri |
IEEE Big Data | 4 |
| 2021 | Cybersecurity Knowledge Graph Improvement with Graph Neural NetworksabstractCybersecurity Knowledge Graphs (CKGs) help in aggregating information about cyber-events. CKGs combined with reasoning and querying systems such as SPARQL enable security researchers to look up information about past cyberevents that is helpful in understanding future cyber-events or drawing similarity with a known cyber-event recorded in a CKG. CKGs have assertions in the form of semantic triples. The triples describe a relationship between a subject and object, both of which are cybersecurity entities. The quality of information present in the CKG depends on the data source. Since data sources can have varying degrees of reliability, we need a score that should help us benchmark the veracity of the CKG assertions. Verifying the information asserted in the CKG is a challenging task. In this paper, we describe a novel method that associates a score with the semantic triples asserted in the CKG using deep learning. We use semantic triples that we know are correct, in a supervised machine learning algorithm that produces the output for each relationship. In particular, we use Graph Convolutional Neural Networks (GCN) on a dataset of CKGs that can be used to ascertain the scores for each semantic triple. Soham Dasgupta, Aritran Piplai, Priyanka Ranade, Anupam Joshi |
IEEE BigData | 2 |
| 2021 | Combating Fake Cyber Threat Intelligence using Provenance in Cybersecurity Knowledge GraphsabstractToday there is a significant amount of fake cybersecurity related intelligence on the internet. To filter out such information, we build a system to capture the provenance information and represent it along with the captured Cyber Threat Intelligence (CTI). In the cybersecurity domain, such CTI is stored in Cybersecurity Knowledge Graphs (CKG). We enhance the exiting CKG model to incorporate intelligence provenance and fuse provenance graphs with CKG. This process includes modifying traditional approaches to entity and relation extraction. CTI data is considered vital in securing our cyberspace. Knowledge graphs containing CTI information along with its provenance can provide expertise to dependent Artificial Intelligence (AI) systems and human analysts. Shaswata Mitra, Aritran Piplai, Sudip Mittal, Anupam Joshi |
IEEE BigData | 2 |
| 2021 | CyBERT: Contextualized Embeddings for the Cybersecurity DomainabstractWe present CyBERT, a domain-specific Bidirectional Encoder Representations from Transformers (BERT) model, fine-tuned with a large corpus of textual cybersecurity data. State-of-the-art natural language models that can process dense, fine-grained textual threat, attack, and vulnerability information can provide numerous benefits to the cybersecurity community. The primary contribution of this paper is providing the security community with an initial fine-tuned BERT model that can perform a variety of cybersecurity-specific downstream tasks with high accuracy and efficient use of resources. We create a cybersecurity corpus from open-source unstructured and semi-unstructured Cyber Threat Intelligence (CTI) data and use it to fine-tune a base BERT model with Masked Language Modeling (MLM) to recognize specialized cybersecurity entities. We evaluate the model using various downstream tasks that can benefit modern Security Operations Centers (SOCs). The fine-tuned CyBERT model outperforms the base BERT model in the domain-specific MLM evaluation. We also provide use-cases of CyBERT application in cybersecurity based downstream tasks. Priyanka Ranade, Aritran Piplai, Anupam Joshi, Tim Finin |
IEEE BigData | 2 |
| 2020 | A Comparative Study of Deep Learning based Named Entity Recognition Algorithms for CybersecurityabstractNamed Entity Recognition (NER) is important in the cybersecurity domain. It helps researchers extract cyber threat information from unstructured text sources. The extracted cyber-entities or key expressions can be used to model a cyber-attack described in an open-source text. A large number of general-purpose NER algorithms have been published that work well in text analysis. These algorithms do not perform well when applied to the cybersecurity domain. In the field of cybersecurity, the open-source text available varies greatly in complexity and under-lying structure of the sentences. General-purpose NER algorithms can misrepresent domain-specific words, such as "malicious" and "javascript". In this paper, we compare the recent deep learning-based NER algorithms on a cybersecurity dataset. We created a cybersecurity dataset collected from various sources, including "Microsoft Security Bulletin" and "Adobe Security Updates". Some of these approaches proposed in literature were not used for Cybersecurity. Others are innovations proposed by us. This comparative study helps us identify the NER algorithms that are robust and can work well in sentences taken from a large number of cybersecurity sources. We tabulate their performance on the test set and identify the best NER algorithm for a cybersecurity corpus. We also discuss the different embedding strategies that aid in the process of NER for the chosen deep learning algorithms. Soham Dasgupta, Aritran Piplai, Anantaa Kotal, Anupam Joshi |
IEEE BigData | 2 |
| 2020 | Using Knowledge Graphs and Reinforcement Learning for Malware AnalysisabstractMachine learning algorithms used to detect attacks are limited by the fact that they cannot incorporate the back-ground knowledge that an analyst has. This limits their suitability in detecting new attacks. Reinforcement learning is different from traditional machine learning algorithms used in the cybersecurity domain. Compared to traditional ML algorithms, reinforcement learning does not need a mapping of the input-output space or a specific user-defined metric to compare data points. This is important for the cybersecurity domain, especially for malware detection and mitigation, as not all problems have a single, known, correct answer. Often, security researchers have to resort to guided trial and error to understand the presence of a malware and mitigate it.In this paper, we incorporate prior knowledge, represented as Cybersecurity Knowledge Graphs (CKGs), to guide the exploration of an RL algorithm to detect malware. CKGs capture semantic relationships between cyber-entities, including that mined from open source. Instead of trying out random guesses and observing the change in the environment, we aim to take the help of verified knowledge about cyber-attack to guide our reinforcement learning algorithm to effectively identify ways to detect the presence of malicious filenames so that they can be deleted to mitigate a cyber-attack. We show that such a guided system outperforms a base RL system in detecting malware. Aritran Piplai, Priyanka Ranade, Anantaa Kotal, Sudip Mittal, Sandeep Nair Narayanan, Anupam Joshi |
IEEE BigData | 1 |
| 2019 | RelExt: relation extraction using deep learning approaches for cybersecurity knowledge graph improvementabstractSecurity Analysts that work in a 'Security Operations Center' (SoC) play a major role in ensuring the security of the organization. The amount of background knowledge they have about the evolving and new attacks makes a significant difference in their ability to detect attacks. Open source threat intelligence sources, like text descriptions about cyber-attacks, can be stored in a structured fashion in a cybersecurity knowledge graph. A cybersecurity knowledge graph can be paramount in aiding a security analyst to detect cyber threats because it stores a vast range of cyber threat information in the form of semantic triples which can be queried. A semantic triple contains two cybersecurity entities with a relationship between them. In this work, we propose a system to create semantic triples over cybersecurity text, using deep learning approaches to extract possible relationships. We use the set of semantic triples generated through our system to assert in a cybersecurity knowledge graph. Security Analysts can retrieve this data from the knowledge graph, and use this information to form a decision about a cyber-attack. Aditya Pingle, Aritran Piplai, Sudip Mittal, Anupam Joshi, James Holt, Richard Zak |
ASONAM | 2 |