Code Monkey home page Code Monkey logo

turkish-bert's Introduction

๐Ÿ‡น๐Ÿ‡ท BERTurk

DOI

We present community-driven BERT and ELECTRA models for Turkish ๐ŸŽ‰

Some datasets used for pretraining and evaluation are contributed from the awesome Turkish NLP community, as well as the decision for the BERT model name: BERTurk.

Changelog

  • 12.05.2020: Release of ELECTRA (small and base) models, see here.
  • 25.03.2020: Release of BERTurk uncased model and BERTurk models with larger vocab size (128k, cased and uncased).
  • 11.03.2020: Release of the cased distilled BERTurk model: DistilBERTurk. Available on the Hugging Face model hub
  • 17.02.2020: Release of the cased BERTurk model. Available on the Hugging Face model hub
  • 10.02.2020: Training corpus update, new TensorBoard links, new results for cased model.
  • 02.02.2020: Initial version of this repo.

Stats

The current version of the model is trained on a filtered and sentence segmented version of the Turkish OSCAR corpus, a recent Wikipedia dump, various OPUS corpora and a special corpus provided by Kemal Oflazer.

The final training corpus has a size of 35GB and 44,04,976,662 tokens.

Thanks to Google's TensorFlow Research Cloud (TFRC) we can train both cased and uncased models on a TPU v3-8. You can find the TensorBoard outputs for the training here:

We also provide cased and uncased models that aล•e using a larger vocab size (128k instead of 32k).

A detailed cheatsheet of how the models were trained, can be found here.

DistilBERTurk

The distilled version of a cased model, so called DistilBERTurk, was trained on 7GB of the original training data, using the cased version of BERTurk as teacher model.

DistilBERTurk was trained with the official Hugging Face implementation from here.

The cased model was trained for 5 days on 4 RTX 2080 TI.

More details about distillation can be found in the "DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter" paper by Sanh et al. (2019).

ELECTRA

In addition to the BERTurk models, we also trained ELECTRA small and base models. A detailed overview can be found in the ELECTRA section.

Evaluation

We use the token classification example from ๐Ÿค—/Transformers for evaluation on both PoS and NER datasets. We report averaged Accuracy (PoS tagging) and F-Score (NER) on 5 runs (initialized with 5 different seeds).

BERTurk and ELECTRA model checkpoint selection: We evaluated 5 different checkpoints for our cased and uncased models based on the development score for PoS tagging and NER. The model with the best results is used for the final and released model.

Evaluation is done with the Hugging Face Transformers library and the token classification example script run_ner.py. We use the following hyper-parameters:

Parameter Value
batch_size 16
learning_rate 5e-5
num_epochs 10

PoS tagging

The Turkish IMST dataset from Universal Dependencies is used for PoS tagging evaluation. We use the dev branch and commit a6c955. Result on development set is reported in brackets.

Model Run 1 Run 2 Run 3 Run 4 Run 5 Avg.
ELECTRA small (0.9567) / 0.9584 (0.9578) / 0.9589 (0.9564) / 0.9591 (0.9544) / 0.9585 (0.9545) / 0.9582 (0.9560) / 0.9586
ELECTRA base (0.9707) / 0.9734 (0.9710) / 0.9734 (0.9712) / 0.9745 (0.9728) / 0.9719 (0.9711) / 0.9727 (0.9714) / 0.9732
mBERT (0.9573) / 0.9580 (0.9554) / 0.9584 (0.9556) / 0.9591 (0.9594) / 0.9572 (0.9580) / 0.9586 (0.9571) / 0.9583
BERTurk (32k) (0.9701) / 0.9712 (0.9731) / 0.9717 (0.9728) / 0.9730 (0.9719) / 0.9729 (0.9728) / 0.9708 (0.9722) / 0.9719
BERTurk (128k) (0.9707) / 0.9732 (0.9716) / 0.9712 (0.9702) / 0.9722 (0.9675) / 0.9715 (0.9711) / 0.9729 (0.9703) / 0.9722
BERTurk uncased (32k) (0.9707) / 0.9703 (0.9711) / 0.9713 (0.9715) / 0.9705 (0.9717) / 0.9719 (0.9718) / 0.9697 (0.9714) / 0.9707
BERTurk uncased (128k) (0.9716) / 0.9726 (0.9715) / 0.9710 (0.9704) / 0.9720 (0.9715) / 0.9702 (0.9704) / 0.9693 (0.9711) / 0.9710
DistilBERTurk (0.9648) / 0.9654 (0.9649) / 0.9642 (0.9654) / 0.9660 (0.9646) / 0.9650 (0.9637) / 0.9642 (0.9646) / 0.9650
XLM-RoBERTa (0.9611) / 0.9620 (0.9629) / 0.9623 (0.9617) / 0.9602 (0.9602) / 0.9618 (0.9614) / 0.9629 (0.9614) / 0.9619

