V. S. Subrahmanian
University of Maryland, College Park
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by V. S. Subrahmanian.
international semantic web conference | 2009
Matthias Bröcheler; Andrea Pugliese; V. S. Subrahmanian
RDF is an increasingly important paradigm for the representation of information on the Web. As RDF databases increase in size to approach tens of millions of triples, and as sophisticated graph matching queries expressible in languages like SPARQL become increasingly important, scalability becomes an issue. To date, there is no graph-based indexing method for RDF data where the index was designed in a way that makes it disk-resident. There is therefore a growing need for indexes that can operate efficiently when the index itself resides on disk. In this paper, we first propose the DOGMA index for fast subgraph matching on disk and then develop a basic algorithm to answer queries over this index. This algorithm is then significantly sped up via an optimized algorithm that uses efficient (but correct) pruning strategies when combined with two different extensions of the index. We have implemented a preliminary system and tested it against four existing RDF database systems developed by others. Our experiments show that our algorithm performs very well compared to these systems, with orders of magnitude improvements for complex graph queries.
Annals of Mathematics and Artificial Intelligence | 2007
Samir Khuller; M. Vanina Martinez; Dana S. Nau; Amy Sliva; Gerardo I. Simari; V. S. Subrahmanian
The semantics of probabilistic logic programs (PLPs) is usually given through a possible worlds semantics. We propose a variant of PLPs called action probabilistic logic programs or -programs that use a two-sorted alphabet to describe the conditions under which certain real-world entities take certain actions. In such applications, worlds correspond to sets of actions these entities might take. Thus, there is a need to find the most probable world (MPW) for -programs. In contrast, past work on PLPs has primarily focused on the problem of entailment. This paper quickly presents the syntax and semantics of -programs and then shows a naive algorithm to solve the MPW problem using the linear program formulation commonly used for PLPs. As such linear programs have an exponential number of variables, we present two important new algorithms, called
european conference on symbolic and quantitative approaches to reasoning and uncertainty | 2007
Maria Vanina Martinez; Andrea Pugliese; Gerardo I. Simari; V. S. Subrahmanian; Henri Prade
\textsf{HOP}
international conference on social computing | 2010
Matthias Broecheler; Paulo Shakarian; V. S. Subrahmanian
and
IEEE Transactions on Knowledge and Data Engineering | 2013
Massimiliano Albanese; Andrea Pugliese; V. S. Subrahmanian
\textsf{SemiHOP}
Archive | 2013
Sushil Jajodia; Anup K. Ghosh; V. S. Subrahmanian; Vipin Swarup; Cliff Wang; X. Sean Wang
to solve the MPW problem exactly. Both these algorithms can significantly reduce the number of variables in the linear programs. Subsequently, we present a “binary” algorithm that applies a binary search style heuristic in conjunction with the Naive,
european intelligence and security informatics conference | 2011
Aaron Mannes; Jana Shakarian; Amy Sliva; V. S. Subrahmanian
\textsf{HOP}
Artificial Intelligence | 2009
Yingqian Zhang; Efrat Manisterski; Sarit Kraus; V. S. Subrahmanian; David Peleg
and
scalable uncertainty management | 2011
Francesco Parisi; Amy Sliva; V. S. Subrahmanian
\textsf{SemiHOP}
Data Management in Pervasive Systems | 2015
Vincenzo Moscato; Antonio Picariello; V. S. Subrahmanian
algorithms to quickly find worlds that may not be “most probable.” We experimentally evaluate these algorithms both for accuracy (how much worse is the solution found by these heuristics in comparison to the exact solution) and for scalability (how long does it take to compute). We show that the results of