ArgLab / ArgLab/writing_observer

NLP Caching

Open
#49 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
12
Forks
11
PR merge metrics
No merged PRs in 30d

Description

We want to cache results from the NLP so data is not run multiple times on the same text. Additionally this should improve performance in cases where multiple dashboards for the same text are open.

We may want to run the full set of indicators on the student text every so often to always try and provide information immediately to teachers, even if the indicators are a little bit out of data.

This could include indexing by text or by document id.

The cache should include which indicators were run, the results from the indicators, and additional meta data about the cache (like process id).

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by tracing where NLP indicators run and how dashboard requests reach that work, then define the cache key and freshness behavior from the issue. Done means repeated analysis of the same text avoids duplicate work while retaining indicator results and cache metadata, with performance and freshness behavior verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.