Datasets:
Note on code to generate dataset
Browse files
README.md
CHANGED
|
@@ -146,7 +146,7 @@ size_categories:
|
|
| 146 |
|
| 147 |
# Dataset Card for CoNLL-2003 with NER Workflow Enhancements
|
| 148 |
|
| 149 |
-
This dataset is a modified version of the CoNLL-2003 dataset, enhanced to support an LLM-based Named Entity Recognition (NER) workflow. Two new columns, `sentence` and `entities`, have been added.
|
| 150 |
|
| 151 |
## Named Entities
|
| 152 |
|
|
|
|
| 146 |
|
| 147 |
# Dataset Card for CoNLL-2003 with NER Workflow Enhancements
|
| 148 |
|
| 149 |
+
This dataset is a modified version of the CoNLL-2003 dataset, enhanced to support an LLM-based Named Entity Recognition (NER) workflow. Two new columns, `sentence` and `entities`, have been added. You can find the code used to generate this version together with the data files.
|
| 150 |
|
| 151 |
## Named Entities
|
| 152 |
|