Talk2Ref
收藏资源简介:
Talk2Ref是一个大规模数据集,包含6,279场科学讲座和43,429篇被引用的论文,平均每场讲座有26篇引用。该数据集旨在支持对科学讲座中的参考预测进行研究,通过将讲座与其相关论文配对,使用讲座源出版物中引用的论文来模拟相关性。Talk2Ref为系统地研究从口语科学内容中进行参考预测提供了基础,并支持将口语研究内容集成到数字学术系统中。
Talk2Ref is a large-scale dataset consisting of 6,279 scientific lectures and 43,429 cited papers, with an average of 26 citations per lecture. This dataset is designed to support research on reference prediction in scientific lectures, by pairing each lecture with relevant papers cited in its source publications to simulate the relevance between the lecture and the papers. Talk2Ref provides a foundational resource for systematically investigating reference prediction from spoken scientific content, and facilitates the integration of spoken research content into digital academic systems.
Talk2Ref数据集概述
数据集简介
Talk2Ref是首个用于从科学演讲中预测参考文献的大规模数据集,包含6,279个科学演讲和43,429篇引用论文,平均每个演讲引用26篇论文。该数据集支持参考预测任务研究,将非结构化的科学演讲内容映射到相关论文。
数据集规模
- 总样本量: 6,279个演讲
- 总引用量: 43,429篇论文
- 时间跨度: 2017-2022年
- 覆盖会议: ACL、NAACL、EMNLP
数据划分
| 划分 | 会议 | 年份 | 演讲数量 | 平均时长(分钟) | 平均词数 | 平均引用数 | 总引用数 |
|---|---|---|---|---|---|---|---|
| 训练集 | ACL、NAACL、EMNLP | 2017-2021 | 3,971 | 12.1 | 1,615 | 26.75 | 31,064 |
| 开发集 | ACL | 2022 | 882 | 9.9 | 1,327 | 26.05 | 11,805 |
| 测试集 | EMNLP、NAACL | 2022 | 1,426 | 9.1 | 1,186 | 25.66 | 16,935 |
| 总计 | ACL、NAACL、EMNLP | 2017-2022 | 6,279 | 11.1 | 1,478 | 26.4 | 43,429 |
数据特征
| 字段名 | 类型 | 描述 |
|---|---|---|
| video_path | string | 原始会议演讲视频的URL或路径 |
| audio | audio | 带采样率信息的演讲音频波形 |
| sr | int | 音频录制采样率(Hz) |
| abstract | string | 对应科学论文的摘要 |
| language | string | 演讲语言(英语) |
| split | string | 数据划分("train"、"dev"或"test") |
| duration | float | 音频时长(秒) |
| conference | string | 会议名称(ACL、NAACL或EMNLP) |
| year | string | 会议年份 |
| transcription | string | 演讲的自动语音识别转录文本 |
| title | string | 与演讲相关的论文标题 |
| references | list | 引用论文的结构化元数据列表 |
引用论文元数据结构
引用论文字段包含:abstract、authors、container_title、doi、editors、id、issue、keywords、matched_title、meeting、pages、publisher、ref_id、sections、title、topics、url、volume、year
数据收集与处理
- 源数据获取: 从ACL Anthology获取会议演讲和相关论文
- 音频提取: 使用FFmpeg从视频中提取音频并转换为.wav格式
- 转录处理: 使用Whisper-Large-v3进行语音转录
- 引用提取: 使用GROBID解析对应论文PDF,提取所有引用参考文献和元数据
- 摘要补充: 通过CrossRef、arXiv、OpenAlex和Semantic Scholar查询补充缺失摘要
- 数据过滤: 移除无效或占位符摘要
应用场景
- 基于语音内容的参考文献预测
- 语音到文本和语音到摘要生成
- 检索和表示学习
许可信息
数据集采用知识共享署名4.0国际许可协议(CC BY 4.0)分发
引用格式
bibtex @misc{broy2025talk2refdatasetreferenceprediction, title = {Talk2Ref: A Dataset for Reference Prediction from Scientific Talks}, author = {Frederik Broy and Maike Züfle and Jan Niehues}, year = {2025}, eprint = {2510.24478}, archivePrefix= {arXiv}, primaryClass = {cs.CL}, url = {https://arxiv.org/abs/2510.24478} }

- 1Talk2Ref: A Dataset for Reference Prediction from Scientific Talks德国卡尔斯鲁厄理工学院 · 2025年



