Coder Social home page Coder Social logo

level-4-project's Introduction

level-4-project

Entity Retrieval for Complex Answer Retrieval

This system is intended to be an entity retrieval engine.

To use the system you will need:

JDK (Java development kit) get it here: http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html Apache maven get it here: https://maven.apache.org/download.cgi

Once you have installed these and cloned this repository you are going to need to build both Galago and the entity linker individually, do this by typing mvn install -DskipTests on a terminal in each respective directory. (Do this for galago first).

Now you need the data - first download and unzip the pubmed article files from here (labelled pmc.blah.tar.gz: http://www.trec-cds.org/2016.html These files are very large in size so you may not be able to use all of them, but the more files you have the more complete your system will be. Now you need the files from Dbpedia, get them from here: http://wiki.dbpedia.org/downloads-2016-10 download the relevant .ttl files from under the "datasets" heading.

level-4-project's People

Contributors

anotherdayattheraces avatar

Watchers

 avatar

level-4-project's Issues

Web server for user interface

The current system uses java user input to get the user's query, this should be changed to add a web server to allow the user to enter their query there and receive results on the web server.

Create database for KB

At the moment the system is only able to show medical-related entities, however this limits the system greatly, as many searches may involve many non-medical entities.

Speed up dictionary

At the moment the dictionary is inefficient and slow to search, it needs to be sped up, sorting it alphabetically would be a good place to start.

Formatting of qrels

The qrels files are formatted strangely with some characters being encoded with % this could be fixed so all correct entities are read in.

Pre-load dictionary

At the moment, when running the system you must wait 5 minutes to generate the dictionary, this should be changed so the dictionary is pre-loaded before run-time.

Change galago index

At the moment the documents in the index are badly formed and have poor use of tokens/fields, this must be changed so data is structured into a readable and helpful format.

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.