paper-with-me

홈 › Papers

Enriching BERT with Knowledge Graph Embeddings for Document Classification

2019-09-18 · KONVENS / GermEval 2019 2019 9 · Malte Ostendorff, Peter Bourgonje, Maria Berger, Julian Moreno-Schneider, Georg Rehm, Bela Gipp

In this paper, we focus on the classification of books using short descriptive texts (cover blurbs) and additional metadata. Building upon BERT, a deep neural language model, we demonstrate how to combine text representations with metadata and knowledge graph embeddings, which encode author information. Compared to the standard BERT approach we achieve considerably better results for the classification task. For a more coarse-grained classification using eight labels we achieve an F1- score of 87.20, while a detailed classification using 343 labels yields an F1-score of 64.70. We make the source code and trained models of our experiments publicly available

📄 PDF Abstract BibTeX arXiv:1909.08402

Code (1)

malteos/pytorch-bert-document-classification 공식 구현 pytorch

Tasks

ClassificationDescriptiveDocument ClassificationGeneral ClassificationKnowledge Graph EmbeddingsLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
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 &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

TinySearch -- Semantics based Search Engine using Bert Embeddings

2019-08-07 · Manish Patel

Existing search engines use keyword matching or tf-idf based matching to map the query to the web-documents and rank them. They also consider other factors such as page rank, hubs-and-authority scores, knowledge graphs t…

Knowledge Graphs

An Exploitation of Heterogeneous Graph Neural Network for Extractive Long Document Summarization

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Heterogeneous Graph Neural Networks (HeterGNN) has been recently introduced as an emergent approach for many Natural Language Processing (NLP) tasks by enriching the complex information between word and sentence. In this…

Document SummarizationExtractive Document SummarizationGraph AttentionGraph Neural Network+1

Topic Aware Contextualized Embeddings for High Quality Phrase Extraction

2022-01-17 · Venktesh V, Mukesh Mohania, Vikram Goyal

Keyphrase extraction from a given document is the task of automatically extracting salient phrases that best describe the document. This paper proposes a novel unsupervised graph-based ranking method to extract high-qual…

Keyphrase ExtractionVocal Bursts Intensity Prediction

Enriching Epidemiological Thematic Features For Disease Surveillance Corpora Classification

2022-06-01 · LREC 2022 6 · Edmond Menya, Mathieu Roche, Roberto Interdonato, Dickson Owuor

We present EpidBioBERT, a biosurveillance epidemiological document tagger for disease surveillance over PADI-Web system. Our model is trained on PADI-Web corpus which contains news articles on Animal Diseases Outbreak ex…

ArticlesClassificationDocument ClassificationEpidemiology+2

ConTextING: Granting Document-Wise Contextual Embeddings to Graph Neural Networks for Inductive Text Classification

2022-10-01 · COLING 2022 10 · Yen-Hao Huang, Yi-Hsin Chen, Yi-Shin Chen

Graph neural networks (GNNs) have been recently applied in natural language processing. Various GNN research studies are proposed to learn node interactions within the local graph of each document that contains words, se…

text-classificationText ClassificationWord Embeddings