Iranian Credibility On Social Media
Exploring Influential Factors in Social Media Information Credibility
@kaggle.noeyislearning_iranian_credibility_on_social_media
Exploring Influential Factors in Social Media Information Credibility
@kaggle.noeyislearning_iranian_credibility_on_social_media
This dataset provides a comprehensive analysis of the factors influencing the credibility of information on social media among Iranian users. The research focuses on identifying the most significant factors that affect the perceived credibility of information shared on various social media platforms. The dataset includes demographic information, social media usage patterns, and ratings of various attributes related to information credibility.
CREATE TABLE credibility_in_social_media (
"age" BIGINT,
"gender" VARCHAR,
"education" VARCHAR,
"study_field" VARCHAR,
"university" VARCHAR,
"number_of_social_media_membership" VARCHAR,
"name_of_social_media_active_membership" VARCHAR,
"avervage_hours_per_day_spend_in_social_media" VARCHAR,
"social_media_spend_more_time_in" VARCHAR,
"favor_social_media" VARCHAR,
"tool_used_to_access_social_media" VARCHAR,
"where_use_social_media" VARCHAR,
"source_trustworthiness" BIGINT,
"source_knowledge" BIGINT,
"souce_popularity" BIGINT,
"source_attractiveness" BIGINT,
"source_good_willness" BIGINT,
"source_familiarity" BIGINT,
"source_fairness" BIGINT,
"source_accuracy" BIGINT,
"source_recency" BIGINT,
"media_ease_of_use" BIGINT,
"media_has_editor" BIGINT,
"media_structure" BIGINT,
"media_focus" BIGINT,
"media_interactivity" BIGINT,
"media_ability_to_refer_to_source" BIGINT,
"media_appearance_design" BIGINT,
"media_update" BIGINT,
"media_pithy" BIGINT,
"media_attractiveness" BIGINT,
"message_detail" BIGINT,
"message_plausibility" BIGINT,
"message_discrepancies" BIGINT,
"message_believability" BIGINT,
"message_fairness" BIGINT,
"message_accuracy" BIGINT,
"n__message_compeletness" BIGINT -- Message Compeletness
);Anyone who has the link will be able to view this.