zuhashaik commited on
Commit
d205fc9
1 Parent(s): 80cf034

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -17
README.md CHANGED
@@ -19,32 +19,21 @@ The model identfies the trigger for the emotion flip of the last utterance in mu
19
 
20
  ### Model Description
21
 
22
- The model presented here is tailored for the EDiReF shared task at SemEval 2024, specifically addressing Emotion Flip Reasoning (EFR) in English multi-party conversations. By harnessing the capabilities of openchat and leveraging large language models, this approach taps into the power of models like GPT-3.5, adept at comprehending and generating human-like text in diverse conversational contexts.
23
 
24
- The model utilizes the strengths of large language models (LLMs) pre-trained on extensive textual data, enabling it to capture complex linguistic patterns and relationships. To enhance its performance for the EFR task, strategic prompt engineering is employed. This involves crafting input prompts that guide the model in identifying trigger utterances responsible for emotion-flips in multi-party conversations.
25
 
26
- In summary, this model excels in pinpointing trigger utterances for emotion-flips in English dialogues, showcasing the effectiveness of openchat, LLM capabilities, and strategic prompt engineering.
27
 
28
 
29
  - **Developed by:** Hasan et al
30
- - **Shared by [optional]:** Hasan et al
31
- - **Model type:** Trigger Identifier
32
  - **Language(s) (NLP):** English
33
  - **License:** MIT
34
- - **Finetuned from model [optional]:** OpenChat
35
 
36
  ### Model Sources [optional]
37
 
38
  <!-- Provide the basic links for the model. -->
39
 
40
- - **Repository:** [More Information Needed]
41
- - **Paper [optional]:** [More Information Needed]
42
- - **Demo [optional]:** [More Information Needed]
43
-
44
- ## Uses
45
-
46
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
-
48
- ### Recommendations
49
-
50
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
 
19
 
20
  ### Model Description
21
 
22
+ The model presented here is tailored for the EDiReF shared task at SemEval 2024, specifically addressing Emotion Flip Reasoning (EFR) in English multi-party conversations.
23
 
24
+ The model utilizes the strengths of large language models (LLMs) pre-trained on extensive textual data, enabling it to capture complex linguistic patterns and relationships. To enhance its performance for the EFR task, the model has been finetuned using Quantized Low Rank Adaptation (QLoRA) on the dataset with strategic prompt engineering. This involves crafting input prompts that guide the model in identifying trigger utterances responsible for emotion-flips in multi-party conversations.
25
 
26
+ In summary, this model excels in pinpointing trigger utterances for emotion-flips in English dialogues, showcasing the effectiveness of openchat, LLM capabilities, QLoRA and strategic prompt engineering.
27
 
28
 
29
  - **Developed by:** Hasan et al
30
+ - **Model type:** LoRA Adapter for openchat_3.5 (Text classification)
 
31
  - **Language(s) (NLP):** English
32
  - **License:** MIT
 
33
 
34
  ### Model Sources [optional]
35
 
36
  <!-- Provide the basic links for the model. -->
37
 
38
+ - **Repository:** [Multi-Party-DialoZ](https://github.com/Zuhashaik/Multi-Party-DialoZ)
39
+ - **Paper [Soon]:** [More Information Needed]