I've been working on ModelSignature, a system that embeds a feedback URL (a “Model Signature”), directly into model weights using LoRA fine-tuning. Users can ask the chatbot "where can I report issues?" and the model responds with its ModelSignature page for bug reports and feedback. Providers get a detailed feedback/reports overview. Takes about 30 minutes on a T4 GPU. Since it's embedded in the weights, it persists wherever the model gets deployed.
esbenkran•1h ago
FinnLennard•13m ago
Currently we have email verification, as well as domain verification implemented. So only someone with an @openai.com email could sign up as a verified provider.
As for the feedback, it is not public. So only you as the provider see the feedback/incident reports in your dashboard. Others can only see how many reports havent been reviewed/resolved.
Think public feedback might be interesting for the future but might scare of some providers.