From 721d19feffb197f4f80a9f419e965bba895c7682 Mon Sep 17 00:00:00 2001 From: Basel Mousi Date: Sat, 26 Aug 2023 23:48:51 +0300 Subject: [PATCH] added zero shot arabic asset for sentiment analysis --- .../sentiment_emotion_others/sentiment/ArSAS_GPT4_ZeroShot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/ar/sentiment_emotion_others/sentiment/ArSAS_GPT4_ZeroShot.py b/assets/ar/sentiment_emotion_others/sentiment/ArSAS_GPT4_ZeroShot.py index 899fbd51..d4086da8 100644 --- a/assets/ar/sentiment_emotion_others/sentiment/ArSAS_GPT4_ZeroShot.py +++ b/assets/ar/sentiment_emotion_others/sentiment/ArSAS_GPT4_ZeroShot.py @@ -35,7 +35,7 @@ def prompt(input_sample): }, { "role": "user", - "content": f"Positive, Negative, Neutral, or Mixed: اختر لهذه الجملة باللغة العربيّة: أحد المشاعر التالية \n {input_sample}", + "content": f'وصف المهمّة: مهمّتك هي تحديد الشعور الذي يعكسه نص معيّن باللغة العربيّة. وسيكون الإدخال نصًا باللغة العربيّة بينما يمكن أن تتمثّل المخرجات بواحدة من الفئات التالية ."Positive", "Negative", "Neutral", "Mixed": ملاحظة: يجب أن تنحسر المخرجات بواحدة من الفئات المذكورة من دون أي توضيح أو تفاصيل إضافيّة.\nInput: {input_sample}\nLabel: ', }, ]