贝叶斯上下文学习框架用于信息抽取 / BCL: Bayesian In-Context Learning Framework for Information Extraction
1️⃣ 一句话总结
本文提出了一种名为BCL的贝叶斯上下文学习框架,通过粒子滤波和贝叶斯更新来系统优化信息抽取任务中的标签表示,在序列标注和关系分类等任务上均能稳定提升现有方法的性能。
Existing information extraction (IE) tasks increasingly adopt in-context learning (ICL) with large language models. However, current approaches either show inconsistent performance across model scales or lack systematic optimization and generalizability. Building on this, we propose BCL (Bayesian In-Context Learning Framework for Information Extraction), the first optimization framework that uses particle filtering with Bayesian updates to systematically refine label representations across IE tasks. Through four steps initialization, observation, weight update, and resampling, BCL generalizes to both sequence labeling and relation classification paradigms. Extensive experiments demonstrate substantial and consistent improvements over existing approaches.
贝叶斯上下文学习框架用于信息抽取 / BCL: Bayesian In-Context Learning Framework for Information Extraction
本文提出了一种名为BCL的贝叶斯上下文学习框架,通过粒子滤波和贝叶斯更新来系统优化信息抽取任务中的标签表示,在序列标注和关系分类等任务上均能稳定提升现有方法的性能。
源自 arXiv: 2606.18620