Forward-looking statements (FLS) inform investors of managers’ beliefs and opinions about firm's future events or results. Identifying forward-looking statements from corporate reports can assist investors in financial analysis. FinBERT-FLS is a FinBERT model fine-tuned on 3,500 manually annotated sentences from Management Discussion and Analysis section of annual reports of Russell 3000 firms.
Input
: A financial text.
Output
: Specific-FLS , Non-specific FLS, or Not-FLS.
How to use
You can use this model with Transformers pipeline for forward-looking statement classification.
# tested in transformers==4.18.0 from transformers import BertTokenizer, BertForSequenceClassification, pipeline
finbert = BertForSequenceClassification.from_pretrained('yiyanghkust/finbert-fls',num_labels=3)
tokenizer = BertTokenizer.from_pretrained('yiyanghkust/finbert-fls')
nlp = pipeline("text-classification", model=finbert, tokenizer=tokenizer)
results = nlp('We expect the age of our fleet to enhance availability and reliability due to reduced downtime for repairs.')
print(results) # [{'label': 'Specific FLS', 'score': 0.77278733253479}]
Visit
FinBERT.AI
for more details on the recent development of FinBERT.
Runs of yiyanghkust finbert-fls on huggingface.co
4.4K
Total runs
0
24-hour runs
-59
3-day runs
-64
7-day runs
-913
30-day runs
More Information About finbert-fls huggingface.co Model
finbert-fls huggingface.co
finbert-fls huggingface.co is an AI model on huggingface.co that provides finbert-fls's model effect (), which can be used instantly with this yiyanghkust finbert-fls model. huggingface.co supports a free trial of the finbert-fls model, and also provides paid use of the finbert-fls. Support call finbert-fls model through api, including Node.js, Python, http.
finbert-fls huggingface.co is an online trial and call api platform, which integrates finbert-fls's modeling effects, including api services, and provides a free online trial of finbert-fls, you can try finbert-fls online for free by clicking the link below.
yiyanghkust finbert-fls online free url in huggingface.co:
finbert-fls is an open source model from GitHub that offers a free installation service, and any user can find finbert-fls on GitHub to install. At the same time, huggingface.co provides the effect of finbert-fls install, users can directly use finbert-fls installed effect in huggingface.co for debugging and trial. It also supports api for free installation.