Moreno La Quatra commited on
Commit
ada8d8a
1 Parent(s): bb8ab72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -50,4 +50,25 @@ Hereafter is the classification report of the model evaluation on the test split
50
  accuracy 0.92 396
51
  macro avg 0.91 0.92 0.92 396
52
  weighted avg 0.92 0.92 0.92 396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  ```
 
50
  accuracy 0.92 396
51
  macro avg 0.91 0.92 0.92 396
52
  weighted avg 0.92 0.92 0.92 396
53
+ ```
54
+
55
+ If you find it useful, please cite the following paper:
56
+
57
+ ```bibtex
58
+ @inproceedings{10.1145/3477314.3507106,
59
+ author = {Vaiani, Lorenzo and La Quatra, Moreno and Cagliero, Luca and Garza, Paolo},
60
+ title = {Leveraging Multimodal Content for Podcast Summarization},
61
+ year = {2022},
62
+ isbn = {9781450387132},
63
+ publisher = {Association for Computing Machinery},
64
+ address = {New York, NY, USA},
65
+ url = {https://doi.org/10.1145/3477314.3507106},
66
+ doi = {10.1145/3477314.3507106},
67
+ booktitle = {Proceedings of the 37th ACM/SIGAPP Symposium on Applied Computing},
68
+ pages = {863–870},
69
+ numpages = {8},
70
+ keywords = {multimodal learning, multimodal features fusion, extractive summarization, deep learning, podcast summarization},
71
+ location = {Virtual Event},
72
+ series = {SAC '22}
73
+ }
74
  ```