Giter Club home page Giter Club logo

semester-project-references-disambiguation's Introduction

A Semi-Supervised Approach to Citation Matching in the Humanities

EPFL Spring 2018 Semester Project

Supervised by Matteo Romanello, Digital Humanities Laboratory, EPFL

Description

Citation matching in the humanities publication is not an easy task. This project adopts a step-by-step approach to match references in the Linked Books dataset. Due to the large scale of data available, the search space is required to be reduced to efferently find the match.

  • The approach starts with matching partial references with full references in one document based on some general rules.

  • Secondly, with the help of hash functions, the full references are grouped together into a global candidate group.

  • Finally, semi-supervised learning method is applied to address the problem of lacking ground truth and classify within the candidate group whether two citations point to the same document.

  • Manually annotating the global candidate group is needed for the evaluation of this approach.

Reposotory Structure

The reposotory is organized as following:

  • material: presentation sildes and report

  • code: main code and notebook

    • Local Clustering:
      • Local Clustering.ipynb
    • Hash Matching:
      • getfullref.py: get "full" references
      • hashfunction.py: definition of hash function
      • hashgenerate.py: generate hashes for all full references
      • hashsplit.py: change the structure of reference and its hashes
      • hashmatch.py: match references based on hashes
      • Hash Stat.ipynb: show some statistics of returned references of each hash
      • Hash Sample.ipynb: apply hash black list and select samples for annotating
    • Global Matching:
      • Global Matching.ipynb
    • Support Modules:
      • dbmodel.py: modules for database
      • readref.py: read and store reference into desired structure

Reference

semester-project-references-disambiguation's People

Contributors

taosunvoyage avatar

Watchers

 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.