Code Monkey home page Code Monkey logo

explaindav's Introduction

Explain-Da-V - Explaining Dataset Changes for Semantic Data Versioning

Explain-Da-V is a framework aiming to explain changes between two given dataset versions. Explain-Da-V generates explanations that use data transformations to explain changes.

The Paper

Explaining Dataset Changes for Semantic Data Versioning with Explain-Da-V Roee Shraga, Ren'ee J. Miller, PVLDB (to appear), 2023

BibTeX: TBD

Getting Started

Requirements

  1. Anaconda 3
  2. Tabulate
  3. Featuretools

Installation

  1. Download and extract the Semantic Data Versioning Benchmark
    0.1 For BYOD (bring your own data), please follow the format of SDVB
  2. Clone Explain-Da-V repository
    1.1. Add three empty directories named results (stores functional dependencies), temp, and output (will hold the results of Explain-Da-V)
    1.2 Download Metanome runnable.
    1.3 Rename metanome-cli-1.1.0.jar as metanome.jar and add to the Explain-Da-V repository
  3. (optional) locate the dataset folder in the repository

Running

  1. Configuring Explain-Da-V is done via the config file
    1.1. (required) update the following entries to be consistent with local machine:
    - dataset_name: the name of the dataset (also the name of the folder, e.g., IMDB)
    - problem_sets_file: the location of the problem_sets file (e.g., 'Data/Benchmark/{}/problem_sets.csv'.format(dataset_name))
    1.2 (optional) update other parameters, e.g., CATEGORICAL_UPPER_BOUND(the number of unique values to be considered as a categorical type).
  2. Run main
    2.1. Use main_with_problem_sets for default setting
    2.2. Other settings are used for ablation study (e.g., use_fd_discovery=False) and baselines (e.g., main_with_problem_sets_baseline_original(extend_for_auto_pipeline=False, extend_for_plus=True)
  3. The output will be generated in the directory output
    3.1 The output file documents the problem_set, nature of change (e.g., adding columns), the resolved trasformation and its evaluation (please see paper for more details).

Acknowledgments

The code framework uses two existing systems, namely metanome and Foofah (both are included in the repository) :

The Team

Explain-Da-V was developed at the Data Lab, Northeastern University by Dr. Roee Shraga and Prof. Ren'ee J. Miller.


The repository also contains Ablation Study Plots (Figure 11, Section 7.3):

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.