Datasets:
Update README.md
Browse files
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 |
|