RashidNLP commited on
Commit
2384e58
1 Parent(s): 347103a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -1,14 +1,11 @@
1
  ---
2
  language:
3
  - de
4
- ---
5
-
6
  library_name: transformers
7
  tags:
8
- - Text Classification
9
- - Pytorch
10
- - Discourse Classification
11
- - Roberta
12
  ---
13
  # Roberta for German Discourse Classification
14
 
@@ -16,15 +13,15 @@ This is a xlm Roberta model finetuned on a German Discourse dataset of 60 discou
16
 
17
  # Understanding the labels
18
 
19
- **Externalization:** can be seen as a form of attribution that emphasizes situational factors as the cause of behavior, rather than dispositional factors. For example, if someone is expressing a strong emotion in their discourse, an external attribution might suggest that the emotion is a result of the situation or context they are in, rather than a reflection of their personality or character.
20
 
21
- **Elicitation:** can be seen as a form of attribution that emphasizes the role of the listener in shaping the discourse of others. By asking questions or providing prompts, the listener can elicit particular types of responses or information from the speaker, which can help to shape the course of the conversation.
22
 
23
- **Conflict:** can be seen as a form of attribution that emphasizes the role of interpersonal factors in shaping behavior. When people engage in conflict, they often attribute the behavior of others to dispositional factors, such as their personality or character, rather than situational factors.
24
 
25
- **Acceptance:** can be seen as a form of attribution that emphasizes the role of empathy and understanding in shaping behavior. When people accept the perspectives or experiences of others, they are often making an attribution that emphasizes the situational factors that have shaped those perspectives, rather than dispositional factors.
26
 
27
- **Integration:** can be seen as a form of attribution that emphasizes the complexity and nuance of human behavior. By combining multiple perspectives or ideas, people can create a more comprehensive understanding of the behavior of others, which may incorporate both dispositional and situational factors.
28
 
29
 
30
  ## How to use the model
 
1
  ---
2
  language:
3
  - de
 
 
4
  library_name: transformers
5
  tags:
6
+ - xlm-Roberta
7
+ - Discourse Analysis
8
+ - German text classification
 
9
  ---
10
  # Roberta for German Discourse Classification
11
 
 
13
 
14
  # Understanding the labels
15
 
16
+ **Externalization:** Emphasize situational factors that we dont have control over as the cause of behavior. For example "I had a really tough day at work and then when I got home, my cat got sick. It's just been one thing after another and it's really getting to me.".
17
 
18
+ **Elicitation:** Emphasize the role of the listener by asking questions or providing prompts. For example "Can you tell me more about what it feels like when you're anxious?".
19
 
20
+ **Conflict:** Attribute each other's behavior to dispositional factors (such as being short-sighted or inflexible). For example "You're not thinking about the big picture here!".
21
 
22
+ **Acceptance:** Accept the perspectives or experiences of others. For example "It sounds like you had a really hard day".
23
 
24
+ **Integration:** Combining multiple perspectives to create a more comprehensive understanding of the behavior of others. For example "What if we combined elements of both proposals to create something that incorporates the best of both worlds?".
25
 
26
 
27
  ## How to use the model