paper-with-me

홈 › Papers

LLaMA-Gene: A General-purpose Gene Task Large Language Model Based on Instruction Fine-tuning

2024-11-30 · Wang Liang

Building a general-purpose task model similar to ChatGPT has been an important research direction for gene large language models. Instruction fine-tuning is a key component in building ChatGPT, but existing instructions are primarily based on natural language. Natural language and gene sequences have significant differences in tokenization and encoding. Therefore, constructing a multilingual model that can handle both natural language and gene sequences is crucial for solving this problem.In this paper, we expand the capabilities of the LLaMA large language model to include gene language. This involves expanding the vocabulary using the Byte Pair Encoding (BPE) method, specifically tailored for DNA and protein sequences, and conducting further pre-training on these sequences. We then convert various downstream gene task data into a unified format for instruction fine-tuning and further fine-tune the model on this data.Our study demonstrates that a mixed model of gene and natural language, fine-tuned with instructions, achieves results comparable to the current state-of-the-art (SOTA) in tasks such as gene classification and gene sequence interaction. This provides a promising direction for building a unified large language model for gene tasks.

📄 PDF Abstract BibTeX arXiv:2412.00471

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Generalists vs. Specialists: Evaluating Large Language Models for Urdu

2024-07-05 · Samee Arif, Abdul Hameed Azeemi, Agha Ali Raza, Awais Athar

In this paper, we compare general-purpose models, GPT-4-Turbo and Llama-3-8b, with special-purpose models--XLM-Roberta-large, mT5-large, and Llama-3-8b--that have been fine-tuned on specific tasks. We focus on seven clas…

Llamarine: Open-source Maritime Industry-specific Large Language Model

2025-02-28 · William Nguyen, An Phan, Konobu Kimura, Hitoshi Maeno 외

Large Language Models (LLMs) have demonstrated substantial potential in addressing complex reasoning tasks, yet their general-purpose nature often limits their effectiveness in specialized domains such as maritime naviga…

Collision AvoidanceDecision MakingLanguage ModelingLanguage Modelling+2

Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting

2023-10-12 · Kashif Rasul, Arjun Ashok, Andrew Robert Williams, Hena Ghonia 외

Over the past years, foundation models have caused a paradigm shift in machine learning due to their unprecedented capabilities for zero-shot and few-shot generalization. However, despite the success of foundation models…

DecoderProbabilistic Time Series ForecastingTime SeriesTime Series Forecasting+1

AudioChatLlama: Towards General-Purpose Speech Abilities for LLMs

2023-11-12 · Yassir Fathullah, Chunyang Wu, Egor Lakomkin, Ke Li 외

In this work, we extend the instruction-tuned Llama-2 model with end-to-end general-purpose speech processing and reasoning abilities while maintaining the wide range of original LLM capabilities, without using any caref…

Question Answering

Can Open-Source LLM Agents Replace Static Application Security Testing Tools? An Empirical Assessment

2026-06-10 · Derek Yohn, Luke Flancher, Mirajul Islam, Khaled Slhoub arxiv

This paper explores the value of agentic AI tools for cybersecurity purposes. We evaluate the efficacy of a general-purpose GenAI Large Language Model- (GenAI-) based agent when powered by three different Ollama-hosted g…