Datasets:
Update README.md
Browse files
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
|