paper-with-me

홈 › Papers

Fine-tuning Transformer-based Encoder for Turkish Language Understanding Tasks

2024-01-30 · Savas Yildirim

Deep learning-based and lately Transformer-based language models have been dominating the studies of natural language processing in the last years. Thanks to their accurate and fast fine-tuning characteristics, they have outperformed traditional machine learning-based approaches and achieved state-of-the-art results for many challenging natural language understanding (NLU) problems. Recent studies showed that the Transformer-based models such as BERT, which is Bidirectional Encoder Representations from Transformers, have reached impressive achievements on many tasks. Moreover, thanks to their transfer learning capacity, these architectures allow us to transfer pre-built models and fine-tune them to specific NLU tasks such as question answering. In this study, we provide a Transformer-based model and a baseline benchmark for the Turkish Language. We successfully fine-tuned a Turkish BERT model, namely BERTurk that is trained with base settings, to many downstream tasks and evaluated with a the Turkish Benchmark dataset. We showed that our studies significantly outperformed other existing baseline approaches for Named-Entity Recognition, Sentiment Analysis, Question Answering and Text Classification in Turkish Language. We publicly released these four fine-tuned models and resources in reproducibility and with the view of supporting other Turkish researchers and applications.

📄 PDF Abstract BibTeX arXiv:2401.17396

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNatural Language UnderstandingQuestion AnsweringSentiment Analysistext-classificationText ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Comparison of Pre-trained Language Models for Turkish Address Parsing

2023-06-24 · Muhammed Cihat Ünal, Betül Aygün, Aydın Gerek

Transformer based pre-trained models such as BERT and its variants, which are trained on large corpora, have demonstrated tremendous success for natural language processing (NLP) tasks. Most of academic works are based o…

KS@LTH at SemEval-2020 Task 12: Fine-tuning Multi- and Monolingual Transformer Models for Offensive Language Detection

2020-12-01 · SEMEVAL 2020 · Kasper Socha

This paper describes the KS@LTH system for SemEval-2020 Task 12 OffensEval2: Multilingual Offensive Language Identification in Social Media. We compare mono- and multilingual models based on fine-tuning pre-trained trans…

Language Identification

Turkish Tweet Classification with Transformer Encoder

2019-09-01 · RANLP 2019 9 · At{\i}f Emre Y{\"u}ksel, Ya{\c{s}}ar Alim T{\"u}rkmen, Arzucan {\"O}zg{\"u}r, Berna Alt{\i}nel

Short-text classification is a challenging task, due to the sparsity and high dimensionality of the feature space. In this study, we aim to analyze and classify Turkish tweets based on their topics. Social media jargon a…

ClassificationGeneral ClassificationMorphological Analysistext-classification+1

Do We Still Need Fine Tuning? Turkish Sentiment Analysis in the Era of Large Language Model

2026-06-28 · Sercan Karakaş, Yusuf Şimşek arxiv

This study examines whether supervised fine-tuning remains necessary for Turkish sentiment analysis in the era of large language models. We compare classical machine learning methods, fine-tuned pretrained language model…

Sentiment Analysis

RAGTurk: Best Practices for Retrieval Augmented Generation in Turkish

2026-02-03 · Süha Kağan Köse, Mehmet Can Baytekin, Burak Aktaş, Bilge Kaan Görür 외 arxiv

Retrieval-Augmented Generation (RAG) enhances LLM factuality, yet design guidance remains English-centric, limiting insights for morphologically rich languages like Turkish. We address this by constructing a comprehensiv…