paper-with-me

Papers

Probabilistic Impact Score Generation using Ktrain-BERT to Identify Hate Words from Twitter Discussions

2021-11-25 · Sourav Das, Prasanta Mandal, Sanjay Chatterji

Social media has seen a worrying rise in hate speech in recent times. Branching to several distinct categories of cyberbullying, gender discrimination, or racism, the combined label for such derogatory content can be classified as toxic content in general. This paper presents experimentation with a Keras wrapped lightweight BERT model to successfully identify hate speech and predict probabilistic impact score for the same to extract the hateful words within sentences. The dataset used for this task is the Hate Speech and Offensive Content Detection (HASOC 2021) data from FIRE 2021 in English. Our system obtained a validation accuracy of 82.60%, with a maximum F1-Score of 82.68%. Subsequently, our predictive cases performed significantly well in generating impact scores for successful identification of the hate tweets as well as the hateful words from tweet pools.

📄 PDF Abstract BibTeX arXiv:2111.12939

Code (0)

등록된 구현이 없습니다.

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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

ClickTrain: Efficient and Accurate End-to-End Deep Learning Training via Fine-Grained Architecture-Preserving Pruning

2020-11-20 · Chengming Zhang, Geng Yuan, Wei Niu, Jiannan Tian 외

Convolutional neural networks (CNNs) are becoming increasingly deeper, wider, and non-linear because of the growing demand on prediction accuracy and analysis quality. The wide and deep CNNs, however, require a large amo…

ktrain: A Low-Code Library for Augmented Machine Learning

2020-04-19 · Arun S. Maiya

We present ktrain, a low-code Python library that makes machine learning more accessible and easier to apply. As a wrapper to TensorFlow and many other libraries (e.g., transformers, scikit-learn, stellargraph), it is de…

BIG-bench Machine LearningClassificationGeneral Classificationimage-classification+6

Decentralised AI Training and Inference with BlockTrain

2026-06-23 · Peter Toth, Dan Oprisa arxiv

Frontier AI training is increasingly shaped by access to dense, centrally controlled accelerator clusters. This creates a structural advantage for hyperscalers and large centralized laboratories, and makes open or indepe…

Multi-Scale Probabilistic Generation Theory: A Hierarchical Framework for Interpreting Large Language Models

2025-05-23 · Yukin Zhang, Qi Dong

Large Transformer based language models achieve remarkable performance but remain opaque in how they plan, structure, and realize text. We introduce Multi_Scale Probabilistic Generation Theory (MSPGT), a hierarchical fra…

Sentence

BERTScore is Unfair: On Social Bias in Language Model-Based Metrics for Text Generation

2022-10-14 · Tianxiang Sun, Junliang He, Xipeng Qiu, Xuanjing Huang

Automatic evaluation metrics are crucial to the development of generative systems. In recent years, pre-trained language model (PLM) based metrics, such as BERTScore, have been commonly adopted in various generation task…

FairnessLanguage ModelingLanguage ModellingText Generation