paper-with-me

홈 › Papers

A Fast Deep Learning Model for Textual Relevance in Biomedical Information Retrieval

2018-02-26 · Sunil Mohan, Nicolas Fiorini, Sun Kim, Zhiyong Lu

Publications in the life sciences are characterized by a large technical vocabulary, with many lexical and semantic variations for expressing the same concept. Towards addressing the problem of relevance in biomedical literature search, we introduce a deep learning model for the relevance of a document's text to a keyword style query. Limited by a relatively small amount of training data, the model uses pre-trained word embeddings. With these, the model first computes a variable-length Delta matrix between the query and document, representing a difference between the two texts, which is then passed through a deep convolution stage followed by a deep feed-forward network to compute a relevance score. This results in a fast model suitable for use in an online search engine. The model is robust and outperforms comparable state-of-the-art deep learning approaches.

📄 PDF Abstract BibTeX arXiv:1802.10078

Code (0)

등록된 구현이 없습니다.

Tasks

Biomedical Information RetrievalDeep LearningInformation RetrievalRetrievalWord Embeddings

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

MedGraph: An experimental semantic information retrieval method using knowledge graph embedding for the biomedical citations indexed in PubMed

2021-12-12 · Islam Akef Ebeid, Elizabeth Pierce

Here we study the semantic search and retrieval problem in biomedical digital libraries. First, we introduce MedGraph, a knowledge graph embedding-based method that provides semantic relevance retrieval and ranking for t…

ArticlesBiomedical Information RetrievalGraph EmbeddingInformation Retrieval+2

Deep Learning for Biomedical Information Retrieval: Learning Textual Relevance from Click Logs

2017-08-01 · WS 2017 8 · Sunil Mohan, Nicolas Fiorini, Sun Kim, Zhiyong Lu

We describe a Deep Learning approach to modeling the relevance of a document{'}s text to a query, applied to biomedical literature. Instead of mapping each document and query to a common semantic space, we compute a vari…

Biomedical Information RetrievalInformation RetrievalregressionRetrieval+1

Multi-Perspective Semantic Information Retrieval in the Biomedical Domain

2020-07-17 · Samarth Rawal

Information Retrieval (IR) is the task of obtaining pieces of data (such as documents) that are relevant to a particular query or need from a large repository of information. IR is a valuable component of several downstr…

ArticlesInformation RetrievalLanguage ModellingPassage Re-Ranking+4

BioHiCL: Hierarchical Multi-Label Contrastive Learning for Biomedical Retrieval with MeSH Labels

2026-04-17 · Mengfei Lan, Lecheng Zheng, Halil Kilicoglu arxiv

Effective biomedical information retrieval requires modeling domain semantics and hierarchical relationships among biomedical texts. Existing biomedical generative retrievers build on coarse binary relevance signals, lim…

Biomedical Information RetrievalContrastive LearningQuestion Answering

BioVerge: A Comprehensive Benchmark and Study of Self-Evaluating Agents for Biomedical Hypothesis Generation

2025-11-12 · Fuyi Yang, Chenchen Ye, Mingyu Derek Ma, Yijia Xiao 외 arxiv

Hypothesis generation in biomedical research has traditionally centered on uncovering hidden relationships within vast scientific literature, often using methods like Literature-Based Discovery (LBD). Despite progress, c…

Information Retrieval