HPO GSC+ corpus; HoIP Ontology
收藏资源简介:
HPO GSC+语料库由理化学研究所等机构创建,是一个专注于生物医学概念识别的研究数据集,包含228篇摘要,覆盖了人类表型本体(HPO)中约2.4%的HPA概念。数据集通过人工标注构建,旨在解决生物医学领域概念识别中的泛化问题,特别是在未见概念上的识别能力。该数据集的应用领域包括生物医学知识库构建和知识发现,支持下游应用如治疗创新。
The HPO GSC+ corpus was created by institutions including the RIKEN and other research organizations. It is a research dataset dedicated to biomedical concept recognition, containing 228 abstracts that cover approximately 2.4% of the HPA concepts within the Human Phenotype Ontology (HPO). Constructed through manual annotation, this dataset is designed to address the generalization challenge in biomedical concept recognition, particularly the ability to identify unseen concepts. Its application areas include biomedical knowledge base construction and knowledge discovery, supporting downstream applications such as therapeutic innovation.
数据集概述
数据集基本信息
- 数据集名称:HPA ALD 与 HoIP ALD
- 存储位置:
data/ald目录下的压缩文件 - 来源:基于LLM的自动标注流程构建
数据集统计信息
| 数据集 | 文本段落数量 | 概念标注总数 | 唯一概念数量 | 质量评级(平均) | 质量评级(良好) | 质量评级(优秀) |
|---|---|---|---|---|---|---|
| HPA ALD | 54301 | 197824 | 12725 | 25511 | 28758 | 32 |
| HoIP ALD | 34097 | 370461 | 15976 | 17781 | 16306 | 10 |
数据构建流程
- 流程概述:自动标注流程包含5个阶段,仅包含质量评级为“平均”、“良好”或“优秀”的实例。
- 主要步骤:
- 生成中间声明
- 从声明中提取候选概念名称
- 通过k近邻搜索将名称与本体术语进行语义匹配,形成初步候选概念列表
- 概念分类、重新标注和基于指南的过滤步骤
- 质量评估,符合要求的实例作为训练数据
概念标识符格式
- 概念ID为简化格式,例如
GO_0006954 - 可通过添加前缀
http://purl.obolibrary.org/obo/获取官方本体概念页面
相关索引构建(OSSI)
构建步骤
- 获取语义向量嵌入:使用Transformer模型(如SapBERT)对概念名称和同义词进行向量化
- 构建图结构:基于本体结构和语义相似性构建概念图
- 层次图分区:使用Louvain算法进行层次图分区
- 索引映射:将新索引映射到本体概念
目标概念统计
| 概念类型 | 概念数量 | 名称数量 | 同义词数量 |
|---|---|---|---|
| HPA | 18354 | 18354 | 21987 |
| HoIP | 29367 | 29367 | 87705 |
数据文件说明
concept_info.json:包含从本体获取的概念信息,格式为"concept_id": ["名称", "定义", "树路径列表", "同义词列表"]target_concept_id_list.json:目标概念ID列表
本体文件来源
- HoIP概念:使用Gene Ontology的
go-basic.json和HoIP本体的hoip_ontology.json - HPA概念:使用HPO的
hpa_ontology.json
索引映射文件
- 提供实验使用的映射文件,位于
data/search_index目录

- 1Better Generalizing to Unseen Concepts: An Evaluation Framework and An LLM-Based Auto-Labeled Pipeline for Biomedical Concept Recognition理化学研究所·人工智能项目; 筑波大学; 京都大学; 理化学研究所·创新中心; 理化学研究所·生物资源中心; 大阪电通大学 · 2026年



