Nizam commited on
Commit
96af02b
1 Parent(s): 06c6686

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -5,4 +5,14 @@ task_categories:
5
  language:
6
  - id
7
  ---
8
- Scraped from brainly.co.id
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - id
7
  ---
8
+ ### Scraped from brainly.co.id
9
+ See repo [here](https://github.com/niizam/brainly-scraper)
10
+ ### Data Structure
11
+ The keys in each JSONL object include:
12
+ - "id": An integer value representing the page of task from url (e.g. brainly.co.id/tugas/117).
13
+ - "subject": A string indicating the subject of the question (e.g., "Fisika", "Matematika", "Sejarah").
14
+ - "author": A string representing the author of the question.
15
+ - "instruction": A string providing the instruction or prompt for the question.
16
+ - "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.
17
+ - "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.
18
+ - "status_1", "status_2": Strings indicating the status of the answers (e.g., "verified", "loved", "generic").