Giter VIP home page Giter VIP logo

expblock's Introduction

ExpBlock

This is the artifact for the manuscript:

"A Randomized Blocking Structure for Streaming Record Linkage",

co-authored by D. Karapiperis (IHU), C. Tjortjis (IHU), and V. Verykios (HOU) presented at PVLDB 2023 (Vancouver, Canada).

Proceedings of the VLDB EndowmentVolume 16, Issue 11, pp 2783โ€“2791.

Abstract

A huge amount of data, in terms of streams, is collected nowadays via a variety of sources, such as sensors, mobile devices, or even raw log files. The unprecedented rate at which these data are generated and collected calls for novel record linkage methods to identify matching records pairs, which refer to the same real-world entity. Blocking partitions data into blocks, whose records share a blocking key, to reduce the number of candidate record pairs.

This paper introduces ExpBlock, a randomized record linkage structure, which guarantees that both the most frequently accessed and recently used blocks remain in main memory and, additionally, the records within a block are renewed on a rolling basis.

Specifically, the probability of inactive blocks and older records to remain in main memory decays in order to give space to more promising blocks and fresher records, respectively. We implement these features using random choices instead of utilizing cumbersome ranking data structures in order to favour simplicity of implementation and efficiency.

We showcase, through the experimental evaluation, that ExplBlock scales efficiently to data streams by providing accurate results in a timely fashion.

Dependencies

  • Java Runtime Environment 8 (and onwards)
  • Maven 3
  • All component dependencies are managed by Maven

Running the artifact

  • Clone the repo
  • Build the jar with mvn clean package
  • Download and place the data files test_voters_A.txt and test_voters_B.txt into <repo>\target
  • From the command line, navigate into <repo>\target and run the project with java -jar ExpBlock-1.0-SNAPSHOT-jar-with-dependencies.jar
  • The results of the linkage will be found in <repo>\target\results.txt (Write privileges are required in <repo>\target)

expblock's People

Contributors

dimkar121 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.