Papers by Shuhui Wu
MProto: Multi-Prototype Network with Denoised Optimal Transport for Distantly Supervised Named Entity Recognition (2023.emnlp-main)
Copied to clipboard
| Challenge: | Distantly supervised named entity recognition (DS-NER) aims to locate entity mentions and classify their types with knowledge bases or gazetteers and unlabeled corpus. |
| Approach: | They propose a noise-robust prototype network named MProto for a DS-NER task . they propose an optimal transport algorithm to mitigate the noise from incomplete labeling . |
| Outcome: | The proposed network achieves state-of-the-art on several DS-NER benchmarks. |
PromptNER: Prompt Locating and Typing for Named Entity Recognition (2023.acl-long)
Copied to clipboard
Yongliang Shen, Zeqi Tan, Shuhui Wu, Wenqi Zhang, Rongsheng Zhang, Yadong Xi, Weiming Lu, Yueting Zhuang
| Challenge: | Existing methods for prompt learning require a multi-round prompting manner and require elaborate templates. |
| Approach: | They propose to unify entity locating and entity typing into prompt learning by enumerating spans to predict their entity types or constructing type-specific prompts to locate entities. |
| Outcome: | The proposed model outperforms the state-of-the-art model in a few-shot setting . it uses a template filled with multiple prompts and a bipartite graph matching mechanism . |