Esse dataset do Kaggle “AI vs Human Content Detection — 1000+ record in 2025” remete a um problema bem atual: detectar se um conteúdo de texto foi escrito por humanos ou gerado por Inteligência Artificial.
Com os avanços dos modelos de linguagem (LLMs) como ChatGPT, Claude, etc., tornou-se mais fácil gerar textos com fluência, coesão e que soam humanos.
Isso criou uma necessidade crescente de distinguir conteúdo “gerado por IA” de conteúdo “escrito por humanos” — seja por motivos éticos, de confiabilidade, originalidade, educação, detecção de plágio, jornalismo, etc.
Esse dataset é uma coleção de textos (provavelmente curtidos ou longos), cada um rotulado como “gerado por IA” ou “escrito por humano”, para que algoritmos de Machine Learning ou processamento de linguagem natural possam aprender padrões que diferenciem os dois grupos.
Kaique Gabriel Custódio Gonçalves
Estudante de Análise e Desenvolvimento de Sistemas, alia visão analítica a uma forte capacidade de adaptação, unindo a prática de gestão adquirida no mercado com o interesse crescente por tecnologia e inovação. Reconhecido pela proatividade, facilidade com computadores e espírito colaborativo, busca constantemente aprender e aplicar novos conhecimentos, seja na resolução de problemas, no atendimento ao cliente ou no desenvolvimento de soluções digitais. Versátil, organizado e comunicativo, constrói sua carreira com foco no crescimento pessoal e no impacto positivo dentro das instituições em que atua.
library(flexdashboard) library(tidyverse) library(modeest) df <- read.csv(“ai_human_content_detection_dataset.csv”) ### Gráfico 1
Note that in this example both pages use the default “columns” orientation. It is however possible to specify a distinct orientation for an individual page. This is done by adding the data-orientation attribute to the header of the page you want to change the orientation of. For example:
Note that in this example both pages use the default “columns” orientation. It is however possible to specify a distinct orientation for an individual page. This is done by adding the data-orientation attribute to the header of the page you want to change the orientation of. For example:
Note that in this example both pages use the default “columns” orientation. It is however possible to specify a distinct orientation for an individual page. This is done by adding the data-orientation attribute to the header of the page you want to change the orientation of. For example:
Note that in this example both pages use the default “columns” orientation. It is however possible to specify a distinct orientation for an individual page. This is done by adding the data-orientation attribute to the header of the page you want to change the orientation of. For example:
Note that in this example both pages use the default “columns” orientation. It is however possible to specify a distinct orientation for an individual page. This is done by adding the data-orientation attribute to the header of the page you want to change the orientation of. For example: