Zum Hauptinhalt springen

Showing 1–17 of 17 results for author: Panigrahi, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.10949  [pdf, other

    cs.CL cs.AI cs.LG

    Representing Rule-based Chatbots with Transformers

    Authors: Dan Friedman, Abhishek Panigrahi, Danqi Chen

    Abstract: Transformer-based chatbots can conduct fluent, natural-sounding conversations, but we have limited understanding of the mechanisms underlying their behavior. Prior work has taken a bottom-up approach to understanding Transformers by constructing Transformers for various synthetic and formal language tasks, such as regular expressions and Dyck languages. However, it is not obvious how to extend thi… ▽ More

    Submitted 15 July, 2024; originally announced July 2024.

    Comments: Code and data are available at https://github.com/princeton-nlp/ELIZA-Transformer

  2. arXiv:2402.05913  [pdf, other

    cs.CL cs.LG

    Efficient Stagewise Pretraining via Progressive Subnetworks

    Authors: Abhishek Panigrahi, Nikunj Saunshi, Kaifeng Lyu, Sobhan Miryoosefi, Sashank Reddi, Satyen Kale, Sanjiv Kumar

    Abstract: Recent developments in large language models have sparked interest in efficient pretraining methods. A recent effective paradigm is to perform stage-wise training, where the size of the model is gradually increased over the course of training (e.g. gradual stacking (Reddi et al., 2023)). While the resource and wall-time savings are appealing, it has limitations, particularly the inability to evalu… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

  3. arXiv:2312.05671  [pdf, other

    cs.CL

    Hate Speech and Offensive Content Detection in Indo-Aryan Languages: A Battle of LSTM and Transformers

    Authors: Nikhil Narayan, Mrutyunjay Biswal, Pramod Goyal, Abhranta Panigrahi

    Abstract: Social media platforms serve as accessible outlets for individuals to express their thoughts and experiences, resulting in an influx of user-generated data spanning all age groups. While these platforms enable free expression, they also present significant challenges, including the proliferation of hate speech and offensive content. Such objectionable language disrupts objective discourse and can… ▽ More

    Submitted 9 December, 2023; originally announced December 2023.

    Comments: 14 pages, 3 figures. Accepted Working Notes at HASOC-FIRE 2023, to be published in CEUR Working Notes of FIRE

  4. arXiv:2307.01189  [pdf, other

    cs.CL cs.LG

    Trainable Transformer in Transformer

    Authors: Abhishek Panigrahi, Sadhika Malladi, Mengzhou Xia, Sanjeev Arora

    Abstract: Recent works attribute the capability of in-context learning (ICL) in large pre-trained language models to implicitly simulating and fine-tuning an internal model (e.g., linear or 2-layer MLP) during inference. However, such constructions require large memory overhead, which makes simulation of more sophisticated internal models intractable. In this work, we propose an efficient construction, Tran… ▽ More

    Submitted 8 February, 2024; v1 submitted 3 July, 2023; originally announced July 2023.

    Comments: Code base: https://github.com/abhishekpanigrahi1996/transformer_in_transformer

  5. arXiv:2303.08117  [pdf, other

    cs.CL cs.LG

    Do Transformers Parse while Predicting the Masked Word?

    Authors: Haoyu Zhao, Abhishek Panigrahi, Rong Ge, Sanjeev Arora

    Abstract: Pre-trained language models have been shown to encode linguistic structures, e.g. dependency and constituency parse trees, in their embeddings while being trained on unsupervised loss functions like masked language modeling. Some doubts have been raised whether the models actually are doing parsing or only some computation weakly correlated with it. We study questions: (a) Is it possible to explic… ▽ More

    Submitted 15 October, 2023; v1 submitted 14 March, 2023; originally announced March 2023.

    Comments: Accpeted to EMNLP 2023, 30 pages

  6. arXiv:2302.06600  [pdf, other

    cs.CL cs.LG

    Task-Specific Skill Localization in Fine-tuned Language Models

    Authors: Abhishek Panigrahi, Nikunj Saunshi, Haoyu Zhao, Sanjeev Arora

    Abstract: Pre-trained language models can be fine-tuned to solve diverse NLP tasks, including in few-shot settings. Thus fine-tuning allows the model to quickly pick up task-specific ``skills,'' but there has been limited study of where these newly-learnt skills reside inside the massive model. This paper introduces the term skill localization for this problem and proposes a solution. Given the downstream t… ▽ More

    Submitted 1 July, 2023; v1 submitted 13 February, 2023; originally announced February 2023.

    Comments: Accepted at 40th International Conference on Machine Learning (ICML 2023)

  7. arXiv:2207.09127  [pdf, ps, other

    cs.CR

    Smart Contract Assisted Blockchain based PKI System

    Authors: Amrutanshu Panigrahi, Ajit Kumar Nayak, Rourab Paul

    Abstract: The proposed smart contract can prevent seven cyber attacks, such as Denial of Service (DoS), Man in the Middle Attack (MITM), Distributed Denial of Service (DDoS), 51\%, Injection attacks, Routing Attack, and Eclipse attack. The Delegated Proof of Stake (DPoS) consensus algorithm used in this model reduces the number of validators for each transaction which makes it suitable for lightweight appli… ▽ More

    Submitted 19 July, 2022; originally announced July 2022.

    Comments: manuscript

  8. arXiv:2205.10287  [pdf, other

    cs.LG

    On the SDEs and Scaling Rules for Adaptive Gradient Algorithms

    Authors: Sadhika Malladi, Kaifeng Lyu, Abhishek Panigrahi, Sanjeev Arora

    Abstract: Approximating Stochastic Gradient Descent (SGD) as a Stochastic Differential Equation (SDE) has allowed researchers to enjoy the benefits of studying a continuous optimization trajectory while carefully preserving the stochasticity of SGD. Analogous study of adaptive gradient methods, such as RMSprop and Adam, has been challenging because there were no rigorously proven SDE approximations for thes… ▽ More

    Submitted 13 February, 2023; v1 submitted 20 May, 2022; originally announced May 2022.

  9. arXiv:2205.09745  [pdf, other

    cs.LG math.OC

    Understanding Gradient Descent on Edge of Stability in Deep Learning

    Authors: Sanjeev Arora, Zhiyuan Li, Abhishek Panigrahi

    Abstract: Deep learning experiments by Cohen et al. [2021] using deterministic Gradient Descent (GD) revealed an Edge of Stability (EoS) phase when learning rate (LR) and sharpness (i.e., the largest eigenvalue of Hessian) no longer behave as in traditional optimization. Sharpness stabilizes around $2/$LR and loss goes up and down across iterations, yet still with an overall downward trend. The current pape… ▽ More

    Submitted 28 October, 2022; v1 submitted 19 May, 2022; originally announced May 2022.

    Comments: 63 pages. This paper has been accepted for conference proceedings in the 39th International Conference on Machine Learning (ICML), 2022

  10. arXiv:2106.00047  [pdf, other

    cs.LG

    Learning and Generalization in RNNs

    Authors: Abhishek Panigrahi, Navin Goyal

    Abstract: Simple recurrent neural networks (RNNs) and their more advanced cousins LSTMs etc. have been very successful in sequence modeling. Their theoretical understanding, however, is lacking and has not kept pace with the progress for feedforward networks, where a reasonably complete understanding in the special case of highly overparametrized one-hidden-layer networks has emerged. In this paper, we make… ▽ More

    Submitted 31 May, 2021; originally announced June 2021.

  11. arXiv:1910.09626  [pdf, other

    cs.LG stat.ML

    Non-Gaussianity of Stochastic Gradient Noise

    Authors: Abhishek Panigrahi, Raghav Somani, Navin Goyal, Praneeth Netrapalli

    Abstract: What enables Stochastic Gradient Descent (SGD) to achieve better generalization than Gradient Descent (GD) in Neural Network training? This question has attracted much attention. In this paper, we study the distribution of the Stochastic Gradient Noise (SGN) vectors during the training. We observe that for batch sizes 256 and above, the distribution is best described as Gaussian at-least in the ea… ▽ More

    Submitted 25 October, 2019; v1 submitted 21 October, 2019; originally announced October 2019.

  12. arXiv:1908.05660  [pdf, other

    cs.LG stat.ML

    Effect of Activation Functions on the Training of Overparametrized Neural Nets

    Authors: Abhishek Panigrahi, Abhishek Shetty, Navin Goyal

    Abstract: It is well-known that overparametrized neural networks trained using gradient-based methods quickly achieve small training error with appropriate hyperparameter settings. Recent papers have proved this statement theoretically for highly overparametrized networks under reasonable assumptions. These results either assume that the activation function is ReLU or they crucially depend on the minimum ei… ▽ More

    Submitted 10 April, 2020; v1 submitted 16 August, 2019; originally announced August 2019.

    Comments: Major update: Several new results, some reorganization and rewriting of previous results, new references

  13. arXiv:1903.03941  [pdf, other

    cs.SI cs.IR

    DeepTagRec: A Content-cum-User based Tag Recommendation Framework for Stack Overflow

    Authors: Suman Kalyan Maity, Abhishek Panigrahi, Sayan Ghosh, Arundhati Banerjee, Pawan Goyal, Animesh Mukherjee

    Abstract: In this paper, we develop a content-cum-user based deep learning framework DeepTagRec to recommend appropriate question tags on Stack Overflow. The proposed system learns the content representation from question title and body. Subsequently, the learnt representation from heterogeneous relationship between user and tags is fused with the content representation for the final tag prediction. On a ve… ▽ More

    Submitted 10 March, 2019; originally announced March 2019.

    Comments: 7 pages, 1 figure, 2 tables, In proceedings of ECIR 2019

  14. arXiv:1812.00342  [pdf, other

    cs.LG stat.ML

    Analysis on Gradient Propagation in Batch Normalized Residual Networks

    Authors: Abhishek Panigrahi, Yueru Chen, C. -C. Jay Kuo

    Abstract: We conduct mathematical analysis on the effect of batch normalization (BN) on gradient backpropogation in residual network training, which is believed to play a critical role in addressing the gradient vanishing/explosion problem, in this work. By analyzing the mean and variance behavior of the input and the gradient in the forward and backward passes through the BN and residual branches, respecti… ▽ More

    Submitted 2 December, 2018; originally announced December 2018.

  15. arXiv:1811.04968  [pdf, other

    quant-ph cs.ET cs.LG physics.comp-ph

    PennyLane: Automatic differentiation of hybrid quantum-classical computations

    Authors: Ville Bergholm, Josh Izaac, Maria Schuld, Christian Gogolin, Shahnawaz Ahmed, Vishnu Ajith, M. Sohaib Alam, Guillermo Alonso-Linaje, B. AkashNarayanan, Ali Asadi, Juan Miguel Arrazola, Utkarsh Azad, Sam Banning, Carsten Blank, Thomas R Bromley, Benjamin A. Cordier, Jack Ceroni, Alain Delgado, Olivia Di Matteo, Amintor Dusko, Tanya Garg, Diego Guala, Anthony Hayes, Ryan Hill, Aroosa Ijaz , et al. (43 additional authors not shown)

    Abstract: PennyLane is a Python 3 software framework for differentiable programming of quantum computers. The library provides a unified architecture for near-term quantum computing devices, supporting both qubit and continuous-variable paradigms. PennyLane's core feature is the ability to compute gradients of variational quantum circuits in a way that is compatible with classical techniques such as backpro… ▽ More

    Submitted 29 July, 2022; v1 submitted 12 November, 2018; originally announced November 2018.

    Comments: Code available at https://github.com/XanaduAI/pennylane/ . Significant contributions to the code (new features, new plugins, etc.) will be recognized by the opportunity to be a co-author on this paper

  16. arXiv:1809.07354  [pdf, other

    cs.SI

    Analyzing Social Book Reading Behavior on Goodreads and how it predicts Amazon Best Sellers

    Authors: Suman Kalyan Maity, Abhishek Panigrahi, Animesh Mukherjee

    Abstract: A book's success/popularity depends on various parameters - extrinsic and intrinsic. In this paper, we study how the book reading characteristics might influence the popularity of a book. Towards this objective, we perform a cross-platform study of Goodreads entities and attempt to establish the connection between various Goodreads entities and the popular books ("Amazon best sellers"). We analyze… ▽ More

    Submitted 19 September, 2018; originally announced September 2018.

    Comments: 25 pages, 8 figures, 5 tables, Influence and Behavior Analysis in Social Networks and Social Media (Springer)

  17. Determining the network throughput and flow rate using GSR And AAL2R

    Authors: Adyasha Behera, Amrutanshu Panigrahi

    Abstract: In multi-radio wireless mesh networks, one node is eligible to transmit packets over multiple channels to different destination nodes simultaneously. This feature of multi-radio wireless mesh network makes high throughput for the network and increase the chance for multi path routing. This is because the multiple channel availability for transmission decreases the probability of the most elegant p… ▽ More

    Submitted 7 August, 2015; originally announced August 2015.