Skip to main content

Showing 1–14 of 14 results for author: Rao, V A

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

    math.ST cs.LG math.OC stat.ME

    Bayesian Joint Chance Constrained Optimization: Approximations and Statistical Consistency

    Authors: Prateek Jaiswal, Harsha Honnappa, Vinayak A. Rao

    Abstract: This paper considers data-driven chance-constrained stochastic optimization problems in a Bayesian framework. Bayesian posteriors afford a principled mechanism to incorporate data and prior knowledge into stochastic optimization problems. However, the computation of Bayesian posteriors is typically an intractable problem, and has spawned a large literature on approximate Bayesian computation. Here… ▽ More

    Submitted 30 September, 2022; v1 submitted 23 June, 2021; originally announced June 2021.

  2. arXiv:2007.01189  [pdf, other

    cs.CL

    Sequential Domain Adaptation through Elastic Weight Consolidation for Sentiment Analysis

    Authors: Avinash Madasu, Vij**i Anvesh Rao

    Abstract: Elastic Weight Consolidation (EWC) is a technique used in overcoming catastrophic forgetting between successive tasks trained on a neural network. We use this phenomenon of information sharing between tasks for domain adaptation. Training data for tasks such as sentiment analysis (SA) may not be fairly represented across multiple domains. Domain Adaptation (DA) aims to build algorithms that levera… ▽ More

    Submitted 19 July, 2020; v1 submitted 2 July, 2020; originally announced July 2020.

    Comments: Accepted at 25th International Conference on Pattern Recognition, January 2021, Milan, Italy

  3. arXiv:2005.04749  [pdf, other

    cs.CL

    A SentiWordNet Strategy for Curriculum Learning in Sentiment Analysis

    Authors: Vij**i Anvesh Rao, Kaveri Anuranjana, Radhika Mamidi

    Abstract: Curriculum Learning (CL) is the idea that learning on a training set sequenced or ordered in a manner where samples range from easy to difficult, results in an increment in performance over otherwise random ordering. The idea parallels cognitive science's theory of how human brains learn, and that learning a difficult task can be made easier by phrasing it as a sequence of easy to difficult tasks.… ▽ More

    Submitted 21 July, 2020; v1 submitted 10 May, 2020; originally announced May 2020.

    Comments: Accepted Short Paper at 25th International Conference on Applications of Natural Language to Information Systems, June 2020, DFKI Saarbrücken, Germany

  4. arXiv:2005.01027  [pdf, other

    cs.CL

    A Position Aware Decay Weighted Network for Aspect based Sentiment Analysis

    Authors: Avinash Madasu, Vij**i Anvesh Rao

    Abstract: Aspect Based Sentiment Analysis (ABSA) is the task of identifying sentiment polarity of a text given another text segment or aspect. In ABSA, a text can have multiple sentiments depending upon each aspect. Aspect Term Sentiment Analysis (ATSA) is a subtask of ABSA, in which aspect terms are contained within the given sentence. Most of the existing approaches proposed for ATSA, incorporate aspect i… ▽ More

    Submitted 3 May, 2020; originally announced May 2020.

    Comments: Accepted Full Paper at 25th International Conference on Applications of Natural Language to Information Systems, June 2020, DFKI Saarbrücken, Germany

  5. arXiv:2001.01404  [pdf, other

    stat.ML cs.LG

    Variational Bayesian Methods for Stochastically Constrained System Design Problems

    Authors: Prateek Jaiswal, Harsha Honnappa, Vinayak A. Rao

    Abstract: We study system design problems stated as parameterized stochastic programs with a chance-constraint set. We adopt a Bayesian approach that requires the computation of a posterior predictive integral which is usually intractable. In addition, for the problem to be a well-defined convex program, we must retain the convexity of the feasible set. Consequently, we propose a variational Bayes-based met… ▽ More

    Submitted 6 January, 2020; originally announced January 2020.

    Journal ref: 2nd Symposium on Advances in Approximate Bayesian Inference, 2019

  6. arXiv:1911.01288  [pdf, other

    stat.ML cs.LG

    Asymptotic Consistency of Loss-Calibrated Variational Bayes

    Authors: Prateek Jaiswal, Harsha Honnappa, Vinayak A. Rao

    Abstract: This paper establishes the asymptotic consistency of the {\it loss-calibrated variational Bayes} (LCVB) method. LCVB was proposed in~\cite{LaSiGh2011} as a method for approximately computing Bayesian posteriors in a `loss aware' manner. This methodology is also highly relevant in general data-driven decision-making contexts. Here, we not only establish the asymptotic consistency of the calibrated… ▽ More

    Submitted 4 November, 2019; originally announced November 2019.

  7. arXiv:1909.00080  [pdf, other

    cs.CL

    Sequential Learning of Convolutional Features for Effective Text Classification

    Authors: Avinash Madasu, Vij**i Anvesh Rao

    Abstract: Text classification has been one of the major problems in natural language processing. With the advent of deep learning, convolutional neural network (CNN) has been a popular solution to this task. However, CNNs which were first proposed for images, face many crucial challenges in the context of text processing, namely in their elementary blocks: convolution filters and max pooling. These challeng… ▽ More

    Submitted 12 September, 2019; v1 submitted 30 August, 2019; originally announced September 2019.

    Comments: Accepted Long Paper at EMNLP-IJCNLP 2019, Hong Kong, China

  8. arXiv:1906.08570  [pdf, other

    cs.CL

    Hindi Question Generation Using Dependency Structures

    Authors: Kaveri Anuranjana, Vij**i Anvesh Rao, Radhika Mamidi

    Abstract: Hindi question answering systems suffer from a lack of data. To address the same, this paper presents an approach towards automatic question generation. We present a rule-based system for question generation in Hindi by formalizing question transformation methods based on karaka-dependency theory. We use a Hindi dependency parser to mark the karaka roles and use IndoWordNet a Hindi ontology to det… ▽ More

    Submitted 20 June, 2019; originally announced June 2019.

  9. arXiv:1905.06906  [pdf, other

    cs.CL

    Gated Convolutional Neural Networks for Domain Adaptation

    Authors: Avinash Madasu, Vij**i Anvesh Rao

    Abstract: Domain Adaptation explores the idea of how to maximize performance on a target domain, distinct from source domain, upon which the classifier was trained. This idea has been explored for the task of sentiment analysis extensively. The training of reviews pertaining to one domain and evaluation on another domain is widely studied for modeling a domain independent algorithm. This further helps in un… ▽ More

    Submitted 16 May, 2019; originally announced May 2019.

    Comments: Accepted Long Paper at 24th International Conference on Applications of Natural Language to Information Systems, June 2019, MediaCityUK Campus, United Kingdom

  10. arXiv:1905.01338  [pdf, other

    cs.CL

    Effectiveness of Self Normalizing Neural Networks for Text Classification

    Authors: Avinash Madasu, Vij**i Anvesh Rao

    Abstract: Self Normalizing Neural Networks(SNN) proposed on Feed Forward Neural Networks(FNN) outperform regular FNN architectures in various machine learning tasks. Particularly in the domain of Computer Vision, the activation function Scaled Exponential Linear Units (SELU) proposed for SNNs, perform better than other non linear activations such as ReLU. The goal of SNN is to produce a normalized output fo… ▽ More

    Submitted 3 May, 2019; originally announced May 2019.

    Comments: Accepted Long Paper at 20th International Conference on Computational Linguistics and Intelligent Text Processing, April 2019, La Rochelle, France

  11. arXiv:1902.01902  [pdf, other

    math.ST cs.LG stat.ML

    Asymptotic Consistency of $α-$Rényi-Approximate Posteriors

    Authors: Prateek Jaiswal, Vinayak A. Rao, Harsha Honnappa

    Abstract: We study the asymptotic consistency properties of $α$-Rényi approximate posteriors, a class of variational Bayesian methods that approximate an intractable Bayesian posterior with a member of a tractable family of distributions, the member chosen to minimize the $α$-Rényi divergence from the true posterior. Unique to our work is that we consider settings with $α> 1$, resulting in approximations th… ▽ More

    Submitted 14 August, 2020; v1 submitted 5 February, 2019; originally announced February 2019.

  12. arXiv:1807.03004  [pdf, other

    cs.CL

    Towards Enhancing Lexical Resource and Using Sense-annotations of OntoSenseNet for Sentiment Analysis

    Authors: Sreekavitha Parupalli, Vij**i Anvesh Rao, Radhika Mamidi

    Abstract: This paper illustrates the interface of the tool we developed for crowd sourcing and we explain the annotation procedure in detail. Our tool is named as 'Parupalli Padajaalam' which means web of words by Parupalli. The aim of this tool is to populate the OntoSenseNet, sentiment polarity annotated Telugu resource. Recent works have shown the importance of word-level annotations on sentiment analysi… ▽ More

    Submitted 25 July, 2018; v1 submitted 9 July, 2018; originally announced July 2018.

    Comments: Accepted at 3rd Workshop on Semantic Deep Learning (SemDeep-3) at The 27th International Conference on Computational Linguistics, COLING (August 2018) in Santa Fe, New Mexico, USA

  13. arXiv:1807.01679  [pdf, other

    cs.CL

    BCSAT : A Benchmark Corpus for Sentiment Analysis in Telugu Using Word-level Annotations

    Authors: Sreekavitha Parupalli, Vij**i Anvesh Rao, Radhika Mamidi

    Abstract: The presented work aims at generating a systematically annotated corpus that can support the enhancement of sentiment analysis tasks in Telugu using word-level sentiment annotations. From OntoSenseNet, we extracted 11,000 adjectives, 253 adverbs, 8483 verbs and sentiment annotation is being done by language experts. We discuss the methodology followed for the polarity annotations and validate the… ▽ More

    Submitted 4 July, 2018; originally announced July 2018.

    Comments: Accepted as Long Paper at Student Research Workshop in 56th Annual Meeting of the Association for Computational Linguistics, ACL-2018

  14. arXiv:1807.01677  [pdf, other

    cs.CL

    Towards Automation of Sense-type Identification of Verbs in OntoSenseNet(Telugu)

    Authors: Sreekavitha Parupalli, Vij**i Anvesh Rao, Radhika Mamidi

    Abstract: In this paper, we discuss the enrichment of a manually developed resource of Telugu lexicon, OntoSenseNet. OntoSenseNet is a ontological sense annotated lexicon that marks each verb of Telugu with a primary and a secondary sense. The area of research is relatively recent but has a large scope of development. We provide an introductory work to enrich the OntoSenseNet to promote further research in… ▽ More

    Submitted 4 July, 2018; originally announced July 2018.

    Comments: Accepted Long Oral Paper at 6th International Workshop on Natural Language Processing for Social Media (SocialNLP) at 56th Annual Meeting of the Association for Computational Linguistics, ACL