Skip to main content

Showing 1–10 of 10 results for author: Skoutas, D

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

    cs.LG cs.AI

    MultiCast: Zero-Shot Multivariate Time Series Forecasting Using LLMs

    Authors: Georgios Chatzigeorgakidis, Konstantinos Lentzos, Dimitrios Skoutas

    Abstract: Predicting future values in multivariate time series is vital across various domains. This work explores the use of large language models (LLMs) for this task. However, LLMs typically handle one-dimensional data. We introduce MultiCast, a zero-shot LLM-based approach for multivariate time series forecasting. It allows LLMs to receive multivariate time series as input, through three novel token mul… ▽ More

    Submitted 23 May, 2024; originally announced May 2024.

  2. arXiv:2312.09864  [pdf, other

    cs.DS

    Accelerating Spatio-Textual Queries with Learned Indices

    Authors: Georgios Chatzigeorgakidis, Kostas Patroumpas, Dimitrios Skoutas, Spiros Athanasiou

    Abstract: Efficiently computing spatio-textual queries has become increasingly important in various applications that need to quickly retrieve geolocated entities associated with textual information, such as in location-based services and social networks. To accelerate such queries, several works have proposed combining spatial and textual indices into hybrid index structures. Recently, the novel idea of re… ▽ More

    Submitted 15 December, 2023; originally announced December 2023.

  3. arXiv:2304.12329  [pdf, other

    cs.DB cs.CL

    Pre-trained Embeddings for Entity Resolution: An Experimental Analysis [Experiment, Analysis & Benchmark]

    Authors: Alexandros Zeakis, George Papadakis, Dimitrios Skoutas, Manolis Koubarakis

    Abstract: Many recent works on Entity Resolution (ER) leverage Deep Learning techniques involving language models to improve effectiveness. This is applied to both main steps of ER, i.e., blocking and matching. Several pre-trained embeddings have been tested, with the most popular ones being fastText and variants of the BERT model. However, there is no detailed analysis of their pros and cons. To cover this… ▽ More

    Submitted 24 April, 2023; originally announced April 2023.

  4. Atrapos: Real-time Evaluation of Metapath Query Workloads

    Authors: Serafeim Chatzopoulos, Thanasis Vergoulis, Dimitrios Skoutas, Theodore Dalamagas, Christos Tryfonopoulos, Panagiotis Karras

    Abstract: Heterogeneous information networks (HINs) represent different types of entities and relationships between them. Exploring, analysing, and extracting knowledge from such networks relies on metapath queries that identify pairs of entities connected by relationships of diverse semantics. While the real-time evaluation of metapath query workloads on large, web-scale HINs is highly demanding in computa… ▽ More

    Submitted 25 May, 2023; v1 submitted 11 January, 2022; originally announced January 2022.

    Comments: 13 pages, 19 figures

  5. arXiv:2104.09509  [pdf, other

    cs.DB

    Local Similarity Search on Geolocated Time Series Using Hybrid Indexing

    Authors: Georgios Chatzigeorgakidis, Dimitrios Skoutas, Kostas Patroumpas, Themis Palpanas, Spiros Athanasiou, Spiros Skiadopoulos

    Abstract: Geolocated time series, i.e., time series associated with certain locations, abound in many modern applications. In this paper, we consider hybrid queries for retrieving geolocated time series based on filters that combine spatial distance and time series similarity. For the latter, unlike existing work, we allow filtering based on local similarity, which is computed based on subsequences rather t… ▽ More

    Submitted 19 April, 2021; originally announced April 2021.

    MSC Class: 68P05 ACM Class: E.1

  6. arXiv:2104.09417  [pdf, other

    cs.DS

    Local Pair and Bundle Discovery over Co-Evolving Time Series

    Authors: Georgios Chatzigeorgakidis, Dimitrios Skoutas, Kostas Patroumpas, Themis Palpanas, Spiros Athanasiou, Spiros Skiadopoulos

    Abstract: Time series exploration and mining has many applications across several industrial and scientific domains. In this paper, we consider the problem of detecting locally similar pairs and groups, called bundles, over co-evolving time series. These are pairs or groups of subsequences whose values do not differ by more than ε for at least delta consecutive timestamps, thus indicating common local patte… ▽ More

    Submitted 19 April, 2021; originally announced April 2021.

    Comments: 16 pages, 16 figures

    MSC Class: 68P05 ACM Class: E.1

  7. arXiv:2104.06874  [pdf

    cs.DS

    Twin Subsequence Search in Time Series

    Authors: Georgios Chatzigeorgakidis, Dimitrios Skoutas, Kostas Patroumpas, Themis Palpanas, Spiros Athanasiou, Spiros Skiadopoulos

    Abstract: We address the problem of subsequence search in time series using Chebyshev distance, to which we refer as twin subsequence search. We first show how existing time series indices can be extended to perform twin subsequence search. Then, we introduce TS-Index, a novel index tailored to this problem. Our experimental evaluation compares these approaches against real time series datasets, and demonst… ▽ More

    Submitted 14 April, 2021; originally announced April 2021.

    Comments: 6 pages, 8 figures

    MSC Class: 68P05 ACM Class: E.1

  8. arXiv:2104.04194  [pdf, other

    cs.LG cs.AI cs.DB

    INODE: Building an End-to-End Data Exploration System in Practice [Extended Vision]

    Authors: Sihem Amer-Yahia, Georgia Koutrika, Frederic Bastian, Theofilos Belmpas, Martin Braschler, Ursin Brunner, Diego Calvanese, Maximilian Fabricius, Orest Gkini, Catherine Kosten, Davide Lanti, Antonis Litke, Hendrik Lücke-Tieke, Francesco Alessandro Massucci, Tarcisio Mendes de Farias, Alessandro Mosca, Francesco Multari, Nikolaos Papadakis, Dimitris Papadopoulos, Yogendra Patil, Aurélien Personnaz, Guillem Rull, Ana Sima, Ellery Smith, Dimitrios Skoutas , et al. (3 additional authors not shown)

    Abstract: A full-fledged data exploration system must combine different access modalities with a powerful concept of guiding the user in the exploration process, by being reactive and anticipative both for data discovery and for data linking. Such systems are a real opportunity for our community to cater to users with different domain and data science expertise. We introduce INODE -- an end-to-end data expl… ▽ More

    Submitted 9 April, 2021; originally announced April 2021.

    Comments: 8 pages, 5 figures

    ACM Class: I.2; H.2

  9. arXiv:1905.06167  [pdf, other

    cs.DB

    A Survey of Blocking and Filtering Techniques for Entity Resolution

    Authors: George Papadakis, Dimitrios Skoutas, Emmanouil Thanos, Themis Palpanas

    Abstract: Efficiency techniques are an integral part of Entity Resolution, since its infancy. In this survey, we organized the bulk of works in the field into Blocking, Filtering and hybrid techniques, facilitating their understanding and use. We also provided an in-dept coverage of each category, further classifying the corresponding works into novel sub-categories. Lately, the efficiency techniques have r… ▽ More

    Submitted 21 August, 2020; v1 submitted 15 May, 2019; originally announced May 2019.

  10. A Buffer-aided Successive Opportunistic Relay Selection Scheme with Power Adaptation and Inter-Relay Interference Cancellation for Cooperative Diversity Systems

    Authors: Nikolaos Nomikos, Themistoklis Charalambous, Ioannis Krikidis, Dimitrios Skoutas, Demosthenes Vouyioukas, Mikael Johansson

    Abstract: In this paper we consider a simple cooperative network consisting of a source, a destination and a cluster of decode-and-forward half-duplex relays. At each time-slot, the source and (possibly) one of the relays transmit a packet to another relay and the destination, respectively, resulting in inter-relay interference (IRI). In this work, with the aid of buffers at the relays, we mitigate the detr… ▽ More

    Submitted 17 July, 2014; v1 submitted 6 February, 2013; originally announced February 2013.

    Comments: Preliminary results of this article have been presented in the IEEE International Symposium on Personal Indoor and Mobile Radio Communications, 8-11 September, 2013, London, United Kingdom