paper-with-me

Papers

TopicBERT: A Transformer transfer learning based memory-graph approach for multimodal streaming social media topic detection

2020-08-16 · Meysam Asgari-Chenaghlu, Mohammad-Reza Feizi-Derakhshi, Leili farzinvash, Mohammad-Ali Balafar, Cina Motamed

Real time nature of social networks with bursty short messages and their respective large data scale spread among vast variety of topics are research interest of many researchers. These properties of social networks which are known as 5'Vs of big data has led to many unique and enlightenment algorithms and techniques applied to large social networking datasets and data streams. Many of these researches are based on detection and tracking of hot topics and trending social media events that help revealing many unanswered questions. These algorithms and in some cases software products mostly rely on the nature of the language itself. Although, other techniques such as unsupervised data mining methods are language independent but many requirements for a comprehensive solution are not met. Many research issues such as noisy sentences that adverse grammar and new online user invented words are challenging maintenance of a good social network topic detection and tracking methodology; The semantic relationship between words and in most cases, synonyms are also ignored by many of these researches. In this research, we use Transformers combined with an incremental community detection algorithm. Transformer in one hand, provides the semantic relation between words in different contexts. On the other hand, the proposed graph mining technique enhances the resulting topics with aid of simple structural rules. Named entity recognition from multimodal data, image and text, labels the named entities with entity type and the extracted topics are tuned using them. All operations of proposed system has been applied with big social data perspective under NoSQL technologies. In order to present a working and systematic solution, we combined MongoDB with Neo4j as two major database systems of our work. The proposed system shows higher precision and recall compared to other methods in three different datasets.

📄 PDF Abstract BibTeX arXiv:2008.06877

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionGraph Miningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Transfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

TopicBERT for Energy Efficient Document Classification

2020-10-15 · Findings of the Association for Computational Linguistics 2020 · Yatin Chaudhary, Pankaj Gupta, Khushbu Saxena, Vivek Kulkarni 외

Prior research notes that BERT's computational cost grows quadratically with sequence length thus leading to longer training times, higher GPU memory constraints and carbon emissions. While recent work seeks to address t…

ClassificationDocument ClassificationGeneral ClassificationGPU

Parameter Efficient Multimodal Transformers for Video Representation Learning

2020-12-08 · ICLR 2021 1 · Sangho Lee, Youngjae Yu, Gunhee Kim, Thomas Breuel 외

The recent success of Transformers in the language domain has motivated adapting it to a multimodal setting, where a new visual model is trained in tandem with an already pretrained language model. However, due to the ex…

Language ModelingLanguage ModellingRepresentation Learning

AttentionLego: An Open-Source Building Block For Spatially-Scalable Large Language Model Accelerator With Processing-In-Memory Technology

2024-01-21 · Rongqing Cong, Wenyang He, Mingxuan Li, Bangning Luo 외

Large language models (LLMs) with Transformer architectures have become phenomenal in natural language processing, multimodal generative artificial intelligence, and agent-oriented artificial intelligence. The self-atten…

Language ModelingLanguage ModellingLarge Language Model

Multimodal Analogical Reasoning over Knowledge Graphs

2022-10-01 · Ningyu Zhang, Lei LI, Xiang Chen, Xiaozhuan Liang 외

Analogical reasoning is fundamental to human cognition and holds an important place in various fields. However, previous studies mainly focus on single-modal analogical reasoning and ignore taking advantage of structure …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsMultimodal Reasoning

Multimodal Mamba: Decoder-only Multimodal State Space Model via Quadratic to Linear Distillation

2025-02-18 · Bencheng Liao, Hongyuan Tao, Qian Zhang, Tianheng Cheng 외

Recent Multimodal Large Language Models (MLLMs) have achieved remarkable performance but face deployment challenges due to their quadratic computational complexity, growing Key-Value cache requirements, and reliance on s…

DecoderGPUMambaState Space Models