--- license: cc-by-sa-4.0 language: - en - fr - de - it - nl - ru - he task_categories: - token-classification pretty_name: Ingredient List Detection size_categories: - 1K` and `` - `tokens`: tokens obtained with pre-tokenization - `ner_tags`: tag ID associated with each token: 0 for `O`, 1 for `B-ING` and 2 for `I-ING` (BIO schema) - `offsets`: a list containing character start and end offsets of ingredients spans - `meta`: a dict containing additional meta-data about the sample: - `barcode`: the product barcode of the image that was used - `image_id`: unique digit identifier of the image for the product - `url`: image URL from which the text was extracted ## Versions ### v1.1 New version of the dataset with the following modifications: - included “*organic”/”*issu de l’agriculture biologique” suffixes as part of the ingredient list. This suffix was added manually as a postprocessing step and it did not make much sense not to include it. This was only included if the mention was just after the ingredient list (if allergen info was in between it was not included). - Some other annotation errors were fixed as well. ### v1.0 First version of the dataset