GitHub Copilot has been trained on private repos?
So copilot just gave me this link:
https://stackoverflow.com/a/10445101/828022
While i was writing this comment:
// based on th [cursor here]
The interesting thing is, this url can't be found via github search. Not parts nor the whole url. Which leads me to belief that either the relevant repository was deleted or it is private.
5 comments
[ 2.6 ms ] story [ 82.1 ms ] threadThe other is that it might have been trained from a corpus of web scrape data in addition to public GitHub repositories.
In which case I don't believe Copilot is offering a relevant link based on any information in the context, but just generating a link that looks like a SO link, based on pattern matching https://stackoverflow.com/a/[0-9]+/[0-9]+