FigSIM
收藏资源简介:
FigSIM是由墨尔本大学等机构联合创建的首个细粒度自杀迷因数据集,旨在支持对自杀相关网络内容的深度分析与自动化审核。该数据集包含1049条多模态迷因样本,每条均标注了比喻现象、自杀严重性等级及自杀相关内容等维度,数据来源于Reddit的r/SuicideMeme子社区2018年至2022年的英文帖子。构建过程基于临床评估量表与在线安全指南,由心理学与计算领域专家通过多轮标注与仲裁完成。该数据集主要应用于心理健康计算与社会媒体内容审核领域,致力于解决自杀迷因的细粒度风险识别、比喻语言理解及精准干预策略开发等关键问题。
FigSIM is the first fine-grained suicide meme dataset jointly created by the University of Melbourne and other institutions, aiming to support in-depth analysis and automated moderation of suicide-related online content. This dataset contains 1,049 multimodal meme samples, each annotated with dimensions such as metaphorical phenomena, suicide severity level, and suicide-related content. The data is sourced from English posts in the r/SuicideMeme subreddit on Reddit from 2018 to 2022. Its construction process is based on clinical assessment scales and online safety guidelines, and was completed by experts in psychology and computing through multiple rounds of annotation and arbitration. This dataset is mainly applied in the fields of mental health computing and social media content moderation, and is dedicated to solving key issues including fine-grained risk identification of suicide memes, figurative language understanding, and development of precise intervention strategies.
FigSIM 数据集概述
FigSIM 是一个用于研究自杀梗图中细粒度自杀严重程度、自杀相关内容和比喻性语言的研究数据集。
数据集内容
- 标注与元数据:提供 JSON 格式的标注文件(位于
data/annotations/)。 - 数据划分:训练/验证/测试集的 ID 文件(位于
data/splits/)。 - 示例:展示标注格式的说明性示例(位于
data/examples/,仅供参考,并非数据集实际图像)。 - 无效图像索引:记录无法访问的 URL(文件
data/invalid_image_indices.csv)。 - 文档:标注方案和标签定义(位于
docs/)。
数据集访问
- 图像不包含在此仓库中。受控访问,需向研究人员提供图像 URL。
- 申请地址:https://forms.gle/ShXCH7fw55YTu1nb8
- 审批通过后,将收到包含
image_index和download_url的 CSV 文件。 - 处理时间:约 5–7 个工作日。
- 联系人:liuliuc@student.unimelb.edu.au
数据可用性
- 截至 2026-04-14,1049 个 URL 中有 61 个无法访问(因帖子删除或内容移除)。
- 不可访问的图像索引列表位于
data/invalid_image_indices.csv,下载脚本会排除这些图像。
快速使用
下载图像(获得访问权限后):
python scripts/download_images.py --url_path SuicideMeme_download_urls.csv --output_dir ./data/images
标注格式(JSON)
每条梗图以 image_index 为键,包含以下字段:
figurative:比喻性现象(多标签)suicide_scale:自杀严重程度(单标签有序)suicide_related:自杀相关内容(多标签)modality:模态(单标签)context:上下文需求(单标签)image_description和annotation_note:仅用于试点标注,正式标注中为空。
标注类别
- 比喻性现象(多标签):Metaphor、Pun/Double meaning、Irony/sarcasm、None
- 自杀严重程度(单标签有序):None、Wish to be dead、Suicide ideation、Suicide planning、Suicide attempts、Suicide death
- 自杀相关内容(多标签):Suicide methods/locations: stylized depiction、Suicide methods/locations: naturalistic depiction、Protective factors、Harmful factors、None
- 模态(单标签):Text、Image、Complementary
- 上下文需求(单标签):Context-required、No-context-required
引用
如使用 FigSIM,请引用: bibtex @inproceedings{chen-2026-figsim, title = {FigSIM: A Dataset for Fine-grained Suicide Risk and Figurative Language in Suicide Memes}, author = {Chen, Liuliu and Carrotte, Elise and Chapman, Brian E. and Robinson, Jo and Conway, Mike}, booktitle = {Findings of the Association for Computational Linguistics: ACL 2026}, year = {2026} }
注意事项
- ⚠️ 内容警告:本数据集包含自杀和自残相关内容,请谨慎使用。
- 图像仅供获批研究人员使用,以减少误用风险。





