maikezu commited on
Commit
e8c5a0b
·
verified ·
1 Parent(s): 2c5a450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -8
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
- @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
  ```
 
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
  ```