paper-with-me

홈 › Papers

Evaluating Named Entity Recognition: A comparative analysis of mono- and multilingual transformer models on a novel Brazilian corporate earnings call transcripts dataset

2024-03-18 · Ramon Abilio, Guilherme Palermo Coelho, Ana Estela Antunes da Silva

Since 2018, when the Transformer architecture was introduced, Natural Language Processing has gained significant momentum with pre-trained Transformer-based models that can be fine-tuned for various tasks. Most models are pre-trained on large English corpora, making them less applicable to other languages, such as Brazilian Portuguese. In our research, we identified two models pre-trained in Brazilian Portuguese (BERTimbau and PTT5) and two multilingual models (mBERT and mT5). BERTimbau and mBERT use only the Encoder module, while PTT5 and mT5 use both the Encoder and Decoder. Our study aimed to evaluate their performance on a financial Named Entity Recognition (NER) task and determine the computational requirements for fine-tuning and inference. To this end, we developed the Brazilian Financial NER (BraFiNER) dataset, comprising sentences from Brazilian banks' earnings calls transcripts annotated using a weakly supervised approach. Additionally, we introduced a novel approach that reframes the token classification task as a text generation problem. After fine-tuning the models, we evaluated them using performance and error metrics. Our findings reveal that BERT-based models consistently outperform T5-based models. While the multilingual models exhibit comparable macro F1-scores, BERTimbau demonstrates superior performance over PTT5. In terms of error metrics, BERTimbau outperforms the other models. We also observed that PTT5 and mT5 generated sentences with changes in monetary and percentage values, highlighting the importance of accuracy and consistency in the financial domain. Our findings provide insights into the differing performance of BERT- and T5-based models for the NER task.

📄 PDF Abstract BibTeX arXiv:2403.12212

Code (2)

rsabilio/nereval-braziliancorporatetranscriptions 공식 구현
rsabilio/nereval-braziliancorporatetranscripts 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERText Generationtoken-classificationToken Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
mBERT mBERT
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

Turkish Named Entity Recognition: A Survey and Comparative Analysis

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Named entity recognition is a challenging task that has been widely studied in English. Although there are some efforts for named entity recognition in Turkish language, the reported results are limited to particular dat…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Survey

Latvian and Lithuanian Named Entity Recognition with TildeNER

2012-05-01 · LREC 2012 5 · M{\=a}rcis Pinnis

In this paper the author presents TildeNER ― an open source freely available named entity recognition toolkit and the first multi-class named entity recognition system for Latvian and Lithuanian languages. The system i…

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Comparative Analysis of Named Entity Recognition in the Dungeons and Dragons Domain

2023-09-29 · Gayashan Weerasundara, Nisansa de Silva

Many NLP tasks, although well-resolved for general English, face challenges in specific domains like fantasy literature. This is evident in Named Entity Recognition (NER), which detects and categorizes entities in text. …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Named Entity Recognition on Turkish Tweets

2014-05-01 · LREC 2014 5 · Dilek K{\"u}{\c{c}}{\"u}k, Guillaume Jacquet, Ralf Steinberger

Various recent studies show that the performance of named entity recognition (NER) systems developed for well-formed text types drops significantly when applied to tweets. The only existing study for the highly inflected…

Articlesnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Named Clinical Entity Recognition Benchmark

2024-10-07 · Wadood M Abdul, Marco AF Pimentel, Muhammad Umar Salman, Tathagata Raha 외

This technical report introduces a Named Clinical Entity Recognition Benchmark for evaluating language models in healthcare, addressing the crucial natural language processing (NLP) task of extracting structured informat…

BenchmarkingDecoder