open-spaced-repetition / srs-benchmark

A benchmark for spaced repetition schedulers/algorithms
https://github.com/open-spaced-repetition/fsrs4anki/wiki
65 stars 9 forks source link

Add GRU-P-F #128

Open Expertium opened 1 month ago

Expertium commented 1 month ago

Currently, all models only use interval lengths and grades. I tried incorporating time of the day and the number of reviews done on that day into FSRS, but it didn't improve results. However, it's possible that a neural network would be able to utilize that information. Please make GRU-P-F (or whatever you want to call it, I'm not good with names), which will have 4 input features.

L-M-Sherlock commented 1 month ago

I'm waiting for the new dataset.

Expertium commented 1 month ago

What do you mean?

L-M-Sherlock commented 1 month ago

I mean I will re-benchmark everything with the new dataset.

Expertium commented 1 month ago

Did Dae say that he will make a new dataset soon?

L-M-Sherlock commented 1 month ago

https://github.com/ankitects/anki/pull/3511#issuecomment-2429059085

Expertium commented 1 month ago

Oh, I see. I think 20k is better though, I'd prefer not losing accuracy.

L-M-Sherlock commented 1 month ago

My disk would complain. And the benchmarking time has been too long.

Expertium commented 1 month ago

Will the new dataset have deck names or preset names or both?

L-M-Sherlock commented 1 month ago

It includes deck_id and preset_id.