中文
相关论文

相关论文: Students Need More Attention: BERT-based Attention…

200 篇论文

BERT is inefficient for sentence-pair tasks such as clustering or semantic search as it needs to evaluate combinatorially many sentence pairs which is very time-consuming. Sentence BERT (SBERT) attempted to solve this challenge by learning…

计算与语言 · 计算机科学 2021-02-08 Yan Zhang , Ruidan He , Zuozhu Liu , Kwan Hui Lim , Lidong Bing

The extraction and analysis of insights from medical data, primarily stored in free-text formats by healthcare workers, presents significant challenges due to its unstructured nature. Medical coding, a crucial process in healthcare, remains…

计算与语言 · 计算机科学 2024-05-28 Mikhail Kulyabin , Gleb Sokolov , Aleksandr Galaida , Andreas Maier , Tomas Arias-Vergara

Sentiment analysis is an important task in the field ofNature Language Processing (NLP), in which users' feedbackdata on a specific issue are evaluated and analyzed. Manydeep learning models have been proposed to tackle this task, including…

计算与语言 · 计算机科学 2020-11-23 Quoc Thai Nguyen , Thoai Linh Nguyen , Ngoc Hoang Luong , Quoc Hung Ngo

The mental health assessment of middle school students has always been one of the focuses in the field of education. This paper introduces a new ensemble learning network based on BERT, employing the concept of enhancing model performance…

计算与语言 · 计算机科学 2024-08-12 Kai Jiang , Honghao Yang , Yuexian Wang , Qianru Chen , Yiming Luo

This study evaluated the effect of BioBERT in medical text processing for the task of medical named entity recognition. Through comparative experiments with models such as BERT, ClinicalBERT, SciBERT, and BlueBERT, the results showed that…

计算与语言 · 计算机科学 2024-12-12 Jiacheng Hu , Runyuan Bao , Yang Lin , Hanchao Zhang , Yanlin Xiang

Autism spectrum disorder (ASD) is a complex neurodevelopmental condition whose rising prevalence places increasing demands on a lengthy diagnostic process. Machine learning (ML) has shown promise in automating ASD diagnosis, but most…

人工智能 · 计算机科学 2025-12-09 Gondy Leroy , Prakash Bisht , Sai Madhuri Kandula , Nell Maltman , Sydney Rice

Biomedical text tagging systems are plagued by the dearth of labeled training data. There have been recent attempts at using pre-trained encoders to deal with this issue. Pre-trained encoder provides representation of the input text which…

计算与语言 · 计算机科学 2020-01-16 Gaurav Singh , Zahra Sabet , John Shawe-Taylor , James Thomas

Recent advances in language modelling has significantly decreased the need of labelled data in text classification tasks. Transformer-based models, pre-trained on unlabeled data, can outmatch the performance of models trained from scratch…

计算与语言 · 计算机科学 2024-09-11 Mariana Yukari Noguti , Edduardo Vellasques , Luiz Eduardo Soares Oliveira

Current text classification methods typically encode the text merely into embedding before a naive or complicated classifier, which ignores the suggestive information contained in the label text. As a matter of fact, humans classify…

计算与语言 · 计算机科学 2022-09-26 Ziyuan Wang , Hailiang Huang , Songqiao Han

For self-supervised speech processing, it is crucial to use pretrained models as speech representation extractors. In recent works, increasing the size of the model has been utilized in acoustic model training in order to achieve better…

音频与语音处理 · 电气工程与系统科学 2021-05-04 Po-Han Chi , Pei-Hung Chung , Tsung-Han Wu , Chun-Cheng Hsieh , Yen-Hao Chen , Shang-Wen Li , Hung-yi Lee

Self-supervised bidirectional transformer models such as BERT have led to dramatic improvements in a wide variety of textual classification tasks. The modern digital world is increasingly multimodal, however, and textual information is…

计算与语言 · 计算机科学 2020-11-13 Douwe Kiela , Suvrat Bhooshan , Hamed Firooz , Ethan Perez , Davide Testuggine

With the explosive growth of biomedical literature, designing automatic tools to extract information from the literature has great significance in biomedical research. Recently, transformer-based BERT models adapted to the biomedical domain…

计算与语言 · 计算机科学 2020-11-03 Peng Su , K. Vijay-Shanker

Pretrained language models such as Bidirectional Encoder Representations from Transformers (BERT) have achieved state-of-the-art performance in natural language processing (NLP) tasks. Recently, BERT has been adapted to the biomedical…

计算与语言 · 计算机科学 2023-02-06 Li Fang , Qingyu Chen , Chih-Hsuan Wei , Zhiyong Lu , Kai Wang

As the number of open and shared scientific datasets on the Internet increases under the open science movement, efficiently retrieving these datasets is a crucial task in information retrieval (IR) research. In recent years, the development…

信息检索 · 计算机科学 2023-03-31 Xintao Chu , Jianping Liu , Jian Wang , Xiaofeng Wang , Yingfei Wang , Meng Wang , Xunxun Gu

Medical triage is the task of allocating medical resources and prioritizing patients based on medical need. This paper introduces the first large-scale public dataset for studying medical triage in the context of asynchronous outpatient…

计算与语言 · 计算机科学 2026-01-21 Joseph Gatto , Parker Seegmiller , Timothy Burdick , Philip Resnik , Roshnik Rahat , Sarah DeLozier , Sarah M. Preum

The rapid growth of biomedical literature poses a significant challenge for curation and interpretation. This has become more evident during the COVID-19 pandemic. LitCovid, a literature database of COVID-19 related papers in PubMed, has…

计算与语言 · 计算机科学 2022-04-20 Qingyu Chen , Jingcheng Du , Alexis Allot , Zhiyong Lu

Integrating textual data with imaging in liver tumor segmentation is essential for enhancing diagnostic accuracy. However, current multi-modal medical datasets offer only general text annotations, lacking lesion-specific details critical…

图像与视频处理 · 电气工程与系统科学 2024-11-08 Xiaoyan Jiang , Zhi Zhou , Hailing Wang , Guozhong Wang , Zhijun Fang

Text classification plays an important role in many practical applications. In the real world, there are extremely small datasets. Most existing methods adopt pre-trained neural network models to handle this kind of dataset. However, these…

计算与语言 · 计算机科学 2022-06-27 Jiajun Tong , Zhixiao Wang , Xiaobin Rui

Text categorization is an essential task in Web content analysis. Considering the ever-evolving Web data and new emerging categories, instead of the laborious supervised setting, in this paper, we focus on the minimally-supervised setting…

计算与语言 · 计算机科学 2021-02-24 Xinyang Zhang , Chenwei Zhang , Luna Xin Dong , Jingbo Shang , Jiawei Han

Disease risk prediction has attracted increasing attention in the field of modern healthcare, especially with the latest advances in artificial intelligence (AI). Electronic health records (EHRs), which contain heterogeneous patient…

人工智能 · 计算机科学 2022-01-19 Shuai Niu , Qing Yin , Yunya Song , Yike Guo , Xian Yang