Datasets:
File size: 960 Bytes
b1aed0a bb97046 9c24c4b bb97046 b1aed0a 0c9ba22 96af02b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: unlicense
task_categories:
- question-answering
- text-classification
- text-generation
language:
- id
---
### brainly.co.id dataset
### Data Structure
The keys in each JSONL object include:
- "id": An integer value representing the page of task from url (e.g. brainly.co.id/tugas/117).
- "subject": A string indicating the subject of the question (e.g., "Fisika", "Matematika", "Sejarah").
- "author": A string representing the author of the question.
- "instruction": A string providing the instruction or prompt for the question.
- "answerer_1", "answer_2": Strings representing the answerers for the question. The number at the end of the key (1 & 2) signifies the answer's index.
- "answer_1", "answer_2": Strings containing the answers provided by the answerers. The number at the end of the key corresponds to the answerer index.
- "status_1", "status_2": Strings indicating the status of the answers (e.g., "verified", "loved", "generic"). |