LLM-IE:一个用于生物医学生成信息提取的大型语言模型的 Python 包
Enshuo Hsu1,2, Kirk Roberts1
1McWilliams School of Biomedical Informatics, University of Texas Health Science Center at Houston, Houston, TX 77030, United States.
JAMIA open
|March 13, 2025
概括
一个新的Python包,LLM-IE,使用大语言模型 (LLM) 简化了生物医学信息提取. 它提供了用于快速工程和建造提取管道的工具,在实体提取方面实现了70%以上的F1.
科学领域:
- 生物医学信息学 生物医学信息学
- 自然语言处理自然语言处理.
背景情况:
- 大型语言模型 (LLM) 显示出生物医学信息提取 (IE) 的前景.
- 快速工程和算法开发的现有挑战限制了IE中的LLM应用.
- 缺乏专门的软件来创建全面的IE管道.
研究的目的:
- 开发一个用户友好的Python包,LLM-IE,用于构建端到端的生物医学信息提取管道.
- 为解决基于LLM的IE的快速工程和算法设计的持续挑战.
- 为强大和高效的IE系统开发提供必要的构建块.
主要方法:
- 开发了LLM-IE,这是一个支持命名实体识别,实体属性提取和关系提取的Python包.
- 实现了一个交互式LLM代理用于模式定义和提示设计.
- 利用最先进的提示算法和可视化功能.
- 在i2b2临床数据集上对准LLM-IE性能.
主要成果:
- 基于句子的提示算法在8次拍摄的设置中实现了超过70%的严格F1对实体提取.
- 该系统在实体属性提取方面展示了大约60%的F1.
- LLM-IE成功地支持关键的IE任务,包括NER,实体属性提取和关系提取.
结论:
- LLM-IE提供了一个基础工具包,用于开发先进的生物医学信息提取管道.
- 该包方便了模式定义,提示设计,并使用有效的提示算法.
- 未来的工作重点是扩大LLM-IE的能力,提高其计算效率.
相关概念视频
Genome Annotation and Assembly
18.8K
The genome refers to all of the genetic material in an organism. It can range from a few million base pairs in microbial cells to several billion base pairs in many eukaryotic organisms. Genome assembly refers to the process of taking the DNA sequencing data and putting it all back together in a correct order to create a close representation of the original genome. This is followed by the identification of functional elements on the newly assembled genome, a process called genome annotation.
18.8K
Genomics
35.6K
Genomics is the science of genomes: it is the study of all the genetic material of an organism. In humans, the genome consists of information carried in 23 pairs of chromosomes in the nucleus, as well as mitochondrial DNA. In genomics, both coding and non-coding DNA is sequenced and analyzed. Genomics allows a better understanding of all living things, their evolution, and their diversity. It has a myriad of uses: for example, to build phylogenetic trees, to improve productivity and...
35.6K
Leaky Scanning
5.0K
During most eukaryotic translation processes, the small 40S ribosome subunit scans an mRNA from its 5' end until it encounters the first start AUG codon. The large 60S ribosomal subunit then joins the smaller one to initiate protein synthesis. The location of the translation initiation is largely determined by the nucleotides near the start codon as there may be multiple translation initiation sites present on the mRNA. Marilyn Kozak discovered that the sequence RCCAUGG (where R...
5.0K
Genome Size and the Evolution of New Genes
2.4K
2.4K


