rafmacalaba commited on
Commit
b72d7dd
·
verified ·
1 Parent(s): 41ae596

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -43,6 +43,7 @@ Each record has two fields:
43
  * `named_data`: Proper name of a dataset (e.g. `National Education Outcomes Registry (NEOR)`).
44
  * `descriptive_data`: Described data source (e.g. `school enrolment and retention indicators`).
45
  * `vague_data`: General data references (e.g. `monitoring data`).
 
46
 
47
  Example:
48
  ```json
@@ -53,6 +54,11 @@ Example:
53
  "named_data": ["Demographic and Health Surveys (DHS)", "MICS"],
54
  "descriptive_data": [],
55
  "vague_data": ["data"]
 
 
 
 
 
56
  }
57
  }
58
  }
 
43
  * `named_data`: Proper name of a dataset (e.g. `National Education Outcomes Registry (NEOR)`).
44
  * `descriptive_data`: Described data source (e.g. `school enrolment and retention indicators`).
45
  * `vague_data`: General data references (e.g. `monitoring data`).
46
+ * `entity_descriptions`: Definitions for the three categories.
47
 
48
  Example:
49
  ```json
 
54
  "named_data": ["Demographic and Health Surveys (DHS)", "MICS"],
55
  "descriptive_data": [],
56
  "vague_data": ["data"]
57
+ },
58
+ "entity_descriptions": {
59
+ "named_data": "A dataset, survey, database, index, census, registry, or information system with a specific proper name that can be cited, queried, or downloaded as a data source",
60
+ "descriptive_data": "A data source described by its characteristics or producer rather than a proper name, containing a data noun and at least one identifying descriptor",
61
+ "vague_data": "A general reference to data, information, or statistics that contains a data noun but lacks enough specificity to identify the exact source"
62
  }
63
  }
64
  }