GEODE/bert-base-multilingual-cased-classification-ner
Text Classification • 0.2B • Updated • 24
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
The GeoEDdA-TopoRel dataset is structured in two parts:
The dataset is provided as JSON files where each item follows the following structure:
{
"volume": "17",
"numero": "2303",
"head": "TRÉVOUX",
"text": "TRÉVOUX, (Géog. mod.) ancienne petite ville de France, <...> ",
"entryType": "Place",
"cardinality": "Single"
"placeType": "City"
"placeNames": [{"start": 48, "end": 54, "text": "France", "label": "Country"}, {"start": 86, "end": 92, "text": "Dombes", "label": "Region"}, {"start": 118, "end": 126, "text": "la Saône", "label": "River"}, <...>],
"spatialRelations": [{"start": 94, "end": 117, "text": "sur le bord oriental de la Saône", "label": "Adjacency"} ]
"segmentedDescriptions": "[]"
}
Each data contains ten fields:
volume: volume number of the entry from the Encyclopedie ARTFL datasetnumero: number of the entry (within the volume) from the Encyclopedie ARTFL datasethead: entry nametext: plain text of the entryPlace, Person, OtherSingle or Multiplemultiple, empty list otherwise.The authors thank the Computer Science Federation of Lyon (FIL) of the CNRS for financially supporting the ECoDA research project.