have-to-name commited on
Commit
26cc256
·
verified ·
1 Parent(s): c3c728c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ size:
6
+ - 22020 pairs_of_segments
7
+ ---
8
+
9
+ # BSTC-TextRewrite Dataset
10
+
11
+ ## Dataset Description
12
+ This dataset includes text data that has been annotated for rewriting using the manual annotation method described in our paper to enhance the performance of speech translation systems. It is based on the original BSTC dataset.
13
+
14
+ ## Dataset Structure
15
+ The dataset consists of pairs of segments structured as follows:
16
+
17
+ - **left**: The ASR transcript.
18
+ - **right**: The human annotation text.
19
+
20
+ ## Dataset Statistics
21
+ Our dataset contains 22,000 annotation pairs.
22
+
23
+ ## License
24
+ This dataset is licensed under the Apache 2.0 License. Please ensure you follow the original BSTC dataset license and any applicable terms when using this rewritten dataset.
25
+
26
+ ## Citation
27
+ If you use this dataset in your work, please cite the following paper:
28
+
29
+ ```bibtex
30
+ @article{wu2025improvespeechtranslation,
31
+ title={Improve Speech Translation Through Text Rewrite},
32
+ author={Wu, Jing and Wang, Shushu and Fan, Kai and Luo, Wei and Liao, Minpeng and Huang, Zhongqiang},
33
+ year={2025}
34
+ }