JarrettYe commited on
Commit
c5cb938
·
verified ·
1 Parent(s): bf76658

Update README.md to include detailed dataset description, related papers, and remove Hugging Face upload instructions.

Browse files
Files changed (1) hide show
  1. README.md +6 -33
README.md CHANGED
@@ -10,7 +10,12 @@ tags:
10
 
11
  # Student Memory Logs Dataset
12
 
13
- This dataset contains student memory logs for spaced repetition learning systems.
 
 
 
 
 
14
 
15
  ## Dataset Files
16
 
@@ -19,38 +24,6 @@ This dataset contains student memory logs for spaced repetition learning systems
19
  - `opensource_dataset_forgetting_curve.tsv`: Forgetting curve data
20
  - `opensource_dataset_offset.tsv`: Offset-related data
21
 
22
- ## Uploading to Hugging Face
23
-
24
- ### Prerequisites
25
-
26
- 1. Install required dependencies:
27
- ```bash
28
- pip install -r requirements.txt
29
- ```
30
-
31
- 2. Login to Hugging Face (if not already logged in):
32
- ```bash
33
- huggingface-cli login
34
- ```
35
-
36
- ### Upload Dataset
37
-
38
- Run the upload script with your Hugging Face repository ID:
39
-
40
- ```bash
41
- python upload_to_hf.py --repo-id <your-username>/student-memory-logs
42
- ```
43
-
44
- For a private repository:
45
- ```bash
46
- python upload_to_hf.py --repo-id <your-username>/student-memory-logs --private
47
- ```
48
-
49
- If you need to use a specific token:
50
- ```bash
51
- python upload_to_hf.py --repo-id <your-username>/student-memory-logs --token <your-token>
52
- ```
53
-
54
  ## License
55
 
56
  This dataset is licensed under CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0 International).
 
10
 
11
  # Student Memory Logs Dataset
12
 
13
+ This dataset contains the 220 million MaiMemo student memory behavior logs used in experiments by Junyao Ye, Jingyong Su, & Yilong Cao (2022). For more details and replication source code, visit: https://github.com/maimemo/SSP-MMC and https://github.com/maimemo/SSP-MMC-Plus.
14
+
15
+ Related papers:
16
+
17
+ - Junyao Ye, Jingyong Su, and Yilong Cao. 2022. A Stochastic Shortest Path Algorithm for Optimizing Spaced Repetition Scheduling. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. ACM, 4381–4390.doi: 10.1145/3534678.3539081
18
+ - J. Su, J. Ye, L. Nie, Y. Cao and Y. Chen, "Optimizing Spaced Repetition Schedule by Capturing the Dynamics of Memory," in IEEE Transactions on Knowledge and Data Engineering. doi 10.1109/TKDE.2023.3251721
19
 
20
  ## Dataset Files
21
 
 
24
  - `opensource_dataset_forgetting_curve.tsv`: Forgetting curve data
25
  - `opensource_dataset_offset.tsv`: Offset-related data
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ## License
28
 
29
  This dataset is licensed under CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0 International).