From c1e0812c877233d230943cafc3063f43557d9910 Mon Sep 17 00:00:00 2001 From: ronakice Date: Tue, 17 Nov 2020 21:13:11 +0530 Subject: [PATCH 1/2] temporary update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a0cce5..69438158 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PyGaggle provides a gaggle of deep neural architectures for text ranking and question answering. It was designed for tight integration with [Pyserini](http://pyserini.io/), but can be easily adapted for other sources as well. -Currently, this repo contains implementations of the rerankers for [CovidQA](https://github.com/castorini/pygaggle/blob/master/data/) on CORD-19, as described in ["Rapidly Bootstrapping a Question Answering Dataset for COVID-19"](https://arxiv.org/abs/2004.11339). +Currently, this repo contains implementations of the rerankers for MS MARCO Passage Retrieval, MS MARCO Document Retrieval, TREC-COVID and [CovidQA](https://github.com/castorini/pygaggle/blob/master/data/) on CORD-19, as described in ["Rapidly Bootstrapping a Question Answering Dataset for COVID-19"](https://arxiv.org/abs/2004.11339). ## Installation From 06a3acfc1f9f98149cb9ddb783930a0582aff1c3 Mon Sep 17 00:00:00 2001 From: Ronak Date: Tue, 17 Nov 2020 21:20:29 +0530 Subject: [PATCH 2/2] Update README.md Co-authored-by: Rodrigo Frassetto Nogueira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69438158..decc2c6a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PyGaggle provides a gaggle of deep neural architectures for text ranking and question answering. It was designed for tight integration with [Pyserini](http://pyserini.io/), but can be easily adapted for other sources as well. -Currently, this repo contains implementations of the rerankers for MS MARCO Passage Retrieval, MS MARCO Document Retrieval, TREC-COVID and [CovidQA](https://github.com/castorini/pygaggle/blob/master/data/) on CORD-19, as described in ["Rapidly Bootstrapping a Question Answering Dataset for COVID-19"](https://arxiv.org/abs/2004.11339). +Currently, this repo contains implementations of the rerankers for MS MARCO Passage Retrieval, MS MARCO Document Retrieval, TREC-COVID and [CovidQA](https://github.com/castorini/pygaggle/blob/master/data/). ## Installation