基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.31139v1
- 发布域名: arxiv.org
- 分类: cs.CL
- 作者: Riya Ahuja、Tim Kacprowski、Roya Shiasi Sardoabi
要点解读
这是什么
该工作提出一种可配置的语义分块框架,旨在解决BioMedRAG中固定大小分块导致语义证据碎片化的问题,仅替换分块阶段即可与其他组件兼容。
用在哪里
适用于在生物医学文献中进行关系抽取或不良事件分类的检索增强生成系统,尤其适合已有BioMedRAG的团队进行信息抽取的优化。
可以推断的
推测:在文本中出现明确关系提示的情况下,语义分块的优势可能更明显。
推测:将分块逻辑抽象为配置文件后,用户能够通过调整配置快速适配不同抽取任务,而无需改动核心模型。
来源摘要/节选
BioMedRAG introduced retrieval-augmented generation with a learned chunk scorer for biomedical information extraction. However, it relies on fixed-size chunking which can fragment semantic evidence. We propose a configurable semantic chunking framework that addresses this limitation by combining entity-preserving windows, trigger-centered chunking, proposition-first extraction, tiered trigger prioritization, and hierarchical relation resolution. The framework integrates with BioMedRAG by replacing only the chunk construction stage while preserving the embedding model, learned chunk scorer, generator, and evaluation protocol. We evaluate the framework on biomedical relation extraction benchmarks (GM-CIHT, DDI, ChemProt) and adverse event classification (ADE). On GM-CIHT, the full hybrid configuration achieves 82.6% F1, improving over the fixed-size baseline (74.2% F1) by 8.4 points under our experimental setup. Cross-dataset analysis shows that semantic chunking improves extraction datasets with explicit relation cues, such as GM-CIHT and DDI, while fixed chunking remains competitive or stronger for dense biochemical extraction and binary classification settings such as ChemProt and ADE. By externalizing chunking logic into configuration files, the framework provides an interpretable and adaptable alternative to rigid fixed-size chunking for biomedical RAG pipelines.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。