From 98ec33bf08dfea7dddd3cc646591be8d5954f490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Mach=C3=A1=C4=8Dek?= Date: Tue, 6 May 2025 13:39:52 +0200 Subject: [PATCH 1/2] Turning Whisper paper, removed old arxiv version of MT Metrics Correlate --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81b9a2d..d959512 100644 --- a/README.md +++ b/README.md @@ -294,8 +294,6 @@ We also collect a paper list organized by different categories. Refer to [Here]( - Simultaneous Translation for Unsegmented Input: A Sliding Window Approach. *Arxiv 2022*. [[PDF](https://arxiv.org/pdf/2210.09754.pdf)] -- MT Metrics Correlate with Human Ratings of Simultaneous Speech Translation (Technical Report). *Arxiv 2022*. [[PDF](https://arxiv.org/pdf/2211.08633.pdf)] - - Attention as a guide for Simultaneous Speech Translation. *Arxiv 2022*. [[PDF](https://arxiv.org/pdf/2212.07850.pdf)] ### 2023 @@ -362,6 +360,8 @@ We also collect a paper list organized by different categories. Refer to [Here]( - Efficient Monotonic Multihead Attention.*Arxiv 2023*. [[PDF](https://arxiv.org/pdf/2312.04515.pdf)][[Code](https://github.com/facebookresearch/seamless_communication)] +- Turning Whisper into Real-Time Transcription System. *AACL 2023*. [[PDF](https://aclanthology.org/2023.ijcnlp-demo.3/)][Code](https://github.com/ufal/whisper_streaming)] + ### 2024 - StreamSpeech: Simultaneous Speech-to-Speech Translation with Multi-task Learning. *ACL 2024*. [[PDF](https://arxiv.org/pdf/2406.03049)][[Code](https://github.com/ictnlp/StreamSpeech)][[Project](https://ictnlp.github.io/StreamSpeech-site/)] From 05700a11db0f44382d34e498a6c30eae16a7b3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Mach=C3=A1=C4=8Dek?= Date: Tue, 6 May 2025 13:46:01 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d959512..95a8bdd 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ We also collect a paper list organized by different categories. Refer to [Here]( - Efficient Monotonic Multihead Attention.*Arxiv 2023*. [[PDF](https://arxiv.org/pdf/2312.04515.pdf)][[Code](https://github.com/facebookresearch/seamless_communication)] -- Turning Whisper into Real-Time Transcription System. *AACL 2023*. [[PDF](https://aclanthology.org/2023.ijcnlp-demo.3/)][Code](https://github.com/ufal/whisper_streaming)] +- Turning Whisper into Real-Time Transcription System. *AACL 2023*. [[PDF](https://aclanthology.org/2023.ijcnlp-demo.3/)][[Code](https://github.com/ufal/whisper_streaming)] ### 2024