Commit ·
ec40b0b
0
Parent(s):
Duplicate from LeTG/psyop-detection-dataset
Browse filesCo-authored-by: Thomas Giroux <LeTG@users.noreply.huggingface.co>
- .gitattributes +60 -0
- README.md +110 -0
- data/train-00000-of-00001.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: source
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: text
|
| 7 |
+
dtype: string
|
| 8 |
+
splits:
|
| 9 |
+
- name: train
|
| 10 |
+
num_bytes: 1636020
|
| 11 |
+
num_examples: 1982
|
| 12 |
+
download_size: 944079
|
| 13 |
+
dataset_size: 1636020
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: data/train-*
|
| 19 |
+
task_categories:
|
| 20 |
+
- text-classification
|
| 21 |
+
language:
|
| 22 |
+
- en
|
| 23 |
+
tags:
|
| 24 |
+
- medical
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
# PSYOP Detection Dataset
|
| 28 |
+
|
| 29 |
+
## Dataset Description
|
| 30 |
+
|
| 31 |
+
The PSYOP Detection Dataset is a collection of textual excerpts extracted from academic and military literature discussing psychological operations (PSYOP), information warfare, propaganda, and psychological influence strategies.
|
| 32 |
+
|
| 33 |
+
The dataset was created to support research on detecting psychological manipulation techniques in text, including persuasion, propaganda, and influence operations.
|
| 34 |
+
|
| 35 |
+
Source documents were segmented into smaller text chunks to facilitate training and fine-tuning of language models for classification, detection, or analysis tasks related to psychological operations.
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
## Dataset Structure
|
| 40 |
+
|
| 41 |
+
The dataset contains the following columns:
|
| 42 |
+
|
| 43 |
+
- **source**: The original PDF document the text was extracted from.
|
| 44 |
+
- **text**: A chunk of text extracted from the source document.
|
| 45 |
+
|
| 46 |
+
Each row represents a text segment approximately 800 characters long.
|
| 47 |
+
|
| 48 |
+
Total rows: ~1982
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
## Data Collection Process
|
| 53 |
+
|
| 54 |
+
The dataset was constructed by:
|
| 55 |
+
|
| 56 |
+
1. Identifying publicly available academic and research documents discussing psychological operations, propaganda, and information warfare.
|
| 57 |
+
2. Discovering and sourcing relevant literature with the assistance of research tools including **Google Gemini** and **Consensus.app**, which were used to identify relevant academic publications and research material.
|
| 58 |
+
3. Extracting textual content from the selected PDF documents.
|
| 59 |
+
4. Segmenting the extracted text into smaller chunks suitable for machine learning training and analysis.
|
| 60 |
+
|
| 61 |
+
The goal of this preprocessing was to produce training examples that models can learn from when identifying patterns associated with psychological influence operations.
|
| 62 |
+
|
| 63 |
+
---
|
| 64 |
+
|
| 65 |
+
## Data Provenance and Responsibility Disclaimer
|
| 66 |
+
|
| 67 |
+
The documents used to construct this dataset were identified as publicly accessible academic or research materials at the time of collection. The dataset contains only extracted textual segments intended for research, machine learning experimentation, and academic analysis.
|
| 68 |
+
|
| 69 |
+
The dataset creator does not claim ownership of the original source materials. All intellectual property rights remain with the respective authors, publishers, or rights holders.
|
| 70 |
+
|
| 71 |
+
If any rights holder believes that material included in this dataset should not be redistributed or used in this context, they are encouraged to contact the dataset maintainer through Hugging Face so that the relevant content can be reviewed and removed if appropriate.
|
| 72 |
+
|
| 73 |
+
The dataset is provided **as-is** for research and educational purposes, and the creator assumes no liability for unintended use or misinterpretation of the included material.
|
| 74 |
+
|
| 75 |
+
---
|
| 76 |
+
|
| 77 |
+
## Intended Uses
|
| 78 |
+
|
| 79 |
+
This dataset may be used for:
|
| 80 |
+
|
| 81 |
+
- Fine-tuning language models to detect persuasion or propaganda techniques
|
| 82 |
+
- Research on psychological operations and information warfare
|
| 83 |
+
- NLP research on manipulation detection
|
| 84 |
+
- Training classifiers for PSYOP-related content analysis
|
| 85 |
+
|
| 86 |
+
---
|
| 87 |
+
|
| 88 |
+
## Limitations
|
| 89 |
+
|
| 90 |
+
This dataset contains only excerpts from documents describing psychological operations rather than labeled examples of PSYOP content itself.
|
| 91 |
+
|
| 92 |
+
As a result:
|
| 93 |
+
|
| 94 |
+
- The dataset may not fully represent real-world PSYOP messaging.
|
| 95 |
+
- Additional labeling may be required for supervised learning tasks.
|
| 96 |
+
- The dataset is primarily intended as a corpus for further annotation or feature extraction.
|
| 97 |
+
|
| 98 |
+
---
|
| 99 |
+
|
| 100 |
+
## Ethical Considerations
|
| 101 |
+
|
| 102 |
+
The dataset contains discussions of psychological manipulation and influence operations. It should be used responsibly and primarily for research aimed at detecting or mitigating harmful information campaigns.
|
| 103 |
+
|
| 104 |
+
---
|
| 105 |
+
|
| 106 |
+
## Citation
|
| 107 |
+
|
| 108 |
+
If you use this dataset in research, please cite:
|
| 109 |
+
|
| 110 |
+
Giroux, T. (2026). PSYOP Detection Dataset. Hugging Face.
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3c810d451c35d586e0c258c894443361630ecff2222427a94362450b1287aa1
|
| 3 |
+
size 944079
|