doc
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ The dataset is structured into the following columns:
|
|
| 61 |
* **`queries`**: Contains query information:
|
| 62 |
* `"query"`: The text of the query.
|
| 63 |
* `"answer"`: The answer relevant to the query, from the original dataset.
|
| 64 |
-
* `"
|
| 65 |
|
| 66 |
## Usage
|
| 67 |
|
|
|
|
| 61 |
* **`queries`**: Contains query information:
|
| 62 |
* `"query"`: The text of the query.
|
| 63 |
* `"answer"`: The answer relevant to the query, from the original dataset.
|
| 64 |
+
* `"chunk_id"`: The ID of the chunk that the query is related to, of the form `doc-id_chunk-id`, where `doc-id` is the ID of the original document and `chunk-id` is the position of the chunk within that document.
|
| 65 |
|
| 66 |
## Usage
|
| 67 |
|