paper-with-me

Papers

Embedding Models for Supervised Automatic Extraction and Classification of Named Entities in Scientific Acknowledgements

2023-07-25 · Nina Smirnova, Philipp Mayr

Acknowledgments in scientific papers may give an insight into aspects of the scientific community, such as reward systems, collaboration patterns, and hidden research trends. The aim of the paper is to evaluate the performance of different embedding models for the task of automatic extraction and classification of acknowledged entities from the acknowledgment text in scientific papers. We trained and implemented a named entity recognition (NER) task using the Flair NLP framework. The training was conducted using three default Flair NER models with four differently-sized corpora and different versions of the Flair NLP framework. The Flair Embeddings model trained on the medium corpus with the latest FLAIR version showed the best accuracy of 0.79. Expanding the size of a training corpus from very small to medium size massively increased the accuracy of all training algorithms, but further expansion of the training corpus did not bring further improvement. Moreover, the performance of the model slightly deteriorated. Our model is able to recognize six entity types: funding agency, grant number, individuals, university, corporation, and miscellaneous. The model works more precisely for some entity types than for others; thus, individuals and grant numbers showed a very good F1-Score over 0.9. Most of the previous works on acknowledgment analysis were limited by the manual evaluation of data and therefore by the amount of processed data. This model can be applied for the comprehensive analysis of acknowledgment texts and may potentially make a great contribution to the field of automated acknowledgment analysis.

📄 PDF Abstract BibTeX arXiv:2307.13377

Code (1)

kalawinka/season 공식 구현

Tasks

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

Similar Papers 제목 키워드 기반

Distantly supervised end-to-end medical entity extraction from electronic health records with human-level quality

2022-01-25 · Alexander Nesterov, Dmitry Umerenkov

Medical entity extraction (EE) is a standard procedure used as a first stage in medical texts processing. Usually Medical EE is a two-step process: named entity recognition (NER) and named entity normalization (NEN). We …

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONnamed-entity-recognitionNamed Entity Recognition+2

Event extraction from Twitter using Non-Parametric Bayesian Mixture Model with Word Embeddings

2017-04-01 · EACL 2017 4 · Deyu Zhou, Xuan Zhang, Yulan He

To extract structured representations of newsworthy events from Twitter, unsupervised models typically assume that tweets involving the same named entities and expressed using similar words are likely to belong to the sa…

Event ExtractionWord Embeddings

Evaluation of Embedding Models for Automatic Extraction and Classification of Acknowledged Entities in Scientific Documents

2022-06-22 · Nina Smirnova, Philipp Mayr

Acknowledgments in scientific papers may give an insight into aspects of the scientific community, such as reward systems, collaboration patterns, and hidden research trends. The aim of the paper is to evaluate the perfo…

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

Lightly-supervised Representation Learning with Global Interpretability

2018-05-29 · WS 2019 6 · Marco A. Valenzuela-Escárcega, Ajay Nagesh, Mihai Surdeanu

We propose a lightly-supervised approach for information extraction, in particular named entity classification, which combines the benefits of traditional bootstrapping, i.e., use of limited annotations and interpretabil…

Representation Learning

Unsupervised Open Relation Extraction

2018-01-22 · Hady Elsahar, Elena Demidova, Simon Gottschalk, Christophe Gravier 외

We explore methods to extract relations between named entities from free text in an unsupervised setting. In addition to standard feature extraction, we develop a novel method to re-weight word embeddings. We alleviate t…

ClusteringRelationRelation ExtractionWord Embeddings