From df97c893b1a86a05e4639d93480bd38dcf57ea87 Mon Sep 17 00:00:00 2001 From: Daisy Deng Date: Fri, 3 Jan 2020 16:38:06 +0000 Subject: [PATCH] change name --- utils_nlp/dataset/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils_nlp/dataset/README.md b/utils_nlp/dataset/README.md index bf05557..bfbb040 100644 --- a/utils_nlp/dataset/README.md +++ b/utils_nlp/dataset/README.md @@ -21,7 +21,7 @@ df = load_pandas_df(DATA_FOLDER, file_split ="train", nrows = 1000) |[The STSbenchmark dataset](http://ixa2.si.ehu.es/stswiki/index.php/STSbenchmark)|[stsbenchmark.py](./stsbenchmark.py)| |[The Stanford Question Answering Dataset (SQuAD)](https://rajpurkar.github.io/SQuAD-explorer/)|[squad.py](./squad.py)| |[CNN/Daily Mail(CNN/DM) Dataset](https://github.com/harvardnlp/sent-summary)|[cnndm.py](./cnndm.py)| -|[Preprocessed CNN/Daily Mail(CNN/DM) Dataset by (https://arxiv.org/pdf/1903.10318.pdf)](https://github.com/nlpyang/BertSum)|[cnndm.py](./cnndm.py)| +|[Preprocessed CNN/Daily Mail(CNN/DM) Dataset for Extractive Summarization](https://github.com/nlpyang/BertSum)|[cnndm.py](./cnndm.py)| ## Dataset References Please see [Dataset References](../../DatasetReferences.md) for notice and information regarding datasets used.