Giter VIP home page Giter VIP logo

academic_literature_query_dataprep's Introduction

Academic Literature Query DataPrep

This project contains a scripts for preparing datasets for the specific task of building machine learning models to learn the features of academic abstracts that indicate that they are of key interest for a specific academic enquiry.

Status: Partially Functional

Basic Text Features for the Articles Complete 
Query Only Text Features Complete
Keyword Match Features Complete
Article to Query Match Feature Complete

All completed features marked with an asterisk * below


Current Work: Word Embedding Features

Overview

The scripts will take a dataset contain information about a set of academic papers that have been returned from an initial database search. This includes: title, abstract, authors.

They will then make use of information that describes the criteria of the academic search. This includes separate files describing inclusion and exclusion criteria, and two sets of keywords that could describe separate core topics (for multi-displinary papers).

All of this information is then used to generate features to help a machine learning algorithm distinguish which of the papers are appropriate for the query.

Features Generated

These are the planned list of features.

Article Specific

  • Abstract - Length *
  • Abstract - Wordcount *
  • Abstract - Mean Word Length *
  • Abstract - Max Word Length *
  • Abstract - Proportion of Content Words *
  • Title - Length *
  • Title - Wordcount *
  • Title - Mean Word Length *
  • Title - Max Word Length *
  • Title - Proportion of Content Words *
  • Authors - Count *

Article to Query Match

  • Abstract - Keywords 1 Matches *
  • Abstract - Keywords 2 Matches *
  • Abstract - Jaro Distance - Inclusion Criteria
  • Abstract - Levenschtein Distance - Inclusion Criteria
  • Abstract - Jaccard index - Inclusion Criteria
  • Abstract - Sorensen-Dice - Inclusion Criteria
  • Abstract - Ratcliff-Obershelp - Inclusion Criteria
  • Abstract - Jaro Distance - Exclusion Criteria
  • Abstract - Levenschtein Distance - Exclusion Criteria
  • Abstract - Jaccard index - Exclusion Criteria
  • Abstract - Sorensen-Dice - Exclusion Criteria
  • Abstract - Ratcliff-Obershelp - Exclusion Criteria
  • Keywords - Keywords 1 Matches *
  • Keywords - Keywords 2 Matches *
  • Title - Keywords 1 Matches *
  • Title - Keywords 2 Matches *

Query Specific

  • Keywords 1 - Count *
  • Keywords 1 - Max Length *
  • Keywords 2 - Count *
  • Keywords 2 - Max Length *
  • Inclusion Criteria - Jaro Distance - Exclusion Criteria *
  • Inclusion Criteria - Levenschtein Distance - Exclusion Criteria *
  • Inclusion Criteria - Jaccard index - Exclusion Criteria *
  • Inclusion Criteria - Sorensen-Dice - Exclusion Criteria *
  • Inclusion Criteria - Ratcliff-Obershelp - Exclusion Criteria *

All of the text similarity algorithms are explained in this article

Word Embedding Features

In order to provide a concise representation of how well the abstract matches the query we calculate word embeddings for all words in both and then calculate their cosine similarity.

  • Abstract - Word Embedding Cosine Similarity - Inclusion Criteria
  • Abstract - Word Embedding Cosine Similarity - Exclusion Criteria

academic_literature_query_dataprep's People

Contributors

john-hawkins 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.