paper-with-me

Papers

Ascle: A Python Natural Language Processing Toolkit for Medical Text Generation

2023-11-28 · Rui Yang, Qingcheng Zeng, Keen You, Yujie Qiao, Lucas Huang, Chia-Chun Hsieh, Benjamin Rosand, Jeremy Goldwasser, Amisha D Dave, Tiarnan D. L. Keenan, Emily Y Chew, Dragomir Radev, Zhiyong Lu, Hua Xu, Qingyu Chen, Irene Li

This study introduces Ascle, a pioneering natural language processing (NLP) toolkit designed for medical text generation. Ascle is tailored for biomedical researchers and healthcare professionals with an easy-to-use, all-in-one solution that requires minimal programming expertise. For the first time, Ascle evaluates and provides interfaces for the latest pre-trained language models, encompassing four advanced and challenging generative functions: question-answering, text summarization, text simplification, and machine translation. In addition, Ascle integrates 12 essential NLP functions, along with query and search capabilities for clinical databases. The toolkit, its models, and associated data are publicly available via https://github.com/Yale-LILY/MedGen.

📄 PDF Abstract BibTeX arXiv:2311.16588

Code (3)

yale-lily/ascle 공식 구현
yale-lily/medgen 공식 구현
yale-lily/ehrkit-2022

Tasks

Machine TranslationQuestion AnsweringSentence segmentationText GenerationText SimplificationText SummarizationTranslation

Similar Papers 제목 키워드 기반

LaoNLP: Lao language Natural Language Processing

2022-07-22 · Zenodo 2022 7 · Wannaphong Phatthiyaphaibun

LaoNLP, the Lao language Natural Language Processing Toolkit, is an open-source tool for doing natural language processing pipelines with the Lao language in Python programming language.

CAMeL Tools: An Open Source Python Toolkit for Arabic Natural Language Processing

2020-05-01 · LREC 2020 5 · Ossama Obeid, Nasser Zalmout, Salam Khalifa, Dima Taji 외

We present CAMeL Tools, a collection of open-source tools for Arabic natural language processing in Python. CAMeL Tools currently provides utilities for pre-processing, morphological modeling, Dialect Identification, Nam…

Arabic Sentiment AnalysisArabic Text DiacritizationDialect IdentificationMorphological Analysis+5

Stanza: A Python Natural Language Processing Toolkit for Many Human Languages

2020-03-16 · ACL 2020 6 · Peng Qi, Yuhao Zhang, Yuhui Zhang, Jason Bolton 외

We introduce Stanza, an open-source Python natural language processing toolkit supporting 66 human languages. Compared to existing widely used toolkits, Stanza features a language-agnostic fully neural pipeline for text …

Coreference ResolutionDependency ParsingLemmatizationNamed Entity Recognition+2

DadmaTools: Natural Language Processing Toolkit for Persian Language

2022-07-01 · NAACL (ACL) 2022 7 · Romina Etezadi, Mohammad Karrabi, Najmeh Zare, Mohamad Bagher Sajadi 외

We introduce DadmaTools, an open-source Python Natural Language Processing toolkit for the Persian language. The toolkit is a neural pipeline based on spaCy for several text processing tasks, including normalization, tok…

ChunkingConstituency ParsingDependency ParsingLemmatization

A Package for Learning on Tabular and Text Data with Transformers

2021-06-01 · NAACL (maiworkshop) 2021 6 · Ken Gu, Akshay Budhkar

Recent progress in natural language processing has led to Transformer architectures becoming the predominant model used for natural language tasks. However, in many real- world datasets, additional modalities are include…