Search papers, labs, and topics across Lattice.
This paper introduces TdSciNER, a type-driven multi-task learning approach that enhances scientific named entity recognition (SciNER) by effectively utilizing entity type information. By implementing an entity type filter model and integrating a multi-class entity typing task, the method improves the contextual understanding of large language models (LLMs) in recognizing complex entities in scientific texts. Experimental results show that TdSciNER achieves performance on par with fully supervised models, highlighting the significance of type-driven strategies in improving entity recognition accuracy across diverse scientific domains.
Entity type information can dramatically boost SciNER performance, enabling LLMs to match fully supervised models without extensive human input.
Scientific named entity recognition (SciNER) plays a crucial role in information extraction and knowledge discovery from scientific texts. Recently, large language models (LLMs) have demonstrated the capacity to achieve competitive SciNER performance with minimal human effort. Existing research highlights the importance of incorporating candidate entity type information for accurate entity recognition and classification by LLMs. However, when too many candidate entity types are provided in the prompt, LLMs struggle to accurately recognize and label entities in scientific texts, where entity types are more complex than in general domains. To address this challenge, we propose TdSciNER, a type-driven approach that effectively leverages entity type information to enhance SciNER performance. In TdSciNER, we first design an entity type filter model to identify the most likely entity types present in a given sentence. Subsequently, we introduce an auxiliary multi-class entity typing task within a multi-task learning framework alongside SciNER to obtain richer contextual representations. Then, we develop a novel demonstration selection strategy based on sentence similarity and entity type diversity to activate the in-context learning capabilities of LLMs, thereby improving entity recognition accuracy across diverse scientific domains. Experiments on three datasets demonstrate that our method achieves performance comparable to fully supervised models. Further analysis validates that each entity type-driven component in TdSciNER contributes to the improvement of SciNER performance. This work provides valuable insights for future advancements in SciNER and broader information extraction tasks in scientific text mining.