← Search

Zhenxi Lin

13 accepted papers

2025

A Survey on Foundation Language Models for Single-cell Biology

ACL 2025long

The recent advancements in language models have significantly catalyzed progress in computational biology. A growing body of research strives to construct unified foundation models for single-cell biology, with language models serving as the cornerstone. In this paper, we systematically review the d…

Cited by 0SourcePDFScholar
2025

Guiding Large Language Models for Biomedical Entity Linking via Restrictive and Contrastive Decoding

EMNLP 2025

Biomedical entity linking (BioEL) aims at mapping biomedical mentions to pre-defined entities. While extensive research efforts have been devoted to BioEL, applying large language models (LLMs) for BioEL has not been fully explored. Previous attempts have revealed difficulties when directly applying

Cited by 0SourcePDFScholar
2025

Harnessing Large Language Models for Knowledge Graph Question Answering via Adaptive Multi-Aspect Retrieval-Augmentation

AAAI 2025technical

Large Language Models (LLMs) demonstrate remarkable capabilities, yet struggle with hallucination and outdated knowledge when tasked with complex knowledge reasoning, resulting in factually incorrect outputs. Previous studies have attempted to mitigate it by retrieving factual knowledge from large-s…

2024

Biomedical Entity Linking as Multiple Choice Question Answering

COLING 2024main

Although biomedical entity linking (BioEL) has made significant progress with pre-trained language models, challenges still exist for fine-grained and long-tailed entities. To address these challenges, we present BioELQA, a novel model that treats Biomedical Entity Linking as Multiple Choice Questio…

2024

Improving Biomedical Entity Linking with Retrieval-Enhanced Learning

ICASSP 2024accepted

Biomedical entity linking (BioEL) has achieved remarkable progress with the help of pre-trained language models. However, existing BioEL methods usually struggle to handle rare and difficult entities due to long-tailed distribution. To address this limitation, we introduce a new scheme kNN-BioEL, wh…

Cited by 0SourceScholar
2024

MedJourney: Benchmark and Evaluation of Large Language Models over Patient Clinical Journey

NeurIPS 2024poster

Large language models (LLMs) have demonstrated remarkable capabilities in language understanding and generation, leading to their widespread adoption across various fields. Among these, the medical field is particularly well-suited for LLM applications, as many medical tasks can be enhanced by LLMs.…

Cited by 1SourcePDFScholar
2024

Mitigating Hallucinations of Large Language Models in Medical Information Extraction via Contrastive Decoding

EMNLP 2024finding

The impressive capabilities of large language models (LLMs) have attracted extensive interests of applying LLMs to medical field. However, the complex nature of clinical environments presents significant hallucination challenges for LLMs, hindering their widespread adoption. In this paper, we addres…

2024

Multi-perspective Improvement of Knowledge Graph Completion with Large Language Models

COLING 2024main

Knowledge graph completion (KGC) is a widely used method to tackle incompleteness in knowledge graphs (KGs) by making predictions for missing links. Description-based KGC leverages pre-trained language models to learn entity and relation representations with their names or descriptions, which shows…

2022

Multi-modal Contrastive Representation Learning for Entity Alignment

COLING 2022main

Multi-modal entity alignment aims to identify equivalent entities between two different multi-modal knowledge graphs, which consist of structural triples and images associated with entities. Most previous works focus on how to utilize and encode information from different modalities, while it is not…

2021

A Span-based Dynamic Local Attention Model for Sequential Sentence Classification

ACL 2021short

Sequential sentence classification aims to classify each sentence in the document based on the context in which sentences appear. Most existing work addresses this problem using a hierarchical sequence labeling network. However, they ignore considering the latent segment structure of the document, i…

Cited by 18SourcePDFScholar
2021

CATE: A Contrastive Pre-trained Model for Metaphor Detection with Semi-supervised Learning

EMNLP 2021main

Metaphors are ubiquitous in natural language, and detecting them requires contextual reasoning about whether a semantic incongruence actually exists. Most existing work addresses this problem using pre-trained contextualized models. Despite their success, these models require a large amount of label…

Cited by 22SourcePDFScholar
2021

Hierarchy-aware Label Semantics Matching Network for Hierarchical Text Classification

ACL 2021long

Hierarchical text classification is an important yet challenging task due to the complex structure of the label hierarchy. Existing methods ignore the semantic relationship between text and labels, so they cannot make full use of the hierarchical information. To this end, we formulate the text-label…