paper-with-me

Papers

XLNet: Generalized Autoregressive Pretraining for Language Understanding

2019-06-19 · NeurIPS 2019 12 · Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Ruslan Salakhutdinov, Quoc V. Le

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.

📄 PDF Abstract BibTeX arXiv:1906.08237

Code (27)

zihangdai/xlnet 공식 구현 tf
2miatran/Natural-Language-Processing
MS-P3/code7/tree/main/xlnet mindspore
MindCode-4/code-5/tree/main/xlnet mindspore
NathanDuran/Sentence-Encoding-for-DA-Classification tf
PaddlePaddle/PaddleNLP/tree/develop/examples/language_model/xlnet paddle
SambhawDrag/XLNet.jl pytorch
chesterdu/contrastive_summary pytorch
cuhksz-nlp/SAPar pytorch
facebookresearch/anli pytorch
fanchenyou/transformer-study pytorch
graykode/xlnet-Pytorch pytorch
https-seyhan/BugAI
huggingface/transformers pytorch
huggingface/xlnet tf
jonahwinninghoff/Text-Summarization tf
joshuaWang-bit/Textclassification-pytorch pytorch
kaushaltrivedi/fast-bert pytorch
listenviolet/XLNet pytorch
lvyufeng/bert4ms/blob/master/bert4ms/models/xlnet.py mindspore
pauldevos/python-notes pytorch
pwc-1/Paper-9/tree/main/1/xlnet mindspore
pwc-1/Paper-9/tree/main/5/xlnet mindspore
samwisegamjeee/pytorch-transformers pytorch
tomgoter/nlp_finalproject tf
utterworks/fast-bert pytorch
zaradana/Fast_BERT pytorch

Tasks

Audio Question AnsweringChinese Reading ComprehensionDocument RankingHumor DetectionLanguage ModelingLanguage ModellingNatural Language InferenceParaphrase IdentificationQuestion AnsweringReading ComprehensionSemantic Textual SimilaritySentiment AnalysisText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Variational Dropout Variational Dropout is a regularization technique based on dropout, but uses a variational inference grounded approach. In…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Adaptive Input Representations Adaptive Input Embeddings extend the adaptive softmax to input word representations. The factorization assigns more…
Adaptive Softmax Adaptive Softmax is a speedup technique for the computation of probability distributions over words. The adaptive softmax is…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Transformer-XL Transformer-XL (meaning extra long) is a Transformer architecture that introduces the notion of recurrence to the deep…

Similar Papers 제목 키워드 기반

XLNET-GRU Sentiment Regression Model for Cryptocurrency News in English and Malay

2022-06-01 · FNP (LREC) 2022 6 · Nur Azmina Mohamad Zamani, Jasy Suet Yan Liew, Ahmad Muhyiddin Yusof

Contextual word embeddings such as the transformer language models are gaining popularity in text classification and analytics but have rarely been explored for sentiment analysis on cryptocurrency news particularly on l…

regressionSentiment Analysistext-classificationText Classification+1

Pretrained Generalized Autoregressive Model with Adaptive Probabilistic Label Cluster for Extreme Multi-label Text Classification

2020-01-01 · ICML 2020 1 · Hui Ye, Zhiyu Chen, Da-Han Wang, Brian Davison

Extreme multi-label text classification (XMTC) is a task for tagging a given text with the most relevant labels from an extremely large label set. We propose a novel deep learning method called APLC-XLNet. Our approach…

Multi Label Text ClassificationMulti-Label Text Classificationtext-classificationText Classification

Pretrained Generalized Autoregressive Model with Adaptive Probabilistic Label Clusters for Extreme Multi-label Text Classification

2020-07-05 · Hui Ye, Zhiyu Chen, Da-Han Wang, Brian D. Davison

Extreme multi-label text classification (XMTC) is a task for tagging a given text with the most relevant labels from an extremely large label set. We propose a novel deep learning method called APLC-XLNet. Our approach f…

Multi-Label Text ClassificationText Classification

XL-Editor: Post-editing Sentences with XLNet

2019-10-19 · Yong-Siang Shih, Wei-Cheng Chang, Yiming Yang

While neural sequence generation models achieve initial success for many NLP applications, the canonical decoding procedure with left-to-right generation order (i.e., autoregressive) in one-pass can not reflect the true …

SentenceStyle TransferText Style Transfer

Comparing the Performance of NLP Toolkits and Evaluation measures in Legal Tech

2021-03-12 · Muhammad Zohaib Khan

Recent developments in Natural Language Processing have led to the introduction of state-of-the-art Neural Language Models, enabled with unsupervised transferable learning, using different pretraining objectives. While t…

ClassificationDomain AdaptationGeneral ClassificationNER