Named Entity Recognition
Span-based annotation for identifying entities like persons, organizations, locations, and dates in text.
Obtener este diseño
This design is available in our showcase. Copy the configuration below to get started.
Inicio rápido:
# Create your project folder mkdir named-entity-recognition cd named-entity-recognition # Copy config.yaml from above potato start config.yaml
Detalles
Tipos de anotación
Dominio
Casos de uso
Etiquetas
Diseños relacionados
Aspect-Based Sentiment Analysis
Identification of aspect terms in review text with sentiment polarity classification for each aspect. Based on SemEval-2016 Task 5 (ABSA).
BioNLP 2011 - Gene Regulation Event Extraction
Biomedical event extraction for gene regulation, based on the BioNLP 2011 Shared Task (Kim et al., ACL Workshop 2011). Annotators identify biological entities and mark regulatory events such as gene expression, transcription, and protein catabolism in scientific abstracts.
Causal Medical Claim Detection and PICO Extraction
Detection of causal claims in medical texts and extraction of PICO (Population, Intervention, Comparator, Outcome) elements. Based on SemEval-2023 Task 8 (Khetan et al.).