Dhruv Gupta

CL
h-index9
5papers
1,011citations
Novelty33%
AI Score31

5 Papers

2.1CLNov 16, 2023
Evolving Domain Adaptation of Pretrained Language Models for Text Classification

Yun-Shiuan Chuang, Yi Wu, Dhruv Gupta et al.

Adapting pre-trained language models (PLMs) for time-series text classification amidst evolving domain shifts (EDS) is critical for maintaining accuracy in applications like stance detection. This study benchmarks the effectiveness of evolving domain adaptation (EDA) strategies, notably self-training, domain-adversarial training, and domain-adaptive pretraining, with a focus on an incremental self-training method. Our analysis across various datasets reveals that this incremental method excels at adapting PLMs to EDS, outperforming traditional domain adaptation techniques. These findings highlight the importance of continually updating PLMs to ensure their effectiveness in real-world applications, paving the way for future research into PLM robustness against the natural temporal evolution of language.

1.2ARDec 23, 2024Code
TNNGen: Automated Design of Neuromorphic Sensory Processing Units for Time-Series Clustering

Prabhu Vellaisamy, Harideep Nair, Vamsikrishna Ratnakaram et al.

Temporal Neural Networks (TNNs), a special class of spiking neural networks, draw inspiration from the neocortex in utilizing spike-timings for information processing. Recent works proposed a microarchitecture framework and custom macro suite for designing highly energy-efficient application-specific TNNs. These recent works rely on manual hardware design, a labor-intensive and time-consuming process. Further, there is no open-source functional simulation framework for TNNs. This paper introduces TNNGen, a pioneering effort towards the automated design of TNNs from PyTorch software models to post-layout netlists. TNNGen comprises a novel PyTorch functional simulator (for TNN modeling and application exploration) coupled with a Python-based hardware generator (for PyTorch-to-RTL and RTL-to-Layout conversions). Seven representative TNN designs for time-series signal clustering across diverse sensory modalities are simulated and their post-layout hardware complexity and design runtimes are assessed to demonstrate the effectiveness of TNNGen. We also highlight TNNGen's ability to accurately forecast silicon metrics without running hardware process flow.

31.0CLOct 16, 2020Code
Generating Fact Checking Summaries for Web Claims

Rahul Mishra, Dhruv Gupta, Markus Leippold

We present SUMO, a neural attention-based approach that learns to establish the correctness of textual claims based on evidence in the form of text documents (e.g., news articles or Web documents). SUMO further generates an extractive summary by presenting a diversified set of sentences from the documents that explain its decision on the correctness of the textual claim. Prior approaches to address the problem of fact checking and evidence extraction have relied on simple concatenation of claim and document word embeddings as an input to claim driven attention weight computation. This is done so as to extract salient words and sentences from the documents that help establish the correctness of the claim. However, this design of claim-driven attention does not capture the contextual information in documents properly. We improve on the prior art by using improved claim and title guided hierarchical attention to model effective contextual cues. We show the efficacy of our approach on datasets concerning political, healthcare, and environmental issues.

2.7IRMar 1, 2016
Event Search and Analytics: Detecting Events in Semantically Annotated Corpora for Search and Analytics

Dhruv Gupta

In this article, I present the questions that I seek to answer in my PhD research. I posit to analyze natural language text with the help of semantic annotations and mine important events for navigating large text corpora. Semantic annotations such as named entities, geographic locations, and temporal expressions can help us mine events from the given corpora. These events thus provide us with useful means to discover the locked knowledge in them. I pose three problems that can help unlock this knowledge vault in semantically annotated text corpora: i. identifying important events; ii. semantic search; and iii. event analytics.

1.2SYSep 15, 2015
Driver Friendly Headlight Controller for Driving in Developing Countries

Dhruv Gupta, Gunvantsinh Gohil, Mehul S. Raval

In developing countries, night driving is extremely unsafe mainly due to; 1). Poorly followed traffic rules and 2) bad road conditions. The number of accidents is increasing at a frightening pace, necessitating the development of a low cost automatic headlight control system to ensure safety. In most accident cases, fatal collisions take place due to glare generated by excessive headlight intensity (high beam) of the oncoming vehicle. In this paper, a user friendly controller for headlight intensity control for driving on highway at night has been proposed. Aim is to design simple and affordable system that can alleviate effect of blind spot due to high glare on the vehicle windscreen. Controller is based on Fuzzy inference system (FIS) and used incoming light intensity as criteria. Also, relative distance and speed is derived using incoming intensity of the oncoming vehicles. The system is designed considering human tolerance levels of light intensity as the boundary values. The system controls headlight beam voltage such that; a) intensity is maintained in human visual comfort zone and b) blind spot is avoided. The super user feature incorporated in the intensity controller offers personalized preferences to the driver. Due to the use of the single parameter (intensity) for control, system can be implemented using simplified hardware.