Update README.md
#1
by piek - opened
README.md
CHANGED
|
@@ -4,4 +4,9 @@ license: mit
|
|
| 4 |
|
| 5 |
We finetuned XML-Roberta with the dialog act annotations in the MIDAS dataset:
|
| 6 |
|
| 7 |
-
Yu, Dian, and Zhou Yu. "MIDAS: A Dialog Act Annotation Scheme for Open Domain HumanMachine Spoken Conversations." In Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume, pp. 1103-1120. Association for Computational Linguistics, 2021.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
We finetuned XML-Roberta with the dialog act annotations in the MIDAS dataset:
|
| 6 |
|
| 7 |
+
Yu, Dian, and Zhou Yu. "MIDAS: A Dialog Act Annotation Scheme for Open Domain HumanMachine Spoken Conversations." In Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume, pp. 1103-1120. Association for Computational Linguistics, 2021.
|
| 8 |
+
|
| 9 |
+
Usage:
|
| 10 |
+
|
| 11 |
+
pipeline = pipeline("text-classification", model="CLTL/midas-da-xlmroberta", top_k=1)
|
| 12 |
+
result = pipeline("Can I ask you a question?")
|