Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Attention2Probability: Attention-Driven Terminology Probability Estimation for Robust Speech-to-Text System
|
| 2 |
|
| 3 |
<p align="center">
|
|
@@ -29,4 +40,4 @@ If you find A2P useful, please cite the paper:
|
|
| 29 |
primaryClass={cs.CL},
|
| 30 |
url={https://arxiv.org/abs/2508.18701},
|
| 31 |
}
|
| 32 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- translation
|
| 5 |
+
- automatic-speech-recognition
|
| 6 |
+
language:
|
| 7 |
+
- zh
|
| 8 |
+
- en
|
| 9 |
+
size_categories:
|
| 10 |
+
- 100K<n<1M
|
| 11 |
+
---
|
| 12 |
# Attention2Probability: Attention-Driven Terminology Probability Estimation for Robust Speech-to-Text System
|
| 13 |
|
| 14 |
<p align="center">
|
|
|
|
| 40 |
primaryClass={cs.CL},
|
| 41 |
url={https://arxiv.org/abs/2508.18701},
|
| 42 |
}
|
| 43 |
+
```
|