Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
English
Size:
< 1K
DOI:
Libraries:
Datasets
pandas
License:
javatask commited on
Commit
b83e33b
1 Parent(s): 9f44817

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,11 +35,11 @@ A typical data point in the dataset contains the following structure:
35
  - `idx`: An index number for the entry.
36
  - `prompt`: The term or abbreviation to be defined.
37
  - `completion`: The definition or explanation of the term.
38
- - `label`: A label categorizing the term.
39
  - `lang`: Language of the entry (English).
40
- - `URL`: A link to a relevant external resource.
41
  - `sourceURL`: The source URL from where the information is derived.
42
- - `ts`: Timestamp when the entry was added.
43
 
44
  ### Example
45
 
 
35
  - `idx`: An index number for the entry.
36
  - `prompt`: The term or abbreviation to be defined.
37
  - `completion`: The definition or explanation of the term.
38
+ - `label`: A label categorizing the term. Truth 1 of False 0
39
  - `lang`: Language of the entry (English).
40
+ - `URL`: A link to a relevant external resource. Separed by commas
41
  - `sourceURL`: The source URL from where the information is derived.
42
+ - `ts`: Timestamp when the entry was added. POSIX Timestamp - seconds
43
 
44
  ### Example
45