본문 바로가기
  • Machine Learning Paper Reviews (Mostly NLP)

분류 전체보기21

Morphological Capability of BERT DagoBERT: Generating Derivational Morphology with a Pretrained Language Model Valentin Hofmann, Janet B. Pierrehumbert, Hinrich schutze 7 Oct 2020 Derivational Morphology rather than Syntax and Semantics Among all those linguistic knowledges, syntax and semantics came into the lime light in NLP. The paper presents a study about the derivational morphological capability of BERT, suggesting a full.. 2023. 4. 16.
How Transformers Learn Long Sequences Taming Transformers for High-Resolution Image Synthesis Patrick Esser, Robin Rombach, Bjorn Ommer 23 Jun 2021 Transformer: Exploiting Its Highly Promising Learning Capabilities Since the paper has been published, many tasks relied on transformer architecture in various fields such as natural language processing or computer vision. However, because of its complex network which adapts complex rela.. 2023. 4. 5.
What Is Wrong With Backpropagation The Forward-Forward Algorithm: Some Preliminary Investigations Geoffrey Hinton [Google Brain] 27 Dec 2022 What Is Wrong With Backpropagation Despite the mathematical advantages we've obtained thanks to backpropagation, the paper maintains that backpropagation is an implausible method when we consider how the actual cortex is trained. Cortex does not mirror bottom-up connections like backpropagat.. 2023. 3. 25.
GAN: Generative Adversarial Networks Generative Adversarial Nets Ian J. Goodfellow, Jean Pouget-Abadie, Yoshua Bengio, etc. 10 Jun 2014 Deep Generative Models The ultimate goal of generative model is to approximate the ground-truth distribution of the data by using a neural network, and generate a data by sampling from the distribution. Surprisingly, generative models weren't that useful until among 2015, but it have recently impro.. 2023. 3. 13.