QFESum
收藏资源简介:
QFESum是由华中科技大学构建的大规模查询聚焦事件摘要数据集,旨在解决现有查询聚焦摘要方法在事件主题语料上的不足。该数据集包含8个主题事件语料库,总计16,684篇文档和104个查询,数据来源于T17和CRISIS两个现有事件时间线摘要数据集,通过人工标注与大型语言模型辅助标注相结合的方式构建。其创建过程包括查询初始化、查询聚焦摘要构建和查询相关文档标注三个阶段,通过主题聚类和语义精炼确保查询覆盖事件主题的多个维度。该数据集主要应用于自然语言处理领域的事件摘要任务,特别针对用户查询驱动的多文档事件摘要场景,旨在评估模型从大规模异构语料中检索相关文档并生成语义连贯的查询聚焦摘要的能力。
QFESum is a large-scale query-focused event summarization dataset constructed by Huazhong University of Science and Technology, aiming to address the shortcomings of existing query-focused summarization methods when applied to event-themed corpora. This dataset includes 8 thematic event corpora, totaling 16,684 documents and 104 queries. Its data is sourced from two existing event timeline summarization datasets, T17 and CRISIS, and was built through a hybrid approach combining manual annotation and large language model (LLM)-assisted annotation. The construction workflow of this dataset encompasses three stages: query initialization, query-focused summarization construction, and annotation of query-relevant documents. Theme clustering and semantic refinement are employed to ensure that the queries cover multiple dimensions of the event theme. This dataset is mainly applied to event summarization tasks in the field of natural language processing, specifically targeting user query-driven multi-document event summarization scenarios, and is designed to evaluate the capability of models to retrieve relevant documents from large-scale heterogeneous corpora and generate semantically coherent query-focused summaries.
数据集概述:QFESum
QFESum 是一个为查询焦点事件摘要(Query-Focused Event Summarization, QFES) 任务构建的数据集。与传统的多文档摘要不同,QFES 要求系统从主题事件语料库中检索与查询相关的文档,并生成聚焦于查询所描述的特定事件方面的摘要。
数据集结构与内容
- 仓库位置:https://github.com/sarcasm-hcy02/QFES-QFESum 下的
QFESum/目录。 - 主题事件语料库:包含多个主题事件语料库,每个语料库代表一个特定事件主题:
bpoilfinaniraqsyria_t17egyptlibyasyria_crisisyemen
每个主题语料库的文件结构
每个主题目录(例如 theme_name/)通常包含以下文件或目录:
| 文件/目录 | 描述 |
|---|---|
theme_name.json |
该主题语料库中的所有文档。 |
QFS.json |
包含查询缩写、完整查询描述以及查询焦点的参考摘要。 |
timelines.json |
原始的时间线摘要。 |
standard_documents/ |
查询相关的相关文档集和事件注释。 |
关联方法:QFES
该仓库还包含了与 QFESum 数据集配套的 QFES 方法,这是一个查询焦点事件摘要方法,由两个核心模块构成:
- RAT 检索器 (
QFES/RAT/):从主题事件语料库中检索与查询相关的文档,生成查询相关的文档集。 - SHC 摘要器 (
QFES/SHC/):基于事件提取、事件表示、图结构建模和层次聚类,生成查询焦点事件摘要。
运行环境
- 推荐使用 Python 3.11.11,并在隔离的 Conda 环境中运行。
- 通过
pip install -r requirements.txt安装依赖。

- 1Query-Focused Event Summarization: A Dataset and Benchmark华中科技大学 · 2026年



