jantrienes
commited on
Commit
•
9b77608
1
Parent(s):
e363b70
Update README.md
Browse files
README.md
CHANGED
@@ -40,12 +40,14 @@ widget:
|
|
40 |
- text: When two bacteria exchange genetic information, what is the process called?
|
41 |
language:
|
42 |
- en
|
|
|
43 |
---
|
44 |
|
45 |
|
46 |
# roberta-large-question-classifier
|
47 |
|
48 |
-
This model
|
|
|
49 |
It achieves the following results on the test set:
|
50 |
|
51 |
```
|
|
|
40 |
- text: When two bacteria exchange genetic information, what is the process called?
|
41 |
language:
|
42 |
- en
|
43 |
+
arxiv: 2107.00152
|
44 |
---
|
45 |
|
46 |
|
47 |
# roberta-large-question-classifier
|
48 |
|
49 |
+
This model classifies questions according to the question-type ontology defined in following paper: [Controllable Open-ended Question Generation with A New Question Type Ontology](https://aclanthology.org/2021.acl-long.502/) (Cao & Wang, ACL-IJCNLP 2021).
|
50 |
+
It is a fine-tuned [roberta-large](https://huggingface.co/roberta-large) on the [open_question_type](https://huggingface.co/datasets/launch/open_question_type) dataset.
|
51 |
It achieves the following results on the test set:
|
52 |
|
53 |
```
|