FinBERT-ESG
Property | Value |
---|---|
Author | yiyanghkust |
Downloads | 2,166 |
Paper | FinBERT: A Large Language Model for Extracting Information from Financial Text |
Framework | PyTorch, Transformers |
What is finbert-esg?
FinBERT-ESG is a specialized financial language model designed for Environmental, Social, and Governance (ESG) analysis. It's built upon the BERT architecture and has been fine-tuned on 2,000 manually annotated sentences from ESG reports and annual reports to classify financial text into ESG categories.
Implementation Details
The model is implemented using the Transformers library and PyTorch framework. It processes financial text through a BERT-based architecture and outputs classifications into four categories: Environmental, Social, Governance, or None. The model can be easily integrated using the Transformers pipeline for text classification tasks.
- Built on BERT architecture with specialized financial domain knowledge
- Fine-tuned on 2,000 manually annotated ESG sentences
- Supports four-way classification for ESG analysis
- Implements standard Transformers pipeline interface
Core Capabilities
- ESG text classification from financial documents
- High-accuracy prediction of environmental, social, and governance categories
- Processing of financial reports and ESG-related content
- Integration with popular NLP pipelines
Frequently Asked Questions
Q: What makes this model unique?
FinBERT-ESG is specifically trained for ESG analysis in financial contexts, making it highly specialized for sustainable investing and corporate responsibility assessment. Its fine-tuning on manually annotated sentences ensures high accuracy in identifying ESG-related content.
Q: What are the recommended use cases?
The model is ideal for investors and financial analysts who need to evaluate companies' ESG performance, automated processing of sustainability reports, and systematic analysis of corporate documentation for ESG factors.