Skip to content

TREC-COVID source code for team Smith.

Notifications You must be signed in to change notification settings

jjfiv/trec-covid

Repository files navigation

TREC-COVID

  • TREC-COVID is an information retrieval challenge running Spring 2020 that involves ~50,000 research articles.
  • This repository contains code for submissions by team Smith.

Dependencies:

Running:

  1. Edit code to define variable DATA_PATH to point to a directory where you have downloaded the CORD-19 dataset.
  2. Run the MergeInputFilesKt class.
  3. Run the IndexFromJSONL class.