File size: 1,428 Bytes
3d4dfd1 6b5fd45 3d4dfd1 7ffa80b 31082fa 7ffa80b 3d4dfd1 7ffa80b 5df7768 7ffa80b 38bb892 2911a8b 3d4dfd1 2911a8b 3d4dfd1 2911a8b 3d4dfd1 5df7768 2911a8b 3d4dfd1 a113719 3d4dfd1 a113719 3d4dfd1 a113719 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | ---
language:
- en
license: apache-2.0
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype: int64
- name: bert_embeddings
sequence: float32
- name: roberta_embeddings
sequence: float32
- name: user_interactions
list:
- name: content
dtype: string
- name: id
dtype: string
- name: tone
dtype: string
- name: interaction_embeddings_list
sequence:
sequence: float64
- name: interaction_tones_list
sequence: string
- name: combined_embeddings
sequence: float64
- name: distilbert_embeddings
sequence: float32
- name: bigbird_embeddings
sequence: float32
- name: deberta_embeddings
sequence: float32
splits:
- name: train
num_bytes: 61833015
num_examples: 381
- name: test
num_bytes: 16591631
num_examples: 102
download_size: 65188518
dataset_size: 78424646
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
Dataset Source: [Ahren09/MMSoc_PolitiFact](https://huggingface.co/datasets/Ahren09/MMSoc_PolitiFact)
This is a copied and reformatted version of the Ahren09/MMSoc_PolitiFact
- text: text of the article (str)
- bert_embeddings: (768, )
- roberta_embeddings: (768, )
- label: (int)
- 0: real
- 1: fake
Datasets Distribution:
- Train: 381 (real: 246, fake: 135)
- Test: 102 (real: 73, fake: 29) |