Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. 1 lug 2021 · This way, in BERT, the masking is performed only once at data preparation time, and they basically take each sentence and mask it in 10 different ways. Therefore, at training time, the model will only see those 10 variations of each sentence. On the other hand, in RoBERTa, the masking is done during training. Therefore, each time a sentence is ...

  2. 29 giu 2020 · BERT uses both masked LM and NSP (Next Sentence Prediction) task to train their models. So one of the goals of section 4.2 in the RoBERTa paper is to evaluate the effectiveness of adding NSP tasks and compare it to just using masked LM training. For the sake of completeness, I will briefly describe all the evaluations in the section.

  3. 30 lug 2019 · RoBERTa虽然算不上什么惊世骇俗之作,但也绝对是一个造福一方的好东西。 使用起来比BERT除了性能提升,数值上也更稳定。 研究如何更好的修改一个圆形的轮子至少要比牵强附会地造出各种形状“新颖”的轮子有价值太多了!

  4. 15 feb 2022 · I want to train a language model out of this corpus (to use it later for downstream tasks like classification or clustering with sentence BERT) How to tokenize the documents? Do I need to tokenize the input. like this: <s>sentence1</s><s>sentence2</s>. or <s>the whole document</s>. How to train? Do I need to train an MLM or an NSP or both? By ...

  5. 7 dic 2021 · I'm running an experiment investigating the internal structure of large pre-trained models (BERT and RoBERTa, to be specific). Part of this experiment involves fine-tuning the models on a made-up new word in a specific sentential context and observing its predictions for that novel word in other contexts post-tuning.

  6. 18 apr 2023 · 1. We have lots of domain-specific data (200M+ data points, each document having ~100 to ~500 words) and we wanted to have a domain-specific LM. We took some sample data points (2M+) & fine-tuned RoBERTa-base (using HF-Transformer) using the Mask Language Modelling (MLM) task. So far, we did 4-5 epochs (512 sequence length, batch-size=48) used ...

  7. 11 dic 2020 · BERT uses WordPiece, RoBERTa uses BPE. In the original BERT paper, section 'A.2 Pre-training Procedure', it is mentioned: The LM masking is applied after WordPiece tokenization with a uniform masking rate of 15%, and no special consideration given to partial word pieces. And in the RoBERTa paper, section '4.4 Text Encoding' it is mentioned:

  8. 4 feb 2024 · In Roberta, I'm not sure if the model use BPE or byte-level BPE tokenization, are these techniques different or the same ?

  9. 我们第一次发现通过规模化预训练语言模型,可以让多语言基础模型在高资源(rich-resource)语言(例如英文)上,取得与专门为这些语言设计和训练的单语言预训练模型在对应语言的下游任务上一样好的效果。. 之前的研究曾表明多语言预训练模型在低资源(low ...

  10. 10 dic 2019 · I need to finetune BERT model (from the huggingface repository) on a sentence classification task. However, my dataset is really small.I have 12K sentences and only 10% of them are from positive cl.

  1. Le persone cercano anche