felipesuarezgiri commited on
Commit
47da5d3
·
verified ·
1 Parent(s): 3efddfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -3,24 +3,24 @@ license: apache-2.0
3
  ---
4
  Biodiversity Commitment Specificity Classifier
5
 
6
- Model Overview
7
  This binary text classification model evaluates the specificity of biodiversity commitments in corporate sustainability reports. Designed as a second-stage classifier for paragraphs already identified as commitments, it distinguishes between:
8
 
9
  Specific: Commitments detailing concrete actions, measurable targets, clear strategies, or verifiable implementation plans
10
 
11
  Non-specific: Vague, ambiguous, or unverifiable commitment statements
12
 
13
- Model Architecture
14
  Built on ClimateBERT, a DistilRoBERTa-based model pre-trained on climate-related text, this classifier was fine-tuned to assess commitment specificity in corporate biodiversity disclosures.
15
 
16
- Training Data
17
  The model was trained on a curated dataset of 2,000 manually annotated paragraphs extracted from sustainability reports of Fortune Global 500 companies
18
 
19
- Performance Metrics
20
  Evaluated using 5-fold cross-validation:
21
  Weighted F1: 0.856 Weighted Precision: 0.891 Weighted Recall: 0.856 AUC-ROC: 0.922
22
 
23
- Pipeline Recommendation
24
  For optimal results, use this model in combination with our commitment detection model:
25
 
26
  Stage 1: Identify biodiversity-related commitments
 
3
  ---
4
  Biodiversity Commitment Specificity Classifier
5
 
6
+ Model Overview:
7
  This binary text classification model evaluates the specificity of biodiversity commitments in corporate sustainability reports. Designed as a second-stage classifier for paragraphs already identified as commitments, it distinguishes between:
8
 
9
  Specific: Commitments detailing concrete actions, measurable targets, clear strategies, or verifiable implementation plans
10
 
11
  Non-specific: Vague, ambiguous, or unverifiable commitment statements
12
 
13
+ Model Architecture:
14
  Built on ClimateBERT, a DistilRoBERTa-based model pre-trained on climate-related text, this classifier was fine-tuned to assess commitment specificity in corporate biodiversity disclosures.
15
 
16
+ Training Data:
17
  The model was trained on a curated dataset of 2,000 manually annotated paragraphs extracted from sustainability reports of Fortune Global 500 companies
18
 
19
+ Performance Metrics:
20
  Evaluated using 5-fold cross-validation:
21
  Weighted F1: 0.856 Weighted Precision: 0.891 Weighted Recall: 0.856 AUC-ROC: 0.922
22
 
23
+ Pipeline Recommendation:
24
  For optimal results, use this model in combination with our commitment detection model:
25
 
26
  Stage 1: Identify biodiversity-related commitments