论文多源确认

RAME框架在谷物育种信息提取任务中夺冠

Retrieval-Augmented Multi-Prompt Ensemble for Minor-Grain Breeding Information Extraction

精选理由

DeepSeek团队用RAME框架在谷物育种信息提取任务击败GPT-5.5,代码已开源。

研究人员提出RAME框架,在CCL2026-Eval Task 5任务中排名第一。该框架基于DeepSeek-V4-Flash模型,结合检索增强和三种提示词策略。RAME在NER任务得分为0.730,RE任务得分为0.346,总分0.499,超越GPT-5.5基线11.4%。

原文 · arXiv: DeepSeek

Retrieval-Augmented Multi-Prompt Ensemble for Minor-Grain Breeding Information Extraction

This paper presents our system for CCL2026-Eval Task 5: Minor-Grain Breeding Information Extraction (MGBIE), which jointly extracts 12 entity types and 6 relation types from minor-grain breeding literature. We propose RAME (Retrieval-Augmented Multi-Prompt Ensemble), a training-free framework that elicits multiple LLM outputs under controlled diversity and aggregates them by majority voting to obtain high-confidence predictions. RAME combines (i) retrieval-augmented few-shot selection via a hybrid BM25-embedding retriever, (ii) a three-prompt ensemble (Strict, Relaxed, Balanced) spanning the precision to recall spectrum, and (iii) large-scale repeated sampling with majority voting to filter noisy predictions. Built on DeepSeek-V4-Flash, RAME achieves a Total Score of 0.499 (NER 0.730, RE 0.346) on the leaderboard, ranking 1st and surpassing the official Track-A baseline powered by GPT-5.5 (0.448), representing an 11.4% relative improvement. Code is available at https://github.com/king-wang123/CCL26-RAME.