NER

Modeling Label Correlations for Ultra-Fine Entity Typing with Neural Pairwise Conditional Random Field

A SOTA system that can perform entity typing tasks of 10k entity types.

DAMO-NLP at SemEval-2022 Task 11: A Knowledge-based System for Multilingual Named Entity Recognition

We utilize the wikipedia to improve the RaNER model, which wins the SemEval 2022 competition and obtains the **best system paper award**.

Automated Concatenation of Embeddings for Structured Prediction

This paper achieves SOTA performance over 24 datasets of 6 tasks, spanning over NER, POS, chunking, dependency parsing, semantic parsing, aspect extraction, following the **More Embeddings, Better Sequence Labelers** paper.

Improving Named Entity Recognition by External Context Retrieving and Cooperative Learning

The first retrieval-aug NER (RaNER) system that achieves SOTA performance over multiple domains.

Multi-View Cross-Lingual Structured Prediction with Minimum Supervision

One of my favorite work on the cross-lingual structured prediction task. The idea is super intuitive.