Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
100K - 1M
ArXiv:
Tags:
webdataset
License:
Update README.md
Browse files
README.md
CHANGED
@@ -57,11 +57,7 @@ This flat version of the dataset was specifically compiled to aid Large Multimod
|
|
57 |
- `domain`: str, broad category of the website
|
58 |
- `page_id`: str, unique ID for the particular page
|
59 |
- `question`: str, the question to answer
|
60 |
-
- `
|
61 |
-
- `answer_start`: int, starting position of the answer
|
62 |
-
- `element_id`: int, if corresponds to a unique element this is its unique identifier
|
63 |
-
- `text`: str, the actual answer
|
64 |
-
- `image_path`: str, local path to the image
|
65 |
- `image`: PIL.Image, the actual image to use for the question.
|
66 |
|
67 |
## Data Statistics
|
|
|
57 |
- `domain`: str, broad category of the website
|
58 |
- `page_id`: str, unique ID for the particular page
|
59 |
- `question`: str, the question to answer
|
60 |
+
- `answer`: str, the actual answer
|
|
|
|
|
|
|
|
|
61 |
- `image`: PIL.Image, the actual image to use for the question.
|
62 |
|
63 |
## Data Statistics
|