Open Issues Need Help
View All on GitHub AI/ML • AI Applications
LLM prompting: harden response parsing in _parse_response() about 3 hours ago
AI Summary: The current method for parsing LLM responses relies on simple string searching for JSON and author names, which can lead to incorrect attributions in edge cases. The suggested improvement involves using more robust JSON extraction with regex, adding schema validation, and implementing better error handling or retry mechanisms.
Complexity:
3/5
enhancement good first issue
Authorship attribution toolkit — modular stylometry framework for identifying who wrote a document
Python