paper-with-me

홈 › Papers

PromptLink: Leveraging Large Language Models for Cross-Source Biomedical Concept Linking

2024-05-13 · Yuzhang Xie, Jiaying Lu, Joyce Ho, Fadi Nahab, Xiao Hu, Carl Yang

Linking (aligning) biomedical concepts across diverse data sources enables various integrative analyses, but it is challenging due to the discrepancies in concept naming conventions. Various strategies have been developed to overcome this challenge, such as those based on string-matching rules, manually crafted thesauri, and machine learning models. However, these methods are constrained by limited prior biomedical knowledge and can hardly generalize beyond the limited amounts of rules, thesauri, or training samples. Recently, large language models (LLMs) have exhibited impressive results in diverse biomedical NLP tasks due to their unprecedentedly rich prior knowledge and strong zero-shot prediction abilities. However, LLMs suffer from issues including high costs, limited context length, and unreliable predictions. In this research, we propose PromptLink, a novel biomedical concept linking framework that leverages LLMs. It first employs a biomedical-specialized pre-trained language model to generate candidate concepts that can fit in the LLM context windows. Then it utilizes an LLM to link concepts through two-stage prompts, where the first-stage prompt aims to elicit the biomedical prior knowledge from the LLM for the concept linking task and the second-stage prompt enforces the LLM to reflect on its own predictions to further enhance their reliability. Empirical results on the concept linking task between two EHR datasets and an external biomedical KG demonstrate the effectiveness of PromptLink. Furthermore, PromptLink is a generic framework without reliance on additional prior knowledge, context, or training data, making it well-suited for concept linking across various types of data sources. The source code is available at https://github.com/constantjxyz/PromptLink.

📄 PDF Abstract BibTeX arXiv:2405.07500

Code (1)

constantjxyz/promptlink 공식 구현 pytorch

Tasks

Language Modelling

Similar Papers 제목 키워드 기반

Uncovering Cross-Domain Recommendation Ability of Large Language Models

2025-03-10 · Xinyi Liu, Ruijie Wang, Dachun Sun, Dilek Hakkani-Tur 외

Cross-Domain Recommendation (CDR) seeks to enhance item retrieval in low-resource domains by transferring knowledge from high-resource domains. While recent advancements in Large Language Models (LLMs) have demonstrated …

Recommendation Systems

Towards a Unified End-to-End Approach for Fully Unsupervised Cross-Lingual Sentiment Analysis

2019-11-01 · CONLL 2019 11 · Yanlin Feng, Xiaojun Wan

Sentiment analysis in low-resource languages suffers from the lack of training data. Cross-lingual sentiment analysis (CLSA) aims to improve the performance on these languages by leveraging annotated data from other lang…

Cross-Lingual Word EmbeddingsSentiment AnalysisWord Embeddings

Enhancing Multilingual Capabilities of Large Language Models through Self-Distillation from Resource-Rich Languages

2024-02-19 · Yuanchi Zhang, Yile Wang, Zijun Liu, Shuo Wang 외

While large language models (LLMs) have been pre-trained on multilingual corpora, their performance still lags behind in most languages compared to a few resource-rich languages. One common approach to mitigate this issu…

Transfer Learning

Leveraging Multilingual Resources for Language Invariant Sentiment Analysis

2020-11-01 · EAMT 2020 11 · Allen Antony, Arghya Bhattacharya, Jaipal Goud, Radhika Mamidi

Sentiment analysis is a widely researched NLP problem with state-of-the-art solutions capable of attaining human-like accuracies for various languages. However, these methods rely heavily on large amounts of labeled data…

SentenceSentiment Analysistext-classificationText Classification

UoB-NLP at SemEval-2025 Task 11: Leveraging Adapters for Multilingual and Cross-Lingual Emotion Detection

2025-04-11 · Frances Laureano De Leon, Yixiao Wang, Yue Feng, Mark G. Lee

Emotion detection in natural language processing is a challenging task due to the complexity of human emotions and linguistic diversity. While significant progress has been made in high-resource languages, emotion detect…