The Dataset Viewer has been disabled on this dataset.

Dataset origin: https://github.com/Emvista/popcorn-dataset

POPCORN Dataset

This directory contains the POPCORN French dataset. This dataset is divided into 400 validation and 400 training texts. The texts in this dataset were written and annotated manually. The texts are short and factual, in the style of an information report. Annotation based on the ontology described below enables training and evaluation of Information Extraction (Name Entity Recognition, Coreference Resolution and Relation Extraction) models.

POPCORN Dataset Format

The annotated texts are stored inside the corpus folder of this repository and split between the "train.json" and "test.json" files. Each file contains 400 texts stored as a 3 keys dictionary :

{
 "text": "the raw text as a string",
 "entities": [{
                "id": "id of the textual entity",
                "mentions": [{
                              "value": "textual value of the mention"
                              "start": "offset of the begin of the mention in the text as integer",
                              "end": "offset of the end of the mention in the text as integer"
                             },
                             ...
                            ],
                "type": "entity type as a string",
                "value": "if the entity is an attribute with a formatted value"
               },
               ...
              ],
 "relations": [ [subject_id, predicate, object_id],
                ...
               ]
}

POPCORN Ontology

This section lists the different types of entities, attributes and relations used to annotate the dataset. Although the classes are displayed in such a way as to indicate a given taxonomy, only the fine-grained classes (the most indented in the table) are annotated in the dataset. The parent classes are therefore given for information only and can be re-organised according to the use-case.

image_name png image_name png image_name png

In the provided annotations, gender is annotated as 2 relations (Male or Female) using the same entity as subject and object.

POPCORN Type Distribution

image_name png image_name png

As shown in the previous figures this dataset is imbalanced both with entities and relations. Users may choose to discard low support classes.

Citation

Bastien Giordano, Maxime Prieur, Nakanyseth Vuth, Sylvain Verdy, Kévin Cousot, Gilles Sérasset, Guillaume Gadek, Didier Schwab, Cédric Lopez (2024) POPCORN: Fictional and Synthetic Intelligence Reports for Named Entity Recognition and Relation Extraction Tasks. In PRoceedings of the 28th International Conference on Knowledge-Based and Intelligent Information & Engineering Systems (KES'24), to appear, september 2024, Sevilla, Spain.

Contact

If you have any questions, please contact cedric.lopez@emvista.com

Downloads last month
52