NER

NER dataset is similar to the one used in this paper. We converted the dataset into CoNLL-like format and used a 80/10/10 training, development and test split. Result on development set is reported in brackets.

Model Run 1 Run 2 Run 3 Run 4 Run 5 Avg.
ELECTRA small (0.9447) / 0.9468 (0.9421) / 0.9439 (0.9421) / 0.9471 (0.9428) / 0.9434 (0.9439) / 0.9447 (0.9431) / 0.9452
ELECTRA base (0.9564) / 0.9566 (0.9552) / 0.9557 (0.9579) / 0.9567 (0.9563) / 0.9570 (0.9568) / 0.9577 (0.9565) / 0.9567
mBERT (0.9441) / 0.9420 (0.9448) / 0.9421 (0.9439) / 0.9421 (0.9444) / 0.9421 (0.9434) / 0.9436 (0.9441) / 0.9424
BERTurk (32k) (0.9574) / 0.9550 (0.9534) / 0.9552 (0.9539) / 0.9570 (0.9550) / 0.9543 (0.9594) / 0.9531 (0.9558) / 0.9549
BERTurk (128k) (0.9479) / 0.9494 (0.9569) / 0.9599 (0.9546) / 0.9571 (0.9549) / 0.9579 (0.9557) / 0.9534 (0.9540) / 0.9555
BERTurk uncased (32k) (0.9529) / 0.9511 (0.9531) / 0.9520 (0.9533) / 0.9543 (0.9530) / 0.9522 (0.9523) / 0.9511 (0.9529) / 0.9521
BERTurk uncased (128k) (0.9512) / 0.9531 (0.9502) / 0.9518 (0.9517) / 0.9520 (0.9513) / 0.9525 (0.9530) / 0.9546 (0.9515) / 0.9528
DistilBERTurk (0.9418) / 0.9392 (0.9411) / 0.9415 (0.9382) / 0.9400 (0.9411) / 0.9427 (0.9417) / 0.9427 (0.9408) / 0.9412
XLM-RoBERTa (0.9536) / 0.9541 (0.9517) / 0.9521 (0.9527) / 0.9530 (0.9493) / 0.9530 (0.9529) / 0.9516 (0.9520) / 0.9527

Model usage

All trained models can be used from the DBMDZ Hugging Face model hub page using their model name. The following models are available:

  • BERTurk models with 32k vocabulary: dbmdz/bert-base-turkish-cased and dbmdz/bert-base-turkish-uncased
  • BERTurk models with 128k vocabulary: dbmdz/bert-base-turkish-128k-cased and dbmdz/bert-base-turkish-128k-uncased
  • ELECTRA small and base cased models (discriminator): dbmdz/electra-small-turkish-cased-discriminator and dbmdz/electra-base-turkish-cased-discriminator

Example usage with ๐Ÿค—/Transformers:

tokenizer = AutoTokenizer.from_pretrained("dbmdz/bert-base-turkish-cased")

model = AutoModel.from_pretrained("dbmdz/bert-base-turkish-cased")

This loads the BERTurk cased model. The recently introduced ELECTRA base model can be loaded with:

tokenizer = AutoTokenizer.from_pretrained("dbmdz/electra-base-turkish-cased-discriminator")

model = AutoModelWithLMHead.from_pretrained("dbmdz/electra-base-turkish-cased-discriminator")

Citation

You can use the following BibTeX entry for citation:

@software{stefan_schweter_2020_3770924,
  author       = {Stefan Schweter},
  title        = {BERTurk - BERT models for Turkish},
  month        = apr,
  year         = 2020,
  publisher    = {Zenodo},
  version      = {1.0.0},
  doi          = {10.5281/zenodo.3770924},
  url          = {https://doi.org/10.5281/zenodo.3770924}
}

Acknowledgments

Thanks to Kemal Oflazer for providing us additional large corpora for Turkish. Many thanks to Reyyan Yeniterzi for providing us the Turkish NER dataset for evaluation.

Research supported with Cloud TPUs from Google's TensorFlow Research Cloud (TFRC). Thanks for providing access to the TFRC โค๏ธ

turkish-bert's People

Contributors

stefan-it avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.