GithubHelp home page GithubHelp logo

nicta / serene-benchmark Goto Github PK

View Code? Open in Web Editor NEW
0.0 20.0 3.0 18.18 MB

Benchmark to evaluate schema matching approaches

License: Other

Python 99.04% Shell 0.96%
semantic-labelling schema-matching data-integration

serene-benchmark's Introduction

Serene Benchmark

The Serene Benchmark project provides a common framework to evaluate different approaches for schema matching and mapping. Currently, the framework supports evaluation of three approaches for semantic labeling of relational data sources.

Prerequisites

To run evaluation benchmark,

  1. The server for Karma DSL needs to be installed and started.
  2. The server for Serene needs to be started.
  3. Neural nets: tensorflow and keras python packages.
  4. Serene Python client should be installed.

Decompress sources and labels in the data folder.

To install the package 'serene-benchmark', run

python setup.py install

Run

There are three different approaches for semantic typing which can be currently evaluated in this project:

  1. DSL: domain-independent semantic labeller
  2. DINT: relational data integrator
  3. NNet: deep neural nets MLP and CNN. Additionally, there is an implementation of a random forest using scikit.

Deep learning

For NNetModel, allowed model types are: 'cnn@charseq' (CNN on character sequences) and 'mlp@charfreq' (MLP on character freqs + entropy). There is also 'rf@charfreq' which uses scikit implementation of random forests while DINT uses Spark mllib.

DINT

DINT feature configuration is explained here, and resampling strategy here.

DSL

DSL can be run in two modes: "normal" when labeled data is used only from one domain or "enhanced" when labeled data from other domains is used. Its approach is exaplained in the paper.

benchmark.py provides a running example of two experiments to evaluate different approaches for semantic labeling.

To add another semantic labeling approach to the benchmark, one needs to create a class which inherits from SemanticTyper and implements 4 methods: degifine_training_data, train, reset and predict. One can also modify initialization of the class instance.

How to test

Nose unittests needs to be installed. To run the tests:

nosetests

serene-benchmark's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.