Update README.md
Browse files
README.md
CHANGED
|
@@ -83,13 +83,26 @@ More informatation can be found in our paper [NUTSHELL: A Dataset for Abstract G
|
|
| 83 |
|
| 84 |
## Citation
|
| 85 |
```
|
| 86 |
-
@
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
}
|
| 95 |
```
|
|
|
|
| 83 |
|
| 84 |
## Citation
|
| 85 |
```
|
| 86 |
+
@inproceedings{zufle-etal-2025-nutshell,
|
| 87 |
+
title = "{NUTSHELL}: A Dataset for Abstract Generation from Scientific Talks",
|
| 88 |
+
author = {Z{\"u}fle, Maike and
|
| 89 |
+
Papi, Sara and
|
| 90 |
+
Savoldi, Beatrice and
|
| 91 |
+
Gaido, Marco and
|
| 92 |
+
Bentivogli, Luisa and
|
| 93 |
+
Niehues, Jan},
|
| 94 |
+
editor = "Salesky, Elizabeth and
|
| 95 |
+
Federico, Marcello and
|
| 96 |
+
Anastasopoulos, Antonis",
|
| 97 |
+
booktitle = "Proceedings of the 22nd International Conference on Spoken Language Translation (IWSLT 2025)",
|
| 98 |
+
month = jul,
|
| 99 |
+
year = "2025",
|
| 100 |
+
address = "Vienna, Austria (in-person and online)",
|
| 101 |
+
publisher = "Association for Computational Linguistics",
|
| 102 |
+
url = "https://aclanthology.org/2025.iwslt-1.2/",
|
| 103 |
+
doi = "10.18653/v1/2025.iwslt-1.2",
|
| 104 |
+
pages = "19--32",
|
| 105 |
+
ISBN = "979-8-89176-272-5",
|
| 106 |
+
abstract = "Scientific communication is receiving increasing attention in natural language processing, especially to help researches access, summarize, and generate content. One emerging application in this area is Speech-to-Abstract Generation (SAG), which aims to automatically generate abstracts from recorded scientific presentations. SAG enables researchers to efficiently engage with conference talks, but progress has been limited by a lack of large-scale datasets. To address this gap, we introduce NUTSHELL, a novel multimodal dataset of *ACL conference talks paired with their corresponding abstracts. We establish strong baselines for SAG and evaluate the quality of generated abstracts using both automatic metrics and human judgments. Our results highlight the challenges of SAG and demonstrate the benefits of training on NUTSHELL. By releasing NUTSHELL under an open license (CC-BY 4.0), we aim to advance research in SAG and foster the development of improved models and evaluation methods."
|
| 107 |
}
|
| 108 |
```
|