fewshot-goes-multilingual-admin commited on
Commit
d418abf
1 Parent(s): cfa85c5

update readme to reflect renaming of entity attributes

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,7 +24,7 @@ task_ids:
24
  ---
25
 
26
 
27
- # Dataset Card for CNEC 2.0
28
 
29
 
30
  ## Dataset Description
@@ -39,10 +39,10 @@ Each sample contains:
39
  - `start`: index on which the entity starts in the source sentence
40
  - `end`: index on which the entity ends in the source sentence
41
  - `content`: entity content, it was created as `text[start:end]`
42
- - `idx`: unique entity string identifier
43
- - `parent_idx`: If entity was selected inside another entity (e.g. house number inside address), `parent_idx` is the identifier of the parent entity. None otherwise.
44
 
45
- The `idx` field was checked to be globally unique (across data samples and dataset splits.)
46
 
47
 
48
  ## Entity categories
 
24
  ---
25
 
26
 
27
+ # Dataset Card for Czech Named Entity Corpus 2.0
28
 
29
 
30
  ## Dataset Description
 
39
  - `start`: index on which the entity starts in the source sentence
40
  - `end`: index on which the entity ends in the source sentence
41
  - `content`: entity content, it was created as `text[start:end]`
42
+ - `entity_id`: unique entity string identifier
43
+ - `parent_id`: If entity was selected inside another entity (e.g. house number inside address), `parent_id` is the identifier of the parent entity. None otherwise.
44
 
45
+ The `entity_id` field was checked to be globally unique (across data samples and dataset splits.)
46
 
47
 
48
  ## Entity categories