Update README.md
Browse files
README.md
CHANGED
|
@@ -1,33 +1,31 @@
|
|
| 1 |
---
|
| 2 |
annotations_creators:
|
| 3 |
-
|
| 4 |
language_creators:
|
| 5 |
-
|
| 6 |
widget:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
datasets:
|
| 13 |
-
|
| 14 |
language:
|
| 15 |
-
|
| 16 |
-
license:
|
| 17 |
-
- cc-by-nc-sa-4.0
|
| 18 |
pretty_name: cner-model
|
| 19 |
source_datasets:
|
| 20 |
-
|
| 21 |
task_categories:
|
| 22 |
-
|
| 23 |
task_ids:
|
| 24 |
-
|
| 25 |
---
|
| 26 |
|
| 27 |
# CNER: Concept and Named Entity Recognition
|
| 28 |
This is the model card for the NAACL 2024 paper [CNER: Concept and Named Entity Recognition](https://aclanthology.org/2024.naacl-long.461/).
|
| 29 |
We fine-tuned a language model (DeBERTa-v3-base) for 1 epoch on our [CNER dataset](https://huggingface.co/datasets/Babelscape/cner)
|
| 30 |
-
The resulting CNER model is able to jointly
|
| 31 |
|
| 32 |
**If you use the model, please reference this work in your paper**:
|
| 33 |
|
|
@@ -77,4 +75,4 @@ print(ner_results)
|
|
| 77 |
|
| 78 |
## Licensing Information
|
| 79 |
|
| 80 |
-
Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). Copyright of the dataset contents and models belongs to the original copyright holders.
|
|
|
|
| 1 |
---
|
| 2 |
annotations_creators:
|
| 3 |
+
- machine-generated
|
| 4 |
language_creators:
|
| 5 |
+
- machine-generated
|
| 6 |
widget:
|
| 7 |
+
- text: George Washington went to Washington.
|
| 8 |
+
- text: What is the seventh tallest mountain in North America?
|
| 9 |
tags:
|
| 10 |
+
- named-entity-recognition
|
| 11 |
+
- sequence-tagger-model
|
| 12 |
datasets:
|
| 13 |
+
- Babelscape/cner
|
| 14 |
language:
|
| 15 |
+
- en
|
|
|
|
|
|
|
| 16 |
pretty_name: cner-model
|
| 17 |
source_datasets:
|
| 18 |
+
- original
|
| 19 |
task_categories:
|
| 20 |
+
- structure-prediction
|
| 21 |
task_ids:
|
| 22 |
+
- named-entity-recognition
|
| 23 |
---
|
| 24 |
|
| 25 |
# CNER: Concept and Named Entity Recognition
|
| 26 |
This is the model card for the NAACL 2024 paper [CNER: Concept and Named Entity Recognition](https://aclanthology.org/2024.naacl-long.461/).
|
| 27 |
We fine-tuned a language model (DeBERTa-v3-base) for 1 epoch on our [CNER dataset](https://huggingface.co/datasets/Babelscape/cner)
|
| 28 |
+
The resulting CNER model is able to jointly identifying and classifying concepts and named entities with fine-grained tags.
|
| 29 |
|
| 30 |
**If you use the model, please reference this work in your paper**:
|
| 31 |
|
|
|
|
| 75 |
|
| 76 |
## Licensing Information
|
| 77 |
|
| 78 |
+
Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). Copyright of the dataset contents and models belongs to the original copyright holders.
|