Giguru Scheuer commited on
Commit
a61ea77
1 Parent(s): 2276b90

Renamed file

Browse files
cast2019_test_annotated.tsv → cast2019_test_annotated_without_context.tsv RENAMED
File without changes
trec-cast-2019-multi-turn.py CHANGED
@@ -47,7 +47,7 @@ _LICENSE = ""
47
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
48
  _URL = "https://huggingface.co/datasets/uva-irlab/trec-cast-2019-multi-turn/resolve/main/"
49
  _URLs = {
50
- 'topics': _URL+"cast2019_test_annotated.tsv",
51
  'topics_with_context': _URL+"cast2019_test_annotated_with_context.tsv",
52
  'qrels': _URL+"2019qrels.txt",
53
  'test_collection': {
47
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
48
  _URL = "https://huggingface.co/datasets/uva-irlab/trec-cast-2019-multi-turn/resolve/main/"
49
  _URLs = {
50
+ 'topics': _URL+"cast2019_test_annotated_without_context.tsv",
51
  'topics_with_context': _URL+"cast2019_test_annotated_with_context.tsv",
52
  'qrels': _URL+"2019qrels.txt",
53
  'test_collection': {