jiphyeonjeon / season3

Jiphyeonjeon Season 3
MIT License
39 stars 6 forks source link

XLNet: Generalized Autoregressive Pretraining for Language Understanding #26

Open jinmang2 opened 2 years ago

jinmang2 commented 2 years ago

집현전 중급반 스터디

Abstract

With the capability of modeling bidirectional contexts, denoising autoencoding based pretraining like BERT achieves better performance than pretraining approaches based on autoregressive language modeling. However, relying on corrupting the input with masks, BERT neglects dependency between the masked positions and suffers from a pretrain-finetune discrepancy. In light of these pros and cons, we propose XLNet, a generalized autoregressive pretraining method that (1) enables learning bidirectional contexts by maximizing the expected likelihood over all permutations of the factorization order and (2) overcomes the limitations of BERT thanks to its autoregressive formulation. Furthermore, XLNet integrates ideas from Transformer-XL, the state-of-the-art autoregressive model, into pretraining. Empirically, under comparable experiment settings, XLNet outperforms BERT on 20 tasks, often by a large margin, including question answering, natural language inference, sentiment analysis, and document ranking.

kco4776 commented 2 years ago

10조 발표자료 입니다! https://drive.google.com/file/d/1bTV3_wYX894WL02Gf9OtieXz0FBcP5Jw/view?usp=sharing

jinmang2 commented 2 years ago