-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Description
I'm attempting to understand the TTD-DR plugin. In the process, I've noticed a lot of dead code: large parts of the code base are not used and the code does not follow the process flow described in the README.
For example:
generate_structured_report(),synthesize_with_memory()are never called.- The outputs of phase 1.5 are unused.
- The examples do not contain the metadata that is supposed to be added.
- It seems that the references are seldom used: not all the references at the end of the example outputs are cited in the output. Each iteration seems to add more references, but they are not cited in the output.
Additionally, this implementation does not include component-wise optimization, via self-evolutionary algorithm, as described in the research paper.
Not that there's anything wrong with it, but I'm curious: was this largely vibe coded?
Metadata
Metadata
Assignees
Labels
No labels