1 code implementation • 15 Aug 2024 • Alexander Varlamov, Daria Diatlova, Egor Spirin
Improvements in diffusion models have boosted the quality of image generation, which has led researchers, companies, and creators to focus on improving watermarking algorithms.
no code implementations • 7 May 2024 • Daria Diatlova, Anton Udalov, Vitalii Shutov, Egor Spirin
Recently, the usage of speech self-supervised models (SSL) for downstream tasks has been drawing a lot of attention.
no code implementations • 17 Jun 2022 • Maksim Zubkov, Egor Spirin, Egor Bogomolov, Timofey Bryksin
The first task is code clone detection, which we evaluate on the POJ-104 dataset containing implementations of 104 algorithms.
no code implementations • 17 Jun 2022 • Ilya Utkin, Egor Spirin, Egor Bogomolov, Timofey Bryksin
Even though the process of extracting ASTs from code can be done with different parsers, the impact of choosing a parser on the final model quality remains unstudied.
2 code implementations • 7 Jun 2022 • Egor Bogomolov, Sergey Zhuravlev, Egor Spirin, Timofey Bryksin
We evaluate three models of different complexity and compare their quality in three settings: trained on a large dataset of Java projects, further fine-tuned on the data from a particular project, and trained from scratch on this data.
1 code implementation • 23 Mar 2021 • Egor Spirin, Egor Bogomolov, Vladimir Kovalenko, Timofey Bryksin
PSI trees contain code syntax trees as well as functions to work with them, and therefore can be used to enrich code representation using static analysis algorithms of modern IDEs.