paper-with-me

홈 › Papers

VANER: Leveraging Large Language Model for Versatile and Adaptive Biomedical Named Entity Recognition

2024-04-27 · Junyi Biana, Weiqi Zhai, Xiaodi Huang, Jiaxuan Zheng, Shanfeng Zhu

Prevalent solution for BioNER involves using representation learning techniques coupled with sequence labeling. However, such methods are inherently task-specific, demonstrate poor generalizability, and often require dedicated model for each dataset. To leverage the versatile capabilities of recently remarkable large language models (LLMs), several endeavors have explored generative approaches to entity extraction. Yet, these approaches often fall short of the effectiveness of previouly sequence labeling approaches. In this paper, we utilize the open-sourced LLM LLaMA2 as the backbone model, and design specific instructions to distinguish between different types of entities and datasets. By combining the LLM's understanding of instructions with sequence labeling techniques, we use mix of datasets to train a model capable of extracting various types of entities. Given that the backbone LLMs lacks specialized medical knowledge, we also integrate external entity knowledge bases and employ instruction tuning to compel the model to densely recognize carefully curated entities. Our model VANER, trained with a small partition of parameters, significantly outperforms previous LLMs-based models and, for the first time, as a model based on LLM, surpasses the majority of conventional state-of-the-art BioNER systems, achieving the highest F1 scores across three datasets.

📄 PDF Abstract BibTeX arXiv:2404.17835

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Modelnamed-entity-recognitionNamed Entity RecognitionRepresentation Learning

Similar Papers 제목 키워드 기반

VersatileFFN: Achieving Parameter Efficiency in LLMs via Adaptive Wide-and-Deep Reuse

2025-12-16 · Ying Nie, Kai Han, Hongguang Li, Hang Zhou 외 arxiv

The rapid scaling of Large Language Models (LLMs) has achieved remarkable performance, but it also leads to prohibitive memory costs. Existing parameter-efficient approaches such as pruning and quantization mainly compre…

Towards Edge General Intelligence via Large Language Models: Opportunities and Challenges

2024-10-16 · Handi Chen, Weipeng Deng, Shuo Yang, Jinfeng Xu 외

Edge Intelligence (EI) has been instrumental in delivering real-time, localized services by leveraging the computational capabilities of edge networks. The integration of Large Language Models (LLMs) empowers EI to evolv…

Survey

Gecko: Versatile Text Embeddings Distilled from Large Language Models

2024-03-29 · Jinhyuk Lee, Zhuyun Dai, Xiaoqi Ren, Blair Chen 외

We present Gecko, a compact and versatile text embedding model. Gecko achieves strong retrieval performance by leveraging a key idea: distilling knowledge from large language models (LLMs) into a retriever. Our two-step …

Retrieval

Meta-Task Prompting Elicits Embeddings from Large Language Models

2024-02-28 · Yibin Lei, Di wu, Tianyi Zhou, Tao Shen 외

We introduce a new unsupervised text embedding method, Meta-Task Prompting with Explicit One-Word Limitation (MetaEOL), for generating high-quality sentence embeddings from Large Language Models (LLMs) without the need f…

Semantic Textual SimilaritySentenceSentence EmbeddingsSTS

SPAN-Nav: Generalized Spatial Awareness for Versatile Vision-Language Navigation

2026-03-10 · Jiahang Liu, Tianyu Xu, Jiawei Chen, Lu Yue 외 arxiv

Recent embodied navigation approaches leveraging Vision-Language Models (VLMs) demonstrate strong generalization in versatile Vision-Language Navigation (VLN). However, reliable path planning in complex environments rema…

Vision-Language Navigation