rafmacalaba commited on
Commit
d1164d9
·
verified ·
1 Parent(s): 8e15762

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -56,9 +56,9 @@ Example:
56
  "vague_data": ["data"]
57
  },
58
  "entity_descriptions": {
59
- "named_data": "A data mention (a data-bearing mention) is text that talks about or is referenced as data. Specifically, 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 mention (a data-bearing mention) is text that talks about or is referenced as data. Specifically, 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 data mention (a data-bearing mention) is text that talks about or is referenced as data. Specifically, 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
  }
 
56
  "vague_data": ["data"]
57
  },
58
  "entity_descriptions": {
59
+ "named_data": "A data mention with a proper name: dataset, survey, database, index, census, registry, or information system.",
60
+ "descriptive_data": "A data mention described by its characteristics or producer rather than a proper name.",
61
+ "vague_data": "A data mention that only generally references data, information, or statistics."
62
  }
63
  }
64
  }