From 7b7afe0271113dcbbf381393043bc3d2f1444bc4 Mon Sep 17 00:00:00 2001 From: Vasilis Efthymiou <4610579+vefthym@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:29:12 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33e3216..58e46c7 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ -# FairER demo: Fairness-Aware and Explainable Entity Resolution - -*A video presentation of FairER demo is located in "demo_video/new_demo_video.mkv" of this repository* +# FairER: Fairness-Aware and Explainable Entity Resolution The source code for the papers: -Vasilis Efthymiou, Kostas Stefanidis, Evaggelia Pitoura, Vassilis Christophides. FairER: Entity Resolution with Fairness Constraints. CIKM 2021 (short) [[pdf]](https://github.com/vefthym/fairER/blob/main/CIKM2021short_fairER_CR.pdf) [[slides]](https://github.com/vefthym/fairER/blob/main/FairER-slides.pdf) [[poster]](https://github.com/vefthym/fairER/blob/main/FairER_poster.pdf) +Nikolaos Fanourakis, Christos Kontousias, Vasilis Efthymiou, Vassilis Christophides and Dimitris Plexousakis. FairER demo: Fairness-Aware and Explainable Entity Resolution. ISWC 2023 [[pdf]](https://github.com/vefthym/fairER/blob/main/ISWC2023_fairer_demo.pdf) [[poster]]() [[demo video]](https://youtu.be/DTrf9sbmCZE) + +Vasilis Efthymiou, Kostas Stefanidis, Evaggelia Pitoura, Vassilis Christophides. FairER: Entity Resolution with Fairness Constraints. CIKM 2021 [[pdf]](https://github.com/vefthym/fairER/blob/main/CIKM2021short_fairER_CR.pdf) [[slides]](https://github.com/vefthym/fairER/blob/main/FairER-slides.pdf) [[poster]](https://github.com/vefthym/fairER/blob/main/FairER_poster.pdf) -Nikolaos Fanourakis, Christos Kontousias, Vasilis Efthymiou, Vassilis Christophides and Dimitris Plexousakis. FairER demo: Fairness-Aware and Explainable Entity Resolution. ISWC 2023 [[pdf]](https://github.com/vefthym/fairER/blob/main/ISWC2023_fairer_demo.pdf) [[slides]]() [[poster]]() which are parts of the project ResponsibleER: Responsible by Design Entity Resolution, funded by the Hellenic Foundation for Research and Innovation. +*A video presentation of FairER demo is located in "demo_video/new_demo_video.mkv" of this repository; also available on [Youtube](https://youtu.be/DTrf9sbmCZE).* + **Public API and UI (demo with restricted functionality)**:
Before installing and running the code locally, with its full functionality, you may be interested in checking the public version with limited functionality, hosted at https://isl.ics.forth.gr/fairER/. There, you can also find the API ("Services Manual"), along with executable examples. @@ -33,8 +34,6 @@ python web/run.py ``` ## Datasets -1. Please click the "Download Datasets" button after the successfull running of the app. +1. Please click the "Download Datasets" button after the successfull installation of the app. 2. Download "2016-10-des_dict" from https://github.com/kosugi11037/bert-int and place it to resources/Datasets 3. Download "wiki-news-300d-1M.vec" from https://fasttext.cc/docs/en/english-vectors.html and place it to matching/OpenEA/run - -In case of problems or questions, please report an issue, or contact Vasilis Efthymiou (vefthym AT ics DOT forth DOT gr).