paper-with-me

홈 › Papers

Fine-Tuning Large Language Models for Scientific Text Classification: A Comparative Study

2024-11-27 · Zhyar Rzgar K Rostam, Gábor Kertész

The exponential growth of online textual content across diverse domains has necessitated advanced methods for automated text classification. Large Language Models (LLMs) based on transformer architectures have shown significant success in this area, particularly in natural language processing (NLP) tasks. However, general-purpose LLMs often struggle with domain-specific content, such as scientific texts, due to unique challenges like specialized vocabulary and imbalanced data. In this study, we fine-tune four state-of-the-art LLMs BERT, SciBERT, BioBERT, and BlueBERT on three datasets derived from the WoS-46985 dataset to evaluate their performance in scientific text classification. Our experiments reveal that domain-specific models, particularly SciBERT, consistently outperform general-purpose models in both abstract-based and keyword-based classification tasks. Additionally, we compare our achieved results with those reported in the literature for deep learning models, further highlighting the advantages of LLMs, especially when utilized in specific domains. The findings emphasize the importance of domain-specific adaptations for LLMs to enhance their effectiveness in specialized text classification tasks.

📄 PDF Abstract BibTeX arXiv:2412.00098

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationtext-classificationText Classification

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 &…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Knowledge AI: Fine-tuning NLP Models for Facilitating Scientific Knowledge Extraction and Understanding

2024-08-04 · Balaji Muralidharan, Hayden Beadles, Reza Marzban, Kalyan Sashank Mupparaju

This project investigates the efficacy of Large Language Models (LLMs) in understanding and extracting scientific knowledge across specific domains and to create a deep learning framework: Knowledge AI. As a part of this…

named-entity-recognitionNamed Entity RecognitionQuestion AnsweringText Generation

SciPrompt: Knowledge-augmented Prompting for Fine-grained Categorization of Scientific Topics

2024-10-02 · Zhiwen You, Kanyao Han, Haotian Zhu, Bertram Ludäscher 외

Prompt-based fine-tuning has become an essential method for eliciting information encoded in pre-trained language models for a variety of tasks, including text classification. For multi-class classification tasks, prompt…

ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+3

SCITUNE: Aligning Large Language Models with Scientific Multimodal Instructions

2023-07-03 · Sameera Horawalavithana, Sai Munikoti, Ian Stewart, Henry Kvinge

Instruction finetuning is a popular paradigm to align large language models (LLM) with human intent. Despite its popularity, this idea is less explored in improving the LLMs to align existing foundation models with scien…

A Simple Data Augmentation Strategy for Text-in-Image Scientific VQA

2025-09-24 · Belal Shoer, Yova Kementchedjhieva arxiv

Scientific visual question answering poses significant challenges for vision-language models due to the complexity of scientific figures and their multimodal context. Traditional approaches treat the figure and accompany…

Visual Question AnsweringCross-Lingual TransferData Augmentation

LMFlow: An Extensible Toolkit for Finetuning and Inference of Large Foundation Models

2023-06-21 · Shizhe Diao, Rui Pan, Hanze Dong, Ka Shun Shum 외

Foundation models have demonstrated a great ability to achieve general human-level intelligence far beyond traditional approaches. As the technique keeps attracting attention from the AI community, an increasing number o…