paper-with-me

홈 › Papers

Empirical Study of Zero-Shot NER with ChatGPT

2023-10-16 · Tingyu Xie, Qi Li, Jian Zhang, Yan Zhang, Zuozhu Liu, Hongwei Wang

Large language models (LLMs) exhibited powerful capability in various natural language processing tasks. This work focuses on exploring LLM performance on zero-shot information extraction, with a focus on the ChatGPT and named entity recognition (NER) task. Inspired by the remarkable reasoning capability of LLM on symbolic and arithmetic reasoning, we adapt the prevalent reasoning methods to NER and propose reasoning strategies tailored for NER. First, we explore a decomposed question-answering paradigm by breaking down the NER task into simpler subproblems by labels. Second, we propose syntactic augmentation to stimulate the model's intermediate thinking in two ways: syntactic prompting, which encourages the model to analyze the syntactic structure itself, and tool augmentation, which provides the model with the syntactic information generated by a parsing tool. Besides, we adapt self-consistency to NER by proposing a two-stage majority voting strategy, which first votes for the most consistent mentions, then the most consistent types. The proposed methods achieve remarkable improvements for zero-shot NER across seven benchmarks, including Chinese and English datasets, and on both domain-specific and general-domain scenarios. In addition, we present a comprehensive analysis of the error types with suggestions for optimization directions. We also verify the effectiveness of the proposed methods on the few-shot setting and other LLMs.

📄 PDF Abstract BibTeX arXiv:2310.10035

Code (1)

emma1066/zero-shot-ner-with-chatgpt 공식 구현 pytorch

Tasks

Arithmetic Reasoningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Large Language Models as Zero-Shot Keyphrase Extractors: A Preliminary Empirical Study

2023-12-23 · Mingyang Song, Xuelian Geng, Songfang Yao, Shilong Lu 외

Zero-shot keyphrase extraction aims to build a keyphrase extractor without training by human-annotated data, which is challenging due to the limited human intervention involved. Challenging but worthwhile, zero-shot sett…

Keyphrase ExtractionLanguage ModelingLanguage ModellingLarge Language Model

Empirical Evaluation of ChatGPT on Requirements Information Retrieval Under Zero-Shot Setting

2023-04-25 · Jianzhang Zhang, Yiyang Chen, Nan Niu, Yinglin Wang 외

Recently, various illustrative examples have shown the impressive ability of generative large language models (LLMs) to perform NLP related tasks. ChatGPT undoubtedly is the most representative model. We empirically eval…

Information RetrievalLanguage ModellingRetrieval

Is ChatGPT a General-Purpose Natural Language Processing Task Solver?

2023-02-08 · Chengwei Qin, Aston Zhang, Zhuosheng Zhang, Jiaao Chen 외

Spurred by advancements in scale, large language models (LLMs) have demonstrated the ability to perform a variety of natural language processing (NLP) tasks zero-shot -- i.e., without adaptation on downstream data. Recen…

Arithmetic ReasoningZero-Shot Learning

ChatIE: Zero-Shot Information Extraction via Chatting with ChatGPT

2023-02-20 · Xiang Wei, Xingyu Cui, Ning Cheng, Xiaobin Wang 외

Zero-shot information extraction (IE) aims to build IE systems from the unannotated text. It is challenging due to involving little human intervention. Challenging but worthwhile, zero-shot IE reduces the time and effort…

Event Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Which AI Technique Is Better to Classify Requirements? An Experiment with SVM, LSTM, and ChatGPT

2023-11-20 · Abdelkarim El-Hajjami, Nicolas Fafin, Camille Salinesi

Recently, Large Language Models like ChatGPT have demonstrated remarkable proficiency in various Natural Language Processing tasks. Their application in Requirements Engineering, especially in requirements classification…

Classification