feradauto commited on
Commit
e7cfc02
1 Parent(s): 5207c72

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -5,11 +5,14 @@ language:
5
  metrics:
6
  - accuracy
7
  pipeline_tag: text-classification
 
 
 
8
  ---
9
 
10
  # SciBERT NLP4SG
11
 
12
- SciBERT NLP4SG is a SciBERT model fine-tuned to detect NLP4SG papers.
13
 
14
  We present the details in the paper:
15
 
 
5
  metrics:
6
  - accuracy
7
  pipeline_tag: text-classification
8
+ widget:
9
+ - text: "A Checkpoint on Multilingual Misogyny Identification. We address the problem of identifying misogyny in tweets in mono and multilingual settings in three languages: English, Italian and Spanish. We explore model variations considering single and multiple languages both in the pre-training of the transformer and in the training of the downstream task to explore the feasibility of detecting misogyny through a transfer learning approach across multiple languages. That is, we train monolingual transformers with monolingual data and multilingual transformers with both monolingual and multilingual data. Our models reach state-of-the-art performance on all three languages. The single-language BERT models perform the best, closely followed by different configurations of multilingual BERT models. The performance drops in zero-shot classification across languages. Our error analysis shows that multilingual and monolingual models tend to make the same mistakes."
10
+ example_title: "Multilingual Misogyny Identification"
11
  ---
12
 
13
  # SciBERT NLP4SG
14
 
15
+ SciBERT NLP4SG is a SciBERT model fine-tuned to detect NLP4SG papers based on their title and abstract.
16
 
17
  We present the details in the paper:
18