DiscoSG-DS
收藏资源简介:
DiscoSG-DS数据集由400个专家标注的实例和8430个合成的实例组成,用于多句子图像描述的场景图解析。每个实例包括平均9个句子,每个图包含至少3倍于现有数据集中的三元组。数据集的创建过程包括手动标注和合成标注,旨在捕捉跨句子共指、长距离依赖关系、隐含关系和全局语义一致性。DiscoSG-DS数据集适用于研究多句子图像描述的场景图解析,有助于解决跨句子共指、长距离依赖关系、隐含关系和全局语义一致性的挑战。
The DiscoSG-DS dataset comprises 400 expert-annotated instances and 8430 synthetic instances, targeting scene graph parsing for multi-sentence image captioning. Each instance contains an average of 9 sentences, and each graph includes at least three times as many triples as those in existing datasets. The dataset is developed via both manual annotation and synthetic annotation, aiming to capture cross-sentence coreference, long-distance dependencies, implicit relations, and global semantic consistency. The DiscoSG-DS dataset is applicable to research on scene graph parsing for multi-sentence image captioning, and it helps address the challenges of cross-sentence coreference, long-distance dependencies, implicit relations, and global semantic consistency.
DiscoSG数据集概述
数据集基本信息
- 数据集名称: DiscoSG
- 研究领域: 话语级文本场景图解析
- 官方仓库: https://github.com/ShaoqLin/DiscoSG
数据集统计信息
- 人工标注实例: 400个(训练集300个,测试集100个)
- 合成实例: 8,430个(训练集)
- 总训练样本: 8,730个(300人工标注 + 8,430合成)
数据特征对比
| 数据集 | 实例数量 | 平均长度 | 平均三元组 | 平均对象 | 平均关系 | 总三元组数 |
|---|---|---|---|---|---|---|
| VG | 2,966,195 | 5.34 | 1.53 | – | – | 4,533,271 |
| FACTUAL | 40,369 | 6.08 | 1.76 | – | – | 71,124 |
| DiscoSG人工 | 400 | 181.15 | 20.49 | 10.11 | 6.54 | 8,195 |
| DiscoSG合成 | 8,430 | 163.07 | 19.41 | 10.06 | 6.39 | 163,640 |
目录结构
├── detailcap_discosg_mr.py ├── caparena_mr.py ├── discourse_foil_acc_mr.py ├── DiscoSG_datasets/ │ └── [dataset files] ├── reusable_graph/ │ ├── Disco_large_subsent_100.json └── ... └── logs/ └── [inference logs]
快速使用指南
-
数据集路径配置
- 修改
detailcap_discosg_mr.py第64行路径 - 修改
dataset_utils.py第136和167行路径
- 修改
-
快速推理
- 使用
reusable_graph目录中的JSON文件替换参数: python --original_parse_dict --sub_sentence_parse_dict --combined_parse_dict
- 使用
-
复现材料
- 包含完整推理日志和中间生成图结构
-
CAPTURE指标
- 需从CAPTURE仓库获取并替换capture.py文件

- 1DiscoSG: Towards Discourse-Level Text Scene Graph Parsing through Iterative Graph Refinement武汉理工大学, 蒙纳士大学, RMIT · 2025年



