JTaggart on Nostr: The current side project is an LLM based law school tutor. The LLM generates essays, ...
The current side project is an LLM based law school tutor.
The LLM generates essays, grades essays, gives mid-essay hints/conversations.
I'm adding rag based on course notes.
The current issue is how best to incorporate the course notes to DBs so that I can pass the relevant notes to the LLM during essay prompt generation.
Courses are divided into topics, sub topics etc. I want to log which essays are generated that target each topic so that you ensure complete coverage. And grade essays and record performance for the same.
This way I can add an Anki-style spaced repetition but via essays.
The big items I need to solve are how to parse course notes into the database, how to structure it generally, and the Anki style stuff.
The LLM generates essays, grades essays, gives mid-essay hints/conversations.
I'm adding rag based on course notes.
The current issue is how best to incorporate the course notes to DBs so that I can pass the relevant notes to the LLM during essay prompt generation.
Courses are divided into topics, sub topics etc. I want to log which essays are generated that target each topic so that you ensure complete coverage. And grade essays and record performance for the same.
This way I can add an Anki-style spaced repetition but via essays.
The big items I need to solve are how to parse course notes into the database, how to structure it generally, and the Anki style stuff.