Skip to main content

Showing 1–16 of 16 results for author: Ajwani, D

.
  1. arXiv:2404.05143  [pdf, other

    cs.CL cs.AI cs.LG

    Plug and Play with Prompts: A Prompt Tuning Approach for Controlling Text Generation

    Authors: Rohan Deepak Ajwani, Zining Zhu, Jonathan Rose, Frank Rudzicz

    Abstract: Transformer-based Large Language Models (LLMs) have shown exceptional language generation capabilities in response to text-based prompts. However, controlling the direction of generation via textual prompts has been challenging, especially with smaller models. In this work, we explore the use of Prompt Tuning to achieve controlled language generation. Generated text is steered using prompt embeddi… ▽ More

    Submitted 7 April, 2024; originally announced April 2024.

    Comments: 9 pages, 3 figures, Presented at Deployable AI Workshop at AAAI-2024

    Journal ref: Presented at Deployable AI Workshop at AAAI-2024

  2. arXiv:2310.11812  [pdf, other

    cs.DS

    Open Problems in (Hyper)Graph Decomposition

    Authors: Deepak Ajwani, Rob H. Bisseling, Katrin Casel, Ümit V. Çatalyürek, Cédric Chevalier, Florian Chudigiewitsch, Marcelo Fonseca Faraj, Michael Fellows, Lars Gottesbüren, Tobias Heuer, George Karypis, Kamer Kaya, Jakub Lacki, Johannes Langguth, Xiaoye Sherry Li, Ruben Mayer, Johannes Meintrup, Yosuke Mizutani, François Pellegrini, Fabrizio Petrini, Frances Rosamond, Ilya Safro, Sebastian Schlag, Christian Schulz, Roohani Sharma , et al. (4 additional authors not shown)

    Abstract: Large networks are useful in a wide range of applications. Sometimes problem instances are composed of billions of entities. Decomposing and analyzing these structures helps us gain new insights about our surroundings. Even if the final application concerns a different problem (such as traversal, finding paths, trees, and flows), decomposing large graphs is often an important subproblem for comple… ▽ More

    Submitted 18 October, 2023; originally announced October 2023.

  3. arXiv:2208.11985  [pdf, other

    cs.DS cs.AI cs.DM cs.LG

    Learning to Prune Instances of Steiner Tree Problem in Graphs

    Authors: Jiwei Zhang, Deepak Ajwani

    Abstract: We consider the Steiner tree problem on graphs where we are given a set of nodes and the goal is to find a tree sub-graph of minimum weight that contains all nodes in the given set, potentially including additional nodes. This is a classical NP-hard combinatorial optimisation problem. In recent years, a machine learning framework called learning-to-prune has been successfully used for solving a di… ▽ More

    Submitted 9 October, 2022; v1 submitted 25 August, 2022; originally announced August 2022.

  4. arXiv:2109.03111  [pdf

    cs.NE cs.IR

    Sparse Distributed Memory using Spiking Neural Networks on Nengo

    Authors: Rohan Deepak Ajwani, Arshika Lalan, Basabdatta Sen Bhattacharya, Joy Bose

    Abstract: We present a Spiking Neural Network (SNN) based Sparse Distributed Memory (SDM) implemented on the Nengo framework. We have based our work on previous work by Furber et al, 2004, implementing SDM using N-of-M codes. As an integral part of the SDM design, we have implemented Correlation Matrix Memory (CMM) using SNN on Nengo. Our SNN implementation uses Leaky Integrate and Fire (LIF) spiking neuron… ▽ More

    Submitted 3 December, 2021; v1 submitted 7 September, 2021; originally announced September 2021.

    Comments: 8 pages, 11 figures, accepted as poster in Bernstein Conference 2021

    ACM Class: H.3.2; I.5.5

  5. arXiv:2104.09345  [pdf, other

    cs.LG

    Learning to Sparsify Travelling Salesman Problem Instances

    Authors: James Fitzpatrick, Deepak Ajwani, Paula Carroll

    Abstract: In order to deal with the high development time of exact and approximation algorithms for NP-hard combinatorial optimisation problems and the high running time of exact solvers, deep learning techniques have been used in recent years as an end-to-end approach to find solutions. However, there are issues of representation, generalisation, complex architectures, interpretability of models for mathem… ▽ More

    Submitted 19 April, 2021; originally announced April 2021.

  6. arXiv:2001.09879  [pdf, other

    cs.CL

    Towards Quantifying the Distance between Opinions

    Authors: Saket Gurukar, Deepak Ajwani, Sourav Dutta, Juho Lauri, Srinivasan Parthasarathy, Alessandra Sala

    Abstract: Increasingly, critical decisions in public policy, governance, and business strategy rely on a deeper understanding of the needs and opinions of constituent members (e.g. citizens, shareholders). While it has become easier to collect a large number of opinions on a topic, there is a necessity for automated tools to help navigate the space of opinions. In such contexts understanding and quantifying… ▽ More

    Submitted 27 January, 2020; originally announced January 2020.

    Comments: Accepted in ICWSM '20

  7. arXiv:2001.01230  [pdf, other

    cs.DS cs.AI cs.SI

    Learning fine-grained search space pruning and heuristics for combinatorial optimization

    Authors: Juho Lauri, Sourav Dutta, Marco Grassia, Deepak Ajwani

    Abstract: Combinatorial optimization problems arise in a wide range of applications from diverse domains. Many of these problems are NP-hard and designing efficient heuristics for them requires considerable time and experimentation. On the other hand, the number of optimization problems in the industry continues to grow. In recent years, machine learning techniques have been explored to address this gap. We… ▽ More

    Submitted 5 January, 2020; originally announced January 2020.

    Comments: Integrates three works which appeared at AAAI'19 [arXiv:1902.08455], the DSO workshop at IJCAI'19 [arXiv:1910.00517] and CIKM'19

  8. arXiv:1911.05582  [pdf, other

    cs.DB cs.DS

    Optimal Algorithms for Ranked Enumeration of Answers to Full Conjunctive Queries

    Authors: Nikolaos Tziavelis, Deepak Ajwani, Wolfgang Gatterbauer, Mirek Riedewald, Xiaofeng Yang

    Abstract: We study ranked enumeration of join-query results according to very general orders defined by selective dioids. Our main contribution is a framework for ranked enumeration over a class of dynamic programming problems that generalizes seemingly different problems that had been studied in isolation. To this end, we extend classic algorithms that find the k-shortest paths in a weighted graph. For ful… ▽ More

    Submitted 11 September, 2020; v1 submitted 13 November, 2019; originally announced November 2019.

    Comments: 50 pages, 19 figures

  9. arXiv:1910.00517  [pdf, other

    cs.LG cs.DS cs.SI

    Learning Multi-Stage Sparsification for Maximum Clique Enumeration

    Authors: Marco Grassia, Juho Lauri, Sourav Dutta, Deepak Ajwani

    Abstract: We propose a multi-stage learning approach for pruning the search space of maximum clique enumeration, a fundamental computationally difficult problem arising in various network analysis tasks. In each stage, our approach learns the characteristics of vertices in terms of various neighborhood features and leverage them to prune the set of vertices that are likely not contained in any maximum cliqu… ▽ More

    Submitted 12 September, 2019; originally announced October 2019.

    Comments: Appeared at the Data Science Meets Optimization Workshop (DSO) at IJCAI'19

  10. arXiv:1802.06060  [pdf, other

    cs.SI cs.DB cs.DS

    Any-k: Anytime Top-k Tree Pattern Retrieval in Labeled Graphs

    Authors: Xiaofeng Yang, Deepak Ajwani, Wolfgang Gatterbauer, Patrick K. Nicholson, Mirek Riedewald, Alessandra Sala

    Abstract: Many problems in areas as diverse as recommendation systems, social network analysis, semantic search, and distributed root cause analysis can be modeled as pattern search on labeled graphs (also called "heterogeneous information networks" or HINs). Given a large graph and a query pattern with node and edge label constraints, a fundamental challenge is to nd the top-k matches ac- cording to a rank… ▽ More

    Submitted 10 April, 2018; v1 submitted 16 February, 2018; originally announced February 2018.

    Comments: To appear in WWW 2018

  11. arXiv:1604.05875  [pdf, other

    cs.CL cs.IR

    Distributed Entity Disambiguation with Per-Mention Learning

    Authors: Tiep Mai, Bichen Shi, Patrick K. Nicholson, Deepak Ajwani, Alessandra Sala

    Abstract: Entity disambiguation, or map** a phrase to its canonical representation in a knowledge base, is a fundamental step in many natural language processing applications. Existing techniques based on global ranking models fail to capture the individual peculiarities of the words and hence, either struggle to meet the accuracy requirements of many real-world applications or they are too complex to sat… ▽ More

    Submitted 20 April, 2016; originally announced April 2016.

  12. arXiv:1504.01781  [pdf, other

    cs.SI

    Profiling user activities with minimal traffic traces

    Authors: Tiep Mai, Deepak Ajwani, Alessandra Sala

    Abstract: Understanding user behavior is essential to personalize and enrich a user's online experience. While there are significant benefits to be accrued from the pursuit of personalized services based on a fine-grained behavioral analysis, care must be taken to address user privacy concerns. In this paper, we consider the use of web traces with truncated URLs - each URL is trimmed to only contain the web… ▽ More

    Submitted 7 April, 2015; originally announced April 2015.

  13. arXiv:1404.5002  [pdf, ps, other

    cs.SI cs.DS

    A Geometric Distance Oracle for Large Real-World Graphs

    Authors: Deepak Ajwani, W. Sean Kennedy, Alessandra Sala, Iraj Saniee

    Abstract: Many graph processing algorithms require determination of shortest-path distances between arbitrary numbers of node pairs. Since computation of exact distances between all node-pairs of a large graph, e.g., 10M nodes and up, is prohibitively expensive both in computational time and storage space, distance approximation is often used in place of exact computation. In this paper, we present a novel… ▽ More

    Submitted 19 April, 2014; originally announced April 2014.

    Comments: 15 pages, 9 figures, 3 tables

  14. arXiv:1306.4521  [pdf, ps, other

    cs.DS cs.DC

    Empirical Evaluation of the Parallel Distribution Swee** Framework on Multicore Architectures

    Authors: Deepak Ajwani, Nodari Sitchinava

    Abstract: In this paper, we perform an empirical evaluation of the Parallel External Memory (PEM) model in the context of geometric problems. In particular, we implement the parallel distribution swee** framework of Ajwani, Sitchinava and Zeh to solve batched 1-dimensional stabbing max problem. While modern processors consist of sophisticated memory systems (multiple levels of caches, set associativity, T… ▽ More

    Submitted 19 June, 2013; originally announced June 2013.

    Comments: Longer version of ESA'13 paper

    ACM Class: F.2.2; D.1.3; D.4.8

  15. arXiv:0802.1059  [pdf, ps, other

    cs.DS

    Average-Case Analysis of Online Topological Ordering

    Authors: Deepak Ajwani, Tobias Friedrich

    Abstract: Many applications like pointer analysis and incremental compilation require maintaining a topological ordering of the nodes of a directed acyclic graph (DAG) under dynamic updates. All known algorithms for this problem are either only analyzed for worst-case insertion sequences or only evaluated experimentally on random DAGs. We present the first average-case analysis of online topological order… ▽ More

    Submitted 7 February, 2008; originally announced February 2008.

    Comments: 22 pages, long version of ISAAC'07 paper

  16. arXiv:cs/0602073  [pdf, ps, other

    cs.DS

    An O(n^{2.75}) algorithm for online topological ordering

    Authors: Deepak Ajwani, Tobias Friedrich, Ulrich Meyer

    Abstract: We present a simple algorithm which maintains the topological order of a directed acyclic graph with n nodes under an online edge insertion sequence in O(n^{2.75}) time, independent of the number of edges m inserted. For dense DAGs, this is an improvement over the previous best result of O(min(m^{3/2} log(n), m^{3/2} + n^2 log(n)) by Katriel and Bodlaender. We also provide an empirical compariso… ▽ More

    Submitted 20 April, 2006; v1 submitted 21 February, 2006; originally announced February 2006.

    Comments: 20 pages, long version of SWAT'06 paper