Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 707 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 707 Bytes

BioAsqQA_System

This is source for QA system for BIOASQ Biomedical competition. The System is currently still under development. The goal of this challenge is to return relevant set of documents, relevant snippets from document abstract, relevant set of concepts and answer given input question/

Current capability of system:

The system is currently capable of making calls to below repositeries:
PubMed
Jochem
UniProt
DO (Diesease Ontology)
GO (Gene Ontology)
The system uses Bioasq api to communicate with these data sources
The system uses stanford core nlp and stanford nlp parser to do query expansion
system is written in JAVA and uses eclipse IDE