Commit Graph

15 Commits

Author SHA1 Message Date
d7788da1f4 Implemented a validation step to confirm that grammatical changes do not change substantive meaning 2026-04-22 15:58:05 -05:00
87c47517a0 More bugfixes in the glossary protection guard module 2026-04-22 12:17:52 -05:00
15cdf01f58 Bugfixes in the LLM retry loop 2026-04-22 11:36:24 -05:00
13b81aab2a Extend glossary term protection to the initial glossary LLM stage 2026-04-22 11:15:36 -05:00
183f8ba31d Bugfixes in the glossary protection guard: allow changes toward protected glossary terms, but deny changes away from protected terms 2026-04-22 11:04:35 -05:00
9afb5c5a4e Grammar corrections now run through a deterministic guard that blocks protected glossary names/aliases from being changed 2026-04-22 09:04:00 -05:00
c1672af9b4 Implemented deterministic transcript normalization before the LLM stages 2026-04-22 07:22:40 -05:00
445329de81 Implemented a second LLM stage for grammatical review 2026-04-21 15:42:09 -05:00
ca01e46d77 Updated configuration to utilize segment ids provided in the input transcript 2026-04-21 15:01:31 -05:00
7e1a3f721a Added support for multiple LLM passes to correct the transcript based upon the provided glossary 2026-04-21 13:12:08 -05:00
4296e3576e Refactor to request matching/replacement substrings from LLMs, rather than requesting a complete replacement for the full original text 2026-04-21 12:33:15 -05:00
23532cade1 Simplified the json schema passed to the LLM, and implemented more forgiving error handling for LLM proposed corrections 2026-04-21 11:14:56 -05:00
8c80c942dd Updated the LLM prompt to enforce acoustic/phoenetic similarity requirements for proposed corrections 2026-04-21 10:46:00 -05:00
8f6c721f06 Added executable root launcher for audita 2026-04-21 10:19:39 -05:00
e10349302f Initial version of application 2026-04-21 10:00:01 -05:00