GSoC idea: a code generation model for smalltalk

NA
Nicolas Anquetil
Thu, Feb 9, 2023 8:57 AM

hello,

this paper : "An Empirical Comparison of Pre-Trained Models of Source
Code" https://arxiv.org/pdf/2302.04026.pdf studied "19
recently-developed pre-trained models of source code"

I am a complete noob in this domain, but wouldn't it be possible to use
one of these to train it on smalltalk code and get an advanced code
completion tool from that ?

nicolas

hello, this paper : "An Empirical Comparison of Pre-Trained Models of Source Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 recently-developed pre-trained models of source code" I am a complete noob in this domain, but wouldn't it be possible to use one of these to train it on smalltalk code and get an advanced code completion tool from that ? nicolas
NB
Noury Bouraqadi
Sat, Aug 12, 2023 7:03 PM

Is anyone working on this subject?

On Thu, Feb 9, 2023, 10:02 Nicolas Anquetil nicolas.anquetil@inria.fr
wrote:

hello,

this paper : "An Empirical Comparison of Pre-Trained Models of Source
Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 recently-developed
pre-trained models of source code"

I am a complete noob in this domain, but wouldn't it be possible to use
one of these to train it on smalltalk code and get an advanced code
completion tool from that ?

nicolas

Is anyone working on this subject? On Thu, Feb 9, 2023, 10:02 Nicolas Anquetil <nicolas.anquetil@inria.fr> wrote: > > hello, > > this paper : "An Empirical Comparison of Pre-Trained Models of Source > Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 recently-developed > pre-trained models of source code" > > I am a complete noob in this domain, but wouldn't it be possible to use > one of these to train it on smalltalk code and get an advanced code > completion tool from that ? > > nicolas >
NA
Nicolas Anquetil
Mon, Aug 21, 2023 8:58 AM

should be possible to do a first version using the Pharo Language Server
Protocol implementation
https://github.com/badetitou/Pharo-LanguageServer (from Benoit
Verhaeghe) and a server like codeium https://codeium.com/ (a free
coding assistant)

nicolas

nicolas

On 12/08/2023 21:03, Noury Bouraqadi wrote:

Is anyone working on this subject?

On Thu, Feb 9, 2023, 10:02 Nicolas Anquetil
nicolas.anquetil@inria.fr wrote:

 hello,

 this paper : "An Empirical Comparison of Pre-Trained Models of
 Source Code" https://arxiv.org/pdf/2302.04026.pdf studied "19
 recently-developed pre-trained models of source code"

 I am a complete noob in this domain, but wouldn't it be possible
 to use one of these to train it on smalltalk code and get an
 advanced code completion tool from that ?

 nicolas

--
Nicolas Anquetil
RMod team -- Inria Lille

should be possible to do a first version using the Pharo Language Server Protocol implementation <https://github.com/badetitou/Pharo-LanguageServer> (from Benoit Verhaeghe) and a server like codeium <https://codeium.com/> (a free coding assistant) nicolas nicolas On 12/08/2023 21:03, Noury Bouraqadi wrote: > Is anyone working on this subject? > > On Thu, Feb 9, 2023, 10:02 Nicolas Anquetil > <nicolas.anquetil@inria.fr> wrote: > > > hello, > > this paper : "An Empirical Comparison of Pre-Trained Models of > Source Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 > recently-developed pre-trained models of source code" > > I am a complete noob in this domain, but wouldn't it be possible > to use one of these to train it on smalltalk code and get an > advanced code completion tool from that ? > > nicolas > -- Nicolas Anquetil RMod team -- Inria Lille