File size: 1,246 Bytes
ec35bc2 d2c04b5 c80215f d2c04b5 ec35bc2 d2c04b5 ec35bc2 d2c04b5 e11702e d2c04b5 ec35bc2 d2c04b5 e11702e d2c04b5 e11702e d2c04b5 e11702e d2c04b5 ec35bc2 e11702e ec35bc2 e11702e ec35bc2 0939854 e11702e 0939854 ec35bc2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
language:
- en
license: cc-by-4.0
configs:
- config_name: default
data_files:
- split: train
path: train/*
- split: dev
path: dev/*
- split: test
path: test/*
dataset_info:
features:
- name: video_path
dtype: string
- name: abstract
dtype: string
- name: audio
dtype: Audio
- name: language
dtype: string
- name: split
dtype: string
- name: conference
dtype: string
- name: year
dtype: string
config_name: default
splits:
- name: train
num_examples: 4000
- name: dev
num_examples: 885
- name: test
num_examples: 1431
tags:
- text
- audio
- video
---
# Abstract Generation with ACL talks
This dataset is designed for the task of Multimodal Abstract Generation from scientific talks.
It provides links to videos of academic presentations from ACL conferences, paired with their corresponding abstracts as well as the audio recordings.
The goal is to generate concise, informative summaries (abstracts) based on the content.
## Dataset Splits
| Split | Number of Examples |
|-------|--------------------|
| train | 4000 |
| dev | 885 |
| test | 1431 |
## Citation
A dataset paper will be available soon. |