Update README.md
Browse files
README.md
CHANGED
@@ -47,12 +47,12 @@ tags:
|
|
47 |
|
48 |
# NUTSHELL: A Dataset for Abstract Generation from Scientific Talks
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
The goal is to generate concise, informative summaries (abstracts) based on the content.
|
55 |
|
|
|
56 |
|
57 |
|
58 |
## Dataset Splits
|
@@ -82,5 +82,14 @@ The goal is to generate concise, informative summaries (abstracts) based on the
|
|
82 |
|
83 |
|
84 |
## Citation
|
85 |
-
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
# NUTSHELL: A Dataset for Abstract Generation from Scientific Talks
|
49 |
|
50 |
+
Scientific communication is receiving increasing attention in natural language processing, especially to help researches access, summarize, and generate content.
|
51 |
+
One emerging application in this area is Speech-to-Abstract Generation (SAG), which aims to automatically generate abstracts from recorded scientific presentations.
|
52 |
+
SAG enables researchers to efficiently engage with conference talks, but progress has been limited by a lack of large-scale datasets.
|
53 |
+
To address this gap, we introduce NUTSHELL, a novel multimodal dataset of *ACL conference talks paired with their corresponding abstracts.
|
|
|
54 |
|
55 |
+
More informatation can be found in our paper [NUTSHELL: A Dataset for Abstract Generation from Scientific Talks](https://arxiv.org/abs/2502.16942).
|
56 |
|
57 |
|
58 |
## Dataset Splits
|
|
|
82 |
|
83 |
|
84 |
## Citation
|
85 |
+
```
|
86 |
+
@misc{züfle2025nutshelldatasetabstractgeneration,
|
87 |
+
title={NUTSHELL: A Dataset for Abstract Generation from Scientific Talks},
|
88 |
+
author={Maike Züfle and Sara Papi and Beatrice Savoldi and Marco Gaido and Luisa Bentivogli and Jan Niehues},
|
89 |
+
year={2025},
|
90 |
+
eprint={2502.16942},
|
91 |
+
archivePrefix={arXiv},
|
92 |
+
primaryClass={cs.CL},
|
93 |
+
url={https://arxiv.org/abs/2502.16942},
|
94 |
+
}
|
95 |
+
```
|