Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Spanish
ArXiv:
Libraries:
Datasets
pandas
License:
ftvalentini commited on
Commit
6f5a840
·
verified ·
1 Parent(s): 0207984

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -892,7 +892,7 @@ A typical instance of one subset of the dataset looks like:
892
  - `id`: query id
893
  - `query`: query text
894
  - `docid`: relevant document id in the corpus
895
- - `docid_text`: relevant document text
896
  - `query_date`: date the query was extracted
897
  - `answer_date`: date the answer was extracted
898
  - `match_score`: the longest string in the SERP answer that is a substring of the matched document text, as a ratio of the length of the SERP answer
 
892
  - `id`: query id
893
  - `query`: query text
894
  - `docid`: relevant document id in the corpus
895
+ - `docid_text`: relevant document text (excludes article title)
896
  - `query_date`: date the query was extracted
897
  - `answer_date`: date the answer was extracted
898
  - `match_score`: the longest string in the SERP answer that is a substring of the matched document text, as a ratio of the length of the SERP answer