I am surprised that these issues would apply to, say, Google translate. Google appears unconstrained by cost or shortage of knowledgeable engineers. If Google developed a better translation model, I would expect to see it quickly integrated into the current translation interface. If some external group developed better translation models, I would expect to see them quickly acquired by Google.
google doesn’t use SOTA translation tools because they’re too costly per api call. they’re SOTA for the cost bucket they budgeted for google translate, of course, but there’s no way they’d use PaLM full size to translate.
also, it takes time for groups to implement the latest model. Google, microsoft, amazon, etc, are all internally is like a ton of mostly-separate companies networked together and sharing infrastructure; each team unit manages their own turf and is responsible for implementing the latest research output into their system.
Also do they have PaLM full size available to deploy like that? Are all the APIs in place where this is easy, or you can build a variant using PaLMs architecture but with different training data specifically for translation? Has Deepmind done all that API work or are they focused on the next big thing.
I can’t answer this, not being on the inside, but I can say on other projects, ‘research’ grade code is often years away from being deployable.
I am surprised that these issues would apply to, say, Google translate. Google appears unconstrained by cost or shortage of knowledgeable engineers. If Google developed a better translation model, I would expect to see it quickly integrated into the current translation interface. If some external group developed better translation models, I would expect to see them quickly acquired by Google.
google doesn’t use SOTA translation tools because they’re too costly per api call. they’re SOTA for the cost bucket they budgeted for google translate, of course, but there’s no way they’d use PaLM full size to translate.
also, it takes time for groups to implement the latest model. Google, microsoft, amazon, etc, are all internally is like a ton of mostly-separate companies networked together and sharing infrastructure; each team unit manages their own turf and is responsible for implementing the latest research output into their system.
Also do they have PaLM full size available to deploy like that? Are all the APIs in place where this is easy, or you can build a variant using PaLMs architecture but with different training data specifically for translation? Has Deepmind done all that API work or are they focused on the next big thing.
I can’t answer this, not being on the inside, but I can say on other projects, ‘research’ grade code is often years away from being deployable.
Yeah strongly agreed, I think we’re basically trying to make the same point.