NLPCC 2026 Shared Task 10: Reliability of AI-Assisted Scientific Reporting
Two complementary tracks: claim-level faithfulness to experimental results and citation-level faithfulness to external evidence.
Latest Notice
[2026/05/26] Phase 1 is now open. The Phase 1 test inputs, a baseline prompting kit, and the offline evaluation scripts are available in the
data/,
baseline_prompting/, and
offline_eval/ directories of the repository. Submit Phase 1 results on Codabench.
Introduction
As generative AI and agentic AI become increasingly integrated into scientific workflows, they are now widely used to assist with scientific writing, including summarizing experimental results, drafting conclusions, and generating citation-supported
statements.
Recent studies have shown that AI-assisted scientific reporting often overgeneralizes conclusions beyond what the source evidence justifies. Therefore, this shared task is deliberately scoped to the reporting layer of AI-assisted research and centers on the following question: given scientific evidence and an AI-generated scientific statement, can a system determine whether the statement faithfully reflects the evidence it summarizes or cites?
Tracks
Track 1: Claim-level faithfulness to experimental results
Systems are provided with a compact evidence bundle and an AI-generated claim paragraph segmented into individual sentences for evaluation. Participants are required to assign a label to each sentence, indicating whether it is supported by the evidence or, if not, what type of unsupported reporting it contains.
In scientific writing, unsupported reporting often appears as one or two problematic sentences embedded within an otherwise plausible paragraph. This track focuses on detecting such fine-grained reporting errors.
Track 2: Citation-level faithfulness to external evidence
Systems are given an atomic AI-generated scientific claim and the full text of the cited paper in structured textual form. They must determine whether the paper directly supports the claim, partially supports it, is only topically related without providing evidential support, or is entirely irrelevant.
In addition, participants are required to submit a ranked list of evidence paragraph IDs so that evaluation captures not only labeling accuracy but also the ability to identify the relevant supporting evidence.
Task Guidelines & Data
Detailed task guidelines are now available, covering track definitions, data format, evaluation metrics, submission requirements, and FAQ.
Task Guidelines / 任务指南
Data & Toolkits
Train-dev data and Phase 1 test inputs (with images) are available in the data/ directory. A reference single-turn prompting baseline lives in baseline_prompting/, and the official offline evaluator (matching the platform scoring) lives in offline_eval/.
Data usage notice: During the competition period, all released task data is provided exclusively for NLPCC 2026 Shared Task 10. Credits and attribution belong to the organizers, and the data may not be redistributed, mirrored, republished, relabeled, or released under any other name. After the competition, all training and test data will be redistributed under an open license for scientific research use.
Evaluation
Evaluation is conducted in two phases: Phase 1 (Open, May 26 – June 20) with a public leaderboard on Codabench, and Phase 2 (Hidden, June 11 – June 20) on a held-out test set. The final ranking score is the average of both phases. See the guidelines for full details.
Schedule
| March 20, 2026 | Shared task announcement and call for participation |
| March 20, 2026 | Registration opens |
| April 15, 2026 | Release of detailed task guidelines and training data |
| May 25, 2026 | Registration deadline |
| May 26, 2026 | Phase 1 data, evaluation entry, and offline evaluation scripts released |
| June 11, 2026 | Hidden (held-out) test data release, no labels (Phase 2 begins) |
| June 20, 2026 | Deadline for participants to submit all results (Phase 1 + Phase 2) |
| June 30, 2026 | Evaluation results released; call for system reports |
Organizers
This shared task is organized by the University of Macau.
- Runzhe Zhan (Contact) | University of Macau | nlp2ct.runzhe@gmail.com | Homepage
- Derek F. Wong (Advisor) | University of Macau | Homepage
- Yutong Yao | University of Macau
- Junchao Wu | University of Macau | Homepage
- Jingkun Ma | University of Macau
- Yanming Sun | University of Macau
- Fengying Ye | University of Macau
NLPCC 2026 共享任务:AI辅助科学报告的可靠性
本任务设置两个互补赛道,分别关注实验结果的陈述级忠实性和外部文献的引文级忠实性。
最新通知
[2026/05/26] 第一阶段评测正式开启。第一阶段测试输入、baseline prompting 套件与离线评测脚本已在仓库中发布。请在 Codabench 提交第一阶段结果。
简介
随着生成式人工智能和智能体人工智能不断融入科学发现和研究流程,相关技术已被广泛用于辅助科学写作,例如总结实验结果、撰写研究结论,以及生成带有引文支持的科学表述。然而,近期研究表明,AI 生成的科学报告常常会对结论作出超出原始证据支持范围的泛化表述。基于此,本共享任务聚焦于 AI 辅助科研中的“报告层”问题,围绕以下核心问题展开:给定科学证据与一条由 AI 生成的科学陈述,系统能否判断该陈述是否忠实反映了其所概括或引用的证据?
赛道说明
Track 1:面向实验结果的陈述级忠实性判定
参赛系统将获得一个紧凑的证据集合,以及一段由 AI 生成的陈述性段落。该段落将被切分为若干独立句子,参赛者需要对每个句子进行标注,判断其是否得到证据支持;若不被支持,则需进一步指出其所属的失实表述类型。
在科学写作中,失实表述往往并非表现为整段内容完全错误,而是以一至两个存在问题的句子嵌入在整体看似合理的段落中。因此,本赛道重点考察系统对细粒度报告偏差的识别能力。
Track 2:面向外部证据的引文级忠实性判定
参赛系统将获得一条原子化的 AI 生成科学陈述,以及被引用论文的结构化全文文本。系统需要判断该论文与陈述之间的关系属于以下哪一类:直接支持、部分支持、仅主题相关但不构成证据支持、完全无关。
此外,参赛系统还需提交一个按相关性排序的证据段落编号列表。这样,评测不仅关注标签判定的准确性,也关注系统定位关键支持证据的能力。
任务指南与数据
详细任务指南现已发布,涵盖赛道定义、数据格式、评测指标、提交要求及常见问题。
任务指南(中文版) |
Task Guidelines (English)
数据与工具包
训练开发数据、第一阶段测试输入、baseline prompting 套件与离线评测脚本已发布在 GitHub 上。第一阶段公开排行榜与提交入口位于 Codabench。
数据使用说明:比赛期间,所有已发布的任务数据仅限用于参加 NLPCC 2026 Shared Task 10,相关署名权及发布权均归组织方所有;未经许可,不得以其他名义对数据进行二次分发、镜像发布、重新发布、重新命名或另行发布。比赛结束后,所有训练和测试数据将以开放协议重新分发,并可用于科研用途。
评测方案
评测分两个阶段进行:第一阶段(公开评测,5 月 26 日 – 6 月 20 日)设公开排行榜,第二阶段(隐藏评测,6 月 11 日 – 6 月 20 日)使用隐藏测试集。最终排名分数为两阶段得分的平均值。详见任务指南。
日程安排
| 2026年3月20日 | 共享任务发布及参赛征集 |
| 2026年3月20日 | 报名开始 |
| 2026年4月15日 | 发布详细任务指南与训练数据 |
| 2026年5月25日 | 报名截止 |
| 2026年5月26日 | 发布第一阶段数据、评测入口和离线评测脚本 |
| 2026年6月11日 | 发布隐藏测试数据(不含标签)(第二阶段开始) |
| 2026年6月20日 | 参赛队伍提交所有结果的截止日(第一阶段 + 第二阶段) |
| 2026年6月30日 | 公布评测结果;征集系统报告 |