Skillgpt: A Restful API Service For Skill Extraction And Standardization Using A Large Language Model · The Large Language Model Bible Contribute to LLM-Bible

Skillgpt: A Restful API Service For Skill Extraction And Standardization Using A Large Language Model

Li Nan, Kang Bo, De Bie Tijl. Arxiv 2023

[Paper]    
Applications Fine Tuning GPT Model Architecture Prompting Tools

We present SkillGPT, a tool for skill extraction and standardization (SES) from free-style job descriptions and user profiles with an open-source Large Language Model (LLM) as backbone. Most previous methods for similar tasks either need supervision or rely on heavy data-preprocessing and feature engineering. Directly prompting the latest conversational LLM for standard skills, however, is slow, costly and inaccurate. In contrast, SkillGPT utilizes a LLM to perform its tasks in steps via summarization and vector similarity search, to balance speed with precision. The backbone LLM of SkillGPT is based on Llama, free for academic use and thus useful for exploratory research and prototype development. Hence, our cost-free SkillGPT gives users the convenience of conversational SES, efficiently and reliably.

Similar Work