Update README.md
Browse files
README.md
CHANGED
|
@@ -20,12 +20,11 @@ metrics:
|
|
| 20 |
<p align="center">
|
| 21 |
<img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=for-the-badge&logo=apache" alt="License"/>
|
| 22 |
<img src="https://img.shields.io/badge/Language-English-blue?style=for-the-badge&logo=googletranslate&logoColor=white" alt="Language"/>
|
| 23 |
-
<img src="https://img.shields.io/badge/F1%20Score-0.981-brightgreen?style=for-the-badge&logo=checkmarx&logoColor=white" alt="F1 Score"/>
|
| 24 |
<img src="https://img.shields.io/badge/Task-Text%20Classification-orange?style=for-the-badge&logo=openai&logoColor=white" alt="Task"/>
|
| 25 |
<img src="https://img.shields.io/badge/Domain-ESG%20%7C%20Climate%20Finance-teal?style=for-the-badge&logo=leaflet&logoColor=white" alt="Domain"/>
|
| 26 |
</p>
|
| 27 |
|
| 28 |
-
*A fine-tuned
|
| 29 |
|
| 30 |
</div>
|
| 31 |
|
|
@@ -139,27 +138,11 @@ The model weights from **Epoch 8 (`checkpoint-600`)** were selected as the best
|
|
| 139 |
|
| 140 |
---
|
| 141 |
|
| 142 |
-
## β οΈ Limitations and Bias
|
| 143 |
-
|
| 144 |
-
While the model achieves high accuracy on the validation set, several limitations should be noted:
|
| 145 |
-
|
| 146 |
-
- π **Domain dependency** β Performance is tightly coupled with the specific linguistic patterns and taxonomy of the ISS database *(e.g., SIC-2 sector descriptions, ISS agenda codes)*
|
| 147 |
-
- π° **Unstructured text** β Lower confidence or accuracy is expected when processing unstructured news articles or raw corporate filings
|
| 148 |
-
- π **Jurisdictional scope** β The model may not generalize well to proposals from jurisdictions outside the US/global norm represented in the training set
|
| 149 |
-
|
| 150 |
-
---
|
| 151 |
|
| 152 |
## π Citation
|
| 153 |
|
| 154 |
If you use this model in your research, please cite the associated working paper:
|
| 155 |
|
| 156 |
-
```bibtex
|
| 157 |
-
@misc{gprop_classifier,
|
| 158 |
-
title = {Green Shareholder Proposal Classifier},
|
| 159 |
-
note = {Citation details forthcoming},
|
| 160 |
-
}
|
| 161 |
-
```
|
| 162 |
-
|
| 163 |
---
|
| 164 |
|
| 165 |
<div align="center">
|
|
|
|
| 20 |
<p align="center">
|
| 21 |
<img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=for-the-badge&logo=apache" alt="License"/>
|
| 22 |
<img src="https://img.shields.io/badge/Language-English-blue?style=for-the-badge&logo=googletranslate&logoColor=white" alt="Language"/>
|
|
|
|
| 23 |
<img src="https://img.shields.io/badge/Task-Text%20Classification-orange?style=for-the-badge&logo=openai&logoColor=white" alt="Task"/>
|
| 24 |
<img src="https://img.shields.io/badge/Domain-ESG%20%7C%20Climate%20Finance-teal?style=for-the-badge&logo=leaflet&logoColor=white" alt="Domain"/>
|
| 25 |
</p>
|
| 26 |
|
| 27 |
+
*A fine-tuned BERT-based language model for classifying environmental and climate-related shareholder proposals with high precision.*
|
| 28 |
|
| 29 |
</div>
|
| 30 |
|
|
|
|
| 138 |
|
| 139 |
---
|
| 140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
|
| 142 |
## π Citation
|
| 143 |
|
| 144 |
If you use this model in your research, please cite the associated working paper:
|
| 145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
---
|
| 147 |
|
| 148 |
<div align="center">
|