nielsr HF staff commited on
Commit
d0e2202
·
verified ·
1 Parent(s): 9f1d2e8

Add link to paper

Browse files

This PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2502.08660.

Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -12,6 +12,8 @@ AS-SRL is the first Chinese speech-based Semantic Role Labeling (SRL) dataset, c
12
 
13
  This dataset was developed to address the growing need for speech-based language understanding capabilities, particularly for SRL from speech input directly. It enables research on end-to-end approaches for SRL from speech, which can help overcome limitations of traditional pipeline methods (ASR followed by text-based SRL) such as error propagation and loss of useful acoustic features.
14
 
 
 
15
  ## Features
16
 
17
  - 9,000 authentic Mandarin speech recordings with corresponding transcripts and SRL annotations
@@ -23,10 +25,10 @@ This dataset was developed to address the growing need for speech-based language
23
 
24
  If you use this dataset, please cite:
25
 
26
- @inproceedings{chen-etal-2024-semantic,
27
- title = "Semantic Role Labeling from Chinese Speech via End-to-End Learning",
28
- author = "Chen, Huiyao and Li, Xinxin and Zhang, Meishan and Zhang, Min",
29
- booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
30
- year = "2024",
31
- pages = "8898--8911"
32
- }
 
12
 
13
  This dataset was developed to address the growing need for speech-based language understanding capabilities, particularly for SRL from speech input directly. It enables research on end-to-end approaches for SRL from speech, which can help overcome limitations of traditional pipeline methods (ASR followed by text-based SRL) such as error propagation and loss of useful acoustic features.
14
 
15
+ It was proposed in the paper [Semantic Role Labeling: A Systematical Survey](https://huggingface.co/papers/2502.08660).
16
+
17
  ## Features
18
 
19
  - 9,000 authentic Mandarin speech recordings with corresponding transcripts and SRL annotations
 
25
 
26
  If you use this dataset, please cite:
27
 
28
+ @inproceedings{chen-etal-2024-semantic,
29
+ title = "Semantic Role Labeling from Chinese Speech via End-to-End Learning",
30
+ author = "Chen, Huiyao and Li, Xinxin and Zhang, Meishan and Zhang, Min",
31
+ booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
32
+ year = "2024",
33
+ pages = "8898--8911"
34
+ }