paper-with-me

홈 › Papers

Efficacy of Utilizing Large Language Models to Detect Public Threat Posted Online

2023-12-29 · Taeksoo Kwon, Connor Kim

This paper examines the efficacy of utilizing large language models (LLMs) to detect public threats posted online. Amid rising concerns over the spread of threatening rhetoric and advance notices of violence, automated content analysis techniques may aid in early identification and moderation. Custom data collection tools were developed to amass post titles from a popular Korean online community, comprising 500 non-threat examples and 20 threats. Various LLMs (GPT-3.5, GPT-4, PaLM) were prompted to classify individual posts as either "threat" or "safe." Statistical analysis found all models demonstrated strong accuracy, passing chi-square goodness of fit tests for both threat and non-threat identification. GPT-4 performed best overall with 97.9% non-threat and 100% threat accuracy. Affordability analysis also showed PaLM API pricing as highly cost-efficient. The findings indicate LLMs can effectively augment human content moderation at scale to help mitigate emerging online risks. However, biases, transparency, and ethical oversight remain vital considerations before real-world implementation.

📄 PDF Abstract BibTeX arXiv:2401.02974

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

LIDSNet: A Lightweight on-device Intent Detection model using Deep Siamese Network

2021-10-06 · Vibhav Agarwal, Sudeep Deepak Shivnikar, Sourav Ghosh, Himanshu Arora 외

Intent detection is a crucial task in any Natural Language Understanding (NLU) system and forms the foundation of a task-oriented dialogue system. To build high-quality real-world conversational solutions for edge device…

Intent DetectionNatural Language UnderstandingSentenceTransfer Learning

Evaluating the Efficacy of Large Language Models in Detecting Fake News: A Comparative Analysis

2024-06-05 · Sahas Koka, Anthony Vuong, Anish Kataria

In an era increasingly influenced by artificial intelligence, the detection of fake news is crucial, especially in contexts like election seasons where misinformation can have significant societal impacts. This study eva…

Fake News DetectionMisinformation

Attention-guided Self-reflection for Zero-shot Hallucination Detection in Large Language Models

2025-01-17 · Qiang Liu, Xinlong Chen, Yue Ding, Shizhen Xu 외

Hallucination has emerged as a significant barrier to the effective application of Large Language Models (LLMs). In this work, we introduce a novel Attention-Guided SElf-Reflection (AGSER) approach for zero-shot hallucin…

Hallucination

Developing a Reliable, Fast, General-Purpose Hallucination Detection and Mitigation Service

2024-07-22 · Song Wang, Xun Wang, Jie Mei, Yujia Xie 외

Hallucination, a phenomenon where large language models (LLMs) produce output that is factually incorrect or unrelated to the input, is a major challenge for LLM applications that require accuracy and dependability. In t…

Hallucinationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

LangBridge: Multilingual Reasoning Without Multilingual Supervision

2024-01-19 · Dongkeun Yoon, Joel Jang, Sungdong Kim, Seungone Kim 외

We introduce LangBridge, a zero-shot approach to adapt language models for multilingual reasoning tasks without multilingual supervision. LangBridge operates by bridging two models, each specialized in different aspects:…

Code CompletionLogical ReasoningMathematical Reasoning