paper-with-me

Papers

Large Language Models in the Workplace: A Case Study on Prompt Engineering for Job Type Classification

2023-03-13 · Benjamin Clavié, Alexandru Ciceu, Frederick Naylor, Guillaume Soulié, Thomas Brightwell

This case study investigates the task of job classification in a real-world setting, where the goal is to determine whether an English-language job posting is appropriate for a graduate or entry-level position. We explore multiple approaches to text classification, including supervised approaches such as traditional models like Support Vector Machines (SVMs) and state-of-the-art deep learning methods such as DeBERTa. We compare them with Large Language Models (LLMs) used in both few-shot and zero-shot classification settings. To accomplish this task, we employ prompt engineering, a technique that involves designing prompts to guide the LLMs towards the desired output. Specifically, we evaluate the performance of two commercially available state-of-the-art GPT-3.5-based language models, text-davinci-003 and gpt-3.5-turbo. We also conduct a detailed analysis of the impact of different aspects of prompt engineering on the model's performance. Our results show that, with a well-designed prompt, a zero-shot gpt-3.5-turbo classifier outperforms all other models, achieving a 6% increase in Precision@95% Recall compared to the best supervised approach. Furthermore, we observe that the wording of the prompt is a critical factor in eliciting the appropriate "reasoning" in the model, and that seemingly minor aspects of the prompt significantly affect the model's performance.

📄 PDF Abstract BibTeX arXiv:2303.07142

Code (0)

등록된 구현이 없습니다.

Tasks

Job classificationPrompt Engineeringtext-classificationText Classificationzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

How do I file a dispute with Expedia?*DisputeFastService How do I file a dispute with Expedia? To file a dispute with Expedia, call +1(888) (829) (0881) OR +1(805) (330) (4056), or use their Help Center to submit your case with…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
DeBERTa DeBERTa is a Transformer-based neural language model that aims to improve the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Vision Language Model for Interpretable and Fine-grained Detection of Safety Compliance in Diverse Workplaces

2024-08-13 · Zhiling Chen, Hanning Chen, Mohsen Imani, Ruimin Chen 외

Workplace accidents due to personal protective equipment (PPE) non-compliance raise serious safety concerns and lead to legal liabilities, financial penalties, and reputational damage. While object detection models have …

AttributeLanguage ModelingLanguage Modellingobject-detection+3

Say ‘YES’ to Positivity: Detecting Toxic Language in Workplace Communications

2021-11-01 · Findings (EMNLP) 2021 11 · Meghana Moorthy Bhat, Saghar Hosseini, Ahmed Hassan Awadallah, Paul Bennett 외

Workplace communication (e.g. email, chat, etc.) is a central part of enterprise productivity. Healthy conversations are crucial for creating an inclusive environment and maintaining harmony in an organization. Toxic com…

An Empirical Investigation of Gender Stereotype Representation in Large Language Models: The Italian Case

2025-07-25 · Gioele Giachino, Marco Rondina, Antonio Vetrò, Riccardo Coppola 외 arxiv

The increasing use of Large Language Models (LLMs) in a large variety of domains has sparked worries about how easily they can perpetuate stereotypes and contribute to the generation of biased content. With a focus on ge…

Prompt Engineering

Leveraging Large Language Models for Hybrid Workplace Decision Support

2024-02-06 · Yujin Kim, Chin-Chia Hsu

Large Language Models (LLMs) hold the potential to perform a variety of text processing tasks and provide textual explanations for proposed actions or decisions. In the era of hybrid work, LLMs can provide intelligent de…

Designing LLMs for cultural sensitivity: Evidence from English-Japanese translation

2025-09-15 · Helene Tenzer, Oumnia Abidi, Stefan Feuerriegel arxiv

Large language models (LLMs) are increasingly used in everyday communication, including multilingual interactions across different cultural contexts. While LLMs can now generate near-perfect literal translations, it rema…