paper-with-me

Papers

Named entity recognition using GPT for identifying comparable companies

2023-07-11 · Eurico Covas

For both public and private firms, comparable companies' analysis is widely used as a method for company valuation. In particular, the method is of great value for valuation of private equity companies. The several approaches to the comparable companies' method usually rely on a qualitative approach to identifying similar peer companies, which tend to use established industry classification schemes and/or analyst intuition and knowledge. However, more quantitative methods have started being used in the literature and in the private equity industry, in particular, machine learning clustering, and natural language processing (NLP). For NLP methods, the process consists of extracting product entities from e.g., the company's website or company descriptions from some financial database system and then to perform similarity analysis. Here, using companies' descriptions/summaries from publicly available companies' Wikipedia websites, we show that using large language models (LLMs), such as GPT from OpenAI, has a much higher precision and success rate than using the standard named entity recognition (NER) methods which use manual annotation. We demonstrate quantitatively a higher precision rate, and show that, qualitatively, it can be used to create appropriate comparable companies peer groups which could then be used for equity valuation.

📄 PDF Abstract BibTeX arXiv:2307.07420

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Named Entity Recognition and Resolution in Legal Text

2014-06-05 · Christopher Dozier, Ravikumar Kondadadi, Marc Light, Arun Vachher 외

Named entities in the text are persons, places, companies, etc. that are explicitly mentioned in the text using proper nouns. The process of finding named entities in a text and classifying them to a semantic type is cal…

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

A German Corpus for Fine-Grained Named Entity Recognition and Relation Extraction of Traffic and Industry Events

2020-04-07 · LREC 2018 5 · Martin Schiersch, Veselina Mironova, Maximilian Schmitt, Philippe Thomas 외

Monitoring mobility- and industry-relevant events is important in areas such as personal travel planning and supply chain management, but extracting events pertaining to specific companies, transit routes and locations f…

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

Exploiting Multiple Embeddings for Chinese Named Entity Recognition

2019-08-28 · Canwen Xu, Feiyang Wang, Jialong Han, Chenliang Li

Identifying the named entities mentioned in text would enrich many semantic applications at the downstream level. However, due to the predominant usage of colloquial language in microblogs, the named entity recognition (…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Named entity recognition in resumes

2023-06-22 · Ege Kesim, Aysu Deliahmetoglu

Named entity recognition (NER) is used to extract information from various documents and texts such as names and dates. It is important to extract education and work experience information from resumes in order to filter…

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

Feature-Rich Twitter Named Entity Recognition and Classification

2016-12-01 · WS 2016 12 · Utpal Kumar Sikdar, Bj{\"o}rn Gamb{\"a}ck

Twitter named entity recognition is the process of identifying proper names and classifying them into some predefined labels/categories. The paper introduces a Twitter named entity system using a supervised machine learn…

ClassificationEntity Extraction using GANGeneral ClassificationMachine Translation+4