Datasets:
c955ff34483396d42c20188007df8376c4e241705fc57c13641054a6e0c9b559
Browse files- .gitattributes +2 -0
- CHANGELOG.md +11 -0
- LICENSE +20 -0
- README.md +223 -146
- cross_modal_validation/README.md +37 -0
- cross_modal_validation/concentracao_por_macrotema.csv +39 -0
- cross_modal_validation/concentracao_por_macrotema.parquet +3 -0
- cross_modal_validation/macrotema_x_tipo_entidade__contagem.csv +39 -0
- cross_modal_validation/macrotema_x_tipo_entidade__contagem.parquet +3 -0
- cross_modal_validation/macrotema_x_tipo_entidade__percentual.csv +39 -0
- cross_modal_validation/top_dominios_por_macrotema.csv +365 -0
- cross_modal_validation/top_dominios_por_macrotema.parquet +3 -0
- cross_modal_validation/top_entidades_por_macrotema.csv +543 -0
- cross_modal_validation/top_entidades_por_macrotema.parquet +3 -0
- entities.parquet +3 -0
- macrotheme_metadata.parquet +3 -0
- notes_pt.parquet +3 -0
- paper/README_LATEX.md +61 -0
- paper/_make_figures.py +91 -0
- paper/figures/heatmap_macrotema_tipo.pdf +0 -0
- paper/figures/heatmap_macrotema_tipo.png +3 -0
- paper/figures/mf_scatter.pdf +3 -0
- paper/figures/mf_scatter.png +3 -0
- paper/figures/timeline_consenso.pdf +0 -0
- paper/figures/timeline_consenso.png +3 -0
- paper/paper.aux +83 -0
- paper/paper.bbl +89 -0
- paper/paper.blg +48 -0
- paper/paper.log +650 -0
- paper/paper.out +21 -0
- paper/paper.pdf +3 -0
- paper/paper.tex +264 -0
- paper/references.bib +106 -0
- paper/sbc-template.sty +73 -0
- paper_skeleton.md +288 -0
- taxonomy.json +44 -0
- topic_metadata.parquet +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* 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
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
paper/figures/mf_scatter.pdf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
paper/paper.pdf filter=lfs diff=lfs merge=lfs -text
|
CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
## v1.0 — 2026-05 (initial release)
|
| 4 |
+
|
| 5 |
+
- Snapshot date: 2026-04-07
|
| 6 |
+
- 142,448 notes after `idioma = pt`, `confianca_idioma >= 0.80`
|
| 7 |
+
- 536,373 entities across 22 types
|
| 8 |
+
- 899 topics, 38 macrothemes
|
| 9 |
+
- MF scoring (`coreNoteIntercept`, `coreNoteFactor1`) reproduced from official `twitter/communitynotes`
|
| 10 |
+
- Tweet text intentionally not included (use `tweetId` for hydration)
|
| 11 |
+
- LLM revision of NER not applied (pipeline implemented but not run; left for the community)
|
LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CC0 1.0 Universal (CC0 1.0)
|
| 2 |
+
Public Domain Dedication
|
| 3 |
+
|
| 4 |
+
The person who associated a work with this deed has dedicated the work to
|
| 5 |
+
the public domain by waiving all of his or her rights to the work
|
| 6 |
+
worldwide under copyright law, including all related and neighboring
|
| 7 |
+
rights, to the extent allowed by law.
|
| 8 |
+
|
| 9 |
+
You can copy, modify, distribute and perform the work, even for
|
| 10 |
+
commercial purposes, all without asking permission.
|
| 11 |
+
|
| 12 |
+
Full text: https://creativecommons.org/publicdomain/zero/1.0/legalcode
|
| 13 |
+
|
| 14 |
+
Source data: Community Notes / Birdwatch public dump, snapshot 2026-04-07,
|
| 15 |
+
released by X Corp under CC0. The derivative annotations in this dataset
|
| 16 |
+
(topic modeling, named entity recognition, official scoring reproduction)
|
| 17 |
+
are released under the same CC0 to preserve permissive use.
|
| 18 |
+
|
| 19 |
+
Tweet text is not redistributed; only tweetId is published. Hydration is
|
| 20 |
+
the user's responsibility under the X API terms of service.
|
README.md
CHANGED
|
@@ -1,195 +1,272 @@
|
|
| 1 |
---
|
| 2 |
-
license: cdla-permissive-2.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
- es
|
| 7 |
-
- fr
|
| 8 |
-
- de
|
| 9 |
-
- ja
|
| 10 |
-
- ar
|
| 11 |
-
- multilingual
|
| 12 |
-
size_categories:
|
| 13 |
-
- 100M<n<1B
|
| 14 |
task_categories:
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
| 16 |
tags:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
- digital-humanities
|
| 26 |
-
pretty_name: "Community Notes / X — Snapshot Público"
|
| 27 |
-
|
| 28 |
configs:
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
- config_name: silver_note_requests
|
| 38 |
-
data_files: "data/snapshot_date=*/silver_note_requests/*.parquet"
|
| 39 |
-
- config_name: tweet_note_bridge
|
| 40 |
-
data_files: "data/snapshot_date=*/tweet_note_bridge/*.parquet"
|
| 41 |
-
- config_name: ratings_with_contributor_state
|
| 42 |
-
data_files: "data/snapshot_date=*/ratings_with_contributor_state/*.parquet"
|
| 43 |
---
|
| 44 |
|
| 45 |
-
# Community Notes
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
-
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
-
|
| 56 |
|
| 57 |
-
|
| 58 |
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
-
```
|
| 62 |
-
data/
|
| 63 |
-
└── snapshot_date=YYYY-MM-DD/
|
| 64 |
-
├── silver_notes/ # Notas escritas por colaboradores
|
| 65 |
-
├── silver_ratings/ # Avaliações das notas por outros colaboradores
|
| 66 |
-
├── silver_note_status_history/ # Histórico de status (CRH, NMR, etc.)
|
| 67 |
-
├── silver_user_enrollment/ # Perfil e estado dos colaboradores
|
| 68 |
-
└��─ silver_note_requests/ # Pedidos de nota (batSignals)
|
| 69 |
-
|
| 70 |
-
metadata/
|
| 71 |
-
└── snapshot_date=YYYY-MM-DD/
|
| 72 |
-
├── download_manifest.json # URLs, checksums, tamanhos de cada arquivo
|
| 73 |
-
├── schema_registry.json # Colunas por shard (detecção de drift)
|
| 74 |
-
├── schema_alerts.parquet # Alertas de mudança de esquema
|
| 75 |
-
├── integrity_summary.parquet # Resumo de nulos por tabela
|
| 76 |
-
├── orphan_analysis.parquet # Análise de integridade referencial
|
| 77 |
-
└── snapshot_inventory.parquet # Inventário completo de arquivos
|
| 78 |
-
```
|
| 79 |
|
| 80 |
-
|
| 81 |
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
|
| 87 |
-
|
|
| 88 |
-
| `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
-
|
| 91 |
|
| 92 |
-
##
|
| 93 |
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
│ │
|
| 99 |
-
│ ├── silver_ratings (noteId, raterParticipantId)
|
| 100 |
-
│ │ └── silver_user_enrollment (participantId)
|
| 101 |
-
│ │
|
| 102 |
-
│ └── silver_note_status_history (noteId)
|
| 103 |
-
│
|
| 104 |
-
└── silver_note_requests (tweetId)
|
| 105 |
-
```
|
| 106 |
|
| 107 |
-
##
|
|
|
|
| 108 |
|
| 109 |
-
|
|
|
|
| 110 |
|
| 111 |
-
|
| 112 |
-
2. **Bronze**: ingestão em DuckDB com todas as colunas como `VARCHAR` (sem inferência de tipo), unificando shards via `union_by_name`. Metadados de snapshot e ingestão adicionados.
|
| 113 |
-
3. **Silver**: colunas tipadas auxiliares (IDs como `BIGINT`, timestamps derivados de `createdAtMillis`), remoção de registros órfãos.
|
| 114 |
|
| 115 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
|
| 117 |
-
|
| 118 |
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
- **12,66%** dos noteIds em status não tinham nota correspondente (~348k notas)
|
| 122 |
-
- **0%** dos avaliadores eram órfãos (enrollment completo)
|
| 123 |
|
| 124 |
-
|
| 125 |
|
| 126 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
|
| 128 |
-
|
| 129 |
|
| 130 |
-
|
| 131 |
-
from datasets import load_dataset
|
| 132 |
|
| 133 |
-
|
| 134 |
-
ratings = load_dataset("histlearn/community-notes-br", "silver_ratings", split="train")
|
| 135 |
-
status = load_dataset("histlearn/community-notes-br", "silver_note_status_history", split="train")
|
| 136 |
-
```
|
| 137 |
|
| 138 |
-
|
| 139 |
|
| 140 |
-
|
| 141 |
-
import duckdb
|
| 142 |
|
| 143 |
-
|
| 144 |
|
| 145 |
-
|
| 146 |
-
SELECT *
|
| 147 |
-
FROM 'hf://datasets/histlearn/community-notes-br/data/snapshot_date=2026-04-07/silver_notes/**/*.parquet'
|
| 148 |
-
LIMIT 100
|
| 149 |
-
""").fetchdf()
|
| 150 |
-
```
|
| 151 |
|
| 152 |
-
|
| 153 |
|
| 154 |
-
|
| 155 |
|
| 156 |
-
|
| 157 |
-
import fasttext
|
| 158 |
-
import re
|
| 159 |
|
| 160 |
-
|
| 161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
|
| 163 |
-
|
| 164 |
-
if not texto:
|
| 165 |
-
return "desconhecido", 0.0
|
| 166 |
-
texto = re.sub(r"http\S+", "", texto).replace("\n", " ").strip()
|
| 167 |
-
pred = model.predict(texto)
|
| 168 |
-
return pred[0][0].replace("__label__", ""), round(float(pred[1][0]), 4)
|
| 169 |
|
| 170 |
-
#
|
| 171 |
-
# fasttext exige numpy em versão <2
|
| 172 |
-
```
|
| 173 |
|
| 174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
|
| 176 |
-
-
|
| 177 |
-
- **Licença dos dados originais**: disponibilizados pelo X sob termos de uso público
|
| 178 |
-
- **Pipeline**: código completo disponível no notebook que acompanha este repositório
|
| 179 |
-
- **Checksums**: cada arquivo baixado tem MD5 e SHA-256 registrados no manifesto
|
| 180 |
|
| 181 |
-
##
|
| 182 |
|
| 183 |
-
```
|
| 184 |
-
@
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
|
|
|
| 190 |
}
|
| 191 |
```
|
| 192 |
|
| 193 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 194 |
|
| 195 |
-
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- pt
|
| 4 |
+
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
- token-classification
|
| 8 |
+
size_categories:
|
| 9 |
+
- 100K<n<1M
|
| 10 |
tags:
|
| 11 |
+
- community-notes
|
| 12 |
+
- birdwatch
|
| 13 |
+
- misinformation
|
| 14 |
+
- portuguese
|
| 15 |
+
- ner
|
| 16 |
+
- topic-modeling
|
| 17 |
+
- brazilian-politics
|
| 18 |
+
- fact-checking
|
|
|
|
|
|
|
|
|
|
| 19 |
configs:
|
| 20 |
+
- config_name: notes
|
| 21 |
+
data_files: notes_pt.parquet
|
| 22 |
+
- config_name: entities
|
| 23 |
+
data_files: entities.parquet
|
| 24 |
+
- config_name: topic_metadata
|
| 25 |
+
data_files: topic_metadata.parquet
|
| 26 |
+
- config_name: macrotheme_metadata
|
| 27 |
+
data_files: macrotheme_metadata.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
+
# Community Notes BR — Enriched Portuguese Subset
|
| 31 |
|
| 32 |
+
A curated, enriched Portuguese-language subset of X (formerly Twitter) Community Notes, with topic modeling, named entity recognition, and reproduction of the official Matrix Factorization scoring.
|
| 33 |
|
| 34 |
+
**Snapshot:** 2026-04-07 of the official Birdwatch public dump.
|
| 35 |
+
**Coverage:** 2021-10-13 → 2026-04-05.
|
| 36 |
+
**Notes:** 142,448 — all in Portuguese (fastText `lid.176`, confidence ≥ 0.80, mean 0.98).
|
| 37 |
+
**Tweets:** 90,822 unique.
|
| 38 |
+
**Entities:** 536,373 across 22 named-entity types.
|
| 39 |
+
**Topics:** 899 fine-grained, organized into 38 macrothemes.
|
| 40 |
|
| 41 |
+
## Resumo em português
|
| 42 |
|
| 43 |
+
Subconjunto curado em PT-BR das Community Notes da X, enriquecido com modelagem de tópicos hierárquicos (BERTopic + LLM com gramática formal GBNF), reconhecimento de entidades nomeadas (GLiNER + regex + dicionários canônicos), e reprodução do algoritmo oficial de pontuação por fatoração matricial. Cobre 142k notas em PT (2021-10 a 2026-04), 90k tweets distintos, 536k entidades em 22 tipos, 899 tópicos finos agrupados em 38 macrotemas. Licença CC0; alinhada à licença da fonte original.
|
| 44 |
|
| 45 |
+
---
|
| 46 |
|
| 47 |
+
## Files
|
| 48 |
|
| 49 |
+
| File | Rows | Size | Granularity |
|
| 50 |
+
|---|---|---|---|
|
| 51 |
+
| `notes_pt.parquet` | 142,448 | 35 MB | one row per note |
|
| 52 |
+
| `entities.parquet` | 536,373 | 40 MB | one row per entity (long format) |
|
| 53 |
+
| `topic_metadata.parquet` | 898 | 70 KB | one row per topic |
|
| 54 |
+
| `macrotheme_metadata.parquet` | 38 | 6 KB | one row per macrotheme |
|
| 55 |
+
| `taxonomy.json` | — | — | entity-type definitions |
|
| 56 |
+
| `cross_modal_validation/` | — | — | quality assessment tables (see below) |
|
| 57 |
|
| 58 |
+
Join key: `noteId` between `notes_pt` and `entities`. Tweet text is **not** redistributed (X ToS); use `tweetId` to hydrate via X API or consult the project's static catalog.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
+
---
|
| 61 |
|
| 62 |
+
## Schema
|
| 63 |
+
|
| 64 |
+
### `notes_pt.parquet`
|
| 65 |
+
|
| 66 |
+
| Column | Type | Description |
|
| 67 |
+
|---|---|---|
|
| 68 |
+
| `noteId` | string | Primary key (Community Notes note identifier). |
|
| 69 |
+
| `tweetId` | string | The tweet the note refers to. |
|
| 70 |
+
| `note_author_participant_id` | string | Anonymized note author ID (CN's own `participantId`). |
|
| 71 |
+
| `created_at` | timestamp | Note creation time (UTC, derived from `createdAtMillis`). |
|
| 72 |
+
| `year_month` | string | `YYYY-MM` for time-series convenience. |
|
| 73 |
+
| `summary` | string | Note text as published. |
|
| 74 |
+
| `summary_clean` | string | Whitespace-normalized, URL-stripped version (used for embeddings). |
|
| 75 |
+
| `classification_algoritmo` | string | `MISINFORMED_OR_POTENTIALLY_MISLEADING` or `NOT_MISLEADING`. From the original CN data. |
|
| 76 |
+
| `idioma` | string | Always `pt` (subset). |
|
| 77 |
+
| `confianca_idioma` | float | fastText `lid.176.bin` confidence, [0.80, 1.00]. |
|
| 78 |
+
| `status_final` | string | Latest community status: `CURRENTLY_RATED_HELPFUL`, `CURRENTLY_RATED_NOT_HELPFUL`, `NEEDS_MORE_RATINGS`, or null. |
|
| 79 |
+
| `consenso` | string | 4-class compaction: `CRH` / `CRNH` / `NMR` / `Outro`. |
|
| 80 |
+
| `n_ratings` | int | Total ratings the note received. |
|
| 81 |
+
| `n_notas_no_tweet` | int | Number of notes attached to the same tweet. |
|
| 82 |
+
| `coreNoteIntercept` | float32 | Output of the official MF scoring algorithm; null when the note had insufficient ratings. |
|
| 83 |
+
| `coreNoteFactor1` | float32 | First factor from MF; interpretable as a polarity axis. |
|
| 84 |
+
| `topic_id` | int | BERTopic cluster id; `-1` denotes the outlier cluster (47,162 notes); null for 397 notes outside the topic-model run. |
|
| 85 |
+
| `topic_name` | string | LLM-generated short label (Marco-Mini-Instruct via GBNF grammar). |
|
| 86 |
+
| `contexto_central` | string | LLM-generated one-sentence description of the topic. |
|
| 87 |
+
| `categoria_ampla` | string | LLM-classified category (13 controlled values). |
|
| 88 |
+
| `macrotheme_id` | int | Macrotheme cluster id from hierarchical aggregation. |
|
| 89 |
+
| `macrotheme_label` | string | LLM-generated macrotheme label. |
|
| 90 |
+
| `stratum` | string | Sampling stratum for the hydrated tweet sub-sample (`top_notas`, `bat_signals`, `aleatorio`). Null for unsampled notes. |
|
| 91 |
+
|
| 92 |
+
### `entities.parquet` (long format)
|
| 93 |
+
|
| 94 |
+
| Column | Type | Description |
|
| 95 |
+
|---|---|---|
|
| 96 |
+
| `entity_id` | string | `<row_id>_<j>` — unique per extraction. |
|
| 97 |
+
| `noteId` | string | FK to `notes_pt`. |
|
| 98 |
+
| `tweetId` | string | FK to `notes_pt`. |
|
| 99 |
+
| `texto_entidade` | string | Surface form as it appears in the note. |
|
| 100 |
+
| `texto_canonico` | string | Normalized form (lowercase + unidecode + dictionary lookup for programs/agencies/parties). |
|
| 101 |
+
| `tipo_entidade` | string | Canonical PT type (see `taxonomy.json`; 22 values). |
|
| 102 |
+
| `label_modelo` | string | Original GLiNER English label or regex pattern name. |
|
| 103 |
+
| `inicio` / `fim` | int | Character offsets in `summary`. |
|
| 104 |
+
| `score` | float | GLiNER confidence [0,1]; 0.94–1.00 for regex-extracted entities. |
|
| 105 |
+
| `fonte_extracao` | string | `gliner` \| `regex_url` \| `regex_data` \| `regex_percentual` \| `regex_valor` \| `regex_lei_norma` \| `regex_processo`. |
|
| 106 |
+
| `contexto` | string | ±90-character window around the entity. |
|
| 107 |
+
| `papel_no_texto` | string | `mencao` (mentioned as object) or `fonte_ou_evidencia` (cited as source/evidence). |
|
| 108 |
+
| `dominio` | string | Canonicalized domain (URLs only). |
|
| 109 |
+
| `topic_id` / `macrotheme_id` | int | Denormalized for analysis convenience. |
|
| 110 |
|
| 111 |
+
---
|
| 112 |
|
| 113 |
+
## Construction methodology
|
| 114 |
|
| 115 |
+
Five-stage pipeline. Code is described in the accompanying paper and the project's static catalog; only the final artifacts are redistributed here.
|
| 116 |
+
|
| 117 |
+
### 1. ETL — bronze/silver/gold
|
| 118 |
+
The 5 official Birdwatch tables (`notes`, `noteRatings`, `noteStatusHistory`, `userEnrollment`, `batSignals`) are downloaded by snapshot date, hash-verified (MD5/SHA256), schema-drift-checked across shards, and materialized in DuckDB. Bronze keeps everything as `VARCHAR` with metadata; silver adds typed columns and snake_case names; gold exports compressed Parquet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
|
| 120 |
+
### 2. Portuguese filter
|
| 121 |
+
Each note's `summary_clean` (whitespace-normalized, URL-stripped via SQL) is classified by fastText `lid.176.bin`. Notes with `idioma = pt` and `confianca_idioma ≥ 0.80` are retained, yielding 142,448 notes (mean confidence 0.98). A 300-note stratified sample (100 per confidence band: 0.80–0.90 / 0.90–0.95 / 0.95–1.00) was visually inspected and looked correct, although this was a quick, non-exhaustive check rather than a rigorous human evaluation.
|
| 122 |
|
| 123 |
+
### 3. Topic modeling
|
| 124 |
+
Notes are embedded with `intfloat/multilingual-e5-large-instruct` (1024-d) using a Portuguese instruction prompt that orients the embedding toward the *factual matter under dispute*, not the procedural surface. Clustering uses BERTopic (UMAP `n_components=10`, HDBSCAN `min_cluster_size=30`, `min_samples=5`) with parameters chosen by a DBCV grid search. Outliers are reduced via embedding similarity (threshold 0.975). Each topic is then labeled by `Marco-Mini-Instruct` (GGUF Q6_K) constrained by a GBNF grammar that forces a JSON object with three fields (`contexto_central`, `categoria_ampla`, `rotulo_curto`) — this guarantees parseable output and a controlled category vocabulary.
|
| 125 |
|
| 126 |
+
Macrothemes are obtained by hierarchical aggregation (average linkage on cosine similarity of topic embeddings, distance threshold 0.05). Each macrotheme is then labeled by a second LLM pass that receives the `contexto_central` of its constituent topics rather than just keywords. A two-layer procedural filter (keyword + LLM) flags topics that are about the platform itself (notes mechanics, satire without a target) rather than substantive content.
|
|
|
|
|
|
|
| 127 |
|
| 128 |
+
### 4. Named entity recognition
|
| 129 |
+
Each note runs through:
|
| 130 |
+
- **GLiNER** (`urchade/gliner_multi-v2.1`) with a custom 16-type Portuguese taxonomy (politicians, parties, agencies, courts, security forces, public figures, media outlets, digital platforms, public programs, etc.) and per-type confidence thresholds (0.40–0.55, see `taxonomy.json`).
|
| 131 |
+
- **Six regex extractors** (URLs, dates, monetary values, percentages, laws/decrees, judicial process numbers) for high-precision structured patterns.
|
| 132 |
+
- **Three canonicalization dictionaries** (YAML-defined, editable) mapping orthographic variants to canonical forms for public programs (Bolsa Família, SUS, Prouni, …), agency acronyms (STF, TSE, IBGE, Anvisa, …), and parties.
|
| 133 |
+
- **Overlap resolution** by IoU ≥ 0.5 with priority order favoring regex over GLiNER.
|
| 134 |
|
| 135 |
+
An LLM-based revision step (Marco-Mini reviewing low-confidence ambiguous entities) is implemented in the project pipeline but was **not applied** to this release due to GPU time constraints; the entities here are post-extraction, post-canonicalization, pre-LLM-revision.
|
| 136 |
|
| 137 |
+
### 5. Note scoring
|
| 138 |
+
The official Twitter/X `communitynotes` Matrix Factorization algorithm is run on the PT subset using the upstream `scoring/src` code with minimal patches (asserts → warnings to accept the smaller universe). Outputs `coreNoteIntercept` (overall helpfulness baseline) and `coreNoteFactor1` (first polarization factor) — the same fields the algorithm produces in production, restricted to PT notes.
|
|
|
|
|
|
|
| 139 |
|
| 140 |
+
---
|
| 141 |
|
| 142 |
+
## Quantitative description
|
| 143 |
+
|
| 144 |
+
### Volume by status (community consensus)
|
| 145 |
+
|
| 146 |
+
| `consenso` | n_notes | % |
|
| 147 |
+
|---|---|---|
|
| 148 |
+
| `NMR` (NEEDS_MORE_RATINGS) | 116,741 | 82.0% |
|
| 149 |
+
| `CRH` (CURRENTLY_RATED_HELPFUL) | 15,857 | 11.1% |
|
| 150 |
+
| `CRNH` (CURRENTLY_RATED_NOT_HELPFUL) | 4,423 | 3.1% |
|
| 151 |
+
| `Outro` | 5,427 | 3.8% |
|
| 152 |
+
|
| 153 |
+
PT-BR shows a higher CRH rate (11.57%) than English (8.69%) in the same snapshot — a finding worth further study.
|
| 154 |
+
|
| 155 |
+
### Volume by macrotheme (top 10 of 38)
|
| 156 |
+
|
| 157 |
+
| macrotheme_id | rotulo_macro | categoria_dominante | n_topics | n_notas |
|
| 158 |
+
|---|---|---|---|---|
|
| 159 |
+
| 0 | Sátira clara | Outro | 73 | 12,090 |
|
| 160 |
+
| 1 | Crise Política | Política | 123 | 9,833 |
|
| 161 |
+
| 2 | Sátira de humorista | Política | 74 | 7,552 |
|
| 162 |
+
| 3 | Economia e Política | Economia | 72 | 6,864 |
|
| 163 |
+
| 4 | Taylor Swift e Política | Política | 45 | 6,400 |
|
| 164 |
+
| 5 | Cotas e Cortes no Ensino Superior | Política | 47 | 6,370 |
|
| 165 |
+
| 6 | Futebol e Racismo | Política | 48 | 5,474 |
|
| 166 |
+
| 7 | Apostas Online | Golpes e Fraudes | 61 | 4,700 |
|
| 167 |
+
| 8 | Musk e Censura | Tecnologia | 32 | 4,344 |
|
| 168 |
+
| 9 | Racismo e Liberdade | Política | 35 | 3,525 |
|
| 169 |
+
|
| 170 |
+
### Entities by type (top 15 of 22)
|
| 171 |
+
|
| 172 |
+
| tipo_entidade | n |
|
| 173 |
+
|---|---|
|
| 174 |
+
| URL_DOMINIO | 174,625 |
|
| 175 |
+
| PESSOA | 82,190 |
|
| 176 |
+
| LOCAL | 49,247 |
|
| 177 |
+
| ORGANIZACAO | 47,191 |
|
| 178 |
+
| VEICULO_MIDIA | 43,810 |
|
| 179 |
+
| ATOR_POLITICO | 34,117 |
|
| 180 |
+
| PLATAFORMA_DIGITAL | 27,763 |
|
| 181 |
+
| ORGAO_PUBLICO | 16,788 |
|
| 182 |
+
| DATA | 13,292 |
|
| 183 |
+
| PARTIDO | 9,045 |
|
| 184 |
+
| ESTATISTICA | 7,519 |
|
| 185 |
+
| EVENTO_POLITICO | 7,367 |
|
| 186 |
+
| PROGRAMA_PUBLICO | 5,773 |
|
| 187 |
+
| ORGAO_SEGURANCA | 4,287 |
|
| 188 |
+
| VALOR_MONETARIO | 4,224 |
|
| 189 |
+
|
| 190 |
+
131,399 notes (92%) carry at least one entity; mean of 4.08 entities per annotated note.
|
| 191 |
+
|
| 192 |
+
### Missing data
|
| 193 |
+
|
| 194 |
+
| Column | Missingness | Reason |
|
| 195 |
+
|---|---|---|
|
| 196 |
+
| `coreNoteIntercept`/`coreNoteFactor1` | 27.3% | Notes with too few ratings are not scored by MF. |
|
| 197 |
+
| `topic_id` | 0.3% (397) | Notes outside the topic-model run. |
|
| 198 |
+
| `topic_name`/`contexto_central`/`categoria_ampla` | 33.4% | Notes in the BERTopic outlier cluster (`topic_id = -1`) plus the 397 above. |
|
| 199 |
+
| `macrotheme_id`/`macrotheme_label` | 33.4% | Same as topic_name. |
|
| 200 |
+
| `status_final` | 3.8% | Notes whose status is unmapped or empty in the snapshot. |
|
| 201 |
+
| `stratum` | 97.2% | Only 4,055 notes were sampled for tweet hydration. |
|
| 202 |
|
| 203 |
+
---
|
| 204 |
|
| 205 |
+
## Quality assessment
|
|
|
|
| 206 |
|
| 207 |
+
No exhaustive human validation was performed. Quality is supported by four converging lines of evidence:
|
|
|
|
|
|
|
|
|
|
| 208 |
|
| 209 |
+
**1. Deterministic checks.** The ETL produces MD5/SHA256 hashes per shard, schema-drift detection across shards, integrity-referential checks against orphans, and snapshot-to-snapshot diffs.
|
| 210 |
|
| 211 |
+
**2. Intrinsic metrics.** Topic clustering parameters were selected by DBCV grid search (32 combinations); topic_model fit produces silhouette and stability statistics. fastText language confidence has a median of 0.99. GLiNER scores have a median of 0.91; regex sources are 0.94–1.00 by design.
|
|
|
|
| 212 |
|
| 213 |
+
**3. Cross-modal consistency.** The `cross_modal_validation/` folder ships pre-computed tables showing that macrotheme labels match the empirical entity-type signatures of their notes — for example, *Futebol e Racismo* has 41% `ORGANIZACAO` entities (Flamengo, Palmeiras, FIFA, CBF) and `ge.globo.com` as the top citation source; *Apostas Online* combines `ORGANIZACAO`+`PLATAFORMA_DIGITAL` with `archive.ph`, `reclameaqui` and `pastebin` as top sources, the canonical fingerprint of fraud reporting; *Crise Política* is dominated by `ATOR_POLITICO` (Lula, Bolsonaro, STF, TSE). 14 of the top 15 macrothemes show coherent signatures across four independent dimensions (label, dominant entity type, top entities, top domains).
|
| 214 |
|
| 215 |
+
**4. Detected failure modes** (transparent self-report). Two macrothemes are flagged: *Sátira clara* shows generic top entities (`autor`, `nnn`, `comunidade`) and 100% meta-platform top domains (`communitynotes.x.com`, `help.x.com`) — likely procedural content the two-layer filter did not catch. *Cotas e Cortes no Ensino Superior* shows low concentration (dominant/secondary type ratio ≈ 1.04) and entities that mismatch the label, suggesting the hierarchical-clustering threshold merged unrelated clusters. Both cases are documented in `cross_modal_validation/concentracao_por_macrotema.csv`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
|
| 217 |
+
**5. Spot-checked language filter.** A 300-note sample stratified across confidence bands was visually inspected and looked correct; this was a quick check, not a rigorous evaluation.
|
| 218 |
|
| 219 |
+
---
|
| 220 |
|
| 221 |
+
## Limitations
|
|
|
|
|
|
|
| 222 |
|
| 223 |
+
- **No exhaustive human validation** of topic labels or named entities. The LLM-based revision step for the NER is implemented but was not applied to this release.
|
| 224 |
+
- **Tweet text not redistributed** due to X's terms of service. Use `tweetId` for hydration. The project keeps a static catalog with note-level context for human inspection.
|
| 225 |
+
- **Snapshot-bound.** This is the 2026-04-07 snapshot; status fields evolve over time. Future snapshots may diverge.
|
| 226 |
+
- **PT-BR coverage bias.** The fastText filter at 0.80 confidence aims for high precision and may exclude some short or code-mixed notes.
|
| 227 |
+
- **Topic outliers.** 33% of notes fall in `topic_id = -1` (BERTopic outliers). Outlier reduction was applied but conservative.
|
| 228 |
+
- **Procedural leakage.** As noted, *Sátira clara* contains residual procedural content.
|
| 229 |
|
| 230 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 231 |
|
| 232 |
+
## Suggested use cases
|
|
|
|
|
|
|
| 233 |
|
| 234 |
+
- **NER benchmarking in PT-BR with politically salient categories** (`ATOR_POLITICO`, `PARTIDO`, `ORGAO_JUDICIARIO`, `ORGAO_SEGURANCA`, `PROGRAMA_PUBLICO`).
|
| 235 |
+
- **Helpful-note classification** at note text only, or with text + tabular signals (`coreNoteFactor1`, `n_ratings`).
|
| 236 |
+
- **Polarization analysis** along `coreNoteFactor1`, conditioned on macrotheme.
|
| 237 |
+
- **Source-citation studies**: which domains are cited as evidence in misinformation pushback, by topic and over time.
|
| 238 |
+
- **Longitudinal studies of Brazilian online discourse**: the 4.5-year window covers two electoral cycles, the COVID aftermath, the 2024 floods, multiple sport scandals, and major changes to Twitter/X moderation.
|
| 239 |
+
- **Procedural-content filtering**: the *Sátira clara* failure mode is itself a use case for training procedural-vs-substantive classifiers.
|
| 240 |
|
| 241 |
+
---
|
|
|
|
|
|
|
|
|
|
| 242 |
|
| 243 |
+
## Citation
|
| 244 |
|
| 245 |
+
```
|
| 246 |
+
@inproceedings{communitynotesbr2026,
|
| 247 |
+
title = {Community Notes BR: An enriched Portuguese subset of X's crowdsourced fact-checking notes for misinformation research},
|
| 248 |
+
author = {Machado da Rocha, Davi},
|
| 249 |
+
booktitle = {Anais do VII Dataset Showcase Workshop (DSW), SBBD},
|
| 250 |
+
year = {2026},
|
| 251 |
+
publisher = {SBC},
|
| 252 |
+
doi = {TBD}
|
| 253 |
}
|
| 254 |
```
|
| 255 |
|
| 256 |
+
## License
|
| 257 |
+
|
| 258 |
+
The original Community Notes data is released by X under CC0. Derivative annotations in this release (topic labels, NER, MF reproduction) are released under **CC0 1.0 Universal** to match the source license. Tweet text is **not** included; only `tweetId` is published.
|
| 259 |
+
|
| 260 |
+
## AI usage disclosure
|
| 261 |
+
|
| 262 |
+
This dataset incorporates outputs from generative AI models as part of its construction:
|
| 263 |
+
- **Marco-Mini-Instruct** (GGUF Q6_K, via `llama-cpp-python`) for structured topic and macrotheme labeling, with grammar-constrained JSON output.
|
| 264 |
+
- **`intfloat/multilingual-e5-large-instruct`** for embedding generation.
|
| 265 |
+
- **`urchade/gliner_multi-v2.1`** for NER extraction.
|
| 266 |
+
|
| 267 |
+
Generative AI was used for parts of the prose in this datacard and the accompanying paper. AI was not used to generate the data itself or its annotations beyond the explicit pipeline steps described above.
|
| 268 |
+
|
| 269 |
+
---
|
| 270 |
|
| 271 |
+
**Maintainer:** Davi Machado da Rocha (USP).
|
| 272 |
+
**Source of upstream data:** Birdwatch public dump, snapshot 2026-04-07, ©X Corp under CC0.
|
cross_modal_validation/README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Cross-Modal Validation — Community Notes BR
|
| 2 |
+
|
| 3 |
+
Análise de consistência entre macrotemas (BERTopic + LLM) e tipos de entidade (GLiNER + regex).
|
| 4 |
+
Serve como evidência de validade interna sem rotulador humano.
|
| 5 |
+
|
| 6 |
+
## Cobertura
|
| 7 |
+
- Entidades com macrotema: 360,258
|
| 8 |
+
- Notas únicas com macrotema: 87,097
|
| 9 |
+
- Macrotemas: 38
|
| 10 |
+
- Tipos de entidade: 21
|
| 11 |
+
|
| 12 |
+
## Arquivos
|
| 13 |
+
|
| 14 |
+
### macrotema_x_tipo_entidade__contagem.{csv,parquet}
|
| 15 |
+
Tabela de contingência: linhas = macrotema, colunas = tipo de entidade, células = contagem.
|
| 16 |
+
|
| 17 |
+
### macrotema_x_tipo_entidade__percentual.csv
|
| 18 |
+
Idem, em % dentro do macrotema (somam 100% por linha).
|
| 19 |
+
|
| 20 |
+
### top_entidades_por_macrotema.{csv,parquet}
|
| 21 |
+
Top-15 entidades canônicas (não-URL) por macrotema, com n_ocorrencias, n_notas, score_medio do GLiNER.
|
| 22 |
+
|
| 23 |
+
### top_dominios_por_macrotema.{csv,parquet}
|
| 24 |
+
Top-10 domínios citados como fonte por macrotema, com % dentro do macrotema.
|
| 25 |
+
|
| 26 |
+
### concentracao_por_macrotema.{csv,parquet}
|
| 27 |
+
Métrica de "assinatura semântica" de cada macrotema:
|
| 28 |
+
- tipo_dominante / pct_dominante
|
| 29 |
+
- razao_dominante_secundario (>1.5 = concentração clara; ~1.0 = heterogêneo)
|
| 30 |
+
- entropia_shannon_bits (0 = um tipo só; log2(K) = uniforme)
|
| 31 |
+
|
| 32 |
+
## Achados destacáveis
|
| 33 |
+
1. **Sátira clara** apresenta entidades genéricas e fontes 100% meta-plataforma — provável procedural não-filtrado.
|
| 34 |
+
2. **Cotas e Cortes no Ensino Superior** apresenta concentração baixa (razão ~1.0) e entidades que não batem com o nome — candidato a ajuste no corte hierárquico.
|
| 35 |
+
3. **Apostas Online**, **Futebol e Racismo**, **Crise Política**, **Política de Imigração**, **Clima e Ambiente** mostram assinaturas fortes com alta concordância semântica.
|
| 36 |
+
|
| 37 |
+
Gerado em: 2026-05-08T22:56:08
|
cross_modal_validation/concentracao_por_macrotema.csv
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
macrotheme_label,n_entidades,n_notas,tipo_dominante,pct_dominante,tipo_secundario,pct_secundario,razao_dominante_secundario,entropia_shannon_bits,n_tipos_distintos
|
| 2 |
+
Crise Política,44456,9709,ATOR_POLITICO,27.02,VEICULO_MIDIA,11.18,2.416,3.492,20
|
| 3 |
+
Economia e Política,32734,6771,ORGANIZACAO,16.91,LOCAL,13.56,1.247,3.513,20
|
| 4 |
+
Taylor Swift e Política,28749,6288,PESSOA,45.62,VEICULO_MIDIA,15.83,2.882,2.62,20
|
| 5 |
+
Cotas e Cortes no Ensino Superior,28714,6294,LOCAL,19.16,PESSOA,18.36,1.044,3.474,20
|
| 6 |
+
Futebol e Racismo,24693,5321,ORGANIZACAO,41.25,PESSOA,25.14,1.641,2.559,20
|
| 7 |
+
Sátira de humorista,24375,7185,PESSOA,36.76,PLATAFORMA_DIGITAL,18.26,2.013,2.817,20
|
| 8 |
+
Apostas Online,19055,4674,ORGANIZACAO,28.44,PLATAFORMA_DIGITAL,20.87,1.363,2.618,19
|
| 9 |
+
Musk e Censura,15349,4207,PESSOA,22.6,PLATAFORMA_DIGITAL,22.22,1.017,3.116,20
|
| 10 |
+
Ataques e Conflitos,15108,2710,LOCAL,35.08,ORGANIZACAO,16.13,2.174,2.966,20
|
| 11 |
+
Política de Imigração,12539,2595,LOCAL,30.36,ATOR_POLITICO,18.33,1.656,3.145,20
|
| 12 |
+
Racismo e Liberdade,11574,3397,PESSOA,32.95,LOCAL,12.84,2.567,3.352,20
|
| 13 |
+
Clima e Ambiente,11006,2311,LOCAL,31.08,VEICULO_MIDIA,11.78,2.639,3.341,20
|
| 14 |
+
Vacinas e Saúde,10212,2805,PESSOA,17.08,ORGANIZACAO,16.59,1.03,3.372,20
|
| 15 |
+
Sátira clara,10102,5967,PESSOA,61.23,PLATAFORMA_DIGITAL,14.87,4.118,2.049,20
|
| 16 |
+
Pobreza e Trabalho,9522,2019,ORGAO_PUBLICO,14.84,ATOR_POLITICO,11.12,1.335,3.627,20
|
| 17 |
+
Morte ignorada,8203,1389,PESSOA,45.47,ORGANIZACAO,14.14,3.216,2.483,17
|
| 18 |
+
Taxação e Pagamentos,6978,1712,ORGAO_PUBLICO,15.98,PESSOA,13.43,1.19,3.453,20
|
| 19 |
+
Religião e Símbolos,6495,1540,PESSOA,34.84,LOCAL,20.11,1.733,2.814,20
|
| 20 |
+
Publicidade Oculta,6032,1547,PLATAFORMA_DIGITAL,53.8,VEICULO_MIDIA,17.03,3.16,2.033,17
|
| 21 |
+
Aviões e Espaço,5743,1369,LOCAL,27.91,ORGANIZACAO,20.22,1.38,3.002,19
|
| 22 |
+
Herança Simbólica da Monarquia,5202,1139,LOCAL,21.08,ORGANIZACAO,14.43,1.461,3.264,19
|
| 23 |
+
Transfobia e Direitos,5126,1266,PESSOA,39.73,ORGANIZACAO,13.01,3.053,2.879,20
|
| 24 |
+
Transporte e Economia,4391,957,LOCAL,21.89,ORGANIZACAO,21.05,1.04,3.329,20
|
| 25 |
+
Jogo não licenciado,2668,753,ORGANIZACAO,30.8,PESSOA,24.65,1.249,2.556,18
|
| 26 |
+
Direitos Reprodutivos,2500,712,PESSOA,27.47,VEICULO_MIDIA,9.9,2.776,3.551,20
|
| 27 |
+
Proteção Animal,1850,574,LOCAL,25.29,PESSOA,25.11,1.007,2.97,19
|
| 28 |
+
Psicologia vs Ciência,1390,461,PESSOA,38.75,ORGANIZACAO,19.44,1.993,2.834,17
|
| 29 |
+
Drogas e Saúde,1220,350,ORGANIZACAO,22.32,PESSOA,16.45,1.357,3.201,19
|
| 30 |
+
Rouanet não financia,1184,248,PROGRAMA_PUBLICO,19.42,ORGANIZACAO,14.91,1.302,3.44,17
|
| 31 |
+
Diferenciação de nacionalidade,944,270,LOCAL,43.77,PESSOA,32.91,1.33,2.219,16
|
| 32 |
+
Ligação Falsa,521,117,ATOR_POLITICO,53.7,LOCAL,34.08,1.575,1.535,5
|
| 33 |
+
Pseudociência e Golpes,438,126,PESSOA,35.27,VEICULO_MIDIA,33.61,1.049,2.264,10
|
| 34 |
+
Raça não é biológica,408,118,LOCAL,34.98,PESSOA,24.28,1.441,2.53,11
|
| 35 |
+
Golpe de Estado,208,45,ATOR_POLITICO,28.93,LOCAL,18.87,1.533,2.684,11
|
| 36 |
+
Chef sem propriedade,183,32,PESSOA,35.0,ORGANIZACAO,25.83,1.355,2.146,6
|
| 37 |
+
Auxílio não cobriu todos,170,42,PROGRAMA_PUBLICO,97.67,EVENTO_POLITICO,1.16,84.0,0.183,3
|
| 38 |
+
Crítica à Violência,124,31,PESSOA,67.42,ORGANIZACAO,32.58,2.069,0.911,2
|
| 39 |
+
Erro na raiz,92,46,PESSOA,44.0,ESTATISTICA,32.0,1.375,2.162,9
|
cross_modal_validation/concentracao_por_macrotema.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fe3b1a1e2bad426574107206cfbfbca38917c9d1e78be0b3a6c4b05f7898ce1
|
| 3 |
+
size 9343
|
cross_modal_validation/macrotema_x_tipo_entidade__contagem.csv
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
macrotheme_label,ATOR_POLITICO,DATA,ESTATISTICA,EVENTO_POLITICO,FONTE_CITADA,LEI_NORMA,LOCAL,OPERACAO_POLICIAL,ORGANIZACAO,ORGAO_JUDICIARIO,ORGAO_PUBLICO,ORGAO_SEGURANCA,PARTIDO,PESSOA,PESSOA_PUBLICA,PLATAFORMA_DIGITAL,PROCESSO_JUDICIAL,PROGRAMA_PUBLICO,URL_DOMINIO,VALOR_MONETARIO,VEICULO_MIDIA
|
| 2 |
+
Crise Política,8336,1182,685,1675,52,228,3213,185,1694,781,2903,232,2121,2251,128,851,215,358,13603,313,3450
|
| 3 |
+
Economia e Política,2492,1211,2239,361,17,138,3055,10,3810,41,1714,15,470,1188,61,574,8,1042,10197,1352,2739
|
| 4 |
+
Taylor Swift e Política,566,689,148,184,37,14,1387,14,1772,54,174,47,82,9100,169,2032,15,152,8802,153,3158
|
| 5 |
+
Cotas e Cortes no Ensino Superior,2176,945,255,594,32,104,3781,208,1525,79,967,970,626,3623,117,609,61,369,8976,73,2624
|
| 6 |
+
Futebol e Racismo,168,746,174,162,36,22,1423,10,7413,99,210,57,30,4517,89,666,18,81,6723,197,1852
|
| 7 |
+
Sátira de humorista,1624,410,59,195,47,6,1091,25,661,73,241,144,173,5861,114,2911,11,42,8430,49,2208
|
| 8 |
+
Apostas Online,57,58,76,16,0,61,1685,7,2788,3,58,101,13,1271,19,2046,1,19,9253,28,1495
|
| 9 |
+
Musk e Censura,533,202,121,74,23,100,914,14,1297,80,366,36,98,2273,81,2234,9,96,5293,36,1469
|
| 10 |
+
Ataques e Conflitos,669,336,126,223,32,9,3598,26,1655,33,139,133,457,1003,22,400,2,22,4850,8,1365
|
| 11 |
+
Política de Imigração,1580,339,141,358,22,6,2617,26,787,89,327,50,277,613,20,202,7,98,3919,13,1048
|
| 12 |
+
Racismo e Liberdade,432,224,191,86,19,269,914,36,492,211,344,109,162,2346,48,348,53,74,4454,12,750
|
| 13 |
+
Clima e Ambiente,574,352,243,150,12,45,2338,27,809,15,613,77,284,454,34,269,1,211,3484,128,886
|
| 14 |
+
Vacinas e Saúde,370,299,270,77,9,21,875,1,1011,14,599,10,68,1041,37,228,8,300,4117,42,815
|
| 15 |
+
Sátira clara,252,24,26,34,19,2,135,5,540,14,49,62,82,4641,47,1127,5,62,2523,4,449
|
| 16 |
+
Pobreza e Trabalho,741,534,480,92,13,67,647,13,556,31,989,40,142,524,16,114,4,627,2859,305,728
|
| 17 |
+
Morte ignorada,62,18,8,39,0,0,215,4,638,3,27,269,4,2052,7,467,62,10,3690,0,628
|
| 18 |
+
Taxação e Pagamentos,516,189,47,19,2,12,144,27,523,10,759,39,76,638,26,537,2,284,2229,275,624
|
| 19 |
+
Religião e Símbolos,130,120,46,111,17,33,857,2,685,19,50,15,30,1485,17,190,2,7,2233,9,437
|
| 20 |
+
Publicidade Oculta,9,7,15,0,1,15,100,0,204,6,24,6,1,507,19,1700,0,2,2872,6,538
|
| 21 |
+
Aviões e Espaço,103,229,51,21,10,4,1068,22,774,0,156,77,5,595,19,115,1,61,1916,18,498
|
| 22 |
+
Herança Simbólica da Monarquia,368,196,26,350,7,8,758,19,519,6,20,25,464,406,10,128,3,22,1606,0,261
|
| 23 |
+
Transfobia e Direitos,76,162,38,57,3,60,403,3,413,12,144,3,26,1261,9,154,12,6,1952,4,328
|
| 24 |
+
Transporte e Economia,216,148,114,18,4,14,676,8,650,3,209,15,32,290,4,100,3,178,1303,99,307
|
| 25 |
+
Jogo não licenciado,1,78,34,4,4,1,80,1,531,1,0,10,2,425,3,395,0,1,944,43,110
|
| 26 |
+
Direitos Reprodutivos,115,35,70,94,3,67,140,4,127,39,90,6,79,433,8,48,16,43,924,3,156
|
| 27 |
+
Proteção Animal,27,38,14,1,0,21,281,6,75,3,19,53,1,279,6,89,1,5,739,2,190
|
| 28 |
+
Psicologia vs Ciência,17,15,28,3,0,15,48,0,140,1,16,9,3,279,1,57,0,14,670,1,73
|
| 29 |
+
Drogas e Saúde,8,14,27,5,1,10,110,1,152,11,77,5,6,112,3,42,0,7,539,2,88
|
| 30 |
+
Rouanet não financia,80,95,9,14,3,4,47,0,129,3,92,0,22,54,8,14,0,168,319,82,41
|
| 31 |
+
Diferenciação de nacionalidade,15,3,13,3,0,2,274,2,36,2,2,2,4,206,0,18,0,2,318,0,42
|
| 32 |
+
Ligação Falsa,167,0,0,12,0,0,106,0,0,0,0,0,3,0,0,0,0,0,210,0,23
|
| 33 |
+
Pseudociência e Golpes,2,13,3,1,0,0,8,0,36,0,0,0,0,85,0,11,0,1,197,0,81
|
| 34 |
+
Raça não é biológica,7,6,7,0,1,0,85,0,29,0,2,0,1,59,0,9,0,0,165,0,37
|
| 35 |
+
Golpe de Estado,46,1,1,25,0,0,30,0,0,0,2,2,3,12,0,0,7,0,49,0,30
|
| 36 |
+
Chef sem propriedade,0,3,0,0,0,0,22,0,31,0,0,0,0,42,0,2,0,0,63,0,20
|
| 37 |
+
Auxílio não cobriu todos,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,84,84,0,0
|
| 38 |
+
Crítica à Violência,0,0,0,0,0,0,0,0,29,0,0,0,0,60,0,0,0,0,35,0,0
|
| 39 |
+
Erro na raiz,0,1,16,0,0,0,4,1,2,0,0,0,0,22,0,2,0,0,42,1,1
|
cross_modal_validation/macrotema_x_tipo_entidade__contagem.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69d1699d60cfc295850e382eb5f911fb86af74c1a10a4c5d9d1a7d3e80ef09d6
|
| 3 |
+
size 17440
|
cross_modal_validation/macrotema_x_tipo_entidade__percentual.csv
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
macrotheme_label,ATOR_POLITICO,DATA,ESTATISTICA,EVENTO_POLITICO,FONTE_CITADA,LEI_NORMA,LOCAL,OPERACAO_POLICIAL,ORGANIZACAO,ORGAO_JUDICIARIO,ORGAO_PUBLICO,ORGAO_SEGURANCA,PARTIDO,PESSOA,PESSOA_PUBLICA,PLATAFORMA_DIGITAL,PROCESSO_JUDICIAL,PROGRAMA_PUBLICO,URL_DOMINIO,VALOR_MONETARIO,VEICULO_MIDIA
|
| 2 |
+
Crise Política,18.75,2.6599999999999997,1.54,3.7699999999999996,0.12,0.51,7.23,0.42,3.81,1.76,6.529999999999999,0.52,4.77,5.06,0.29,1.91,0.48,0.8099999999999999,30.599999999999998,0.7000000000000001,7.76
|
| 3 |
+
Economia e Política,7.61,3.6999999999999997,6.84,1.0999999999999999,0.05,0.42,9.33,0.03,11.64,0.13,5.24,0.05,1.44,3.63,0.19,1.7500000000000002,0.02,3.18,31.15,4.130000000000001,8.37
|
| 4 |
+
Taylor Swift e Política,1.97,2.4,0.51,0.64,0.13,0.05,4.82,0.05,6.16,0.19,0.61,0.16,0.29,31.65,0.59,7.07,0.05,0.53,30.620000000000005,0.53,10.979999999999999
|
| 5 |
+
Cotas e Cortes no Ensino Superior,7.580000000000001,3.29,0.89,2.07,0.11,0.36,13.170000000000002,0.72,5.3100000000000005,0.27999999999999997,3.37,3.38,2.18,12.620000000000001,0.41000000000000003,2.12,0.21,1.29,31.259999999999998,0.25,9.139999999999999
|
| 6 |
+
Futebol e Racismo,0.6799999999999999,3.02,0.7000000000000001,0.66,0.15,0.09,5.76,0.04,30.020000000000003,0.4,0.8500000000000001,0.22999999999999998,0.12,18.29,0.36,2.7,0.06999999999999999,0.33,27.229999999999997,0.8,7.5
|
| 7 |
+
Sátira de humorista,6.660000000000001,1.68,0.24,0.8,0.19,0.02,4.4799999999999995,0.1,2.71,0.3,0.9900000000000001,0.59,0.7100000000000001,24.05,0.47000000000000003,11.940000000000001,0.05,0.16999999999999998,34.58,0.2,9.06
|
| 8 |
+
Apostas Online,0.3,0.3,0.4,0.08,0.0,0.32,8.84,0.04,14.63,0.02,0.3,0.53,0.06999999999999999,6.67,0.1,10.74,0.01,0.1,48.559999999999995,0.15,7.85
|
| 9 |
+
Musk e Censura,3.47,1.32,0.79,0.48,0.15,0.65,5.949999999999999,0.09,8.450000000000001,0.52,2.3800000000000003,0.22999999999999998,0.64,14.81,0.53,14.549999999999999,0.06,0.63,34.48,0.22999999999999998,9.569999999999999
|
| 10 |
+
Ataques e Conflitos,4.43,2.22,0.83,1.48,0.21,0.06,23.82,0.16999999999999998,10.95,0.22,0.9199999999999999,0.88,3.02,6.64,0.15,2.65,0.01,0.15,32.1,0.05,9.030000000000001
|
| 11 |
+
Política de Imigração,12.6,2.7,1.1199999999999999,2.86,0.18,0.05,20.87,0.21,6.279999999999999,0.7100000000000001,2.6100000000000003,0.4,2.21,4.89,0.16,1.6099999999999999,0.06,0.7799999999999999,31.25,0.1,8.36
|
| 12 |
+
Racismo e Liberdade,3.73,1.94,1.6500000000000001,0.74,0.16,2.32,7.9,0.31,4.25,1.82,2.97,0.9400000000000001,1.4000000000000001,20.27,0.41000000000000003,3.01,0.45999999999999996,0.64,38.48,0.1,6.4799999999999995
|
| 13 |
+
Clima e Ambiente,5.220000000000001,3.2,2.21,1.3599999999999999,0.11,0.41000000000000003,21.240000000000002,0.25,7.35,0.13999999999999999,5.57,0.7000000000000001,2.58,4.130000000000001,0.31,2.44,0.01,1.92,31.66,1.16,8.05
|
| 14 |
+
Vacinas e Saúde,3.62,2.93,2.64,0.75,0.09,0.21,8.57,0.01,9.9,0.13999999999999999,5.87,0.1,0.67,10.190000000000001,0.36,2.23,0.08,2.94,40.32,0.41000000000000003,7.9799999999999995
|
| 15 |
+
Sátira clara,2.4899999999999998,0.24,0.26,0.33999999999999997,0.19,0.02,1.34,0.05,5.35,0.13999999999999999,0.49,0.61,0.8099999999999999,45.94,0.47000000000000003,11.16,0.05,0.61,24.98,0.04,4.44
|
| 16 |
+
Pobreza e Trabalho,7.779999999999999,5.609999999999999,5.04,0.97,0.13999999999999999,0.7000000000000001,6.79,0.13999999999999999,5.84,0.33,10.39,0.42,1.49,5.5,0.16999999999999998,1.2,0.04,6.58,30.03,3.2,7.6499999999999995
|
| 17 |
+
Morte ignorada,0.76,0.22,0.1,0.48,0.0,0.0,2.62,0.05,7.779999999999999,0.04,0.33,3.2800000000000002,0.05,25.019999999999996,0.09,5.6899999999999995,0.76,0.12,44.98,0.0,7.66
|
| 18 |
+
Taxação e Pagamentos,7.39,2.71,0.67,0.27,0.03,0.16999999999999998,2.06,0.38999999999999996,7.489999999999999,0.13999999999999999,10.879999999999999,0.5599999999999999,1.09,9.139999999999999,0.37,7.7,0.03,4.07,31.94,3.94,8.94
|
| 19 |
+
Religião e Símbolos,2.0,1.8499999999999999,0.7100000000000001,1.71,0.26,0.51,13.19,0.03,10.549999999999999,0.29,0.77,0.22999999999999998,0.45999999999999996,22.86,0.26,2.93,0.03,0.11,34.38,0.13999999999999999,6.7299999999999995
|
| 20 |
+
Publicidade Oculta,0.15,0.12,0.25,0.0,0.02,0.25,1.66,0.0,3.38,0.1,0.4,0.1,0.02,8.41,0.31,28.18,0.0,0.03,47.61,0.1,8.92
|
| 21 |
+
Aviões e Espaço,1.79,3.9899999999999998,0.89,0.37,0.16999999999999998,0.06999999999999999,18.6,0.38,13.48,0.0,2.7199999999999998,1.34,0.09,10.36,0.33,2.0,0.02,1.06,33.36,0.31,8.67
|
| 22 |
+
Herança Simbólica da Monarquia,7.07,3.7699999999999996,0.5,6.7299999999999995,0.13,0.15,14.57,0.37,9.98,0.12,0.38,0.48,8.92,7.8,0.19,2.46,0.06,0.42,30.869999999999997,0.0,5.0200000000000005
|
| 23 |
+
Transfobia e Direitos,1.48,3.16,0.74,1.11,0.06,1.17,7.86,0.06,8.06,0.22999999999999998,2.81,0.06,0.51,24.6,0.18,3.0,0.22999999999999998,0.12,38.080000000000005,0.08,6.4
|
| 24 |
+
Transporte e Economia,4.92,3.37,2.6,0.41000000000000003,0.09,0.32,15.4,0.18,14.799999999999999,0.06999999999999999,4.760000000000001,0.33999999999999997,0.73,6.6000000000000005,0.09,2.2800000000000002,0.06999999999999999,4.05,29.67,2.25,6.99
|
| 25 |
+
Jogo não licenciado,0.04,2.92,1.27,0.15,0.15,0.04,3.0,0.04,19.900000000000002,0.04,0.0,0.37,0.06999999999999999,15.93,0.11,14.81,0.0,0.04,35.38,1.6099999999999999,4.12
|
| 26 |
+
Direitos Reprodutivos,4.6,1.4000000000000001,2.8000000000000003,3.7600000000000002,0.12,2.68,5.6000000000000005,0.16,5.08,1.5599999999999998,3.5999999999999996,0.24,3.16,17.32,0.32,1.92,0.64,1.72,36.96,0.12,6.239999999999999
|
| 27 |
+
Proteção Animal,1.46,2.0500000000000003,0.76,0.05,0.0,1.1400000000000001,15.190000000000001,0.32,4.05,0.16,1.03,2.86,0.05,15.079999999999998,0.32,4.81,0.05,0.27,39.95,0.11,10.27
|
| 28 |
+
Psicologia vs Ciência,1.22,1.08,2.01,0.22,0.0,1.08,3.45,0.0,10.07,0.06999999999999999,1.15,0.65,0.22,20.07,0.06999999999999999,4.1000000000000005,0.0,1.01,48.199999999999996,0.06999999999999999,5.25
|
| 29 |
+
Drogas e Saúde,0.66,1.15,2.21,0.41000000000000003,0.08,0.8200000000000001,9.02,0.08,12.46,0.8999999999999999,6.3100000000000005,0.41000000000000003,0.49,9.180000000000001,0.25,3.44,0.0,0.5700000000000001,44.18,0.16,7.21
|
| 30 |
+
Rouanet não financia,6.76,8.02,0.76,1.18,0.25,0.33999999999999997,3.9699999999999998,0.0,10.9,0.25,7.7700000000000005,0.0,1.8599999999999999,4.5600000000000005,0.6799999999999999,1.18,0.0,14.19,26.939999999999998,6.93,3.46
|
| 31 |
+
Diferenciação de nacionalidade,1.59,0.32,1.38,0.32,0.0,0.21,29.03,0.21,3.81,0.21,0.21,0.21,0.42,21.82,0.0,1.91,0.0,0.21,33.69,0.0,4.45
|
| 32 |
+
Ligação Falsa,32.05,0.0,0.0,2.3,0.0,0.0,20.349999999999998,0.0,0.0,0.0,0.0,0.0,0.58,0.0,0.0,0.0,0.0,0.0,40.31,0.0,4.41
|
| 33 |
+
Pseudociência e Golpes,0.45999999999999996,2.97,0.6799999999999999,0.22999999999999998,0.0,0.0,1.83,0.0,8.219999999999999,0.0,0.0,0.0,0.0,19.41,0.0,2.5100000000000002,0.0,0.22999999999999998,44.98,0.0,18.490000000000002
|
| 34 |
+
Raça não é biológica,1.72,1.47,1.72,0.0,0.25,0.0,20.830000000000002,0.0,7.109999999999999,0.0,0.49,0.0,0.25,14.46,0.0,2.21,0.0,0.0,40.44,0.0,9.07
|
| 35 |
+
Golpe de Estado,22.12,0.48,0.48,12.02,0.0,0.0,14.42,0.0,0.0,0.0,0.96,0.96,1.44,5.7700000000000005,0.0,0.0,3.37,0.0,23.56,0.0,14.42
|
| 36 |
+
Chef sem propriedade,0.0,1.6400000000000001,0.0,0.0,0.0,0.0,12.02,0.0,16.939999999999998,0.0,0.0,0.0,0.0,22.95,0.0,1.09,0.0,0.0,34.43,0.0,10.93
|
| 37 |
+
Auxílio não cobriu todos,0.0,0.0,0.0,0.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.59,0.0,0.0,0.0,0.0,49.41,49.41,0.0,0.0
|
| 38 |
+
Crítica à Violência,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.39,0.0,0.0,0.0,0.0,48.39,0.0,0.0,0.0,0.0,28.23,0.0,0.0
|
| 39 |
+
Erro na raiz,0.0,1.09,17.39,0.0,0.0,0.0,4.35,1.09,2.17,0.0,0.0,0.0,0.0,23.91,0.0,2.17,0.0,0.0,45.65,1.09,1.09
|
cross_modal_validation/top_dominios_por_macrotema.csv
ADDED
|
@@ -0,0 +1,365 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
macrotheme_label,dominio,n_citacoes,n_notas,total_urls_macrotema,pct
|
| 2 |
+
Apostas Online,help.x.com,1194,1194,9253,12.9
|
| 3 |
+
Apostas Online,archive.ph,1147,668,9253,12.4
|
| 4 |
+
Apostas Online,reclameaqui.com.br,1068,926,9253,11.54
|
| 5 |
+
Apostas Online,g1.globo.com,810,800,9253,8.75
|
| 6 |
+
Apostas Online,pastebin.com,609,609,9253,6.58
|
| 7 |
+
Apostas Online,business.x.com,598,595,9253,6.46
|
| 8 |
+
Apostas Online,metropoles.com,444,444,9253,4.8
|
| 9 |
+
Apostas Online,bbc.com,429,428,9253,4.64
|
| 10 |
+
Apostas Online,x.com,333,248,9253,3.6
|
| 11 |
+
Apostas Online,poder360.com.br,159,159,9253,1.72
|
| 12 |
+
Ataques e Conflitos,x.com,353,269,4850,7.28
|
| 13 |
+
Ataques e Conflitos,twitter.com,273,183,4850,5.63
|
| 14 |
+
Ataques e Conflitos,cnnbrasil.com.br,251,237,4850,5.18
|
| 15 |
+
Ataques e Conflitos,g1.globo.com,215,200,4850,4.43
|
| 16 |
+
Ataques e Conflitos,bbc.com,182,168,4850,3.75
|
| 17 |
+
Ataques e Conflitos,oglobo.globo.com,141,134,4850,2.91
|
| 18 |
+
Ataques e Conflitos,reuters.com,110,107,4850,2.27
|
| 19 |
+
Ataques e Conflitos,noticias.uol.com.br,100,96,4850,2.06
|
| 20 |
+
Ataques e Conflitos,gazetadopovo.com.br,79,71,4850,1.63
|
| 21 |
+
Ataques e Conflitos,www1.folha.uol.com.br,79,73,4850,1.63
|
| 22 |
+
Auxílio não cobriu todos,g1.globo.com,42,42,84,50.0
|
| 23 |
+
Auxílio não cobriu todos,conjur.com.br,41,41,84,48.81
|
| 24 |
+
Auxílio não cobriu todos,estadao.com.br,1,1,84,1.19
|
| 25 |
+
Aviões e Espaço,x.com,135,119,1916,7.05
|
| 26 |
+
Aviões e Espaço,g1.globo.com,121,117,1916,6.32
|
| 27 |
+
Aviões e Espaço,cnnbrasil.com.br,77,75,1916,4.02
|
| 28 |
+
Aviões e Espaço,pt.wikipedia.org,53,46,1916,2.77
|
| 29 |
+
Aviões e Espaço,youtube.com,48,46,1916,2.51
|
| 30 |
+
Aviões e Espaço,youtu.be,45,37,1916,2.35
|
| 31 |
+
Aviões e Espaço,aeroin.net,38,37,1916,1.98
|
| 32 |
+
Aviões e Espaço,pt.m.wikipedia.org,35,30,1916,1.83
|
| 33 |
+
Aviões e Espaço,noticias.uol.com.br,34,34,1916,1.77
|
| 34 |
+
Aviões e Espaço,en.wikipedia.org,33,29,1916,1.72
|
| 35 |
+
Chef sem propriedade,instagram.com,14,14,63,22.22
|
| 36 |
+
Chef sem propriedade,g1.globo.com,12,12,63,19.05
|
| 37 |
+
Chef sem propriedade,revistapegn.globo.com,9,9,63,14.29
|
| 38 |
+
Chef sem propriedade,terra.com.br,8,8,63,12.7
|
| 39 |
+
Chef sem propriedade,cnnbrasil.com.br,2,2,63,3.17
|
| 40 |
+
Chef sem propriedade,metropoles.com,2,2,63,3.17
|
| 41 |
+
Chef sem propriedade,revistaoeste.com,2,2,63,3.17
|
| 42 |
+
Chef sem propriedade,365scores.com,1,1,63,1.59
|
| 43 |
+
Chef sem propriedade,chaves.fandom.com,1,1,63,1.59
|
| 44 |
+
Chef sem propriedade,finedininglovers.com,1,1,63,1.59
|
| 45 |
+
Clima e Ambiente,g1.globo.com,258,239,3484,7.41
|
| 46 |
+
Clima e Ambiente,gov.br,138,128,3484,3.96
|
| 47 |
+
Clima e Ambiente,cnnbrasil.com.br,122,121,3484,3.5
|
| 48 |
+
Clima e Ambiente,twitter.com,90,85,3484,2.58
|
| 49 |
+
Clima e Ambiente,x.com,90,85,3484,2.58
|
| 50 |
+
Clima e Ambiente,instagram.com,75,65,3484,2.15
|
| 51 |
+
Clima e Ambiente,www1.folha.uol.com.br,64,61,3484,1.84
|
| 52 |
+
Clima e Ambiente,noticias.uol.com.br,61,58,3484,1.75
|
| 53 |
+
Clima e Ambiente,oglobo.globo.com,57,52,3484,1.64
|
| 54 |
+
Clima e Ambiente,agenciabrasil.ebc.com.br,55,51,3484,1.58
|
| 55 |
+
Cotas e Cortes no Ensino Superior,g1.globo.com,999,955,8976,11.13
|
| 56 |
+
Cotas e Cortes no Ensino Superior,x.com,562,492,8976,6.26
|
| 57 |
+
Cotas e Cortes no Ensino Superior,cnnbrasil.com.br,543,522,8976,6.05
|
| 58 |
+
Cotas e Cortes no Ensino Superior,oglobo.globo.com,338,336,8976,3.77
|
| 59 |
+
Cotas e Cortes no Ensino Superior,noticias.uol.com.br,291,284,8976,3.24
|
| 60 |
+
Cotas e Cortes no Ensino Superior,metropoles.com,290,282,8976,3.23
|
| 61 |
+
Cotas e Cortes no Ensino Superior,gazetadopovo.com.br,217,205,8976,2.42
|
| 62 |
+
Cotas e Cortes no Ensino Superior,estadao.com.br,186,180,8976,2.07
|
| 63 |
+
Cotas e Cortes no Ensino Superior,poder360.com.br,185,183,8976,2.06
|
| 64 |
+
Cotas e Cortes no Ensino Superior,veja.abril.com.br,167,163,8976,1.86
|
| 65 |
+
Crise Política,g1.globo.com,1100,1024,13603,8.09
|
| 66 |
+
Crise Política,cnnbrasil.com.br,811,790,13603,5.96
|
| 67 |
+
Crise Política,noticias.uol.com.br,597,582,13603,4.39
|
| 68 |
+
Crise Política,x.com,571,501,13603,4.2
|
| 69 |
+
Crise Política,poder360.com.br,461,450,13603,3.39
|
| 70 |
+
Crise Política,gazetadopovo.com.br,435,426,13603,3.2
|
| 71 |
+
Crise Política,oglobo.globo.com,383,375,13603,2.82
|
| 72 |
+
Crise Política,metropoles.com,377,357,13603,2.77
|
| 73 |
+
Crise Política,estadao.com.br,368,362,13603,2.71
|
| 74 |
+
Crise Política,planalto.gov.br,368,350,13603,2.71
|
| 75 |
+
Crítica à Violência,pt.m.wikipedia.org,29,29,35,82.86
|
| 76 |
+
Crítica à Violência,boatos.org,2,2,35,5.71
|
| 77 |
+
Crítica à Violência,jusbrasil.com.br,2,2,35,5.71
|
| 78 |
+
Crítica à Violência,pt.wikipedia.org,2,2,35,5.71
|
| 79 |
+
Diferenciação de nacionalidade,pt.wikipedia.org,27,25,318,8.49
|
| 80 |
+
Diferenciação de nacionalidade,pt.m.wikipedia.org,17,17,318,5.35
|
| 81 |
+
Diferenciação de nacionalidade,bbc.com,14,12,318,4.4
|
| 82 |
+
Diferenciação de nacionalidade,dicionario.priberam.org,13,11,318,4.09
|
| 83 |
+
Diferenciação de nacionalidade,ciberduvidas.iscte-iul.pt,12,12,318,3.77
|
| 84 |
+
Diferenciação de nacionalidade,brasilescola.uol.com.br,11,11,318,3.46
|
| 85 |
+
Diferenciação de nacionalidade,x.com,10,10,318,3.14
|
| 86 |
+
Diferenciação de nacionalidade,dicio.com.br,8,8,318,2.52
|
| 87 |
+
Diferenciação de nacionalidade,michaelis.uol.com.br,8,7,318,2.52
|
| 88 |
+
Diferenciação de nacionalidade,mundoeducacao.uol.com.br,7,7,318,2.2
|
| 89 |
+
Direitos Reprodutivos,camara.leg.br,106,103,924,11.47
|
| 90 |
+
Direitos Reprodutivos,jusbrasil.com.br,55,44,924,5.95
|
| 91 |
+
Direitos Reprodutivos,g1.globo.com,43,43,924,4.65
|
| 92 |
+
Direitos Reprodutivos,x.com,33,31,924,3.57
|
| 93 |
+
Direitos Reprodutivos,cnnbrasil.com.br,24,24,924,2.6
|
| 94 |
+
Direitos Reprodutivos,bbc.com,23,23,924,2.49
|
| 95 |
+
Direitos Reprodutivos,planalto.gov.br,19,18,924,2.06
|
| 96 |
+
Direitos Reprodutivos,gazetadopovo.com.br,17,17,924,1.84
|
| 97 |
+
Direitos Reprodutivos,noticias.uol.com.br,17,17,924,1.84
|
| 98 |
+
Direitos Reprodutivos,oglobo.globo.com,17,17,924,1.84
|
| 99 |
+
Drogas e Saúde,g1.globo.com,32,32,539,5.94
|
| 100 |
+
Drogas e Saúde,pt.wikipedia.org,19,19,539,3.53
|
| 101 |
+
Drogas e Saúde,jusbrasil.com.br,17,15,539,3.15
|
| 102 |
+
Drogas e Saúde,gov.br,14,12,539,2.6
|
| 103 |
+
Drogas e Saúde,exame.com,13,13,539,2.41
|
| 104 |
+
Drogas e Saúde,noticias.uol.com.br,13,13,539,2.41
|
| 105 |
+
Drogas e Saúde,queroescolher.com,13,13,539,2.41
|
| 106 |
+
Drogas e Saúde,bloomberglinea.com.br,12,12,539,2.23
|
| 107 |
+
Drogas e Saúde,tjdft.jus.br,12,11,539,2.23
|
| 108 |
+
Drogas e Saúde,valorinveste.globo.com,12,12,539,2.23
|
| 109 |
+
Economia e Política,g1.globo.com,801,758,10197,7.86
|
| 110 |
+
Economia e Política,cnnbrasil.com.br,757,714,10197,7.42
|
| 111 |
+
Economia e Política,poder360.com.br,375,369,10197,3.68
|
| 112 |
+
Economia e Política,oglobo.globo.com,329,318,10197,3.23
|
| 113 |
+
Economia e Política,economia.uol.com.br,309,296,10197,3.03
|
| 114 |
+
Economia e Política,x.com,307,279,10197,3.01
|
| 115 |
+
Economia e Política,gov.br,306,289,10197,3.0
|
| 116 |
+
Economia e Política,infomoney.com.br,305,293,10197,2.99
|
| 117 |
+
Economia e Política,www1.folha.uol.com.br,242,235,10197,2.37
|
| 118 |
+
Economia e Política,agenciabrasil.ebc.com.br,233,222,10197,2.28
|
| 119 |
+
Erro na raiz,pt.wikipedia.org,6,6,42,14.29
|
| 120 |
+
Erro na raiz,mundoeducacao.uol.com.br,4,4,42,9.52
|
| 121 |
+
Erro na raiz,calculadoraonline.com.br,3,3,42,7.14
|
| 122 |
+
Erro na raiz,escolakids.uol.com.br,3,3,42,7.14
|
| 123 |
+
Erro na raiz,pt.m.wikipedia.org,3,3,42,7.14
|
| 124 |
+
Erro na raiz,brasilescola.uol.com.br,2,2,42,4.76
|
| 125 |
+
Erro na raiz,todamateria.com.br,2,2,42,4.76
|
| 126 |
+
Erro na raiz,youtube.com,2,2,42,4.76
|
| 127 |
+
Erro na raiz,brainly.com.br,1,1,42,2.38
|
| 128 |
+
Erro na raiz,calculadoras.ninja,1,1,42,2.38
|
| 129 |
+
Futebol e Racismo,ge.globo.com,1079,1006,6723,16.05
|
| 130 |
+
Futebol e Racismo,x.com,684,640,6723,10.17
|
| 131 |
+
Futebol e Racismo,espn.com.br,259,249,6723,3.85
|
| 132 |
+
Futebol e Racismo,uol.com.br,225,221,6723,3.35
|
| 133 |
+
Futebol e Racismo,cnnbrasil.com.br,201,189,6723,2.99
|
| 134 |
+
Futebol e Racismo,instagram.com,193,188,6723,2.87
|
| 135 |
+
Futebol e Racismo,pt.wikipedia.org,150,135,6723,2.23
|
| 136 |
+
Futebol e Racismo,pt.m.wikipedia.org,149,133,6723,2.22
|
| 137 |
+
Futebol e Racismo,oglobo.globo.com,134,129,6723,1.99
|
| 138 |
+
Futebol e Racismo,lance.com.br,130,127,6723,1.93
|
| 139 |
+
Golpe de Estado,bbc.com,22,22,49,44.9
|
| 140 |
+
Golpe de Estado,metropoles.com,7,7,49,14.29
|
| 141 |
+
Golpe de Estado,valor.globo.com,6,6,49,12.24
|
| 142 |
+
Golpe de Estado,veja.abril.com.br,5,5,49,10.2
|
| 143 |
+
Golpe de Estado,x.com,2,2,49,4.08
|
| 144 |
+
Golpe de Estado,cnnbrasil.com.br,1,1,49,2.04
|
| 145 |
+
Golpe de Estado,g1.globo.com,1,1,49,2.04
|
| 146 |
+
Golpe de Estado,gazetadopovo.com.br,1,1,49,2.04
|
| 147 |
+
Golpe de Estado,jusbrasil.com.br,1,1,49,2.04
|
| 148 |
+
Golpe de Estado,oantagonista.com.br,1,1,49,2.04
|
| 149 |
+
Herança Simbólica da Monarquia,pt.wikipedia.org,129,113,1606,8.03
|
| 150 |
+
Herança Simbólica da Monarquia,pt.m.wikipedia.org,126,112,1606,7.85
|
| 151 |
+
Herança Simbólica da Monarquia,bbc.com,58,56,1606,3.61
|
| 152 |
+
Herança Simbólica da Monarquia,brasilescola.uol.com.br,51,48,1606,3.18
|
| 153 |
+
Herança Simbólica da Monarquia,encyclopedia.ushmm.org,39,36,1606,2.43
|
| 154 |
+
Herança Simbólica da Monarquia,x.com,33,32,1606,2.05
|
| 155 |
+
Herança Simbólica da Monarquia,en.wikipedia.org,31,27,1606,1.93
|
| 156 |
+
Herança Simbólica da Monarquia,g1.globo.com,27,27,1606,1.68
|
| 157 |
+
Herança Simbólica da Monarquia,britannica.com,25,23,1606,1.56
|
| 158 |
+
Herança Simbólica da Monarquia,cnnbrasil.com.br,25,24,1606,1.56
|
| 159 |
+
Jogo não licenciado,x.com,109,93,944,11.55
|
| 160 |
+
Jogo não licenciado,youtu.be,52,50,944,5.51
|
| 161 |
+
Jogo não licenciado,youtube.com,37,28,944,3.92
|
| 162 |
+
Jogo não licenciado,gta.fandom.com,24,24,944,2.54
|
| 163 |
+
Jogo não licenciado,pt.wikipedia.org,24,18,944,2.54
|
| 164 |
+
Jogo não licenciado,twitter.com,22,21,944,2.33
|
| 165 |
+
Jogo não licenciado,reddit.com,20,20,944,2.12
|
| 166 |
+
Jogo não licenciado,rockstargames.com,20,17,944,2.12
|
| 167 |
+
Jogo não licenciado,store.steampowered.com,19,19,944,2.01
|
| 168 |
+
Jogo não licenciado,help.x.com,18,18,944,1.91
|
| 169 |
+
Ligação Falsa,www-gazetadopovo-com-br.cdn.ampproject.org,115,115,210,54.76
|
| 170 |
+
Ligação Falsa,planalto.gov.br,90,90,210,42.86
|
| 171 |
+
Ligação Falsa,brasil247.com,1,1,210,0.48
|
| 172 |
+
Ligação Falsa,jusbrasil.com.br,1,1,210,0.48
|
| 173 |
+
Ligação Falsa,oantagonista.com.br,1,1,210,0.48
|
| 174 |
+
Ligação Falsa,oglobo.globo.com,1,1,210,0.48
|
| 175 |
+
Ligação Falsa,terra.com.br,1,1,210,0.48
|
| 176 |
+
Morte ignorada,twitter.com,505,344,3690,13.69
|
| 177 |
+
Morte ignorada,x.com,445,432,3690,12.06
|
| 178 |
+
Morte ignorada,poder360.com.br,360,360,3690,9.76
|
| 179 |
+
Morte ignorada,youtube.com,330,167,3690,8.94
|
| 180 |
+
Morte ignorada,community-notes-leaderboard.com,311,163,3690,8.43
|
| 181 |
+
Morte ignorada,www-gazetadopovo-com-br.cdn.ampproject.org,294,182,3690,7.97
|
| 182 |
+
Morte ignorada,web.archive.org,255,121,3690,6.91
|
| 183 |
+
Morte ignorada,revistaoeste.com,204,204,3690,5.53
|
| 184 |
+
Morte ignorada,gazetadopovo-com-br.cdn.ampproject.org,157,109,3690,4.25
|
| 185 |
+
Morte ignorada,observatoriodosfamosos-uol-com-br.cdn.ampproject.org,120,120,3690,3.25
|
| 186 |
+
Musk e Censura,x.com,734,651,5293,13.87
|
| 187 |
+
Musk e Censura,cnnbrasil.com.br,270,265,5293,5.1
|
| 188 |
+
Musk e Censura,g1.globo.com,245,235,5293,4.63
|
| 189 |
+
Musk e Censura,twitter.com,196,140,5293,3.7
|
| 190 |
+
Musk e Censura,instagram.com,126,115,5293,2.38
|
| 191 |
+
Musk e Censura,bbc.com,114,111,5293,2.15
|
| 192 |
+
Musk e Censura,pt.wikipedia.org,81,75,5293,1.53
|
| 193 |
+
Musk e Censura,techtudo.com.br,77,76,5293,1.45
|
| 194 |
+
Musk e Censura,help.x.com,76,76,5293,1.44
|
| 195 |
+
Musk e Censura,veja.abril.com.br,69,68,5293,1.3
|
| 196 |
+
Pobreza e Trabalho,g1.globo.com,244,232,2859,8.53
|
| 197 |
+
Pobreza e Trabalho,cnnbrasil.com.br,198,190,2859,6.93
|
| 198 |
+
Pobreza e Trabalho,gov.br,128,120,2859,4.48
|
| 199 |
+
Pobreza e Trabalho,poder360.com.br,114,109,2859,3.99
|
| 200 |
+
Pobreza e Trabalho,oglobo.globo.com,93,90,2859,3.25
|
| 201 |
+
Pobreza e Trabalho,gazetadopovo.com.br,77,76,2859,2.69
|
| 202 |
+
Pobreza e Trabalho,x.com,70,69,2859,2.45
|
| 203 |
+
Pobreza e Trabalho,noticias.uol.com.br,62,61,2859,2.17
|
| 204 |
+
Pobreza e Trabalho,veja.abril.com.br,60,56,2859,2.1
|
| 205 |
+
Pobreza e Trabalho,www1.folha.uol.com.br,55,53,2859,1.92
|
| 206 |
+
Política de Imigração,g1.globo.com,267,248,3919,6.81
|
| 207 |
+
Política de Imigração,x.com,255,230,3919,6.51
|
| 208 |
+
Política de Imigração,cnnbrasil.com.br,209,195,3919,5.33
|
| 209 |
+
Política de Imigração,bbc.com,138,128,3919,3.52
|
| 210 |
+
Política de Imigração,gazetadopovo.com.br,118,110,3919,3.01
|
| 211 |
+
Política de Imigração,noticias.uol.com.br,109,108,3919,2.78
|
| 212 |
+
Política de Imigração,oglobo.globo.com,97,91,3919,2.48
|
| 213 |
+
Política de Imigração,poder360.com.br,94,91,3919,2.4
|
| 214 |
+
Política de Imigração,pt.wikipedia.org,83,71,3919,2.12
|
| 215 |
+
Política de Imigração,www1.folha.uol.com.br,75,68,3919,1.91
|
| 216 |
+
Proteção Animal,g1.globo.com,82,80,739,11.1
|
| 217 |
+
Proteção Animal,x.com,41,41,739,5.55
|
| 218 |
+
Proteção Animal,pt.wikipedia.org,30,27,739,4.06
|
| 219 |
+
Proteção Animal,pt.m.wikipedia.org,27,22,739,3.65
|
| 220 |
+
Proteção Animal,instagram.com,24,22,739,3.25
|
| 221 |
+
Proteção Animal,twitter.com,20,20,739,2.71
|
| 222 |
+
Proteção Animal,noticias.uol.com.br,17,16,739,2.3
|
| 223 |
+
Proteção Animal,petz.com.br,13,13,739,1.76
|
| 224 |
+
Proteção Animal,youtu.be,13,12,739,1.76
|
| 225 |
+
Proteção Animal,oglobo.globo.com,12,12,739,1.62
|
| 226 |
+
Pseudociência e Golpes,e-farsas.com,45,45,197,22.84
|
| 227 |
+
Pseudociência e Golpes,skepticalinquirer.org,23,23,197,11.68
|
| 228 |
+
Pseudociência e Golpes,britannica.com,15,15,197,7.61
|
| 229 |
+
Pseudociência e Golpes,nasa.tumblr.com,15,15,197,7.61
|
| 230 |
+
Pseudociência e Golpes,extra.globo.com,7,7,197,3.55
|
| 231 |
+
Pseudociência e Golpes,sciencebasedlife.wordpress.com,6,6,197,3.05
|
| 232 |
+
Pseudociência e Golpes,twitter.com,6,6,197,3.05
|
| 233 |
+
Pseudociência e Golpes,pt.m.wikipedia.org,5,4,197,2.54
|
| 234 |
+
Pseudociência e Golpes,cambridge.org,4,3,197,2.03
|
| 235 |
+
Pseudociência e Golpes,doi.org,4,4,197,2.03
|
| 236 |
+
Psicologia vs Ciência,gov.br,22,21,670,3.28
|
| 237 |
+
Psicologia vs Ciência,x.com,22,19,670,3.28
|
| 238 |
+
Psicologia vs Ciência,pt.wikipedia.org,20,18,670,2.99
|
| 239 |
+
Psicologia vs Ciência,cvv.org.br,15,15,670,2.24
|
| 240 |
+
Psicologia vs Ciência,drauziovarella.uol.com.br,14,14,670,2.09
|
| 241 |
+
Psicologia vs Ciência,scielo.br,14,13,670,2.09
|
| 242 |
+
Psicologia vs Ciência,autismoerealidade.org.br,13,13,670,1.94
|
| 243 |
+
Psicologia vs Ciência,oglobo.globo.com,13,13,670,1.94
|
| 244 |
+
Psicologia vs Ciência,uol.com.br,12,12,670,1.79
|
| 245 |
+
Psicologia vs Ciência,bbc.com,11,11,670,1.64
|
| 246 |
+
Publicidade Oculta,t.co,1249,492,2872,43.49
|
| 247 |
+
Publicidade Oculta,help.x.com,376,344,2872,13.09
|
| 248 |
+
Publicidade Oculta,x.com,240,205,2872,8.36
|
| 249 |
+
Publicidade Oculta,tjdft.jus.br,170,168,2872,5.92
|
| 250 |
+
Publicidade Oculta,help.twitter.com,117,86,2872,4.07
|
| 251 |
+
Publicidade Oculta,business.x.com,114,110,2872,3.97
|
| 252 |
+
Publicidade Oculta,jusbrasil.com.br,67,64,2872,2.33
|
| 253 |
+
Publicidade Oculta,diariodarepublica.pt,56,29,2872,1.95
|
| 254 |
+
Publicidade Oculta,business.twitter.com,34,34,2872,1.18
|
| 255 |
+
Publicidade Oculta,planalto.gov.br,28,26,2872,0.97
|
| 256 |
+
Racismo e Liberdade,planalto.gov.br,508,468,4454,11.41
|
| 257 |
+
Racismo e Liberdade,jusbrasil.com.br,408,385,4454,9.16
|
| 258 |
+
Racismo e Liberdade,x.com,238,205,4454,5.34
|
| 259 |
+
Racismo e Liberdade,tjdft.jus.br,183,177,4454,4.11
|
| 260 |
+
Racismo e Liberdade,g1.globo.com,182,181,4454,4.09
|
| 261 |
+
Racismo e Liberdade,cnnbrasil.com.br,97,91,4454,2.18
|
| 262 |
+
Racismo e Liberdade,camara.leg.br,93,80,4454,2.09
|
| 263 |
+
Racismo e Liberdade,revistaoeste.com,89,84,4454,2.0
|
| 264 |
+
Racismo e Liberdade,help.x.com,87,83,4454,1.95
|
| 265 |
+
Racismo e Liberdade,www1.folha.uol.com.br,83,71,4454,1.86
|
| 266 |
+
Raça não é biológica,bbc.com,7,7,165,4.24
|
| 267 |
+
Raça não é biológica,pepsic.bvsalud.org,6,6,165,3.64
|
| 268 |
+
Raça não é biológica,gazetadopovo.com.br,5,4,165,3.03
|
| 269 |
+
Raça não é biológica,pt.wikipedia.org,5,5,165,3.03
|
| 270 |
+
Raça não é biológica,revistagalileu.globo.com,5,5,165,3.03
|
| 271 |
+
Raça não é biológica,cambridge.org,4,4,165,2.42
|
| 272 |
+
Raça não é biológica,nature.com,4,4,165,2.42
|
| 273 |
+
Raça não é biológica,oglobo.globo.com,4,4,165,2.42
|
| 274 |
+
Raça não é biológica,sciencedirect.com,4,1,165,2.42
|
| 275 |
+
Raça não é biológica,web.archive.org,4,4,165,2.42
|
| 276 |
+
Religião e Símbolos,pt.wikipedia.org,100,90,2233,4.48
|
| 277 |
+
Religião e Símbolos,x.com,93,83,2233,4.16
|
| 278 |
+
Religião e Símbolos,g1.globo.com,86,86,2233,3.85
|
| 279 |
+
Religião e Símbolos,pt.m.wikipedia.org,84,76,2233,3.76
|
| 280 |
+
Religião e Símbolos,bbc.com,54,53,2233,2.42
|
| 281 |
+
Religião e Símbolos,youtu.be,46,40,2233,2.06
|
| 282 |
+
Religião e Símbolos,en.wikipedia.org,43,37,2233,1.93
|
| 283 |
+
Religião e Símbolos,vatican.va,40,31,2233,1.79
|
| 284 |
+
Religião e Símbolos,cnnbrasil.com.br,38,38,2233,1.7
|
| 285 |
+
Religião e Símbolos,bibliaonline.com.br,36,25,2233,1.61
|
| 286 |
+
Rouanet não financia,gov.br,66,59,319,20.69
|
| 287 |
+
Rouanet não financia,globaldossier.uspto.gov,16,16,319,5.02
|
| 288 |
+
Rouanet não financia,e-farsas.com,14,14,319,4.39
|
| 289 |
+
Rouanet não financia,metropoles.com,13,13,319,4.08
|
| 290 |
+
Rouanet não financia,jornalopcao.com.br,11,11,319,3.45
|
| 291 |
+
Rouanet não financia,planalto.gov.br,11,10,319,3.45
|
| 292 |
+
Rouanet não financia,veja.abril.com.br,11,11,319,3.45
|
| 293 |
+
Rouanet não financia,g1.globo.com,9,9,319,2.82
|
| 294 |
+
Rouanet não financia,patents.google.com,9,8,319,2.82
|
| 295 |
+
Rouanet não financia,x.com,9,7,319,2.82
|
| 296 |
+
Sátira clara,communitynotes.x.com,612,603,2523,24.26
|
| 297 |
+
Sátira clara,x.com,396,385,2523,15.7
|
| 298 |
+
Sátira clara,help.x.com,383,370,2523,15.18
|
| 299 |
+
Sátira clara,communitynotes.twitter.com,283,252,2523,11.22
|
| 300 |
+
Sátira clara,help.twitter.com,215,213,2523,8.52
|
| 301 |
+
Sátira clara,twitter.com,69,66,2523,2.73
|
| 302 |
+
Sátira clara,pt.wikipedia.org,55,52,2523,2.18
|
| 303 |
+
Sátira clara,t.co,45,42,2523,1.78
|
| 304 |
+
Sátira clara,pt.m.wikipedia.org,42,39,2523,1.66
|
| 305 |
+
Sátira clara,google.com,34,34,2523,1.35
|
| 306 |
+
Sátira de humorista,x.com,2445,2161,8430,29.0
|
| 307 |
+
Sátira de humorista,instagram.com,603,570,8430,7.15
|
| 308 |
+
Sátira de humorista,twitter.com,478,436,8430,5.67
|
| 309 |
+
Sátira de humorista,youtube.com,380,360,8430,4.51
|
| 310 |
+
Sátira de humorista,youtu.be,290,282,8430,3.44
|
| 311 |
+
Sátira de humorista,estadao.com.br,232,230,8430,2.75
|
| 312 |
+
Sátira de humorista,tiktok.com,201,163,8430,2.38
|
| 313 |
+
Sátira de humorista,g1.globo.com,178,176,8430,2.11
|
| 314 |
+
Sátira de humorista,noticias.uol.com.br,161,127,8430,1.91
|
| 315 |
+
Sátira de humorista,pt.wikipedia.org,148,142,8430,1.76
|
| 316 |
+
Taxação e Pagamentos,x.com,218,179,2229,9.78
|
| 317 |
+
Taxação e Pagamentos,g1.globo.com,164,161,2229,7.36
|
| 318 |
+
Taxação e Pagamentos,gov.br,129,123,2229,5.79
|
| 319 |
+
Taxação e Pagamentos,cnnbrasil.com.br,94,93,2229,4.22
|
| 320 |
+
Taxação e Pagamentos,bcb.gov.br,70,66,2229,3.14
|
| 321 |
+
Taxação e Pagamentos,normas.receita.fazenda.gov.br,66,59,2229,2.96
|
| 322 |
+
Taxação e Pagamentos,oglobo.globo.com,62,61,2229,2.78
|
| 323 |
+
Taxação e Pagamentos,economia.uol.com.br,61,59,2229,2.74
|
| 324 |
+
Taxação e Pagamentos,instagram.com,61,59,2229,2.74
|
| 325 |
+
Taxação e Pagamentos,veja.abril.com.br,54,54,2229,2.42
|
| 326 |
+
Taylor Swift e Política,x.com,1557,1264,8802,17.69
|
| 327 |
+
Taylor Swift e Política,gshow.globo.com,313,299,8802,3.56
|
| 328 |
+
Taylor Swift e Política,instagram.com,294,264,8802,3.34
|
| 329 |
+
Taylor Swift e Política,g1.globo.com,278,244,8802,3.16
|
| 330 |
+
Taylor Swift e Política,twitter.com,201,180,8802,2.28
|
| 331 |
+
Taylor Swift e Política,cnnbrasil.com.br,199,190,8802,2.26
|
| 332 |
+
Taylor Swift e Política,billboard.com,136,119,8802,1.55
|
| 333 |
+
Taylor Swift e Política,open.spotify.com,134,95,8802,1.52
|
| 334 |
+
Taylor Swift e Política,pt.m.wikipedia.org,128,108,8802,1.45
|
| 335 |
+
Taylor Swift e Política,pt.wikipedia.org,127,114,8802,1.44
|
| 336 |
+
Transfobia e Direitos,x.com,119,99,1952,6.1
|
| 337 |
+
Transfobia e Direitos,g1.globo.com,78,74,1952,4.0
|
| 338 |
+
Transfobia e Direitos,en.wikipedia.org,63,57,1952,3.23
|
| 339 |
+
Transfobia e Direitos,portal.stf.jus.br,49,48,1952,2.51
|
| 340 |
+
Transfobia e Direitos,cnnbrasil.com.br,41,41,1952,2.1
|
| 341 |
+
Transfobia e Direitos,planalto.gov.br,39,34,1952,2.0
|
| 342 |
+
Transfobia e Direitos,pt.m.wikipedia.org,39,36,1952,2.0
|
| 343 |
+
Transfobia e Direitos,pt.wikipedia.org,37,32,1952,1.9
|
| 344 |
+
Transfobia e Direitos,bbc.com,36,34,1952,1.84
|
| 345 |
+
Transfobia e Direitos,ge.globo.com,34,34,1952,1.74
|
| 346 |
+
Transporte e Economia,g1.globo.com,81,73,1303,6.22
|
| 347 |
+
Transporte e Economia,gov.br,69,64,1303,5.3
|
| 348 |
+
Transporte e Economia,x.com,47,44,1303,3.61
|
| 349 |
+
Transporte e Economia,cnnbrasil.com.br,30,30,1303,2.3
|
| 350 |
+
Transporte e Economia,pt.wikipedia.org,25,24,1303,1.92
|
| 351 |
+
Transporte e Economia,planalto.gov.br,23,23,1303,1.77
|
| 352 |
+
Transporte e Economia,camara.leg.br,21,21,1303,1.61
|
| 353 |
+
Transporte e Economia,estadao.com.br,21,20,1303,1.61
|
| 354 |
+
Transporte e Economia,jusbrasil.com.br,20,20,1303,1.53
|
| 355 |
+
Transporte e Economia,uol.com.br,20,19,1303,1.53
|
| 356 |
+
Vacinas e Saúde,gov.br,312,287,4117,7.58
|
| 357 |
+
Vacinas e Saúde,g1.globo.com,168,163,4117,4.08
|
| 358 |
+
Vacinas e Saúde,cnnbrasil.com.br,134,130,4117,3.25
|
| 359 |
+
Vacinas e Saúde,x.com,130,124,4117,3.16
|
| 360 |
+
Vacinas e Saúde,estadao.com.br,83,77,4117,2.02
|
| 361 |
+
Vacinas e Saúde,oglobo.globo.com,81,79,4117,1.97
|
| 362 |
+
Vacinas e Saúde,metropoles.com,76,73,4117,1.85
|
| 363 |
+
Vacinas e Saúde,bbc.com,71,70,4117,1.72
|
| 364 |
+
Vacinas e Saúde,www1.folha.uol.com.br,59,59,4117,1.43
|
| 365 |
+
Vacinas e Saúde,noticias.uol.com.br,58,57,4117,1.41
|
cross_modal_validation/top_dominios_por_macrotema.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:906c0f8fd28d29914c632bfa9167acd00e15c8d964c6e82a80d4dc4243d52c5f
|
| 3 |
+
size 10887
|
cross_modal_validation/top_entidades_por_macrotema.csv
ADDED
|
@@ -0,0 +1,543 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
macrotheme_label,tipo_entidade,texto_canonico,n_ocorrencias,n_notas,score_medio
|
| 2 |
+
Apostas Online,PLATAFORMA_DIGITAL,x,1306,528,0.605
|
| 3 |
+
Apostas Online,LOCAL,brasil,1242,984,0.79
|
| 4 |
+
Apostas Online,ORGANIZACAO,stake,745,666,0.636
|
| 5 |
+
Apostas Online,VEICULO_MIDIA,g1,603,592,0.56
|
| 6 |
+
Apostas Online,ORGANIZACAO,gangue,431,424,0.485
|
| 7 |
+
Apostas Online,ORGANIZACAO,x,406,270,0.568
|
| 8 |
+
Apostas Online,VEICULO_MIDIA,bbc,392,391,0.67
|
| 9 |
+
Apostas Online,ORGANIZACAO,casa de apostas,293,220,0.592
|
| 10 |
+
Apostas Online,ORGANIZACAO,may-bank-intermediacao-de-negocios,159,40,0.686
|
| 11 |
+
Apostas Online,PESSOA,usuario,157,148,0.641
|
| 12 |
+
Apostas Online,ORGANIZACAO,fenae,145,145,0.691
|
| 13 |
+
Apostas Online,PESSOA,waslesqh,144,144,0.479
|
| 14 |
+
Apostas Online,LOCAL,sao-paulo,126,123,0.652
|
| 15 |
+
Apostas Online,PESSOA,apostador,99,95,0.724
|
| 16 |
+
Apostas Online,ORGAO_SEGURANCA,policia,94,94,0.705
|
| 17 |
+
Ataques e Conflitos,LOCAL,israel,1131,870,0.79
|
| 18 |
+
Ataques e Conflitos,ORGANIZACAO,hamas,665,535,0.875
|
| 19 |
+
Ataques e Conflitos,LOCAL,gaza,352,300,0.904
|
| 20 |
+
Ataques e Conflitos,PARTIDO,hamas,310,238,0.847
|
| 21 |
+
Ataques e Conflitos,LOCAL,palestina,214,175,0.824
|
| 22 |
+
Ataques e Conflitos,ATOR_POLITICO,lula,213,162,0.846
|
| 23 |
+
Ataques e Conflitos,LOCAL,brasil,144,118,0.749
|
| 24 |
+
Ataques e Conflitos,LOCAL,ira,133,125,0.711
|
| 25 |
+
Ataques e Conflitos,VEICULO_MIDIA,cnnbrasil,129,124,0.607
|
| 26 |
+
Ataques e Conflitos,PESSOA,jesus,122,75,0.947
|
| 27 |
+
Ataques e Conflitos,ORGANIZACAO,onu,105,90,0.876
|
| 28 |
+
Ataques e Conflitos,LOCAL,faixa de gaza,102,95,0.888
|
| 29 |
+
Ataques e Conflitos,LOCAL,middle-east,100,92,0.677
|
| 30 |
+
Ataques e Conflitos,VEICULO_MIDIA,bbc,100,84,0.649
|
| 31 |
+
Ataques e Conflitos,VEICULO_MIDIA,g1,80,73,0.546
|
| 32 |
+
Auxílio não cobriu todos,PROGRAMA_PUBLICO,Auxílio Emergencial,41,41,0.933
|
| 33 |
+
Auxílio não cobriu todos,PROGRAMA_PUBLICO,cadastro unico,41,41,0.457
|
| 34 |
+
Auxílio não cobriu todos,EVENTO_POLITICO,pandemia,1,1,0.78
|
| 35 |
+
Auxílio não cobriu todos,PARTIDO,partidos dos trabalhadores,1,1,0.529
|
| 36 |
+
Auxílio não cobriu todos,PROGRAMA_PUBLICO,Auxílio Brasil,1,1,0.919
|
| 37 |
+
Auxílio não cobriu todos,PROGRAMA_PUBLICO,Bolsa Família,1,1,0.869
|
| 38 |
+
Aviões e Espaço,LOCAL,brasil,100,89,0.742
|
| 39 |
+
Aviões e Espaço,VEICULO_MIDIA,g1,89,78,0.617
|
| 40 |
+
Aviões e Espaço,ORGANIZACAO,nasa,87,57,0.904
|
| 41 |
+
Aviões e Espaço,LOCAL,terra,64,52,0.799
|
| 42 |
+
Aviões e Espaço,LOCAL,lua,49,32,0.842
|
| 43 |
+
Aviões e Espaço,VEICULO_MIDIA,cnnbrasil,49,47,0.646
|
| 44 |
+
Aviões e Espaço,PESSOA,autor,44,42,0.667
|
| 45 |
+
Aviões e Espaço,ORGAO_PUBLICO,anac,32,26,0.734
|
| 46 |
+
Aviões e Espaço,ORGANIZACAO,fab,29,20,0.741
|
| 47 |
+
Aviões e Espaço,LOCAL,eua,27,23,0.779
|
| 48 |
+
Aviões e Espaço,PESSOA,vorcaro,26,21,0.839
|
| 49 |
+
Aviões e Espaço,VEICULO_MIDIA,flightradar24,21,10,0.707
|
| 50 |
+
Aviões e Espaço,ORGANIZACAO,google,20,11,0.749
|
| 51 |
+
Aviões e Espaço,ORGANIZACAO,latam,20,16,0.877
|
| 52 |
+
Aviões e Espaço,ORGANIZACAO,spacex,20,17,0.93
|
| 53 |
+
Chef sem propriedade,PESSOA,henrique fogaca,17,17,0.949
|
| 54 |
+
Chef sem propriedade,LOCAL,sao-paulo,14,14,0.776
|
| 55 |
+
Chef sem propriedade,VEICULO_MIDIA,globo,14,7,0.536
|
| 56 |
+
Chef sem propriedade,ORGANIZACAO,restaurante jamile,13,13,0.72
|
| 57 |
+
Chef sem propriedade,ORGANIZACAO,restaurante,6,4,0.663
|
| 58 |
+
Chef sem propriedade,ORGANIZACAO,fogaca,3,3,0.678
|
| 59 |
+
Chef sem propriedade,PESSOA,chef,3,2,0.695
|
| 60 |
+
Chef sem propriedade,VEICULO_MIDIA,g1,3,3,0.669
|
| 61 |
+
Chef sem propriedade,LOCAL,balneario camboriu,2,2,0.792
|
| 62 |
+
Chef sem propriedade,LOCAL,sp,2,2,0.648
|
| 63 |
+
Chef sem propriedade,ORGANIZACAO,fogaca-desabamento-restaurante,2,2,0.721
|
| 64 |
+
Chef sem propriedade,PESSOA,alberto hiar,2,2,0.939
|
| 65 |
+
Chef sem propriedade,PESSOA,anuar tacach,2,2,0.942
|
| 66 |
+
Chef sem propriedade,PESSOA,fogaca,2,1,0.988
|
| 67 |
+
Chef sem propriedade,PESSOA,linguini,2,1,0.977
|
| 68 |
+
Clima e Ambiente,LOCAL,brasil,222,178,0.753
|
| 69 |
+
Clima e Ambiente,LOCAL,rs,139,119,0.745
|
| 70 |
+
Clima e Ambiente,VEICULO_MIDIA,g1,119,102,0.558
|
| 71 |
+
Clima e Ambiente,LOCAL,rio grande do sul,102,97,0.86
|
| 72 |
+
Clima e Ambiente,PARTIDO,ps,92,61,0.931
|
| 73 |
+
Clima e Ambiente,ORGAO_PUBLICO,governo federal,91,87,0.727
|
| 74 |
+
Clima e Ambiente,ORGAO_PUBLICO,antt,86,65,0.859
|
| 75 |
+
Clima e Ambiente,ATOR_POLITICO,bolsonaro,85,76,0.841
|
| 76 |
+
Clima e Ambiente,LOCAL,amazonia,85,74,0.914
|
| 77 |
+
Clima e Ambiente,VEICULO_MIDIA,sbt,75,58,0.847
|
| 78 |
+
Clima e Ambiente,ATOR_POLITICO,lula,74,70,0.745
|
| 79 |
+
Clima e Ambiente,LOCAL,bahia,72,46,0.878
|
| 80 |
+
Clima e Ambiente,VEICULO_MIDIA,cnnbrasil,66,65,0.632
|
| 81 |
+
Clima e Ambiente,LOCAL,praias,58,35,0.632
|
| 82 |
+
Clima e Ambiente,ORGANIZACAO,google,56,36,0.718
|
| 83 |
+
Cotas e Cortes no Ensino Superior,VEICULO_MIDIA,g1,582,517,0.587
|
| 84 |
+
Cotas e Cortes no Ensino Superior,LOCAL,brasil,483,403,0.679
|
| 85 |
+
Cotas e Cortes no Ensino Superior,ATOR_POLITICO,bolsonaro,330,267,0.825
|
| 86 |
+
Cotas e Cortes no Ensino Superior,VEICULO_MIDIA,cnnbrasil,305,290,0.622
|
| 87 |
+
Cotas e Cortes no Ensino Superior,LOCAL,sao-paulo,202,197,0.661
|
| 88 |
+
Cotas e Cortes no Ensino Superior,LOCAL,rj,186,149,0.685
|
| 89 |
+
Cotas e Cortes no Ensino Superior,ATOR_POLITICO,lula,181,165,0.792
|
| 90 |
+
Cotas e Cortes no Ensino Superior,ORGAO_SEGURANCA,policia,180,164,0.741
|
| 91 |
+
Cotas e Cortes no Ensino Superior,PESSOA,autor,151,132,0.624
|
| 92 |
+
Cotas e Cortes no Ensino Superior,ORGAO_PUBLICO,STF,140,112,0.834
|
| 93 |
+
Cotas e Cortes no Ensino Superior,LOCAL,rio-de-janeiro,130,128,0.652
|
| 94 |
+
Cotas e Cortes no Ensino Superior,ORGANIZACAO,usp,126,102,0.804
|
| 95 |
+
Cotas e Cortes no Ensino Superior,ORGAO_PUBLICO,PF,115,105,0.753
|
| 96 |
+
Cotas e Cortes no Ensino Superior,PARTIDO,PT,108,102,0.882
|
| 97 |
+
Cotas e Cortes no Ensino Superior,VEICULO_MIDIA,globo.com,108,102,0.49
|
| 98 |
+
Crise Política,ATOR_POLITICO,lula,1357,1122,0.844
|
| 99 |
+
Crise Política,ATOR_POLITICO,bolsonaro,1156,991,0.865
|
| 100 |
+
Crise Política,ORGAO_PUBLICO,STF,1022,806,0.895
|
| 101 |
+
Crise Política,LOCAL,brasil,764,669,0.697
|
| 102 |
+
Crise Política,VEICULO_MIDIA,g1,606,534,0.567
|
| 103 |
+
Crise Política,VEICULO_MIDIA,cnnbrasil,435,419,0.603
|
| 104 |
+
Crise Política,PARTIDO,PT,423,339,0.913
|
| 105 |
+
Crise Política,ATOR_POLITICO,jair bolsonaro,415,403,0.889
|
| 106 |
+
Crise Política,ORGAO_PUBLICO,PF,332,296,0.74
|
| 107 |
+
Crise Política,ORGAO_PUBLICO,TSE,322,213,0.691
|
| 108 |
+
Crise Política,EVENTO_POLITICO,eleicoes,297,271,0.719
|
| 109 |
+
Crise Política,ATOR_POLITICO,alexandre de moraes,243,227,0.781
|
| 110 |
+
Crise Política,PARTIDO,PL,221,182,0.886
|
| 111 |
+
Crise Política,VEICULO_MIDIA,estadao,217,195,0.684
|
| 112 |
+
Crise Política,LOCAL,eua,210,175,0.714
|
| 113 |
+
Crítica à Violência,ORGANIZACAO,mtst,29,29,0.814
|
| 114 |
+
Crítica à Violência,PESSOA,bolsonarista medio,29,29,0.648
|
| 115 |
+
Crítica à Violência,PESSOA,jesus,29,29,0.787
|
| 116 |
+
Crítica à Violência,PESSOA,jesus cristo,2,2,0.497
|
| 117 |
+
Diferenciação de nacionalidade,LOCAL,brasil,50,32,0.885
|
| 118 |
+
Diferenciação de nacionalidade,LOCAL,america latina,20,19,0.882
|
| 119 |
+
Diferenciação de nacionalidade,LOCAL,portugal,15,15,0.825
|
| 120 |
+
Diferenciação de nacionalidade,PESSOA,autor,14,12,0.655
|
| 121 |
+
Diferenciação de nacionalidade,VEICULO_MIDIA,bbc,13,11,0.706
|
| 122 |
+
Diferenciação de nacionalidade,LOCAL,estados unidos,11,9,0.812
|
| 123 |
+
Diferenciação de nacionalidade,PESSOA,andrade,11,4,0.978
|
| 124 |
+
Diferenciação de nacionalidade,PESSOA,nnn,10,10,0.617
|
| 125 |
+
Diferenciação de nacionalidade,LOCAL,america,9,7,0.791
|
| 126 |
+
Diferenciação de nacionalidade,LOCAL,eua,9,9,0.757
|
| 127 |
+
Diferenciação de nacionalidade,PESSOA,estadunidense,9,7,0.693
|
| 128 |
+
Diferenciação de nacionalidade,PESSOA,michaelis,9,7,0.646
|
| 129 |
+
Diferenciação de nacionalidade,LOCAL,americas,8,7,0.684
|
| 130 |
+
Diferenciação de nacionalidade,PESSOA,feia,8,2,0.751
|
| 131 |
+
Diferenciação de nacionalidade,LOCAL,cuba,7,4,0.965
|
| 132 |
+
Direitos Reprodutivos,EVENTO_POLITICO,aborto,65,50,0.723
|
| 133 |
+
Direitos Reprodutivos,PARTIDO,PL,40,27,0.739
|
| 134 |
+
Direitos Reprodutivos,LOCAL,brasil,35,35,0.748
|
| 135 |
+
Direitos Reprodutivos,PESSOA,mulher,33,28,0.652
|
| 136 |
+
Direitos Reprodutivos,VEICULO_MIDIA,g1,26,26,0.546
|
| 137 |
+
Direitos Reprodutivos,ORGAO_PUBLICO,STJ,18,13,0.876
|
| 138 |
+
Direitos Reprodutivos,PESSOA,mae,17,15,0.655
|
| 139 |
+
Direitos Reprodutivos,LEI_NORMA,pl 1904/2024,16,16,0.96
|
| 140 |
+
Direitos Reprodutivos,ORGANIZACAO,oms,16,16,0.725
|
| 141 |
+
Direitos Reprodutivos,ORGAO_JUDICIARIO,juiz,16,16,0.838
|
| 142 |
+
Direitos Reprodutivos,VEICULO_MIDIA,cnnbrasil,16,16,0.632
|
| 143 |
+
Direitos Reprodutivos,ATOR_POLITICO,lula,15,12,0.756
|
| 144 |
+
Direitos Reprodutivos,ORGAO_PUBLICO,camara,15,15,0.755
|
| 145 |
+
Direitos Reprodutivos,PESSOA,autor,15,15,0.672
|
| 146 |
+
Direitos Reprodutivos,PESSOA,nnn,14,14,0.585
|
| 147 |
+
Drogas e Saúde,ORGAO_PUBLICO,STF,43,36,0.931
|
| 148 |
+
Drogas e Saúde,LOCAL,brasil,38,35,0.779
|
| 149 |
+
Drogas e Saúde,PLATAFORMA_DIGITAL,queroescolher.com,18,18,0.57
|
| 150 |
+
Drogas e Saúde,ORGANIZACAO,philip morris brasil,16,16,0.836
|
| 151 |
+
Drogas e Saúde,ORGANIZACAO,senado,16,10,0.892
|
| 152 |
+
Drogas e Saúde,VEICULO_MIDIA,g1,15,14,0.553
|
| 153 |
+
Drogas e Saúde,PESSOA,nnn,13,13,0.589
|
| 154 |
+
Drogas e Saúde,ORGANIZACAO,philip_morris_international,12,12,0.562
|
| 155 |
+
Drogas e Saúde,ORGANIZACAO,pmi,12,6,0.695
|
| 156 |
+
Drogas e Saúde,PESSOA,usuario,10,10,0.633
|
| 157 |
+
Drogas e Saúde,ORGANIZACAO,philip morris,8,8,0.974
|
| 158 |
+
Drogas e Saúde,ORGAO_PUBLICO,Anvisa,8,6,0.809
|
| 159 |
+
Drogas e Saúde,PESSOA,autor,8,8,0.635
|
| 160 |
+
Drogas e Saúde,VEICULO_MIDIA,exame.com,7,7,0.565
|
| 161 |
+
Drogas e Saúde,ORGAO_JUDICIARIO,supremo,6,6,0.822
|
| 162 |
+
Economia e Política,LOCAL,brasil,1040,873,0.795
|
| 163 |
+
Economia e Política,ATOR_POLITICO,lula,529,480,0.752
|
| 164 |
+
Economia e Política,VEICULO_MIDIA,g1,435,389,0.583
|
| 165 |
+
Economia e Política,VEICULO_MIDIA,cnnbrasil,431,405,0.619
|
| 166 |
+
Economia e Política,ATOR_POLITICO,bolsonaro,360,320,0.792
|
| 167 |
+
Economia e Política,ORGAO_PUBLICO,Banco Central,274,213,0.729
|
| 168 |
+
Economia e Política,LOCAL,eua,217,180,0.75
|
| 169 |
+
Economia e Política,ORGANIZACAO,petrobras,211,157,0.887
|
| 170 |
+
Economia e Política,PLATAFORMA_DIGITAL,google,200,138,0.79
|
| 171 |
+
Economia e Política,ORGANIZACAO,google,180,117,0.8
|
| 172 |
+
Economia e Política,ATOR_POLITICO,trump,167,162,0.813
|
| 173 |
+
Economia e Política,PARTIDO,PT,158,153,0.873
|
| 174 |
+
Economia e Política,DATA,em 2024,155,146,0.94
|
| 175 |
+
Economia e Política,VEICULO_MIDIA,estadao,155,150,0.704
|
| 176 |
+
Economia e Política,DATA,em 2022,151,147,0.94
|
| 177 |
+
Erro na raiz,PESSOA,nnn,4,4,0.586
|
| 178 |
+
Erro na raiz,ESTATISTICA,1%,3,1,0.98
|
| 179 |
+
Erro na raiz,ESTATISTICA,50%,3,3,0.98
|
| 180 |
+
Erro na raiz,PESSOA,autor,3,3,0.549
|
| 181 |
+
Erro na raiz,ESTATISTICA,39%,2,1,0.98
|
| 182 |
+
Erro na raiz,LOCAL,floresta,2,1,0.93
|
| 183 |
+
Erro na raiz,PESSOA,bhaskara,2,1,0.961
|
| 184 |
+
Erro na raiz,PESSOA,homem,2,1,0.845
|
| 185 |
+
Erro na raiz,PLATAFORMA_DIGITAL,google,2,1,0.921
|
| 186 |
+
Erro na raiz,DATA,25 de abril,1,1,0.94
|
| 187 |
+
Erro na raiz,ESTATISTICA,0%,1,1,0.98
|
| 188 |
+
Erro na raiz,ESTATISTICA,100%,1,1,0.98
|
| 189 |
+
Erro na raiz,ESTATISTICA,16%,1,1,0.98
|
| 190 |
+
Erro na raiz,ESTATISTICA,25%,1,1,0.98
|
| 191 |
+
Erro na raiz,ESTATISTICA,"26,6%",1,1,0.98
|
| 192 |
+
Futebol e Racismo,ORGANIZACAO,flamengo,661,494,0.879
|
| 193 |
+
Futebol e Racismo,ORGANIZACAO,palmeiras,507,379,0.872
|
| 194 |
+
Futebol e Racismo,ORGANIZACAO,fifa,502,312,0.954
|
| 195 |
+
Futebol e Racismo,ORGANIZACAO,corinthians,378,274,0.874
|
| 196 |
+
Futebol e Racismo,VEICULO_MIDIA,globo,341,292,0.573
|
| 197 |
+
Futebol e Racismo,PESSOA,autor,282,270,0.63
|
| 198 |
+
Futebol e Racismo,ORGANIZACAO,cruzeiro,270,181,0.858
|
| 199 |
+
Futebol e Racismo,ORGANIZACAO,botafogo,268,181,0.863
|
| 200 |
+
Futebol e Racismo,ORGANIZACAO,cbf,262,210,0.919
|
| 201 |
+
Futebol e Racismo,VEICULO_MIDIA,espn,215,198,0.71
|
| 202 |
+
Futebol e Racismo,ORGANIZACAO,fluminense,198,149,0.852
|
| 203 |
+
Futebol e Racismo,ORGANIZACAO,gremio,168,124,0.906
|
| 204 |
+
Futebol e Racismo,PESSOA,neymar,163,140,0.889
|
| 205 |
+
Futebol e Racismo,VEICULO_MIDIA,cnnbrasil,146,134,0.664
|
| 206 |
+
Futebol e Racismo,LOCAL,brasil,136,119,0.701
|
| 207 |
+
Golpe de Estado,ATOR_POLITICO,filipe martins,28,28,0.793
|
| 208 |
+
Golpe de Estado,VEICULO_MIDIA,bbc,21,21,0.604
|
| 209 |
+
Golpe de Estado,ATOR_POLITICO,bolsonaro,16,16,0.642
|
| 210 |
+
Golpe de Estado,EVENTO_POLITICO,minuta do golpe,16,16,0.766
|
| 211 |
+
Golpe de Estado,LOCAL,eua,11,11,0.607
|
| 212 |
+
Golpe de Estado,LOCAL,usa,11,11,0.712
|
| 213 |
+
Golpe de Estado,PESSOA,filipe martins,10,10,0.715
|
| 214 |
+
Golpe de Estado,PROCESSO_JUDICIAL,minuta do golpe,7,7,0.697
|
| 215 |
+
Golpe de Estado,VEICULO_MIDIA,bolsonaro,7,7,0.568
|
| 216 |
+
Golpe de Estado,LOCAL,brasil,6,6,0.582
|
| 217 |
+
Golpe de Estado,EVENTO_POLITICO,golpe de estado,4,4,0.724
|
| 218 |
+
Golpe de Estado,EVENTO_POLITICO,minuta golpista,3,3,0.591
|
| 219 |
+
Golpe de Estado,PARTIDO,bolsonaro,3,3,0.635
|
| 220 |
+
Golpe de Estado,ATOR_POLITICO,felipe martins,2,2,0.804
|
| 221 |
+
Golpe de Estado,LOCAL,maquiavel,2,2,0.605
|
| 222 |
+
Herança Simbólica da Monarquia,LOCAL,brasil,218,165,0.814
|
| 223 |
+
Herança Simbólica da Monarquia,PARTIDO,nazismo,70,47,0.767
|
| 224 |
+
Herança Simbólica da Monarquia,PARTIDO,fascismo,56,33,0.758
|
| 225 |
+
Herança Simbólica da Monarquia,LOCAL,portugal,49,39,0.787
|
| 226 |
+
Herança Simbólica da Monarquia,PLATAFORMA_DIGITAL,wikipedia.org,44,25,0.572
|
| 227 |
+
Herança Simbólica da Monarquia,ATOR_POLITICO,hitler,42,38,0.717
|
| 228 |
+
Herança Simbólica da Monarquia,EVENTO_POLITICO,holocausto,42,34,0.776
|
| 229 |
+
Herança Simbólica da Monarquia,PARTIDO,extrema-direita,37,24,0.799
|
| 230 |
+
Herança Simbólica da Monarquia,EVENTO_POLITICO,holodomor,36,21,0.843
|
| 231 |
+
Herança Simbólica da Monarquia,VEICULO_MIDIA,bbc,33,30,0.622
|
| 232 |
+
Herança Simbólica da Monarquia,ORGANIZACAO,urss,30,22,0.774
|
| 233 |
+
Herança Simbólica da Monarquia,PARTIDO,partido nazista,30,28,0.868
|
| 234 |
+
Herança Simbólica da Monarquia,LOCAL,alemanha,29,28,0.789
|
| 235 |
+
Herança Simbólica da Monarquia,PESSOA,autor,28,26,0.584
|
| 236 |
+
Herança Simbólica da Monarquia,LOCAL,eua,26,23,0.733
|
| 237 |
+
Jogo não licenciado,PESSOA,autor,48,43,0.672
|
| 238 |
+
Jogo não licenciado,PLATAFORMA_DIGITAL,xbox,46,32,0.731
|
| 239 |
+
Jogo não licenciado,ORGANIZACAO,microsoft,43,36,0.93
|
| 240 |
+
Jogo não licenciado,ORGANIZACAO,sony,38,32,0.904
|
| 241 |
+
Jogo não licenciado,PLATAFORMA_DIGITAL,steam,37,29,0.901
|
| 242 |
+
Jogo não licenciado,LOCAL,brasil,31,27,0.871
|
| 243 |
+
Jogo não licenciado,ORGANIZACAO,nintendo,30,19,0.825
|
| 244 |
+
Jogo não licenciado,PLATAFORMA_DIGITAL,youtube,28,19,0.753
|
| 245 |
+
Jogo não licenciado,ORGANIZACAO,rockstargames,25,21,0.727
|
| 246 |
+
Jogo não licenciado,ORGANIZACAO,rockstar,23,21,0.898
|
| 247 |
+
Jogo não licenciado,PESSOA,lucia,19,19,0.932
|
| 248 |
+
Jogo não licenciado,ORGANIZACAO,pokemon,16,15,0.624
|
| 249 |
+
Jogo não licenciado,ORGANIZACAO,rockstar games,16,15,0.948
|
| 250 |
+
Jogo não licenciado,ORGANIZACAO,xbox,16,11,0.662
|
| 251 |
+
Jogo não licenciado,PESSOA,usuario,15,15,0.627
|
| 252 |
+
Ligação Falsa,ATOR_POLITICO,bolsonaro,108,108,0.947
|
| 253 |
+
Ligação Falsa,LOCAL,brasil,106,106,0.629
|
| 254 |
+
Ligação Falsa,ATOR_POLITICO,bolsonarista,50,50,0.671
|
| 255 |
+
Ligação Falsa,VEICULO_MIDIA,gazetadopovo,23,23,0.529
|
| 256 |
+
Ligação Falsa,EVENTO_POLITICO,crime,12,12,0.564
|
| 257 |
+
Ligação Falsa,ATOR_POLITICO,lula,9,9,0.721
|
| 258 |
+
Ligação Falsa,PARTIDO,bolsonaristas,3,3,0.771
|
| 259 |
+
Morte ignorada,PESSOA,jessica,852,846,0.825
|
| 260 |
+
Morte ignorada,ORGANIZACAO,choquei,559,478,0.569
|
| 261 |
+
Morte ignorada,PESSOA,otavi0xi,458,458,0.636
|
| 262 |
+
Morte ignorada,ORGAO_SEGURANCA,choquei,248,180,0.697
|
| 263 |
+
Morte ignorada,LOCAL,brasil,205,198,0.475
|
| 264 |
+
Morte ignorada,PESSOA,raphael sousa oliveira,172,172,0.748
|
| 265 |
+
Morte ignorada,VEICULO_MIDIA,gazetadopovo,161,117,0.636
|
| 266 |
+
Morte ignorada,PESSOA,jessica canedo,141,140,0.731
|
| 267 |
+
Morte ignorada,PLATAFORMA_DIGITAL,twitter.com,109,62,0.584
|
| 268 |
+
Morte ignorada,PLATAFORMA_DIGITAL,twitter,100,97,0.566
|
| 269 |
+
Morte ignorada,PLATAFORMA_DIGITAL,choquei,99,97,0.565
|
| 270 |
+
Morte ignorada,VEICULO_MIDIA,vida-e-cidadania,90,46,0.614
|
| 271 |
+
Morte ignorada,VEICULO_MIDIA,choquei,86,79,0.649
|
| 272 |
+
Morte ignorada,PESSOA,jessica vitoria,76,76,0.86
|
| 273 |
+
Morte ignorada,PESSOA,ceo,65,65,0.481
|
| 274 |
+
Musk e Censura,PLATAFORMA_DIGITAL,twitter,454,291,0.889
|
| 275 |
+
Musk e Censura,PESSOA,elon musk,447,424,0.866
|
| 276 |
+
Musk e Censura,LOCAL,brasil,295,263,0.768
|
| 277 |
+
Musk e Censura,PLATAFORMA_DIGITAL,x,258,163,0.721
|
| 278 |
+
Musk e Censura,VEICULO_MIDIA,cnnbrasil,235,231,0.71
|
| 279 |
+
Musk e Censura,PLATAFORMA_DIGITAL,instagram,210,145,0.904
|
| 280 |
+
Musk e Censura,VEICULO_MIDIA,g1,171,159,0.585
|
| 281 |
+
Musk e Censura,ORGANIZACAO,google,170,98,0.835
|
| 282 |
+
Musk e Censura,ORGANIZACAO,starlink,138,100,0.856
|
| 283 |
+
Musk e Censura,PESSOA,autor,129,122,0.647
|
| 284 |
+
Musk e Censura,ORGAO_PUBLICO,STF,128,85,0.912
|
| 285 |
+
Musk e Censura,PESSOA,musk,121,107,0.743
|
| 286 |
+
Musk e Censura,PLATAFORMA_DIGITAL,tiktok,104,84,0.947
|
| 287 |
+
Musk e Censura,ORGANIZACAO,apple,99,73,0.871
|
| 288 |
+
Musk e Censura,PESSOA,elonmusk,97,90,0.646
|
| 289 |
+
Pobreza e Trabalho,ORGAO_PUBLICO,IBGE,306,198,0.853
|
| 290 |
+
Pobreza e Trabalho,ORGAO_PUBLICO,INSS,230,204,0.765
|
| 291 |
+
Pobreza e Trabalho,PROGRAMA_PUBLICO,Bolsa Família,226,203,0.923
|
| 292 |
+
Pobreza e Trabalho,ATOR_POLITICO,lula,224,184,0.736
|
| 293 |
+
Pobreza e Trabalho,LOCAL,brasil,217,182,0.782
|
| 294 |
+
Pobreza e Trabalho,ATOR_POLITICO,bolsonaro,167,152,0.8
|
| 295 |
+
Pobreza e Trabalho,VEICULO_MIDIA,g1,124,108,0.587
|
| 296 |
+
Pobreza e Trabalho,VEICULO_MIDIA,cnnbrasil,106,104,0.603
|
| 297 |
+
Pobreza e Trabalho,DATA,em 2023,84,84,0.94
|
| 298 |
+
Pobreza e Trabalho,LOCAL,argentina,61,52,0.742
|
| 299 |
+
Pobreza e Trabalho,PESSOA,autor,60,57,0.611
|
| 300 |
+
Pobreza e Trabalho,PARTIDO,PT,59,54,0.909
|
| 301 |
+
Pobreza e Trabalho,DATA,em 2019,54,54,0.94
|
| 302 |
+
Pobreza e Trabalho,DATA,em 2024,54,53,0.94
|
| 303 |
+
Pobreza e Trabalho,DATA,em 2022,53,51,0.94
|
| 304 |
+
Política de Imigração,LOCAL,venezuela,281,248,0.771
|
| 305 |
+
Política de Imigração,LOCAL,brasil,253,221,0.76
|
| 306 |
+
Política de Imigração,LOCAL,eua,242,215,0.728
|
| 307 |
+
Política de Imigração,ATOR_POLITICO,maduro,217,190,0.802
|
| 308 |
+
Política de Imigração,LOCAL,ucrania,208,178,0.807
|
| 309 |
+
Política de Imigração,ATOR_POLITICO,trump,147,127,0.796
|
| 310 |
+
Política de Imigração,LOCAL,russia,142,119,0.76
|
| 311 |
+
Política de Imigração,ATOR_POLITICO,lula,131,114,0.805
|
| 312 |
+
Política de Imigração,VEICULO_MIDIA,g1,124,113,0.557
|
| 313 |
+
Política de Imigração,ATOR_POLITICO,nicolas maduro,115,110,0.84
|
| 314 |
+
Política de Imigração,LOCAL,china,107,81,0.773
|
| 315 |
+
Política de Imigração,LOCAL,cuba,105,81,0.861
|
| 316 |
+
Política de Imigração,VEICULO_MIDIA,cnnbrasil,100,93,0.61
|
| 317 |
+
Política de Imigração,ORGANIZACAO,onu,83,60,0.928
|
| 318 |
+
Política de Imigração,VEICULO_MIDIA,bbc,80,71,0.615
|
| 319 |
+
Proteção Animal,VEICULO_MIDIA,g1,66,58,0.606
|
| 320 |
+
Proteção Animal,LOCAL,brasil,30,26,0.739
|
| 321 |
+
Proteção Animal,LOCAL,rio-grande-do-sul,18,18,0.609
|
| 322 |
+
Proteção Animal,PESSOA,autor,16,16,0.686
|
| 323 |
+
Proteção Animal,PLATAFORMA_DIGITAL,wikipedia.org,16,8,0.606
|
| 324 |
+
Proteção Animal,PESSOA,janja,15,15,0.779
|
| 325 |
+
Proteção Animal,LOCAL,santa-catarina,12,12,0.707
|
| 326 |
+
Proteção Animal,VEICULO_MIDIA,globo,12,7,0.752
|
| 327 |
+
Proteção Animal,LOCAL,rs,11,11,0.597
|
| 328 |
+
Proteção Animal,PLATAFORMA_DIGITAL,instagram,11,7,0.842
|
| 329 |
+
Proteção Animal,PLATAFORMA_DIGITAL,twitter,11,11,0.651
|
| 330 |
+
Proteção Animal,PESSOA,homem,9,6,0.772
|
| 331 |
+
Proteção Animal,ORGAO_SEGURANCA,bombeiros,8,7,0.733
|
| 332 |
+
Proteção Animal,VEICULO_MIDIA,nationalgeographicbrasil,8,8,0.681
|
| 333 |
+
Proteção Animal,ESTATISTICA,20%,7,5,0.98
|
| 334 |
+
Pseudociência e Golpes,PESSOA,baba vanga,47,47,0.966
|
| 335 |
+
Pseudociência e Golpes,ORGANIZACAO,nasa,30,17,0.96
|
| 336 |
+
Pseudociência e Golpes,VEICULO_MIDIA,britannica,26,13,0.845
|
| 337 |
+
Pseudociência e Golpes,VEICULO_MIDIA,skeptical inquirer,21,21,0.822
|
| 338 |
+
Pseudociência e Golpes,VEICULO_MIDIA,nature,12,8,0.658
|
| 339 |
+
Pseudociência e Golpes,PESSOA,fernanda,10,5,0.979
|
| 340 |
+
Pseudociência e Golpes,PLATAFORMA_DIGITAL,twitter,6,6,0.724
|
| 341 |
+
Pseudociência e Golpes,DATA,em 2022,4,4,0.94
|
| 342 |
+
Pseudociência e Golpes,PESSOA,carlson,4,4,0.938
|
| 343 |
+
Pseudociência e Golpes,VEICULO_MIDIA,nationalgeographicbrasil,4,4,0.753
|
| 344 |
+
Pseudociência e Golpes,VEICULO_MIDIA,nypost,4,4,0.579
|
| 345 |
+
Pseudociência e Golpes,DATA,em 1996,3,3,0.94
|
| 346 |
+
Pseudociência e Golpes,DATA,em 2010,3,3,0.94
|
| 347 |
+
Pseudociência e Golpes,PESSOA,nandabande,3,3,0.544
|
| 348 |
+
Pseudociência e Golpes,PESSOA,nnn,3,3,0.533
|
| 349 |
+
Psicologia vs Ciência,LOCAL,brasil,21,19,0.77
|
| 350 |
+
Psicologia vs Ciência,PESSOA,autor,21,18,0.695
|
| 351 |
+
Psicologia vs Ciência,ORGANIZACAO,oms,12,12,0.877
|
| 352 |
+
Psicologia vs Ciência,PESSOA,nnn,12,12,0.621
|
| 353 |
+
Psicologia vs Ciência,PESSOA,drauziovarella,11,11,0.588
|
| 354 |
+
Psicologia vs Ciência,PESSOA,ele,11,6,0.787
|
| 355 |
+
Psicologia vs Ciência,ESTATISTICA,20%,10,8,0.98
|
| 356 |
+
Psicologia vs Ciência,ORGANIZACAO,cvv,10,6,0.754
|
| 357 |
+
Psicologia vs Ciência,PESSOA,autora,10,10,0.663
|
| 358 |
+
Psicologia vs Ciência,VEICULO_MIDIA,correiobraziliense,10,10,0.591
|
| 359 |
+
Psicologia vs Ciência,VEICULO_MIDIA,globo,9,6,0.675
|
| 360 |
+
Psicologia vs Ciência,ORGANIZACAO,centro de valorizacao da vida,8,8,0.876
|
| 361 |
+
Psicologia vs Ciência,ORGANIZACAO,cfp,8,6,0.767
|
| 362 |
+
Psicologia vs Ciência,PESSOA,pessoa,7,7,0.593
|
| 363 |
+
Psicologia vs Ciência,PLATAFORMA_DIGITAL,google,7,4,0.775
|
| 364 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,telegram,679,678,0.914
|
| 365 |
+
Publicidade Oculta,VEICULO_MIDIA,t.co,403,312,0.482
|
| 366 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,x,289,176,0.582
|
| 367 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,t.co,185,93,0.498
|
| 368 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,help,122,66,0.526
|
| 369 |
+
Publicidade Oculta,ORGANIZACAO,x,102,63,0.576
|
| 370 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,twitter.com,95,32,0.815
|
| 371 |
+
Publicidade Oculta,PESSOA,autor,77,73,0.653
|
| 372 |
+
Publicidade Oculta,LOCAL,brasil,67,44,0.659
|
| 373 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,twitter,67,64,0.838
|
| 374 |
+
Publicidade Oculta,VEICULO_MIDIA,diariodarepublica.pt,54,27,0.617
|
| 375 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,onlyfans,35,24,0.876
|
| 376 |
+
Publicidade Oculta,ORGANIZACAO,shopee,31,27,0.719
|
| 377 |
+
Publicidade Oculta,PESSOA,usuario,31,31,0.664
|
| 378 |
+
Publicidade Oculta,PLATAFORMA_DIGITAL,instagram,26,19,0.859
|
| 379 |
+
Racismo e Liberdade,LOCAL,brasil,348,326,0.715
|
| 380 |
+
Racismo e Liberdade,PESSOA,autor,169,151,0.647
|
| 381 |
+
Racismo e Liberdade,LOCAL,planalto,124,86,0.561
|
| 382 |
+
Racismo e Liberdade,VEICULO_MIDIA,g1,100,93,0.566
|
| 383 |
+
Racismo e Liberdade,PESSOA,cuca,88,70,0.931
|
| 384 |
+
Racismo e Liberdade,VEICULO_MIDIA,cnnbrasil,69,64,0.635
|
| 385 |
+
Racismo e Liberdade,ORGAO_PUBLICO,STF,68,60,0.891
|
| 386 |
+
Racismo e Liberdade,ESTATISTICA,20%,62,54,0.98
|
| 387 |
+
Racismo e Liberdade,PESSOA,nnn,62,62,0.57
|
| 388 |
+
Racismo e Liberdade,PESSOA,vitima,54,46,0.683
|
| 389 |
+
Racismo e Liberdade,PLATAFORMA_DIGITAL,twitter,52,43,0.756
|
| 390 |
+
Racismo e Liberdade,ATOR_POLITICO,bolsonaro,48,43,0.873
|
| 391 |
+
Racismo e Liberdade,PARTIDO,PL,45,35,0.801
|
| 392 |
+
Racismo e Liberdade,ATOR_POLITICO,lula,43,38,0.853
|
| 393 |
+
Racismo e Liberdade,PESSOA,mulher,43,35,0.65
|
| 394 |
+
Raça não é biológica,LOCAL,brasil,14,11,0.78
|
| 395 |
+
Raça não é biológica,PESSOA,autor,9,9,0.625
|
| 396 |
+
Raça não é biológica,VEICULO_MIDIA,bbc,7,7,0.632
|
| 397 |
+
Raça não é biológica,LOCAL,bra,5,4,0.624
|
| 398 |
+
Raça não é biológica,PESSOA,richard lynn,4,4,0.981
|
| 399 |
+
Raça não é biológica,VEICULO_MIDIA,gazetadopovo,4,3,0.551
|
| 400 |
+
Raça não é biológica,VEICULO_MIDIA,revistagalileu,4,4,0.554
|
| 401 |
+
Raça não é biológica,ESTATISTICA,20%,3,3,0.98
|
| 402 |
+
Raça não é biológica,LOCAL,africa,3,3,0.843
|
| 403 |
+
Raça não é biológica,LOCAL,estado,3,3,0.513
|
| 404 |
+
Raça não é biológica,LOCAL,japao,3,3,0.879
|
| 405 |
+
Raça não é biológica,ORGANIZACAO,cambridge,3,3,0.493
|
| 406 |
+
Raça não é biológica,ORGANIZACAO,ourworldindata.org,3,2,0.763
|
| 407 |
+
Raça não é biológica,PLATAFORMA_DIGITAL,sciencedirect.com,3,1,0.514
|
| 408 |
+
Raça não é biológica,VEICULO_MIDIA,cnnbrasil,3,3,0.617
|
| 409 |
+
Religião e Símbolos,PESSOA,jesus,111,88,0.871
|
| 410 |
+
Religião e Símbolos,LOCAL,brasil,85,73,0.769
|
| 411 |
+
Religião e Símbolos,PESSOA,papa francisco,72,59,0.835
|
| 412 |
+
Religião e Símbolos,PESSOA,papa,68,51,0.706
|
| 413 |
+
Religião e Símbolos,PESSOA,autor,53,47,0.689
|
| 414 |
+
Religião e Símbolos,ORGANIZACAO,igreja catolica,52,50,0.901
|
| 415 |
+
Religião e Símbolos,PESSOA,nnn,51,50,0.608
|
| 416 |
+
Religião e Símbolos,ORGANIZACAO,vaticano,49,39,0.836
|
| 417 |
+
Religião e Símbolos,VEICULO_MIDIA,g1,48,46,0.562
|
| 418 |
+
Religião e Símbolos,ORGANIZACAO,igreja,37,32,0.724
|
| 419 |
+
Religião e Símbolos,VEICULO_MIDIA,bbc,36,36,0.594
|
| 420 |
+
Religião e Símbolos,PESSOA,dionisio,31,31,0.82
|
| 421 |
+
Religião e Símbolos,PESSOA,jesus cristo,30,30,0.807
|
| 422 |
+
Religião e Símbolos,VEICULO_MIDIA,cnnbrasil,30,30,0.606
|
| 423 |
+
Religião e Símbolos,PESSOA,frei gilson,25,20,0.877
|
| 424 |
+
Rouanet não financia,PROGRAMA_PUBLICO,lei rouanet,98,87,0.83
|
| 425 |
+
Rouanet não financia,ATOR_POLITICO,dilma rousseff,20,19,0.886
|
| 426 |
+
Rouanet não financia,DATA,em 2014,19,19,0.94
|
| 427 |
+
Rouanet não financia,ORGAO_PUBLICO,governo federal,19,18,0.829
|
| 428 |
+
Rouanet não financia,ORGANIZACAO,uspto,17,9,0.756
|
| 429 |
+
Rouanet não financia,ORGAO_PUBLICO,ministerio da cultura,17,17,0.908
|
| 430 |
+
Rouanet não financia,LOCAL,brasil,16,16,0.676
|
| 431 |
+
Rouanet não financia,PROGRAMA_PUBLICO,lei-rouanet,16,15,0.594
|
| 432 |
+
Rouanet não financia,DATA,em 2023,12,12,0.94
|
| 433 |
+
Rouanet não financia,ORGANIZACAO,inpi,12,11,0.736
|
| 434 |
+
Rouanet não financia,ATOR_POLITICO,bolsonaro,11,8,0.83
|
| 435 |
+
Rouanet não financia,ORGAO_PUBLICO,secom,11,9,0.657
|
| 436 |
+
Rouanet não financia,DATA,06/08/2014,10,10,0.94
|
| 437 |
+
Rouanet não financia,ORGANIZACAO,ancine,10,7,0.826
|
| 438 |
+
Rouanet não financia,ORGANIZACAO,empresas,10,10,0.582
|
| 439 |
+
Sátira clara,PESSOA,nnn,1745,1740,0.551
|
| 440 |
+
Sátira clara,PESSOA,autor,1276,1217,0.646
|
| 441 |
+
Sátira clara,PLATAFORMA_DIGITAL,twitter,539,448,0.767
|
| 442 |
+
Sátira clara,PESSOA,autora,154,149,0.633
|
| 443 |
+
Sátira clara,PLATAFORMA_DIGITAL,x,146,90,0.66
|
| 444 |
+
Sátira clara,ORGANIZACAO,nnn,127,127,0.525
|
| 445 |
+
Sátira clara,PESSOA,usuario,102,99,0.686
|
| 446 |
+
Sátira clara,ORGANIZACAO,comunidade,99,76,0.62
|
| 447 |
+
Sátira clara,VEICULO_MIDIA,nnn,99,99,0.532
|
| 448 |
+
Sátira clara,VEICULO_MIDIA,nn,76,76,0.687
|
| 449 |
+
Sátira clara,PESSOA,pessoa,68,65,0.603
|
| 450 |
+
Sátira clara,PESSOA,o autor,66,66,0.692
|
| 451 |
+
Sátira clara,PLATAFORMA_DIGITAL,communitynotes,50,19,0.59
|
| 452 |
+
Sátira clara,ORGANIZACAO,communitynotes,49,43,0.536
|
| 453 |
+
Sátira clara,PESSOA,ele,40,35,0.554
|
| 454 |
+
Sátira de humorista,PLATAFORMA_DIGITAL,instagram,518,361,0.846
|
| 455 |
+
Sátira de humorista,PESSOA,autor,361,332,0.652
|
| 456 |
+
Sátira de humorista,PLATAFORMA_DIGITAL,youtube,361,284,0.757
|
| 457 |
+
Sátira de humorista,PLATAFORMA_DIGITAL,twitter,355,331,0.679
|
| 458 |
+
Sátira de humorista,ATOR_POLITICO,lula,312,280,0.82
|
| 459 |
+
Sátira de humorista,PLATAFORMA_DIGITAL,x.com,277,127,0.597
|
| 460 |
+
Sátira de humorista,PLATAFORMA_DIGITAL,tiktok,271,163,0.899
|
| 461 |
+
Sátira de humorista,ATOR_POLITICO,bolsonaro,228,171,0.853
|
| 462 |
+
Sátira de humorista,PLATAFORMA_DIGITAL,x,213,139,0.613
|
| 463 |
+
Sátira de humorista,LOCAL,brasil,175,155,0.748
|
| 464 |
+
Sátira de humorista,ATOR_POLITICO,trump,168,137,0.85
|
| 465 |
+
Sátira de humorista,VEICULO_MIDIA,globo,140,113,0.743
|
| 466 |
+
Sátira de humorista,VEICULO_MIDIA,g1,129,101,0.675
|
| 467 |
+
Sátira de humorista,VEICULO_MIDIA,estadao.com.br,123,123,0.581
|
| 468 |
+
Sátira de humorista,VEICULO_MIDIA,uol,111,46,0.756
|
| 469 |
+
Taxação e Pagamentos,PLATAFORMA_DIGITAL,pix,217,152,0.726
|
| 470 |
+
Taxação e Pagamentos,PROGRAMA_PUBLICO,pix,199,131,0.621
|
| 471 |
+
Taxação e Pagamentos,ORGAO_PUBLICO,receita federal,176,174,0.927
|
| 472 |
+
Taxação e Pagamentos,ORGAO_PUBLICO,Banco Central,120,91,0.755
|
| 473 |
+
Taxação e Pagamentos,ATOR_POLITICO,bolsonaro,113,100,0.804
|
| 474 |
+
Taxação e Pagamentos,VEICULO_MIDIA,g1,110,101,0.597
|
| 475 |
+
Taxação e Pagamentos,ORGANIZACAO,pix,76,54,0.641
|
| 476 |
+
Taxação e Pagamentos,ORGAO_PUBLICO,pix,74,59,0.606
|
| 477 |
+
Taxação e Pagamentos,ATOR_POLITICO,jair bolsonaro,71,71,0.819
|
| 478 |
+
Taxação e Pagamentos,ORGAO_PUBLICO,receita,70,51,0.832
|
| 479 |
+
Taxação e Pagamentos,LOCAL,brasil,68,61,0.745
|
| 480 |
+
Taxação e Pagamentos,ATOR_POLITICO,nikolas ferreira,59,57,0.775
|
| 481 |
+
Taxação e Pagamentos,VEICULO_MIDIA,cnnbrasil,50,49,0.657
|
| 482 |
+
Taxação e Pagamentos,PESSOA,autor,46,44,0.624
|
| 483 |
+
Taxação e Pagamentos,VALOR_MONETARIO,r$ 5 mil,46,44,0.98
|
| 484 |
+
Taylor Swift e Política,PLATAFORMA_DIGITAL,spotify,509,291,0.933
|
| 485 |
+
Taylor Swift e Política,VEICULO_MIDIA,globo,479,356,0.734
|
| 486 |
+
Taylor Swift e Política,PESSOA,taylor swift,470,449,0.953
|
| 487 |
+
Taylor Swift e Política,PESSOA,anitta,229,161,0.936
|
| 488 |
+
Taylor Swift e Política,PESSOA,ana paula,225,197,0.876
|
| 489 |
+
Taylor Swift e Política,PESSOA,milena,214,187,0.882
|
| 490 |
+
Taylor Swift e Política,LOCAL,brasil,211,193,0.779
|
| 491 |
+
Taylor Swift e Política,PESSOA,beyonce,196,169,0.911
|
| 492 |
+
Taylor Swift e Política,PLATAFORMA_DIGITAL,x.com,187,71,0.57
|
| 493 |
+
Taylor Swift e Política,VEICULO_MIDIA,g1,175,140,0.621
|
| 494 |
+
Taylor Swift e Política,VEICULO_MIDIA,bbb,147,110,0.685
|
| 495 |
+
Taylor Swift e Política,PLATAFORMA_DIGITAL,instagram,145,98,0.816
|
| 496 |
+
Taylor Swift e Política,ATOR_POLITICO,trump,126,101,0.806
|
| 497 |
+
Taylor Swift e Política,PESSOA,autor,123,117,0.621
|
| 498 |
+
Taylor Swift e Política,PESSOA,epstein,122,78,0.714
|
| 499 |
+
Transfobia e Direitos,LOCAL,brasil,149,118,0.81
|
| 500 |
+
Transfobia e Direitos,PESSOA,imane khelif,129,124,0.974
|
| 501 |
+
Transfobia e Direitos,ORGAO_PUBLICO,STF,114,72,0.881
|
| 502 |
+
Transfobia e Direitos,LOCAL,argelia,61,55,0.902
|
| 503 |
+
Transfobia e Direitos,PESSOA,autor,42,40,0.628
|
| 504 |
+
Transfobia e Direitos,ORGANIZACAO,iba,41,26,0.877
|
| 505 |
+
Transfobia e Direitos,PESSOA,mulher,41,35,0.646
|
| 506 |
+
Transfobia e Direitos,PESSOA,homem,35,30,0.678
|
| 507 |
+
Transfobia e Direitos,VEICULO_MIDIA,g1,35,32,0.58
|
| 508 |
+
Transfobia e Direitos,VEICULO_MIDIA,cnnbrasil,30,30,0.609
|
| 509 |
+
Transfobia e Direitos,DATA,desde 2019,29,29,0.94
|
| 510 |
+
Transfobia e Direitos,PESSOA,imane_khelif,28,28,0.794
|
| 511 |
+
Transfobia e Direitos,PESSOA,nnn,27,27,0.624
|
| 512 |
+
Transfobia e Direitos,LOCAL,algeria,26,26,0.621
|
| 513 |
+
Transfobia e Direitos,PESSOA,khelif,25,17,0.827
|
| 514 |
+
Transporte e Economia,LOCAL,brasil,91,77,0.804
|
| 515 |
+
Transporte e Economia,ORGANIZACAO,uber,73,41,0.931
|
| 516 |
+
Transporte e Economia,ORGANIZACAO,tesla,66,47,0.893
|
| 517 |
+
Transporte e Economia,ORGANIZACAO,byd,55,42,0.921
|
| 518 |
+
Transporte e Economia,VEICULO_MIDIA,g1,53,47,0.605
|
| 519 |
+
Transporte e Economia,PROGRAMA_PUBLICO,ipva,50,40,0.801
|
| 520 |
+
Transporte e Economia,ATOR_POLITICO,bolsonaro,47,45,0.797
|
| 521 |
+
Transporte e Economia,ATOR_POLITICO,lula,42,35,0.757
|
| 522 |
+
Transporte e Economia,PROGRAMA_PUBLICO,dpvat,41,33,0.906
|
| 523 |
+
Transporte e Economia,LOCAL,china,35,28,0.82
|
| 524 |
+
Transporte e Economia,PESSOA,motorista,32,27,0.801
|
| 525 |
+
Transporte e Economia,ORGAO_PUBLICO,dnit,26,20,0.826
|
| 526 |
+
Transporte e Economia,ORGAO_PUBLICO,governo federal,26,26,0.744
|
| 527 |
+
Transporte e Economia,PESSOA,autor,26,23,0.663
|
| 528 |
+
Transporte e Economia,VEICULO_MIDIA,cnnbrasil,21,21,0.587
|
| 529 |
+
Vacinas e Saúde,LOCAL,brasil,276,231,0.773
|
| 530 |
+
Vacinas e Saúde,ATOR_POLITICO,bolsonaro,173,145,0.89
|
| 531 |
+
Vacinas e Saúde,ORGAO_PUBLICO,Anvisa,157,109,0.85
|
| 532 |
+
Vacinas e Saúde,PROGRAMA_PUBLICO,SUS,141,108,0.784
|
| 533 |
+
Vacinas e Saúde,VEICULO_MIDIA,g1,101,89,0.604
|
| 534 |
+
Vacinas e Saúde,PESSOA,autor,98,93,0.623
|
| 535 |
+
Vacinas e Saúde,VEICULO_MIDIA,cnnbrasil,70,66,0.608
|
| 536 |
+
Vacinas e Saúde,ORGANIZACAO,pfizer,62,46,0.868
|
| 537 |
+
Vacinas e Saúde,ESTATISTICA,20%,61,56,0.98
|
| 538 |
+
Vacinas e Saúde,VEICULO_MIDIA,estadao,61,55,0.674
|
| 539 |
+
Vacinas e Saúde,LOCAL,eua,56,52,0.798
|
| 540 |
+
Vacinas e Saúde,ORGAO_PUBLICO,ministerio da saude,54,53,0.913
|
| 541 |
+
Vacinas e Saúde,VEICULO_MIDIA,globo,46,34,0.661
|
| 542 |
+
Vacinas e Saúde,ORGANIZACAO,oms,41,39,0.924
|
| 543 |
+
Vacinas e Saúde,ORGAO_PUBLICO,fda,40,30,0.89
|
cross_modal_validation/top_entidades_por_macrotema.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e16b4cff3764ec8a49a7f65baec093ec9234d68d354173fa5018e8818d30117
|
| 3 |
+
size 14292
|
entities.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2d1bd7f8f8882c27bbfeb23b54f1bd5588c4e9b154c4ab1ac67451f47337c8d
|
| 3 |
+
size 39504229
|
macrotheme_metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37f488512998dfd3f502d2d87e2d8a642c1e1950a6d684bd7133d3852d031880
|
| 3 |
+
size 11295
|
notes_pt.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f924a18bd0901d06377b2a7525b14b3dc68ad9e1b73c34e81b0bbeec083b09b4
|
| 3 |
+
size 35360021
|
paper/README_LATEX.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pacote LaTeX — Community Notes BR (DSW 2026)
|
| 2 |
+
|
| 3 |
+
## Conteúdo
|
| 4 |
+
|
| 5 |
+
```
|
| 6 |
+
paper/
|
| 7 |
+
├── paper.tex # Fonte principal, formato SBC
|
| 8 |
+
├── references.bib # Bibliografia (12 entradas + 2 a completar)
|
| 9 |
+
├── _make_figures.py # Gera as 3 figuras a partir do dataset
|
| 10 |
+
├── figures/
|
| 11 |
+
│ ├── heatmap_macrotema_tipo.pdf
|
| 12 |
+
│ ├── timeline_consenso.pdf
|
| 13 |
+
│ └── mf_scatter.pdf
|
| 14 |
+
└── README_LATEX.md # este arquivo
|
| 15 |
+
```
|
| 16 |
+
|
| 17 |
+
## Pré-requisitos
|
| 18 |
+
|
| 19 |
+
1. **Template SBC** (`sbc-template.cls`, `sbc-template.sty`, `sbc.bst`):
|
| 20 |
+
- Baixar de https://www.sbc.org.br/documentos-da-sbc/template-para-artigos-sbc
|
| 21 |
+
- Colocar `sbc-template.cls`, `sbc-template.sty` e `sbc.bst` em `paper/` (mesmo diretório do `.tex`)
|
| 22 |
+
2. **TeX Live ou MikTeX** com `pdflatex` e `bibtex`
|
| 23 |
+
3. **Pacotes LaTeX**: `babel`, `inputenc`, `graphicx`, `url`, `booktabs`, `hyperref`, `xcolor`, `tabularx`, `multirow` (todos já no template padrão)
|
| 24 |
+
|
| 25 |
+
## Compilação
|
| 26 |
+
|
| 27 |
+
```bash
|
| 28 |
+
cd paper/
|
| 29 |
+
pdflatex paper.tex
|
| 30 |
+
bibtex paper
|
| 31 |
+
pdflatex paper.tex
|
| 32 |
+
pdflatex paper.tex
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
Saída: `paper.pdf`.
|
| 36 |
+
|
| 37 |
+
## Antes de submeter no JEMS
|
| 38 |
+
|
| 39 |
+
- [ ] Substituir as duas entradas placeholder em `references.bib` (FakeRecogna, Fake.Br Corpus) por referências completas
|
| 40 |
+
- [ ] Preencher os marcadores `[citar X]` no texto das Seções 2.2 e 2.4
|
| 41 |
+
- [ ] Confirmar a URL pública do dataset na Seção 9 (Disponibilidade)
|
| 42 |
+
- [ ] Verificar contagem de páginas: alvo 6–10 páginas (mais até 2 extras de agradecimentos/referências)
|
| 43 |
+
- [ ] Conferir se figuras ficam legíveis em escala SBC (tamanho ~9pt) — ajustar `\includegraphics[width=...]` se necessário
|
| 44 |
+
- [ ] Conferir formatação dos abstracts (resumo PT e abstract EN obrigatórios)
|
| 45 |
+
- [ ] Conferir presença da subseção "Uso de Inteligência Artificial" antes das referências
|
| 46 |
+
|
| 47 |
+
## Regenerar figuras
|
| 48 |
+
|
| 49 |
+
Se ajustar o dataset:
|
| 50 |
+
|
| 51 |
+
```bash
|
| 52 |
+
python _make_figures.py
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
Requer Python com `pandas`, `matplotlib`, `fastparquet`. Os arquivos `.pdf` e `.png` são regenerados em `figures/`.
|
| 56 |
+
|
| 57 |
+
## Notas
|
| 58 |
+
|
| 59 |
+
- **Figuras em PDF vetorial.** São preferíveis ao PNG no LaTeX porque escalam sem perda. As versões PNG estão lá apenas para preview rápido fora do LaTeX.
|
| 60 |
+
- **Encoding.** Se houver problemas com acentos PT-BR, verificar que o arquivo está salvo em UTF-8 e que `\usepackage[utf8]{inputenc}` está presente.
|
| 61 |
+
- **Bibliografia.** O estilo `sbc` é o convencional. Se aparecer "I don't know about style sbc", confirmar que `sbc.bst` está no diretório do `.tex` ou no path do TeX.
|
paper/_make_figures.py
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Generate paper figures from the published dataset."""
|
| 2 |
+
import sys
|
| 3 |
+
import pandas as pd
|
| 4 |
+
import matplotlib
|
| 5 |
+
matplotlib.use('Agg')
|
| 6 |
+
import matplotlib.pyplot as plt
|
| 7 |
+
import numpy as np
|
| 8 |
+
|
| 9 |
+
OUT_DIR = 'C:/Users/davim/Downloads/dataset/published_dataset/paper/figures'
|
| 10 |
+
|
| 11 |
+
# === Heatmap macrotema × tipo ===
|
| 12 |
+
ct = pd.read_parquet(
|
| 13 |
+
'C:/Users/davim/Downloads/dataset/cross_modal_validation/macrotema_x_tipo_entidade__contagem.parquet',
|
| 14 |
+
engine='fastparquet'
|
| 15 |
+
).set_index('macrotheme_label')
|
| 16 |
+
if 'URL_DOMINIO' in ct.columns:
|
| 17 |
+
ct = ct.drop(columns=['URL_DOMINIO'])
|
| 18 |
+
top_types = ct.sum(axis=0).sort_values(ascending=False).head(12).index.tolist()
|
| 19 |
+
ct = ct[top_types]
|
| 20 |
+
top15 = ct.sum(axis=1).sort_values(ascending=False).head(15).index
|
| 21 |
+
ct = ct.loc[top15]
|
| 22 |
+
ct_pct = ct.div(ct.sum(axis=1), axis=0) * 100
|
| 23 |
+
|
| 24 |
+
fig, ax = plt.subplots(figsize=(10, 7))
|
| 25 |
+
im = ax.imshow(ct_pct.values, cmap='YlOrRd', aspect='auto')
|
| 26 |
+
ax.set_xticks(range(len(ct_pct.columns)))
|
| 27 |
+
ax.set_xticklabels(ct_pct.columns, rotation=45, ha='right', fontsize=9)
|
| 28 |
+
ax.set_yticks(range(len(ct_pct.index)))
|
| 29 |
+
ax.set_yticklabels(ct_pct.index, fontsize=9)
|
| 30 |
+
for i in range(ct_pct.shape[0]):
|
| 31 |
+
for j in range(ct_pct.shape[1]):
|
| 32 |
+
v = ct_pct.values[i, j]
|
| 33 |
+
if v >= 5:
|
| 34 |
+
ax.text(j, i, f'{v:.0f}', ha='center', va='center',
|
| 35 |
+
fontsize=7, color='black' if v < 25 else 'white')
|
| 36 |
+
cbar = fig.colorbar(im, ax=ax, fraction=0.04)
|
| 37 |
+
cbar.set_label('% das entidades nao-URL no macrotema', fontsize=9)
|
| 38 |
+
ax.set_title('Assinatura semantica por macrotema (top 15 x top 12 tipos)', fontsize=10)
|
| 39 |
+
plt.tight_layout()
|
| 40 |
+
plt.savefig(f'{OUT_DIR}/heatmap_macrotema_tipo.pdf', bbox_inches='tight')
|
| 41 |
+
plt.savefig(f'{OUT_DIR}/heatmap_macrotema_tipo.png', dpi=150, bbox_inches='tight')
|
| 42 |
+
plt.close()
|
| 43 |
+
print('OK heatmap')
|
| 44 |
+
|
| 45 |
+
# === Timeline ===
|
| 46 |
+
notes = pd.read_parquet(
|
| 47 |
+
'C:/Users/davim/Downloads/dataset/published_dataset/notes_pt.parquet',
|
| 48 |
+
engine='fastparquet'
|
| 49 |
+
)
|
| 50 |
+
notes['ano_mes'] = pd.to_datetime(notes['created_at']).dt.to_period('M').dt.to_timestamp()
|
| 51 |
+
g = notes.groupby(['ano_mes','consenso']).size().unstack(fill_value=0)
|
| 52 |
+
for c in ['NMR','CRH','CRNH','Outro']:
|
| 53 |
+
if c not in g.columns:
|
| 54 |
+
g[c] = 0
|
| 55 |
+
g = g[['NMR','CRH','CRNH','Outro']]
|
| 56 |
+
|
| 57 |
+
fig, ax = plt.subplots(figsize=(10, 4))
|
| 58 |
+
ax.fill_between(g.index, 0, g['NMR'], color='#cccccc', label='NMR (necessita mais avaliacoes)')
|
| 59 |
+
ax.fill_between(g.index, g['NMR'], g['NMR']+g['CRH'], color='#4E79A7', label='CRH (publicada)')
|
| 60 |
+
ax.fill_between(g.index, g['NMR']+g['CRH'], g['NMR']+g['CRH']+g['CRNH'], color='#E15759', label='CRNH (nao-util)')
|
| 61 |
+
ax.fill_between(g.index, g['NMR']+g['CRH']+g['CRNH'], g.sum(axis=1), color='#F28E2B', label='Outro')
|
| 62 |
+
ax.set_xlabel('Mes')
|
| 63 |
+
ax.set_ylabel('Notas (PT)')
|
| 64 |
+
ax.set_title('Volume mensal de notas em PT por consenso comunitario')
|
| 65 |
+
ax.legend(loc='upper left', fontsize=8)
|
| 66 |
+
plt.tight_layout()
|
| 67 |
+
plt.savefig(f'{OUT_DIR}/timeline_consenso.pdf', bbox_inches='tight')
|
| 68 |
+
plt.savefig(f'{OUT_DIR}/timeline_consenso.png', dpi=150, bbox_inches='tight')
|
| 69 |
+
plt.close()
|
| 70 |
+
print('OK timeline')
|
| 71 |
+
|
| 72 |
+
# === MF scatter ===
|
| 73 |
+
sub = notes.dropna(subset=['coreNoteIntercept','coreNoteFactor1']).sample(
|
| 74 |
+
min(10000, len(notes.dropna(subset=['coreNoteIntercept','coreNoteFactor1']))),
|
| 75 |
+
random_state=42
|
| 76 |
+
)
|
| 77 |
+
fig, ax = plt.subplots(figsize=(7, 6))
|
| 78 |
+
colors = sub['consenso'].map({'CRH':'#4E79A7','NMR':'#cccccc','CRNH':'#E15759','Outro':'#F28E2B'}).fillna('#aaaaaa')
|
| 79 |
+
ax.scatter(sub['coreNoteFactor1'], sub['coreNoteIntercept'], c=colors.values, s=4, alpha=0.4)
|
| 80 |
+
ax.axhline(0.4, color='black', linestyle='--', alpha=0.3, label='intercept = 0.4 (limiar CRH)')
|
| 81 |
+
ax.set_xlabel('coreNoteFactor1 (eixo de polarizacao)')
|
| 82 |
+
ax.set_ylabel('coreNoteIntercept (utilidade absoluta)')
|
| 83 |
+
ax.set_title('Espaco de pontuacao MF (amostra de 10k notas)')
|
| 84 |
+
ax.legend(fontsize=8, loc='upper left')
|
| 85 |
+
plt.tight_layout()
|
| 86 |
+
plt.savefig(f'{OUT_DIR}/mf_scatter.pdf', bbox_inches='tight')
|
| 87 |
+
plt.savefig(f'{OUT_DIR}/mf_scatter.png', dpi=150, bbox_inches='tight')
|
| 88 |
+
plt.close()
|
| 89 |
+
print('OK mf_scatter')
|
| 90 |
+
|
| 91 |
+
print('\nFiguras geradas em:', OUT_DIR)
|
paper/figures/heatmap_macrotema_tipo.pdf
ADDED
|
Binary file (29.3 kB). View file
|
|
|
paper/figures/heatmap_macrotema_tipo.png
ADDED
|
Git LFS Details
|
paper/figures/mf_scatter.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:addfafcc2fd122a0853405b14cdc8b1a21f7724a3ba34398acbed66181545e89
|
| 3 |
+
size 182872
|
paper/figures/mf_scatter.png
ADDED
|
Git LFS Details
|
paper/figures/timeline_consenso.pdf
ADDED
|
Binary file (16.8 kB). View file
|
|
|
paper/figures/timeline_consenso.png
ADDED
|
Git LFS Details
|
paper/paper.aux
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
\relax
|
| 2 |
+
\providecommand \babel@aux [2]{\global \let \babel@toc \@gobbletwo }
|
| 3 |
+
\@nameuse{bbl@beforestart}
|
| 4 |
+
\catcode `"\active
|
| 5 |
+
\providecommand\hyper@newdestlabel[2]{}
|
| 6 |
+
\providecommand\HyField@AuxAddToFields[1]{}
|
| 7 |
+
\providecommand\HyField@AuxAddToCoFields[2]{}
|
| 8 |
+
\babel@aux{brazilian}{}
|
| 9 |
+
\citation{wojcik2022birdwatch}
|
| 10 |
+
\citation{prollochs2022community}
|
| 11 |
+
\citation{monteiro2018fakebr}
|
| 12 |
+
\citation{prollochs2022community}
|
| 13 |
+
\citation{wojcik2022birdwatch}
|
| 14 |
+
\citation{allen2022birds}
|
| 15 |
+
\citation{monteiro2018fakebr}
|
| 16 |
+
\@writefile{toc}{\contentsline {section}{\numberline {1}Introdução}{2}{section.1}\protected@file@percent }
|
| 17 |
+
\newlabel{sec:intro}{{1}{2}{Introdução}{section.1}{}}
|
| 18 |
+
\@writefile{toc}{\contentsline {section}{\numberline {2}Trabalhos relacionados}{2}{section.2}\protected@file@percent }
|
| 19 |
+
\newlabel{sec:related}{{2}{2}{Trabalhos relacionados}{section.2}{}}
|
| 20 |
+
\citation{santos2007harem}
|
| 21 |
+
\citation{luz2018lenerbr}
|
| 22 |
+
\citation{grootendorst2022bertopic}
|
| 23 |
+
\citation{pham2024topicgpt}
|
| 24 |
+
\citation{raasveldt2019duckdb}
|
| 25 |
+
\citation{joulin2017bag}
|
| 26 |
+
\@writefile{toc}{\contentsline {section}{\numberline {3}Coleta e curadoria base}{3}{section.3}\protected@file@percent }
|
| 27 |
+
\newlabel{sec:coleta}{{3}{3}{Coleta e curadoria base}{section.3}{}}
|
| 28 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Fonte e ETL}{3}{subsection.3.1}\protected@file@percent }
|
| 29 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Detecção de drift de esquema e órfãos}{3}{subsection.3.2}\protected@file@percent }
|
| 30 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Filtragem por idioma}{3}{subsection.3.3}\protected@file@percent }
|
| 31 |
+
\citation{wang2023e5instruct}
|
| 32 |
+
\citation{moulavi2014dbcv}
|
| 33 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Estatística lateral notável}{4}{subsection.3.4}\protected@file@percent }
|
| 34 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5}Hidratação amostral de tweets}{4}{subsection.3.5}\protected@file@percent }
|
| 35 |
+
\@writefile{toc}{\contentsline {section}{\numberline {4}Pipeline de enriquecimento}{4}{section.4}\protected@file@percent }
|
| 36 |
+
\newlabel{sec:enriquecimento}{{4}{4}{Pipeline de enriquecimento}{section.4}{}}
|
| 37 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Embeddings semânticos com instrução}{4}{subsection.4.1}\protected@file@percent }
|
| 38 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Tópicos com BERTopic e calibração por DBCV}{4}{subsection.4.2}\protected@file@percent }
|
| 39 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}Rotulagem estruturada com gramática formal GBNF}{4}{subsection.4.3}\protected@file@percent }
|
| 40 |
+
\citation{zaratiana2024gliner}
|
| 41 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {4.4}Macroagregação hierárquica e detecção de procedurais}{5}{subsection.4.4}\protected@file@percent }
|
| 42 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {4.5}Reconhecimento de entidades nomeadas}{5}{subsection.4.5}\protected@file@percent }
|
| 43 |
+
\@writefile{toc}{\contentsline {subsection}{\numberline {4.6}Pontuação por fatoração matricial}{6}{subsection.4.6}\protected@file@percent }
|
| 44 |
+
\@writefile{toc}{\contentsline {section}{\numberline {5}Caracterização quantitativa}{6}{section.5}\protected@file@percent }
|
| 45 |
+
\newlabel{sec:caracterizacao}{{5}{6}{Caracterização quantitativa}{section.5}{}}
|
| 46 |
+
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Volume mensal de notas em PT por consenso comunitário. NMR (cinza) domina; CRH (azul) cresce no segundo semestre de 2024 com a expansão das Community Notes.}}{6}{figure.1}\protected@file@percent }
|
| 47 |
+
\newlabel{fig:timeline}{{1}{6}{Volume mensal de notas em PT por consenso comunitário. NMR (cinza) domina; CRH (azul) cresce no segundo semestre de 2024 com a expansão das Community Notes}{figure.1}{}}
|
| 48 |
+
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Dez maiores macrotemas, em volume de notas.}}{7}{table.1}\protected@file@percent }
|
| 49 |
+
\newlabel{tab:macrotemas}{{1}{7}{Dez maiores macrotemas, em volume de notas}{table.1}{}}
|
| 50 |
+
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Espaço de pontuação MF para o subset PT. CRH (azul) concentra-se acima de \texttt {intercept} $\approx 0{,}4$; o eixo \texttt {coreNoteFactor1} captura polarização horizontal independente da utilidade.}}{7}{figure.2}\protected@file@percent }
|
| 51 |
+
\newlabel{fig:mf}{{2}{7}{Espaço de pontuação MF para o subset PT. CRH (azul) concentra-se acima de \texttt {intercept} $\approx 0{,}4$; o eixo \texttt {coreNoteFactor1} captura polarização horizontal independente da utilidade}{figure.2}{}}
|
| 52 |
+
\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Missingness por coluna em \texttt {notes\_pt.parquet}.}}{8}{table.2}\protected@file@percent }
|
| 53 |
+
\newlabel{tab:missing}{{2}{8}{Missingness por coluna em \texttt {notes\_pt.parquet}}{table.2}{}}
|
| 54 |
+
\@writefile{toc}{\contentsline {section}{\numberline {6}Avaliação de qualidade}{8}{section.6}\protected@file@percent }
|
| 55 |
+
\newlabel{sec:qualidade}{{6}{8}{Avaliação de qualidade}{section.6}{}}
|
| 56 |
+
\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces Assinatura semântica de macrotemas selecionados (top entidades não-URL e top fontes).}}{8}{table.3}\protected@file@percent }
|
| 57 |
+
\newlabel{tab:crossmodal}{{3}{8}{Assinatura semântica de macrotemas selecionados (top entidades não-URL e top fontes)}{table.3}{}}
|
| 58 |
+
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Assinatura semântica por macrotema: percentual de cada tipo de entidade não-URL nos 15 maiores macrotemas. Concentração distinta por linha indica especialização semântica coerente com o rótulo do macrotema.}}{9}{figure.3}\protected@file@percent }
|
| 59 |
+
\newlabel{fig:heatmap}{{3}{9}{Assinatura semântica por macrotema: percentual de cada tipo de entidade não-URL nos 15 maiores macrotemas. Concentração distinta por linha indica especialização semântica coerente com o rótulo do macrotema}{figure.3}{}}
|
| 60 |
+
\@writefile{toc}{\contentsline {section}{\numberline {7}Casos de uso e questões de pesquisa}{9}{section.7}\protected@file@percent }
|
| 61 |
+
\newlabel{sec:usos}{{7}{9}{Casos de uso e questões de pesquisa}{section.7}{}}
|
| 62 |
+
\@writefile{toc}{\contentsline {section}{\numberline {8}Limitações e desafios}{10}{section.8}\protected@file@percent }
|
| 63 |
+
\newlabel{sec:limitacoes}{{8}{10}{Limitações e desafios}{section.8}{}}
|
| 64 |
+
\@writefile{toc}{\contentsline {section}{\numberline {9}Disponibilidade}{10}{section.9}\protected@file@percent }
|
| 65 |
+
\newlabel{sec:disponibilidade}{{9}{10}{Disponibilidade}{section.9}{}}
|
| 66 |
+
\@writefile{toc}{\contentsline {section}{\numberline {10}Considerações finais}{10}{section.10}\protected@file@percent }
|
| 67 |
+
\newlabel{sec:conclusao}{{10}{10}{Considerações finais}{section.10}{}}
|
| 68 |
+
\bibstyle{plain}
|
| 69 |
+
\bibdata{references}
|
| 70 |
+
\bibcite{allen2022birds}{1}
|
| 71 |
+
\bibcite{grootendorst2022bertopic}{2}
|
| 72 |
+
\bibcite{joulin2017bag}{3}
|
| 73 |
+
\bibcite{luz2018lenerbr}{4}
|
| 74 |
+
\bibcite{monteiro2018fakebr}{5}
|
| 75 |
+
\bibcite{moulavi2014dbcv}{6}
|
| 76 |
+
\bibcite{pham2024topicgpt}{7}
|
| 77 |
+
\bibcite{prollochs2022community}{8}
|
| 78 |
+
\bibcite{raasveldt2019duckdb}{9}
|
| 79 |
+
\bibcite{santos2007harem}{10}
|
| 80 |
+
\bibcite{wang2023e5instruct}{11}
|
| 81 |
+
\bibcite{wojcik2022birdwatch}{12}
|
| 82 |
+
\bibcite{zaratiana2024gliner}{13}
|
| 83 |
+
\gdef \@abspage@last{12}
|
paper/paper.bbl
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
\begin{thebibliography}{10}
|
| 2 |
+
|
| 3 |
+
\bibitem{allen2022birds}
|
| 4 |
+
Jennifer Allen, Cameron Martel, and David~G Rand.
|
| 5 |
+
\newblock Birds of a feather don't fact-check each other: Partisanship and the
|
| 6 |
+
evaluation of news in twitter's birdwatch crowdsourced fact-checking program.
|
| 7 |
+
\newblock In {\em Proceedings of the 2022 CHI Conference on Human Factors in
|
| 8 |
+
Computing Systems}, pages 1--19, 2022.
|
| 9 |
+
|
| 10 |
+
\bibitem{grootendorst2022bertopic}
|
| 11 |
+
Maarten Grootendorst.
|
| 12 |
+
\newblock Bertopic: Neural topic modeling with a class-based tf-idf procedure.
|
| 13 |
+
\newblock {\em arXiv preprint arXiv:2203.05794}, 2022.
|
| 14 |
+
|
| 15 |
+
\bibitem{joulin2017bag}
|
| 16 |
+
Armand Joulin, Edouard Grave, Piotr Bojanowski, and Tomas Mikolov.
|
| 17 |
+
\newblock Bag of tricks for efficient text classification.
|
| 18 |
+
\newblock In {\em Proceedings of the 15th Conference of the European Chapter of
|
| 19 |
+
the Association for Computational Linguistics (EACL)}, pages 427--431, 2017.
|
| 20 |
+
|
| 21 |
+
\bibitem{luz2018lenerbr}
|
| 22 |
+
Pedro~Henrique Luz~de Araujo, Te{\'o}filo~Em{\'i}dio de~Campos, Renato R~R
|
| 23 |
+
de~Oliveira, Matheus Stauffer, Samuel Couto, and Paulo Bermejo.
|
| 24 |
+
\newblock Lener-br: a dataset for named entity recognition in brazilian legal
|
| 25 |
+
text.
|
| 26 |
+
\newblock In {\em International Conference on the Computational Processing of
|
| 27 |
+
Portuguese (PROPOR)}, pages 313--323, 2018.
|
| 28 |
+
|
| 29 |
+
\bibitem{monteiro2018fakebr}
|
| 30 |
+
Rafael~A. Monteiro, Roney L.~S. Santos, Thiago A.~S. Pardo, Tiago~A.
|
| 31 |
+
de~Almeida, Evandro E.~S. Ruiz, and Oto~A. Vale.
|
| 32 |
+
\newblock Contributions to the study of fake news in {P}ortuguese: New corpus
|
| 33 |
+
and automatic detection results.
|
| 34 |
+
\newblock In {\em International Conference on the Computational Processing of
|
| 35 |
+
Portuguese (PROPOR)}, pages 324--334. Springer, 2018.
|
| 36 |
+
|
| 37 |
+
\bibitem{moulavi2014dbcv}
|
| 38 |
+
Davoud Moulavi, Pablo~A Jaskowiak, Ricardo J G~B Campello, Arthur Zimek, and
|
| 39 |
+
J{\"o}rg Sander.
|
| 40 |
+
\newblock Density-based clustering validation.
|
| 41 |
+
\newblock In {\em Proceedings of the 2014 SIAM International Conference on Data
|
| 42 |
+
Mining}, pages 839--847, 2014.
|
| 43 |
+
|
| 44 |
+
\bibitem{pham2024topicgpt}
|
| 45 |
+
Chau~Minh Pham, Alexander Hoyle, Simeng Sun, Philip Resnik, and Mohit Iyyer.
|
| 46 |
+
\newblock {T}opic{GPT}: A prompt-based topic modeling framework.
|
| 47 |
+
\newblock In {\em Proceedings of the 2024 Conference of the North American
|
| 48 |
+
Chapter of the Association for Computational Linguistics (NAACL)}, 2024.
|
| 49 |
+
|
| 50 |
+
\bibitem{prollochs2022community}
|
| 51 |
+
Nicolas Pr{\"o}llochs.
|
| 52 |
+
\newblock Community-based fact-checking on twitter's birdwatch platform.
|
| 53 |
+
\newblock In {\em Proceedings of the International AAAI Conference on Web and
|
| 54 |
+
Social Media (ICWSM)}, volume~16, pages 794--805, 2022.
|
| 55 |
+
|
| 56 |
+
\bibitem{raasveldt2019duckdb}
|
| 57 |
+
Mark Raasveldt and Hannes M{\"u}hleisen.
|
| 58 |
+
\newblock Duckdb: an embeddable analytical database.
|
| 59 |
+
\newblock In {\em Proceedings of the 2019 International Conference on
|
| 60 |
+
Management of Data (SIGMOD)}, pages 1981--1984, 2019.
|
| 61 |
+
|
| 62 |
+
\bibitem{santos2007harem}
|
| 63 |
+
Diana Santos and Nuno Cardoso.
|
| 64 |
+
\newblock {\em Reconhecimento de entidades mencionadas em portugu{\^e}s:
|
| 65 |
+
Documenta{\c c}{\~a}o e atas do {HAREM}, a primeira avalia{\c c}{\~a}o
|
| 66 |
+
conjunta na {\'a}rea}.
|
| 67 |
+
\newblock Linguateca, 2007.
|
| 68 |
+
|
| 69 |
+
\bibitem{wang2023e5instruct}
|
| 70 |
+
Liang Wang, Nan Yang, Xiaolong Huang, Linjun Yang, Rangan Majumder, and Furu
|
| 71 |
+
Wei.
|
| 72 |
+
\newblock Improving text embeddings with large language models.
|
| 73 |
+
\newblock {\em arXiv preprint arXiv:2401.00368}, 2023.
|
| 74 |
+
|
| 75 |
+
\bibitem{wojcik2022birdwatch}
|
| 76 |
+
Stefan Wojcik, Sophie Hilgard, Nick Judd, Delia Mocanu, Stephen Ragain,
|
| 77 |
+
M~B~Fallin Hunzaker, Keith Coleman, and Jay Baxter.
|
| 78 |
+
\newblock Birdwatch: Crowd wisdom and bridging algorithms can inform
|
| 79 |
+
understanding and reduce the spread of misinformation.
|
| 80 |
+
\newblock In {\em arXiv preprint arXiv:2210.15723}, 2022.
|
| 81 |
+
|
| 82 |
+
\bibitem{zaratiana2024gliner}
|
| 83 |
+
Urchade Zaratiana, Nadi Tomeh, Pierre Holat, and Thierry Charnois.
|
| 84 |
+
\newblock Gliner: Generalist model for named entity recognition using
|
| 85 |
+
bidirectional transformer.
|
| 86 |
+
\newblock In {\em Proceedings of the 2024 Conference of the North American
|
| 87 |
+
Chapter of the Association for Computational Linguistics (NAACL)}, 2024.
|
| 88 |
+
|
| 89 |
+
\end{thebibliography}
|
paper/paper.blg
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is BibTeX, Version 0.99e
|
| 2 |
+
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
|
| 3 |
+
The top-level auxiliary file: paper.aux
|
| 4 |
+
Reallocating 'name_of_file' (item size: 1) to 6 items.
|
| 5 |
+
The style file: plain.bst
|
| 6 |
+
Reallocating 'name_of_file' (item size: 1) to 11 items.
|
| 7 |
+
Database file #1: references.bib
|
| 8 |
+
You've used 13 entries,
|
| 9 |
+
2118 wiz_defined-function locations,
|
| 10 |
+
564 strings with 7094 characters,
|
| 11 |
+
and the built_in function-call counts, 5549 in all, are:
|
| 12 |
+
= -- 520
|
| 13 |
+
> -- 302
|
| 14 |
+
< -- 8
|
| 15 |
+
+ -- 119
|
| 16 |
+
- -- 106
|
| 17 |
+
* -- 365
|
| 18 |
+
:= -- 871
|
| 19 |
+
add.period$ -- 40
|
| 20 |
+
call.type$ -- 13
|
| 21 |
+
change.case$ -- 91
|
| 22 |
+
chr.to.int$ -- 0
|
| 23 |
+
cite$ -- 13
|
| 24 |
+
duplicate$ -- 233
|
| 25 |
+
empty$ -- 426
|
| 26 |
+
format.name$ -- 106
|
| 27 |
+
if$ -- 1199
|
| 28 |
+
int.to.chr$ -- 0
|
| 29 |
+
int.to.str$ -- 13
|
| 30 |
+
missing$ -- 14
|
| 31 |
+
newline$ -- 68
|
| 32 |
+
num.names$ -- 26
|
| 33 |
+
pop$ -- 127
|
| 34 |
+
preamble$ -- 1
|
| 35 |
+
purify$ -- 79
|
| 36 |
+
quote$ -- 0
|
| 37 |
+
skip$ -- 179
|
| 38 |
+
stack$ -- 0
|
| 39 |
+
substring$ -- 284
|
| 40 |
+
swap$ -- 85
|
| 41 |
+
text.length$ -- 8
|
| 42 |
+
text.prefix$ -- 0
|
| 43 |
+
top$ -- 0
|
| 44 |
+
type$ -- 50
|
| 45 |
+
warning$ -- 0
|
| 46 |
+
while$ -- 47
|
| 47 |
+
width$ -- 15
|
| 48 |
+
write$ -- 141
|
paper/paper.log
ADDED
|
@@ -0,0 +1,650 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is pdfTeX, Version 3.141592653-2.6-1.40.28 (MiKTeX 25.12) (preloaded format=pdflatex 2026.4.29) 9 MAY 2026 00:03
|
| 2 |
+
entering extended mode
|
| 3 |
+
restricted \write18 enabled.
|
| 4 |
+
%&-line parsing enabled.
|
| 5 |
+
**./paper.tex
|
| 6 |
+
(paper.tex
|
| 7 |
+
LaTeX2e <2025-11-01>
|
| 8 |
+
L3 programming layer <2025-12-24>
|
| 9 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/base\article.cls
|
| 10 |
+
Document Class: article 2025/01/22 v1.4n Standard LaTeX document class
|
| 11 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/base\size12.clo
|
| 12 |
+
File: size12.clo 2025/01/22 v1.4n Standard LaTeX file (size option)
|
| 13 |
+
)
|
| 14 |
+
\c@part=\count275
|
| 15 |
+
\c@section=\count276
|
| 16 |
+
\c@subsection=\count277
|
| 17 |
+
\c@subsubsection=\count278
|
| 18 |
+
\c@paragraph=\count279
|
| 19 |
+
\c@subparagraph=\count280
|
| 20 |
+
\c@figure=\count281
|
| 21 |
+
\c@table=\count282
|
| 22 |
+
\abovecaptionskip=\skip49
|
| 23 |
+
\belowcaptionskip=\skip50
|
| 24 |
+
\bibindent=\dimen148
|
| 25 |
+
)
|
| 26 |
+
(sbc-template.sty
|
| 27 |
+
Package: sbc-template 2017/01/01 SBC Conferences Template
|
| 28 |
+
|
| 29 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\times.sty
|
| 30 |
+
Package: times 2020/03/25 PSNFSS-v9.3 (SPQR)
|
| 31 |
+
)
|
| 32 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics\epsfig.sty
|
| 33 |
+
Package: epsfig 2024/01/14 v1.7b (e)psfig emulation (SPQR)
|
| 34 |
+
|
| 35 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphicx.sty
|
| 36 |
+
Package: graphicx 2024/12/31 v1.2e Enhanced LaTeX Graphics (DPC,SPQR)
|
| 37 |
+
|
| 38 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics\keyval.sty
|
| 39 |
+
Package: keyval 2022/05/29 v1.15 key=value parser (DPC)
|
| 40 |
+
\KV@toks@=\toks17
|
| 41 |
+
)
|
| 42 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphics.sty
|
| 43 |
+
Package: graphics 2024/08/06 v1.4g Standard LaTeX Graphics (DPC,SPQR)
|
| 44 |
+
|
| 45 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics\trig.sty
|
| 46 |
+
Package: trig 2023/12/02 v1.11 sin cos tan (DPC)
|
| 47 |
+
)
|
| 48 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics-cfg\graphics.c
|
| 49 |
+
fg
|
| 50 |
+
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
| 51 |
+
)
|
| 52 |
+
Package graphics Info: Driver file: pdftex.def on input line 106.
|
| 53 |
+
|
| 54 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics-def\pdftex.def
|
| 55 |
+
File: pdftex.def 2025/09/29 v1.2d Graphics/color driver for pdftex
|
| 56 |
+
))
|
| 57 |
+
\Gin@req@height=\dimen149
|
| 58 |
+
\Gin@req@width=\dimen150
|
| 59 |
+
)
|
| 60 |
+
\epsfxsize=\dimen151
|
| 61 |
+
\epsfysize=\dimen152
|
| 62 |
+
)
|
| 63 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/geometry\geometry.sty
|
| 64 |
+
Package: geometry 2026/03/07 v6.0 Page Geometry
|
| 65 |
+
|
| 66 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/iftex\ifvtex.sty
|
| 67 |
+
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
| 68 |
+
|
| 69 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/iftex\iftex.sty
|
| 70 |
+
Package: iftex 2024/12/12 v1.0g TeX engine tests
|
| 71 |
+
))
|
| 72 |
+
\Gm@cnth=\count283
|
| 73 |
+
\Gm@cntv=\count284
|
| 74 |
+
\c@Gm@tempcnt=\count285
|
| 75 |
+
\Gm@bindingoffset=\dimen153
|
| 76 |
+
\Gm@wd@mp=\dimen154
|
| 77 |
+
\Gm@odd@mp=\dimen155
|
| 78 |
+
\Gm@even@mp=\dimen156
|
| 79 |
+
\Gm@layoutwidth=\dimen157
|
| 80 |
+
\Gm@layoutheight=\dimen158
|
| 81 |
+
\Gm@layouthoffset=\dimen159
|
| 82 |
+
\Gm@layoutvoffset=\dimen160
|
| 83 |
+
\Gm@dimlist=\toks18
|
| 84 |
+
|
| 85 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/geometry\geometry.cfg))
|
| 86 |
+
) (C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/base\inputenc.sty
|
| 87 |
+
Package: inputenc 2024/02/08 v1.3d Input encoding file
|
| 88 |
+
\inpenc@prehook=\toks19
|
| 89 |
+
\inpenc@posthook=\toks20
|
| 90 |
+
)
|
| 91 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/babel\babel.sty
|
| 92 |
+
Package: babel 2025/12/11 v25.17 The multilingual framework for LuaLaTeX, pdfLa
|
| 93 |
+
TeX and XeLaTeX
|
| 94 |
+
\babel@savecnt=\count286
|
| 95 |
+
LaTeX Encoding Info: Redeclaring text command \ij (encoding OT1) on input li
|
| 96 |
+
ne 2068.
|
| 97 |
+
LaTeX Encoding Info: Redeclaring text command \IJ (encoding OT1) on input li
|
| 98 |
+
ne 2070.
|
| 99 |
+
LaTeX Encoding Info: Redeclaring text command \ij (encoding T1) on input lin
|
| 100 |
+
e 2072.
|
| 101 |
+
LaTeX Encoding Info: Redeclaring text command \IJ (encoding T1) on input lin
|
| 102 |
+
e 2073.
|
| 103 |
+
LaTeX Encoding Info: Ignoring declaration for text command \ij (encoding ?)
|
| 104 |
+
on input line 2074.
|
| 105 |
+
LaTeX Encoding Info: Ignoring declaration for text command \IJ (encoding ?)
|
| 106 |
+
on input line 2076.
|
| 107 |
+
LaTeX Encoding Info: Ignoring declaration for text command \SS (encoding ?)
|
| 108 |
+
on input line 2101.
|
| 109 |
+
\U@D=\dimen161
|
| 110 |
+
\l@unhyphenated=\language79
|
| 111 |
+
|
| 112 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/babel\txtbabel.def)
|
| 113 |
+
\bbl@readstream=\read2
|
| 114 |
+
\bbl@dirlevel=\count287
|
| 115 |
+
Package babel Info: Configuration files are deprecated, as
|
| 116 |
+
(babel) they can break document portability.
|
| 117 |
+
(babel) Reported on input line 4196.
|
| 118 |
+
|
| 119 |
+
*************************************
|
| 120 |
+
* Local config file bblopts.cfg used
|
| 121 |
+
*
|
| 122 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/arabi\bblopts.cfg
|
| 123 |
+
File: bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of
|
| 124 |
+
babel
|
| 125 |
+
)
|
| 126 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/babel/locale/pt\babel
|
| 127 |
+
-brazilian.tex)
|
| 128 |
+
Package babel Info: Importing font and identification data for brazilian
|
| 129 |
+
(babel) from babel-pt-BR.ini. Reported on input line 4320.
|
| 130 |
+
|
| 131 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/babel-portuges\brazilia
|
| 132 |
+
n.ldf
|
| 133 |
+
Language: portuges 2026/01/24 v1.2u Portuguese support from the babel system
|
| 134 |
+
Package babel Info: Hyphen rules for 'brazilian' set to \l@portuguese
|
| 135 |
+
(babel) (\language56). Reported on input line 100.
|
| 136 |
+
Package babel Info: Making " an active character on input line 132.
|
| 137 |
+
)) (C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/url\url.sty
|
| 138 |
+
\Urlmuskip=\muskip17
|
| 139 |
+
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
|
| 140 |
+
)
|
| 141 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/booktabs\booktabs.sty
|
| 142 |
+
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
|
| 143 |
+
\heavyrulewidth=\dimen162
|
| 144 |
+
\lightrulewidth=\dimen163
|
| 145 |
+
\cmidrulewidth=\dimen164
|
| 146 |
+
\belowrulesep=\dimen165
|
| 147 |
+
\belowbottomsep=\dimen166
|
| 148 |
+
\aboverulesep=\dimen167
|
| 149 |
+
\abovetopsep=\dimen168
|
| 150 |
+
\cmidrulesep=\dimen169
|
| 151 |
+
\cmidrulekern=\dimen170
|
| 152 |
+
\defaultaddspace=\dimen171
|
| 153 |
+
\@cmidla=\count288
|
| 154 |
+
\@cmidlb=\count289
|
| 155 |
+
\@aboverulesep=\dimen172
|
| 156 |
+
\@belowrulesep=\dimen173
|
| 157 |
+
\@thisruleclass=\count290
|
| 158 |
+
\@lastruleclass=\count291
|
| 159 |
+
\@thisrulewidth=\dimen174
|
| 160 |
+
)
|
| 161 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hyperref.sty
|
| 162 |
+
Package: hyperref 2025-07-12 v7.01o Hypertext links for LaTeX
|
| 163 |
+
|
| 164 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/kvsetkeys\kvsetkeys.sty
|
| 165 |
+
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
|
| 166 |
+
)
|
| 167 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/kvdefinekeys\kvdefine
|
| 168 |
+
keys.sty
|
| 169 |
+
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
|
| 170 |
+
)
|
| 171 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/pdfescape\pdfescape.s
|
| 172 |
+
ty
|
| 173 |
+
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
|
| 174 |
+
|
| 175 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/ltxcmds\ltxcmds.sty
|
| 176 |
+
Package: ltxcmds 2023-12-04 v1.26 LaTeX kernel commands for general use (HO)
|
| 177 |
+
)
|
| 178 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/pdftexcmds\pdftexcmds
|
| 179 |
+
.sty
|
| 180 |
+
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
|
| 181 |
+
)
|
| 182 |
+
|
| 183 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/infwarerr\infwarerr.s
|
| 184 |
+
ty
|
| 185 |
+
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
|
| 186 |
+
)
|
| 187 |
+
Package pdftexcmds Info: \pdf@primitive is available.
|
| 188 |
+
Package pdftexcmds Info: \pdf@ifprimitive is available.
|
| 189 |
+
Package pdftexcmds Info: \pdfdraftmode found.
|
| 190 |
+
))
|
| 191 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/hycolor\hycolor.sty
|
| 192 |
+
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
|
| 193 |
+
)
|
| 194 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\nameref.sty
|
| 195 |
+
Package: nameref 2025-06-21 v2.57 Cross-referencing by name of section
|
| 196 |
+
|
| 197 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/refcount\refcount.sty
|
| 198 |
+
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
|
| 199 |
+
)
|
| 200 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/gettitlestring\gettit
|
| 201 |
+
lestring.sty
|
| 202 |
+
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
|
| 203 |
+
|
| 204 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/kvoptions\kvoptions.sty
|
| 205 |
+
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
|
| 206 |
+
))
|
| 207 |
+
\c@section@level=\count292
|
| 208 |
+
)
|
| 209 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/etoolbox\etoolbox.sty
|
| 210 |
+
Package: etoolbox 2025/10/02 v2.5m e-TeX tools for LaTeX (JAW)
|
| 211 |
+
\etb@tempcnta=\count293
|
| 212 |
+
)
|
| 213 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/stringenc\stringenc.s
|
| 214 |
+
ty
|
| 215 |
+
Package: stringenc 2019/11/29 v1.12 Convert strings between diff. encodings (HO
|
| 216 |
+
)
|
| 217 |
+
)
|
| 218 |
+
\@linkdim=\dimen175
|
| 219 |
+
\Hy@linkcounter=\count294
|
| 220 |
+
\Hy@pagecounter=\count295
|
| 221 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\pd1enc.def
|
| 222 |
+
File: pd1enc.def 2025-07-12 v7.01o Hyperref: PDFDocEncoding definition (HO)
|
| 223 |
+
Now handling font encoding PD1 ...
|
| 224 |
+
... no UTF-8 mapping file for font encoding PD1
|
| 225 |
+
) (C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/intcalc\intcalc.sty
|
| 226 |
+
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
|
| 227 |
+
)
|
| 228 |
+
\Hy@SavedSpaceFactor=\count296
|
| 229 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\puenc.def
|
| 230 |
+
File: puenc.def 2025-07-12 v7.01o Hyperref: PDF Unicode definition (HO)
|
| 231 |
+
Now handling font encoding PU ...
|
| 232 |
+
... no UTF-8 mapping file for font encoding PU
|
| 233 |
+
)
|
| 234 |
+
Package hyperref Info: Hyper figures OFF on input line 4195.
|
| 235 |
+
Package hyperref Info: Link nesting OFF on input line 4200.
|
| 236 |
+
Package hyperref Info: Hyper index ON on input line 4203.
|
| 237 |
+
Package hyperref Info: Plain pages OFF on input line 4210.
|
| 238 |
+
Package hyperref Info: Backreferencing OFF on input line 4215.
|
| 239 |
+
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
|
| 240 |
+
Package hyperref Info: Bookmarks ON on input line 4462.
|
| 241 |
+
\c@Hy@tempcnt=\count297
|
| 242 |
+
LaTeX Info: Redefining \url on input line 4801.
|
| 243 |
+
\XeTeXLinkMargin=\dimen176
|
| 244 |
+
|
| 245 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/bitset\bitset.sty
|
| 246 |
+
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
|
| 247 |
+
|
| 248 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/bigintcalc\bigintcalc
|
| 249 |
+
.sty
|
| 250 |
+
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
|
| 251 |
+
)
|
| 252 |
+
))
|
| 253 |
+
\Fld@menulength=\count298
|
| 254 |
+
\Field@Width=\dimen177
|
| 255 |
+
\Fld@charsize=\dimen178
|
| 256 |
+
Package hyperref Info: Hyper figures OFF on input line 6078.
|
| 257 |
+
Package hyperref Info: Link nesting OFF on input line 6083.
|
| 258 |
+
Package hyperref Info: Hyper index ON on input line 6086.
|
| 259 |
+
Package hyperref Info: backreferencing OFF on input line 6093.
|
| 260 |
+
Package hyperref Info: Link coloring OFF on input line 6098.
|
| 261 |
+
Package hyperref Info: Link coloring with OCG OFF on input line 6103.
|
| 262 |
+
Package hyperref Info: PDF/A mode OFF on input line 6108.
|
| 263 |
+
\Hy@abspage=\count299
|
| 264 |
+
\c@Item=\count300
|
| 265 |
+
\c@Hfootnote=\count301
|
| 266 |
+
)
|
| 267 |
+
Package hyperref Info: Driver (autodetected): hpdftex.
|
| 268 |
+
|
| 269 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hpdftex.def
|
| 270 |
+
File: hpdftex.def 2025-07-12 v7.01o Hyperref driver for pdfTeX
|
| 271 |
+
\Fld@listcount=\count302
|
| 272 |
+
\c@bookmark@seq@number=\count303
|
| 273 |
+
|
| 274 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/rerunfilecheck\rerunfil
|
| 275 |
+
echeck.sty
|
| 276 |
+
Package: rerunfilecheck 2025-06-21 v1.11 Rerun checks for auxiliary files (HO)
|
| 277 |
+
|
| 278 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/generic/uniquecounter\uniquec
|
| 279 |
+
ounter.sty
|
| 280 |
+
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
|
| 281 |
+
)
|
| 282 |
+
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
|
| 283 |
+
84.
|
| 284 |
+
)
|
| 285 |
+
\Hy@SectionHShift=\skip51
|
| 286 |
+
)
|
| 287 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/xcolor\xcolor.sty
|
| 288 |
+
Package: xcolor 2024/09/29 v3.02 LaTeX color extensions (UK)
|
| 289 |
+
|
| 290 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics-cfg\color.cfg
|
| 291 |
+
File: color.cfg 2016/01/02 v1.6 sample color configuration
|
| 292 |
+
)
|
| 293 |
+
Package xcolor Info: Driver file: pdftex.def on input line 274.
|
| 294 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/graphics\mathcolor.ltx)
|
| 295 |
+
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1349.
|
| 296 |
+
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1353.
|
| 297 |
+
Package xcolor Info: Model `RGB' extended on input line 1365.
|
| 298 |
+
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1367.
|
| 299 |
+
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1368.
|
| 300 |
+
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1369.
|
| 301 |
+
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1370.
|
| 302 |
+
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1371.
|
| 303 |
+
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1372.
|
| 304 |
+
) (C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/tools\tabularx.sty
|
| 305 |
+
Package: tabularx 2023/12/11 v2.12a `tabularx' package (DPC)
|
| 306 |
+
|
| 307 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/tools\array.sty
|
| 308 |
+
Package: array 2025/09/25 v2.6n Tabular extension package (FMi)
|
| 309 |
+
\col@sep=\dimen179
|
| 310 |
+
\ar@mcellbox=\box53
|
| 311 |
+
\extrarowheight=\dimen180
|
| 312 |
+
\NC@list=\toks21
|
| 313 |
+
\extratabsurround=\skip52
|
| 314 |
+
\backup@length=\skip53
|
| 315 |
+
\ar@cellbox=\box54
|
| 316 |
+
)
|
| 317 |
+
\TX@col@width=\dimen181
|
| 318 |
+
\TX@old@table=\dimen182
|
| 319 |
+
\TX@old@col=\dimen183
|
| 320 |
+
\TX@target=\dimen184
|
| 321 |
+
\TX@delta=\dimen185
|
| 322 |
+
\TX@cols=\count304
|
| 323 |
+
\TX@ftn=\toks22
|
| 324 |
+
)
|
| 325 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/multirow\multirow.sty
|
| 326 |
+
Package: multirow 2024/11/12 v2.9 Span multiple rows of a table
|
| 327 |
+
\multirow@colwidth=\skip54
|
| 328 |
+
\multirow@cntb=\count305
|
| 329 |
+
\multirow@dima=\skip55
|
| 330 |
+
\bigstrutjot=\dimen186
|
| 331 |
+
)
|
| 332 |
+
LaTeX Font Info: Trying to load font information for OT1+ptm on input line 2
|
| 333 |
+
5.
|
| 334 |
+
|
| 335 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\ot1ptm.fd
|
| 336 |
+
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
|
| 337 |
+
)
|
| 338 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/l3backend\l3backend-pdf
|
| 339 |
+
tex.def
|
| 340 |
+
File: l3backend-pdftex.def 2025-10-09 L3 backend support: PDF output (pdfTeX)
|
| 341 |
+
\l__color_backend_stack_int=\count306
|
| 342 |
+
) (paper.aux
|
| 343 |
+
Package babel Info: 'brazilian' activates 'portuges' shorthands.
|
| 344 |
+
(babel) Reported on input line 8.
|
| 345 |
+
)
|
| 346 |
+
\openout1 = `paper.aux'.
|
| 347 |
+
|
| 348 |
+
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 25.
|
| 349 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 350 |
+
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 25.
|
| 351 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 352 |
+
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 25.
|
| 353 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 354 |
+
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 25.
|
| 355 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 356 |
+
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 25.
|
| 357 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 358 |
+
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 25.
|
| 359 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 360 |
+
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 25.
|
| 361 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 362 |
+
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 25.
|
| 363 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 364 |
+
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 25.
|
| 365 |
+
LaTeX Font Info: ... okay on input line 25.
|
| 366 |
+
|
| 367 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/context/base/mkii\supp-pdf.mk
|
| 368 |
+
ii
|
| 369 |
+
[Loading MPS to PDF converter (version 2006.09.02).]
|
| 370 |
+
\scratchcounter=\count307
|
| 371 |
+
\scratchdimen=\dimen187
|
| 372 |
+
\scratchbox=\box55
|
| 373 |
+
\nofMPsegments=\count308
|
| 374 |
+
\nofMParguments=\count309
|
| 375 |
+
\everyMPshowfont=\toks23
|
| 376 |
+
\MPscratchCnt=\count310
|
| 377 |
+
\MPscratchDim=\dimen188
|
| 378 |
+
\MPnumerator=\count311
|
| 379 |
+
\makeMPintoPDFobject=\count312
|
| 380 |
+
\everyMPtoPDFconversion=\toks24
|
| 381 |
+
)
|
| 382 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/epstopdf-pkg\epstopdf-b
|
| 383 |
+
ase.sty
|
| 384 |
+
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
| 385 |
+
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
| 386 |
+
85.
|
| 387 |
+
|
| 388 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/00miktex\epstopdf-sys.c
|
| 389 |
+
fg
|
| 390 |
+
File: epstopdf-sys.cfg 2021/03/18 v2.0 Configuration of epstopdf for MiKTeX
|
| 391 |
+
))
|
| 392 |
+
*geometry* driver: auto-detecting
|
| 393 |
+
*geometry* detected driver: pdftex
|
| 394 |
+
*geometry* verbose mode - [ preamble ] result:
|
| 395 |
+
* driver: pdftex
|
| 396 |
+
* paper: a4paper
|
| 397 |
+
* layout: <same size as paper>
|
| 398 |
+
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
| 399 |
+
* modes:
|
| 400 |
+
* h-part:(L,W,R)=(85.35826pt, 426.79135pt, 85.35826pt)
|
| 401 |
+
* v-part:(T,H,B)=(99.58464pt, 674.33032pt, 71.13188pt)
|
| 402 |
+
* \paperwidth=597.50787pt
|
| 403 |
+
* \paperheight=845.04684pt
|
| 404 |
+
* \textwidth=426.79135pt
|
| 405 |
+
* \textheight=674.33032pt
|
| 406 |
+
* \oddsidemargin=13.08827pt
|
| 407 |
+
* \evensidemargin=13.08827pt
|
| 408 |
+
* \topmargin=-9.68535pt
|
| 409 |
+
* \headheight=12.0pt
|
| 410 |
+
* \headsep=25.0pt
|
| 411 |
+
* \topskip=12.0pt
|
| 412 |
+
* \footskip=30.0pt
|
| 413 |
+
* \marginparwidth=44.0pt
|
| 414 |
+
* \marginparsep=10.0pt
|
| 415 |
+
* \columnsep=10.0pt
|
| 416 |
+
* \skip\footins=10.8pt plus 4.0pt minus 2.0pt
|
| 417 |
+
* \hoffset=0.0pt
|
| 418 |
+
* \voffset=0.0pt
|
| 419 |
+
* \mag=1000
|
| 420 |
+
* \@twocolumnfalse
|
| 421 |
+
* \@twosidefalse
|
| 422 |
+
* \@mparswitchfalse
|
| 423 |
+
* \@reversemarginfalse
|
| 424 |
+
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
| 425 |
+
|
| 426 |
+
Package hyperref Info: Link coloring OFF on input line 25.
|
| 427 |
+
(paper.out) (paper.out)
|
| 428 |
+
\@outlinefile=\write3
|
| 429 |
+
\openout3 = `paper.out'.
|
| 430 |
+
|
| 431 |
+
LaTeX Font Info: External font `cmex10' loaded for size
|
| 432 |
+
(Font) <12> on input line 28.
|
| 433 |
+
LaTeX Font Info: External font `cmex10' loaded for size
|
| 434 |
+
(Font) <8> on input line 28.
|
| 435 |
+
LaTeX Font Info: External font `cmex10' loaded for size
|
| 436 |
+
(Font) <6> on input line 28.
|
| 437 |
+
LaTeX Font Info: Trying to load font information for OT1+pcr on input line 2
|
| 438 |
+
8.
|
| 439 |
+
|
| 440 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\ot1pcr.fd
|
| 441 |
+
File: ot1pcr.fd 2001/06/04 font definitions for OT1/pcr.
|
| 442 |
+
)
|
| 443 |
+
LaTeX Font Info: Font shape `OT1/pcr/m/it' in size <10.95> not available
|
| 444 |
+
(Font) Font shape `OT1/pcr/m/sl' tried instead on input line 28.
|
| 445 |
+
|
| 446 |
+
[1
|
| 447 |
+
|
| 448 |
+
{C:/Users/davim/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map}{C:/Users/davi
|
| 449 |
+
m/AppData/Local/Programs/MiKTeX/fonts/enc/dvips/base/8r.enc}]
|
| 450 |
+
Underfull \hbox (badness 2351) in paragraph at lines 40--41
|
| 451 |
+
\OT1/ptm/m/n/12 As Com-mu-nity No-tes (ori-gi-nal-mente \OT1/ptm/m/it/12 Birdwa
|
| 452 |
+
tch\OT1/ptm/m/n/12 ) s[]ao o prin-ci-pal me-ca-nismo de
|
| 453 |
+
[]
|
| 454 |
+
|
| 455 |
+
[2]
|
| 456 |
+
Underfull \hbox (badness 10000) in paragraph at lines 63--64
|
| 457 |
+
\OT1/ptm/m/n/12 O snapshot p[]ublico ofi-cial do Birdwatch []e hos-pe-dado em
|
| 458 |
+
[]
|
| 459 |
+
|
| 460 |
+
|
| 461 |
+
Underfull \hbox (badness 7613) in paragraph at lines 63--64
|
| 462 |
+
\OT1/pcr/m/n/12 ton.twimg.com/birdwatch-public-data\OT1/ptm/m/n/12 , or-ga-ni-z
|
| 463 |
+
ado por data e di-vi-
|
| 464 |
+
[]
|
| 465 |
+
|
| 466 |
+
[3]
|
| 467 |
+
Underfull \hbox (badness 10000) in paragraph at lines 83--84
|
| 468 |
+
\OT1/ptm/m/n/12 Usamos \OT1/pcr/m/n/12 intfloat/multilingual-e5-large-instruct
|
| 469 |
+
\OT1/ptm/m/n/12 [[]] (1024 di-
|
| 470 |
+
[]
|
| 471 |
+
|
| 472 |
+
|
| 473 |
+
Underfull \hbox (badness 1762) in paragraph at lines 83--84
|
| 474 |
+
\OT1/ptm/m/n/12 mens[]oes) com a se-guinte instru[][]ao em por-tugu[]es, pre-fi
|
| 475 |
+
-xada a cada do-cu-mento:
|
| 476 |
+
[]
|
| 477 |
+
|
| 478 |
+
[4]
|
| 479 |
+
LaTeX Font Info: Trying to load font information for OMS+pcr on input line 1
|
| 480 |
+
03.
|
| 481 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\omspcr.fd
|
| 482 |
+
File: omspcr.fd
|
| 483 |
+
)
|
| 484 |
+
LaTeX Font Info: Font shape `OMS/pcr/m/n' in size <12> not available
|
| 485 |
+
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 103.
|
| 486 |
+
LaTeX Font Info: Trying to load font information for TS1+ptm on input line 1
|
| 487 |
+
08.
|
| 488 |
+
|
| 489 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\ts1ptm.fd
|
| 490 |
+
File: ts1ptm.fd 2001/06/04 font definitions for TS1/ptm.
|
| 491 |
+
)
|
| 492 |
+
LaTeX Font Info: Trying to load font information for OMS+ptm on input line 1
|
| 493 |
+
15.
|
| 494 |
+
|
| 495 |
+
(C:\Users\davim\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\omsptm.fd
|
| 496 |
+
File: omsptm.fd
|
| 497 |
+
)
|
| 498 |
+
LaTeX Font Info: Font shape `OMS/ptm/m/n' in size <12> not available
|
| 499 |
+
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 115.
|
| 500 |
+
|
| 501 |
+
Underfull \hbox (badness 10000) in paragraph at lines 115--116
|
| 502 |
+
[]\OT1/ptm/m/n/12 Cada en-ti-dade car-rega \OT1/pcr/m/n/12 papel[]no[]texto $\O
|
| 503 |
+
MS/cmsy/m/n/12 2$ f\OT1/pcr/m/n/12 mencao\OT1/ptm/m/n/12 ,
|
| 504 |
+
[]
|
| 505 |
+
|
| 506 |
+
|
| 507 |
+
Underfull \hbox (badness 10000) in paragraph at lines 115--116
|
| 508 |
+
\OT1/pcr/m/n/12 fonte[]ou[]evidencia\OMS/cmsy/m/n/12 g\OT1/ptm/m/n/12 . Ti-pos
|
| 509 |
+
como \OT1/pcr/m/n/12 URL[]DOMINIO\OT1/ptm/m/n/12 , \OT1/pcr/m/n/12 LEI[]NORMA\O
|
| 510 |
+
T1/ptm/m/n/12 ,
|
| 511 |
+
[]
|
| 512 |
+
|
| 513 |
+
|
| 514 |
+
Underfull \hbox (badness 10000) in paragraph at lines 115--116
|
| 515 |
+
\OT1/pcr/m/n/12 PROCESSO[]JUDICIAL \OT1/ptm/m/n/12 e \OT1/pcr/m/n/12 VEICULO[]M
|
| 516 |
+
IDIA \OT1/ptm/m/n/12 re-ce-bem \OT1/pcr/m/n/12 fonte[]ou[]evidencia
|
| 517 |
+
[]
|
| 518 |
+
|
| 519 |
+
[5]
|
| 520 |
+
Underfull \hbox (badness 10000) in paragraph at lines 118--119
|
| 521 |
+
\OT1/ptm/m/n/12 Reproduzimos o al-go-ritmo ofi-cial de pontua[][]ao pu-bli-cado
|
| 522 |
+
pela X
|
| 523 |
+
[]
|
| 524 |
+
|
| 525 |
+
|
| 526 |
+
Underfull \hbox (badness 3769) in paragraph at lines 118--119
|
| 527 |
+
\OT1/ptm/m/n/12 (\OT1/pcr/m/n/12 twitter/communitynotes\OT1/ptm/m/n/12 ) so-bre
|
| 528 |
+
o sub-con-junto PT. O al-go-ritmo []e uma
|
| 529 |
+
[]
|
| 530 |
+
|
| 531 |
+
|
| 532 |
+
Underfull \hbox (badness 1478) in paragraph at lines 118--119
|
| 533 |
+
\OT1/ptm/m/n/12 fatora[][]ao ma-tri-cial so-bre a ma-triz \OT1/ptm/m/it/12 usu[
|
| 534 |
+
]ario $\OMS/cmsy/m/n/12 ^^B$ \OT1/ptm/m/it/12 nota \OT1/ptm/m/n/12 de avalia[][
|
| 535 |
+
]oes \OT1/pcr/m/n/12 helpful\OT1/ptm/m/n/12 /\OT1/pcr/m/n/12 not
|
| 536 |
+
[]
|
| 537 |
+
|
| 538 |
+
|
| 539 |
+
Underfull \hbox (badness 1838) in paragraph at lines 118--119
|
| 540 |
+
\OT1/pcr/m/n/12 helpful\OT1/ptm/m/n/12 , com regulariza[][]ao L2, pro-du-zindo
|
| 541 |
+
\OT1/pcr/m/n/12 coreNoteIntercept \OT1/ptm/m/n/12 (uti-li-dade
|
| 542 |
+
[]
|
| 543 |
+
|
| 544 |
+
|
| 545 |
+
Underfull \hbox (badness 10000) in paragraph at lines 125--126
|
| 546 |
+
[]\OT1/ptm/b/n/12 Status e con-senso. \OT1/ptm/m/n/12 Dos 142k no-tas, 11,1% at
|
| 547 |
+
in-gi-ram
|
| 548 |
+
[]
|
| 549 |
+
|
| 550 |
+
<figures/timeline_consenso.pdf, id=155, 714.94035pt x 281.52051pt>
|
| 551 |
+
File: figures/timeline_consenso.pdf Graphic file (type pdf)
|
| 552 |
+
<use figures/timeline_consenso.pdf>
|
| 553 |
+
Package pdftex.def Info: figures/timeline_consenso.pdf used on input line 129.
|
| 554 |
+
|
| 555 |
+
(pdftex.def) Requested size: 426.79135pt x 168.05446pt.
|
| 556 |
+
LaTeX Font Info: External font `cmex10' loaded for size
|
| 557 |
+
(Font) <10.95> on input line 141.
|
| 558 |
+
[6 <./figures/timeline_consenso.pdf>]
|
| 559 |
+
<figures/mf_scatter.pdf, id=207, 498.23454pt x 426.0605pt>
|
| 560 |
+
File: figures/mf_scatter.pdf Graphic file (type pdf)
|
| 561 |
+
<use figures/mf_scatter.pdf>
|
| 562 |
+
Package pdftex.def Info: figures/mf_scatter.pdf used on input line 165.
|
| 563 |
+
(pdftex.def) Requested size: 298.75264pt x 255.48224pt.
|
| 564 |
+
[7 <./figures/mf_scatter.pdf>]
|
| 565 |
+
<figures/heatmap_macrotema_tipo.pdf, id=262, 716.55264pt x 497.92741pt>
|
| 566 |
+
File: figures/heatmap_macrotema_tipo.pdf Graphic file (type pdf)
|
| 567 |
+
<use figures/heatmap_macrotema_tipo.pdf>
|
| 568 |
+
Package pdftex.def Info: figures/heatmap_macrotema_tipo.pdf used on input line
|
| 569 |
+
202.
|
| 570 |
+
(pdftex.def) Requested size: 426.79135pt x 296.57819pt.
|
| 571 |
+
|
| 572 |
+
Underfull \hbox (badness 10000) in paragraph at lines 214--214
|
| 573 |
+
[]|\OT1/ptm/b/n/10.95 Tipo do-mi-
|
| 574 |
+
[]
|
| 575 |
+
|
| 576 |
+
|
| 577 |
+
Overfull \hbox (16.91504pt too wide) in paragraph at lines 216--216
|
| 578 |
+
[]|\OT1/ptm/m/n/10.95 ATOR[]POL. (27%)|
|
| 579 |
+
[]
|
| 580 |
+
|
| 581 |
+
|
| 582 |
+
Underfull \hbox (badness 3701) in paragraph at lines 217--217
|
| 583 |
+
[]|\OT1/ptm/m/n/10.95 flamengo, pal-mei-ras, fifa,
|
| 584 |
+
[]
|
| 585 |
+
|
| 586 |
+
|
| 587 |
+
Overfull \hbox (21.27295pt too wide) in paragraph at lines 218--218
|
| 588 |
+
[]|\OT1/ptm/m/n/10.95 ORG.+PLAT. (49%)|
|
| 589 |
+
[]
|
| 590 |
+
|
| 591 |
+
|
| 592 |
+
Underfull \hbox (badness 10000) in paragraph at lines 218--219
|
| 593 |
+
[]|\OT1/ptm/m/n/10.95 archive.ph, re-cla-
|
| 594 |
+
[]
|
| 595 |
+
|
| 596 |
+
[8] [9 <./figures/heatmap_macrotema_tipo.pdf>]
|
| 597 |
+
Underfull \hbox (badness 10000) in paragraph at lines 248--251
|
| 598 |
+
[]$\OT1/pcr/m/n/12 https : / / huggingface . co / datasets / histlearn /
|
| 599 |
+
[]
|
| 600 |
+
|
| 601 |
+
|
| 602 |
+
Underfull \hbox (badness 4779) in paragraph at lines 248--251
|
| 603 |
+
\OT1/ptm/m/n/12 sob licen[]a CC0 1.0 Uni-ver-sal, ali-nhada []a licen[]a da fon
|
| 604 |
+
te ori-gi-nal. Os
|
| 605 |
+
[]
|
| 606 |
+
|
| 607 |
+
|
| 608 |
+
Underfull \hbox (badness 10000) in paragraph at lines 248--251
|
| 609 |
+
\OT1/ptm/m/n/12 ar-qui-vos \OT1/pcr/m/n/12 notes[]pt.parquet \OT1/ptm/m/n/12 (3
|
| 610 |
+
5MB), \OT1/pcr/m/n/12 entities.parquet \OT1/ptm/m/n/12 (40MB),
|
| 611 |
+
[]
|
| 612 |
+
|
| 613 |
+
|
| 614 |
+
Underfull \hbox (badness 10000) in paragraph at lines 248--251
|
| 615 |
+
\OT1/pcr/m/n/12 topic[]metadata.parquet\OT1/ptm/m/n/12 , \OT1/pcr/m/n/12 macrot
|
| 616 |
+
heme[]metadata.parquet\OT1/ptm/m/n/12 ,
|
| 617 |
+
[]
|
| 618 |
+
|
| 619 |
+
[10] (paper.bbl [11]) [12] (paper.aux)
|
| 620 |
+
***********
|
| 621 |
+
LaTeX2e <2025-11-01>
|
| 622 |
+
L3 programming layer <2025-12-24>
|
| 623 |
+
***********
|
| 624 |
+
Package rerunfilecheck Info: File `paper.out' has not changed.
|
| 625 |
+
(rerunfilecheck) Checksum: B3348061EF2570F95994CFFD343034E5;4299.
|
| 626 |
+
)
|
| 627 |
+
Here is how much of TeX's memory you used:
|
| 628 |
+
11157 strings out of 467871
|
| 629 |
+
179023 string characters out of 5418376
|
| 630 |
+
623596 words of memory out of 5000000
|
| 631 |
+
39824 multiletter control sequences out of 15000+600000
|
| 632 |
+
647390 words of font info for 77 fonts, out of 8000000 for 9000
|
| 633 |
+
1141 hyphenation exceptions out of 8191
|
| 634 |
+
87i,11n,93p,1537b,686s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
| 635 |
+
<C:/Users/davim/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/
|
| 636 |
+
cmmi12.pfb><C:/Users/davim/AppData/Local/Programs/MiKTeX/fonts/type1/public/ams
|
| 637 |
+
fonts/cm/cmr12.pfb><C:/Users/davim/AppData/Local/Programs/MiKTeX/fonts/type1/pu
|
| 638 |
+
blic/amsfonts/cm/cmr8.pfb><C:/Users/davim/AppData/Local/Programs/MiKTeX/fonts/t
|
| 639 |
+
ype1/public/amsfonts/cm/cmsy10.pfb><C:/Users/davim/AppData/Local/Programs/MiKTe
|
| 640 |
+
X/fonts/type1/urw/courier/ucrr8a.pfb><C:/Users/davim/AppData/Local/Programs/MiK
|
| 641 |
+
TeX/fonts/type1/urw/courier/ucrro8a.pfb><C:/Users/davim/AppData/Local/Programs/
|
| 642 |
+
MiKTeX/fonts/type1/urw/times/utmb8a.pfb><C:/Users/davim/AppData/Local/Programs/
|
| 643 |
+
MiKTeX/fonts/type1/urw/times/utmr8a.pfb><C:/Users/davim/AppData/Local/Programs/
|
| 644 |
+
MiKTeX/fonts/type1/urw/times/utmri8a.pfb>
|
| 645 |
+
Output written on paper.pdf (12 pages, 417359 bytes).
|
| 646 |
+
PDF statistics:
|
| 647 |
+
416 PDF objects out of 1000 (max. 8388607)
|
| 648 |
+
55 named destinations out of 1000 (max. 500000)
|
| 649 |
+
184 words of extra memory for PDF output out of 10000 (max. 10000000)
|
| 650 |
+
|
paper/paper.out
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
\BOOKMARK [1][-]{section.1}{\376\377\000I\000n\000t\000r\000o\000d\000u\000\347\000\343\000o}{}% 1
|
| 2 |
+
\BOOKMARK [1][-]{section.2}{\376\377\000T\000r\000a\000b\000a\000l\000h\000o\000s\000\040\000r\000e\000l\000a\000c\000i\000o\000n\000a\000d\000o\000s}{}% 2
|
| 3 |
+
\BOOKMARK [1][-]{section.3}{\376\377\000C\000o\000l\000e\000t\000a\000\040\000e\000\040\000c\000u\000r\000a\000d\000o\000r\000i\000a\000\040\000b\000a\000s\000e}{}% 3
|
| 4 |
+
\BOOKMARK [2][-]{subsection.3.1}{\376\377\000F\000o\000n\000t\000e\000\040\000e\000\040\000E\000T\000L}{section.3}% 4
|
| 5 |
+
\BOOKMARK [2][-]{subsection.3.2}{\376\377\000D\000e\000t\000e\000c\000\347\000\343\000o\000\040\000d\000e\000\040\000d\000r\000i\000f\000t\000\040\000d\000e\000\040\000e\000s\000q\000u\000e\000m\000a\000\040\000e\000\040\000\363\000r\000f\000\343\000o\000s}{section.3}% 5
|
| 6 |
+
\BOOKMARK [2][-]{subsection.3.3}{\376\377\000F\000i\000l\000t\000r\000a\000g\000e\000m\000\040\000p\000o\000r\000\040\000i\000d\000i\000o\000m\000a}{section.3}% 6
|
| 7 |
+
\BOOKMARK [2][-]{subsection.3.4}{\376\377\000E\000s\000t\000a\000t\000\355\000s\000t\000i\000c\000a\000\040\000l\000a\000t\000e\000r\000a\000l\000\040\000n\000o\000t\000\341\000v\000e\000l}{section.3}% 7
|
| 8 |
+
\BOOKMARK [2][-]{subsection.3.5}{\376\377\000H\000i\000d\000r\000a\000t\000a\000\347\000\343\000o\000\040\000a\000m\000o\000s\000t\000r\000a\000l\000\040\000d\000e\000\040\000t\000w\000e\000e\000t\000s}{section.3}% 8
|
| 9 |
+
\BOOKMARK [1][-]{section.4}{\376\377\000P\000i\000p\000e\000l\000i\000n\000e\000\040\000d\000e\000\040\000e\000n\000r\000i\000q\000u\000e\000c\000i\000m\000e\000n\000t\000o}{}% 9
|
| 10 |
+
\BOOKMARK [2][-]{subsection.4.1}{\376\377\000E\000m\000b\000e\000d\000d\000i\000n\000g\000s\000\040\000s\000e\000m\000\342\000n\000t\000i\000c\000o\000s\000\040\000c\000o\000m\000\040\000i\000n\000s\000t\000r\000u\000\347\000\343\000o}{section.4}% 10
|
| 11 |
+
\BOOKMARK [2][-]{subsection.4.2}{\376\377\000T\000\363\000p\000i\000c\000o\000s\000\040\000c\000o\000m\000\040\000B\000E\000R\000T\000o\000p\000i\000c\000\040\000e\000\040\000c\000a\000l\000i\000b\000r\000a\000\347\000\343\000o\000\040\000p\000o\000r\000\040\000D\000B\000C\000V}{section.4}% 11
|
| 12 |
+
\BOOKMARK [2][-]{subsection.4.3}{\376\377\000R\000o\000t\000u\000l\000a\000g\000e\000m\000\040\000e\000s\000t\000r\000u\000t\000u\000r\000a\000d\000a\000\040\000c\000o\000m\000\040\000g\000r\000a\000m\000\341\000t\000i\000c\000a\000\040\000f\000o\000r\000m\000a\000l\000\040\000G\000B\000N\000F}{section.4}% 12
|
| 13 |
+
\BOOKMARK [2][-]{subsection.4.4}{\376\377\000M\000a\000c\000r\000o\000a\000g\000r\000e\000g\000a\000\347\000\343\000o\000\040\000h\000i\000e\000r\000\341\000r\000q\000u\000i\000c\000a\000\040\000e\000\040\000d\000e\000t\000e\000c\000\347\000\343\000o\000\040\000d\000e\000\040\000p\000r\000o\000c\000e\000d\000u\000r\000a\000i\000s}{section.4}% 13
|
| 14 |
+
\BOOKMARK [2][-]{subsection.4.5}{\376\377\000R\000e\000c\000o\000n\000h\000e\000c\000i\000m\000e\000n\000t\000o\000\040\000d\000e\000\040\000e\000n\000t\000i\000d\000a\000d\000e\000s\000\040\000n\000o\000m\000e\000a\000d\000a\000s}{section.4}% 14
|
| 15 |
+
\BOOKMARK [2][-]{subsection.4.6}{\376\377\000P\000o\000n\000t\000u\000a\000\347\000\343\000o\000\040\000p\000o\000r\000\040\000f\000a\000t\000o\000r\000a\000\347\000\343\000o\000\040\000m\000a\000t\000r\000i\000c\000i\000a\000l}{section.4}% 15
|
| 16 |
+
\BOOKMARK [1][-]{section.5}{\376\377\000C\000a\000r\000a\000c\000t\000e\000r\000i\000z\000a\000\347\000\343\000o\000\040\000q\000u\000a\000n\000t\000i\000t\000a\000t\000i\000v\000a}{}% 16
|
| 17 |
+
\BOOKMARK [1][-]{section.6}{\376\377\000A\000v\000a\000l\000i\000a\000\347\000\343\000o\000\040\000d\000e\000\040\000q\000u\000a\000l\000i\000d\000a\000d\000e}{}% 17
|
| 18 |
+
\BOOKMARK [1][-]{section.7}{\376\377\000C\000a\000s\000o\000s\000\040\000d\000e\000\040\000u\000s\000o\000\040\000e\000\040\000q\000u\000e\000s\000t\000\365\000e\000s\000\040\000d\000e\000\040\000p\000e\000s\000q\000u\000i\000s\000a}{}% 18
|
| 19 |
+
\BOOKMARK [1][-]{section.8}{\376\377\000L\000i\000m\000i\000t\000a\000\347\000\365\000e\000s\000\040\000e\000\040\000d\000e\000s\000a\000f\000i\000o\000s}{}% 19
|
| 20 |
+
\BOOKMARK [1][-]{section.9}{\376\377\000D\000i\000s\000p\000o\000n\000i\000b\000i\000l\000i\000d\000a\000d\000e}{}% 20
|
| 21 |
+
\BOOKMARK [1][-]{section.10}{\376\377\000C\000o\000n\000s\000i\000d\000e\000r\000a\000\347\000\365\000e\000s\000\040\000f\000i\000n\000a\000i\000s}{}% 21
|
paper/paper.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24661c3163a73d1cc7d5bfc9fa5efb79583c1a192f69d130371ae4e690b204bc
|
| 3 |
+
size 417359
|
paper/paper.tex
ADDED
|
@@ -0,0 +1,264 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
\documentclass[12pt]{article}
|
| 2 |
+
|
| 3 |
+
\usepackage{sbc-template}
|
| 4 |
+
\usepackage[utf8]{inputenc}
|
| 5 |
+
\usepackage[brazilian]{babel}
|
| 6 |
+
\usepackage{graphicx,url}
|
| 7 |
+
\usepackage{booktabs}
|
| 8 |
+
\usepackage{hyperref}
|
| 9 |
+
\usepackage{xcolor}
|
| 10 |
+
\usepackage{tabularx}
|
| 11 |
+
\usepackage{multirow}
|
| 12 |
+
|
| 13 |
+
\sloppy
|
| 14 |
+
|
| 15 |
+
\title{Community Notes BR: um conjunto de dados enriquecido em português\\
|
| 16 |
+
para pesquisa em moderação colaborativa e desinformação}
|
| 17 |
+
|
| 18 |
+
\author{Davi Machado da Rocha\inst{1}}
|
| 19 |
+
|
| 20 |
+
\address{Universidade de São Paulo (USP)\\
|
| 21 |
+
São Paulo, SP, Brasil
|
| 22 |
+
\email{davimrocha@usp.br}
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
\begin{document}
|
| 26 |
+
|
| 27 |
+
\maketitle
|
| 28 |
+
|
| 29 |
+
\begin{abstract}
|
| 30 |
+
We present \textbf{Community Notes BR}, a curated and enriched Portuguese subset of X's crowdsourced fact-checking notes, covering 142,448 notes between October 2021 and April 2026. The dataset is built from the official Birdwatch public dump (snapshot 2026-04-07) through a five-stage pipeline: deterministic ETL with referential-integrity checks; language filtering via fastText (precision-oriented threshold of 0.80); fine-grained topic modeling combining E5-large multilingual embeddings, BERTopic, and a local LLM with grammar-constrained JSON output (GBNF) producing 899 topics labeled with controlled categories; hierarchical macroaggregation into 38 macrothemes; named entity recognition with GLiNER under a custom 16-type Portuguese taxonomy plus six regex extractors and three canonicalization dictionaries, totaling 536,373 entities; and reproduction of the official Matrix Factorization scoring over the Portuguese subset. Quality is assessed by cross-modal consistency between macrothemes and entity-type signatures rather than exhaustive human validation. The dataset is released under CC0 with two parquet files, supporting metadata, and a taxonomy specification. Use cases include benchmarking Portuguese NER over politically salient categories, classifying note helpfulness, polarization analysis, and longitudinal studies of Brazilian online discourse over two electoral cycles.
|
| 31 |
+
\end{abstract}
|
| 32 |
+
|
| 33 |
+
\begin{resumo}
|
| 34 |
+
Apresentamos o \textbf{Community Notes BR}, um subconjunto curado e enriquecido em português das notas de verificação colaborativa da X, com 142.448 notas entre outubro de 2021 e abril de 2026. A base é construída a partir do dump público oficial do Birdwatch (snapshot 2026-04-07) por meio de um pipeline de cinco etapas: ETL determinístico com checagens de integridade referencial; filtragem por idioma via fastText (limiar de confiança 0,80, orientado à precisão); modelagem fina de tópicos combinando embeddings E5-large multilingual, BERTopic e LLM local com saída JSON restrita por gramática formal (GBNF), produzindo 899 tópicos rotulados com categorias controladas; macroagregação hierárquica em 38 macrotemas; reconhecimento de entidades nomeadas com GLiNER sob taxonomia portuguesa de 16 tipos, mais seis extratores regex e três dicionários de canonicalização, totalizando 536.373 entidades; e reprodução do algoritmo oficial de pontuação por fatoração matricial sobre o subconjunto. A avaliação de qualidade baseia-se em consistência cross-modal entre macrotemas e assinaturas de tipos de entidade. O dataset é distribuído sob CC0, com dois arquivos parquet, metadados de apoio e uma especificação de taxonomia. Os casos de uso incluem benchmarks de NER em PT-BR para categorias politicamente salientes, classificação de utilidade, análise de polarização e estudos longitudinais do discurso digital brasileiro ao longo de dois ciclos eleitorais.
|
| 35 |
+
\end{resumo}
|
| 36 |
+
|
| 37 |
+
\section{Introdução}
|
| 38 |
+
\label{sec:intro}
|
| 39 |
+
|
| 40 |
+
As Community Notes (originalmente \textit{Birdwatch}) são o principal mecanismo de moderação colaborativa em operação na X (antiga Twitter), no qual usuários voluntários propõem notas contextuais a tweets potencialmente enganosos, e a publicação dessas notas depende de consenso interpartidário medido por um algoritmo de fatoração matricial publicado abertamente \cite{wojcik2022birdwatch,prollochs2022community}. O dump das notas, ratings e histórico de status é disponibilizado publicamente sob CC0, atualizado em intervalos curtos, e cobre todas as línguas suportadas pela plataforma.
|
| 41 |
+
|
| 42 |
+
Apesar do volume crescente de notas em português brasileiro --- incluindo episódios de alto interesse público como as eleições de 2022, o ataque às sedes dos Três Poderes em janeiro de 2023, as enchentes no Rio Grande do Sul em 2024, escândalos esportivos, o debate sobre apostas online e polêmicas envolvendo a X e o STF ---, não há até onde sabemos um conjunto de dados público que reúna o recorte PT-BR com enriquecimento multinível pronto para pesquisa em PLN, redes de citação ou análise política. Bases existentes em PT-BR para desinformação são tipicamente coletadas de agências de checagem profissionais \cite{monteiro2018fakebr} e capturam um regime distinto: verificações editoriais em volume baixo, não notas crowdsourced em escala.
|
| 43 |
+
|
| 44 |
+
Este artigo apresenta o \textbf{Community Notes BR}, dataset que (i) recorta o snapshot público de 2026-04-07 ao subconjunto em português com filtragem de alta precisão, (ii) reproduz o algoritmo oficial de pontuação para esse subconjunto, (iii) atribui rótulos temáticos hierárquicos --- 899 tópicos finos agrupados em 38 macrotemas --- por meio de pipeline que combina embeddings instruct, BERTopic e rotulagem por LLM com gramática formal GBNF, (iv) extrai 536 mil entidades nomeadas com taxonomia adaptada ao contexto político-institucional brasileiro, e (v) é avaliado por consistência cross-modal entre macrotemas e tipos de entidade, método que torna a qualidade verificável sem rotulador humano exaustivo.
|
| 45 |
+
|
| 46 |
+
A Seção~\ref{sec:related} contextualiza trabalhos relacionados; a Seção~\ref{sec:coleta} descreve a coleta e a curadoria base; a Seção~\ref{sec:enriquecimento} detalha o enriquecimento; a Seção~\ref{sec:caracterizacao} caracteriza quantitativamente o dataset; a Seção~\ref{sec:qualidade} apresenta a avaliação de qualidade; a Seção~\ref{sec:usos} discute casos de uso; a Seção~\ref{sec:limitacoes} sumariza limitações; e a Seção~\ref{sec:disponibilidade} trata da disponibilidade.
|
| 47 |
+
|
| 48 |
+
\section{Trabalhos relacionados}
|
| 49 |
+
\label{sec:related}
|
| 50 |
+
|
| 51 |
+
\textbf{Datasets de Community Notes.} \cite{prollochs2022community} realiza a primeira análise empírica em larga escala da base, focando em propriedades dos avaliadores e na dinâmica de consenso. \cite{wojcik2022birdwatch} descrevem o algoritmo de fatoração matricial e sua avaliação experimental. Posteriormente, \cite{allen2022birds} examinam a precisão das notas frente ao consenso de especialistas. Esses trabalhos tratam a base global em inglês como dado primário; nenhum produz um recorte em PT com enriquecimento independente.
|
| 52 |
+
|
| 53 |
+
\textbf{Datasets de desinformação em PT-BR.} O Fake.Br Corpus \cite{monteiro2018fakebr} reúne notícias verdadeiras e falsas em PT-BR coletadas de portais e agências de checagem, com rótulos editoriais. Outras coleções, derivadas de plataformas como Aos Fatos e Boatos.org, seguem padrão similar: rótulos atribuídos por verificadores profissionais, alta qualidade individual, mas baixo volume e viés de seleção temática (predominância eleitoral e sanitária). O Community Notes BR opera em regime distinto: sinal contínuo de consenso entre avaliadores anônimos, escala duas ordens de grandeza maior e cobertura de tópicos não atendidos por agências (esporte, entretenimento, sátira).
|
| 54 |
+
|
| 55 |
+
\textbf{NER em PT-BR.} HAREM \cite{santos2007harem} e LeNER-Br \cite{luz2018lenerbr} são as referências em PT, com taxonomias clássicas (pessoa, organização, local, tempo) e foco jurídico, respectivamente. Nossa taxonomia se afasta desses trabalhos ao incluir categorias politicamente salientes (\texttt{ATOR\_POLITICO}, \texttt{PARTIDO}, \texttt{ORGAO\_JUDICIARIO}, \texttt{PROGRAMA\_PUBLICO}).
|
| 56 |
+
|
| 57 |
+
\textbf{Modelagem de tópicos e LLM como anotador.} BERTopic \cite{grootendorst2022bertopic} é a base do nosso pipeline de tópicos. Trabalhos recentes que usam LLMs para rotular tópicos automaticamente \cite{pham2024topicgpt} tipicamente produzem texto livre, deixando o controle vocabular para etapa posterior. Nosso uso de gramática GBNF (Backus-Naur form para \texttt{llama.cpp}) garante saída JSON válida e categorização restrita já durante a geração, evitando passes de pós-processamento e assegurando consistência em produção.
|
| 58 |
+
|
| 59 |
+
\section{Coleta e curadoria base}
|
| 60 |
+
\label{sec:coleta}
|
| 61 |
+
|
| 62 |
+
\subsection{Fonte e ETL}
|
| 63 |
+
O snapshot público oficial do Birdwatch é hospedado em \texttt{ton.twimg.com/birdwatch-public-data}, organizado por data e dividido em cinco datasets lógicos (\texttt{notes}, \texttt{noteRatings}, \texttt{noteStatusHistory}, \texttt{userEnrollment}, \texttt{batSignals}). Cada dataset é fragmentado em shards TSV \texttt{.zip}. Adotamos o snapshot de 2026-04-07 como ponto de corte.
|
| 64 |
+
|
| 65 |
+
O ETL é implementado em DuckDB \cite{raasveldt2019duckdb} com três camadas. \textit{Bronze} preserva todos os shards em \texttt{VARCHAR}, calcula hashes MD5/SHA-256 por arquivo e gera manifesto auditável. \textit{Silver} aplica conversões tipadas (\texttt{BIGINT}, \texttt{TIMESTAMP}), padroniza nomes em \textit{snake\_case} e remove colunas 100\% nulas. \textit{Gold} exporta Parquet com compressão ZSTD, com sharding automático para tabelas acima de 5M linhas.
|
| 66 |
+
|
| 67 |
+
\subsection{Detecção de drift de esquema e órfãos}
|
| 68 |
+
Diferentes shards de um mesmo dataset podem ter esquemas distintos quando o Birdwatch evolui. Computamos \texttt{header\_hash} por arquivo e geramos alerta quando há mais de um cabeçalho distinto por dataset. Em paralelo, checamos integridade referencial entre \texttt{notes}, \texttt{ratings} e \texttt{noteStatusHistory}, removendo registros órfãos. Produzimos também \texttt{snapshot\_diff} entre snapshots consecutivos para detectar envelhecimento (notas removidas, mudanças de status).
|
| 69 |
+
|
| 70 |
+
\subsection{Filtragem por idioma}
|
| 71 |
+
O \texttt{summary} de cada nota é submetido ao classificador fastText \texttt{lid.176.bin} \cite{joulin2017bag}, que cobre 176 idiomas em modelo único. Usamos um limiar de confiança de 0{,}80 para reter o subconjunto PT, balanceando precisão e cobertura. O resultado é de 142.448 notas, com confiança média 0{,}98 (mediana 0{,}99). Uma amostra estratificada de 300 notas (100 por faixa 0{,}80--0{,}90 / 0{,}90--0{,}95 / 0{,}95--1{,}00, \textit{seed} 42) foi inspecionada visualmente e apresentou rotulagem correta; tratou-se de uma verificação rápida, não de avaliação humana exaustiva.
|
| 72 |
+
|
| 73 |
+
\subsection{Estatística lateral notável}
|
| 74 |
+
A taxa de consenso \texttt{CURRENTLY\_RATED\_HELPFUL} é de 11{,}57\% para notas em PT, contra 8{,}69\% para EN no mesmo snapshot --- diferencial de 2{,}88 pontos percentuais que merece investigação ulterior.
|
| 75 |
+
|
| 76 |
+
\subsection{Hidratação amostral de tweets}
|
| 77 |
+
O dump original não inclui o texto dos tweets. Para uma amostra de 4.055 notas, hidratamos os tweets via X API v2 (\texttt{GET /2/tweets}) sob estratificação em três camadas: \texttt{top\_notas} (notas com mais ratings), \texttt{bat\_signals} (tweets com solicitação explícita de revisão) e \texttt{aleatorio} (linha de base). O texto hidratado \textbf{não é redistribuído} neste dataset, em respeito aos termos de serviço da X; a coluna \texttt{stratum} é exposta para análises sobre o desenho amostral.
|
| 78 |
+
|
| 79 |
+
\section{Pipeline de enriquecimento}
|
| 80 |
+
\label{sec:enriquecimento}
|
| 81 |
+
|
| 82 |
+
\subsection{Embeddings semânticos com instrução}
|
| 83 |
+
Usamos \texttt{intfloat/multilingual-e5-large-instruct} \cite{wang2023e5instruct} (1024 dimensões) com a seguinte instrução em português, prefixada a cada documento: \textit{``Identifique o assunto factual em disputa neste texto, ignorando aspectos procedurais sobre a plataforma ou sobre como as notas funcionam.''} Esta instrução orienta o vetor para a controvérsia factual subjacente, em vez de capturar a forma discursiva. O efeito empírico é a separação mais clara entre tópicos substantivos (vacinas, eleições, futebol) e tópicos meta-procedurais.
|
| 84 |
+
|
| 85 |
+
\subsection{Tópicos com BERTopic e calibração por DBCV}
|
| 86 |
+
Aplicamos BERTopic com UMAP (\texttt{n\_neighbors=15}, \texttt{n\_components=10}) seguido de HDBSCAN (\texttt{min\_cluster\_size=30}, \texttt{min\_samples=5}). Os parâmetros foram selecionados via busca em grade orientada por DBCV \cite{moulavi2014dbcv} sobre 36 combinações cruzando \texttt{n\_components} $\in \{5, 10, 15\}$, \texttt{min\_cluster\_size} $\in \{15, 30, 50, 80\}$ e \texttt{min\_samples} $\in \{5, 10, 15, 20\}$. A configuração final equilibra DBCV alto, número de tópicos $\geq 100$ e tamanho do maior cluster sob controle.
|
| 87 |
+
|
| 88 |
+
A representação de palavras-chave usa c-TF-IDF combinado com KeyBERTInspired e Maximal Marginal Relevance (diversidade 0{,}3). Uma redução de outliers por similaridade de embeddings (limiar 0{,}975) é aplicada após o ajuste inicial. O resultado é de \textbf{899 tópicos}, com 33\% das notas no cluster de outliers (\texttt{topic\_id = -1}).
|
| 89 |
+
|
| 90 |
+
\subsection{Rotulagem estruturada com gramática formal GBNF}
|
| 91 |
+
Esta é a contribuição metodológica central. Em vez de pedir um rótulo curto a um LLM e tratar o texto livre resultante, definimos uma gramática Backus-Naur estendida (GBNF) que restringe a saída do modelo a um objeto JSON com três campos exatos:
|
| 92 |
+
|
| 93 |
+
\begin{small}
|
| 94 |
+
\begin{verbatim}
|
| 95 |
+
root ::= "{" ws ctx-kv "," ws cat-kv "," ws rot-kv ws "}"
|
| 96 |
+
ctx-kv ::= "\"contexto_central\"" ws ":" ws string
|
| 97 |
+
\end{verbatim}
|
| 98 |
+
\end{small}
|
| 99 |
+
|
| 100 |
+
\noindent (demais campos análogos.) A gramática é compilada por \texttt{llama.cpp} e impõe que cada token gerado pertença ao espaço de strings JSON válidas, eliminando erros de \textit{parsing} por construção. O LLM utilizado é o \texttt{Marco-Mini-Instruct} (GGUF Q6\_K, modelo \textit{open-weight} quantizado para uso local). O prompt restringe \texttt{categoria\_ampla} a 13 valores controlados (Política, Economia, Saúde, Golpes e Fraudes, Tecnologia, Esporte, Educação, Meio Ambiente, Entretenimento, Ciência, Segurança, Desinformação, Outro) e proíbe palavras genéricas (``desinformação'', ``manipulação'') no \texttt{rotulo\_curto}, forçando foco no assunto concreto.
|
| 101 |
+
|
| 102 |
+
\subsection{Macroagregação hierárquica e detecção de procedurais}
|
| 103 |
+
Aplicamos agrupamento aglomerativo (linkage \textit{average} sobre similaridade cosseno dos \texttt{topic\_embeddings\_}, limiar 0{,}05 escolhido por inspeção do dendrograma) e obtemos \textbf{38 macrotemas}. Cada macrotema é rotulado por um segundo passe LLM sob GBNF distinta (\texttt{\{rotulo\_macro, categoria\_dominante\}}), recebendo agora os \texttt{contexto\_central} dos tópicos constituintes. Um filtro de conteúdo procedural (notas que falam sobre o funcionamento da plataforma, sátira sem alvo concreto) é aplicado em duas camadas: heurística por palavras-chave e classificação direta pelo segundo LLM, que pode atribuir \texttt{categoria\_dominante = Procedural}.
|
| 104 |
+
|
| 105 |
+
\subsection{Reconhecimento de entidades nomeadas}
|
| 106 |
+
A extração combina três fontes:
|
| 107 |
+
\begin{itemize}
|
| 108 |
+
\item \textbf{GLiNER multilingual} \cite{zaratiana2024gliner} (\texttt{urchade/gliner\_multi-v2.1}) com taxonomia de 16 tipos adaptada ao contexto político-institucional brasileiro. Cada tipo recebe um \textit{threshold} próprio entre 0{,}40 e 0{,}55, calibrado para favorecer precisão em tipos confundíveis.
|
| 109 |
+
\item \textbf{Seis extratores regex} para padrões formais com alta precisão por construção: \texttt{URL\_DOMINIO}, \texttt{DATA}, \texttt{VALOR\_MONETARIO}, \texttt{ESTATISTICA}, \texttt{LEI\_NORMA} e \texttt{PROCESSO\_JUDICIAL}.
|
| 110 |
+
\item \textbf{Três dicionários YAML} para canonicalização: programas públicos (Bolsa Família, Auxílio Brasil, SUS, Prouni, $\dots$), siglas de órgãos (STF, TSE, IBGE, Anvisa, $\dots$) e partidos. \textit{Lookup} pós-extração reescreve \texttt{tipo\_entidade} e produz \texttt{texto\_canonico} consistente.
|
| 111 |
+
\end{itemize}
|
| 112 |
+
|
| 113 |
+
Quando dois extratores marcam regiões sobrepostas com IoU $\geq 0{,}5$, a prioridade é dada por fonte: \texttt{regex\_url} (100) $>$ \texttt{regex\_processo} = \texttt{regex\_lei\_norma} (95) $>$ \texttt{regex\_valor} = \texttt{regex\_percentual} (90) $>$ \texttt{regex\_data} (85) $>$ \texttt{gliner} (50). Em empate, vence o de maior \texttt{score}.
|
| 114 |
+
|
| 115 |
+
Cada entidade carrega \texttt{papel\_no\_texto} $\in$ \{\texttt{mencao}, \texttt{fonte\_ou\_evidencia}\}. Tipos como \texttt{URL\_DOMINIO}, \texttt{LEI\_NORMA}, \texttt{PROCESSO\_JUDICIAL} e \texttt{VEICULO\_MIDIA} recebem \texttt{fonte\_ou\_evidencia} por default; demais tipos são \texttt{mencao}. Esta distinção é central para análises de citação versus apoio probatório.
|
| 116 |
+
|
| 117 |
+
\subsection{Pontuação por fatoração matricial}
|
| 118 |
+
Reproduzimos o algoritmo oficial de pontuação publicado pela X (\texttt{twitter/communitynotes}) sobre o subconjunto PT. O algoritmo é uma fatoração matricial sobre a matriz \textit{usuário} $\times$ \textit{nota} de avaliações \texttt{helpful}/\texttt{not helpful}, com regularização L2, produzindo \texttt{coreNoteIntercept} (utilidade absoluta) e \texttt{coreNoteFactor1} (primeira dimensão latente, interpretável como eixo de polarização do consenso). A reprodução roda em CPU sob \texttt{scikit-learn} com checkpoints incrementais. Patches mínimos no código original convertem \texttt{assert} em \texttt{warning} para que o scorer aceite o universo reduzido.
|
| 119 |
+
|
| 120 |
+
\section{Caracterização quantitativa}
|
| 121 |
+
\label{sec:caracterizacao}
|
| 122 |
+
|
| 123 |
+
\textbf{Volume e cobertura.} 142.448 notas distribuídas entre 2021-10 e 2026-04, sobre 90.822 tweets distintos (média 1{,}57 nota/tweet) e 25.483 autores únicos.
|
| 124 |
+
|
| 125 |
+
\textbf{Status e consenso.} Dos 142k notas, 11{,}1\% atingiram \texttt{CURRENTLY\_RATED\_HELPFUL}, 3{,}1\% \texttt{CURRENTLY\_RATED\_NOT\_HELPFUL}, 82{,}0\% permanecem em \texttt{NEEDS\_MORE\_RATINGS} e 3{,}8\% têm status indefinido. A Figura~\ref{fig:timeline} apresenta o volume mensal de notas por classe de consenso.
|
| 126 |
+
|
| 127 |
+
\begin{figure}[ht]
|
| 128 |
+
\centering
|
| 129 |
+
\includegraphics[width=\linewidth]{figures/timeline_consenso}
|
| 130 |
+
\caption{Volume mensal de notas em PT por consenso comunitário. NMR (cinza) domina; CRH (azul) cresce no segundo semestre de 2024 com a expansão das Community Notes.}
|
| 131 |
+
\label{fig:timeline}
|
| 132 |
+
\end{figure}
|
| 133 |
+
|
| 134 |
+
\textbf{Tópicos e macrotemas.} 899 tópicos finos, dos quais 47.162 notas (33\%) caem no outlier \texttt{topic\_id = -1}. Os outros 67\% das notas distribuem-se em 38 macrotemas. A Tabela~\ref{tab:macrotemas} lista os dez maiores.
|
| 135 |
+
|
| 136 |
+
\begin{table}[ht]
|
| 137 |
+
\centering
|
| 138 |
+
\caption{Dez maiores macrotemas, em volume de notas.}
|
| 139 |
+
\label{tab:macrotemas}
|
| 140 |
+
\small
|
| 141 |
+
\begin{tabular}{rlllr}
|
| 142 |
+
\toprule
|
| 143 |
+
\textbf{ID} & \textbf{Macrotema} & \textbf{Categoria dom.} & \textbf{\# tópicos} & \textbf{\# notas} \\
|
| 144 |
+
\midrule
|
| 145 |
+
0 & Sátira clara & Outro & 73 & 12.090 \\
|
| 146 |
+
1 & Crise Política & Política & 123 & 9.833 \\
|
| 147 |
+
2 & Sátira de humorista & Política & 74 & 7.552 \\
|
| 148 |
+
3 & Economia e Política & Economia & 72 & 6.864 \\
|
| 149 |
+
4 & Taylor Swift e Política & Política & 45 & 6.400 \\
|
| 150 |
+
5 & Cotas e Cortes (Ensino Superior) & Política & 47 & 6.370 \\
|
| 151 |
+
6 & Futebol e Racismo & Política & 48 & 5.474 \\
|
| 152 |
+
7 & Apostas Online & Golpes e Fraudes & 61 & 4.700 \\
|
| 153 |
+
8 & Musk e Censura & Tecnologia & 32 & 4.344 \\
|
| 154 |
+
9 & Racismo e Liberdade & Política & 35 & 3.525 \\
|
| 155 |
+
\bottomrule
|
| 156 |
+
\end{tabular}
|
| 157 |
+
\end{table}
|
| 158 |
+
|
| 159 |
+
\textbf{Entidades.} 536.373 entidades em 131.399 notas (92\% das notas carregam pelo menos uma entidade); média de 4{,}08 entidades por nota anotada. A distribuição por tipo concentra-se em URL (33\%), \texttt{PESSOA} (15\%), \texttt{LOCAL} (9\%), \texttt{ORGANIZACAO} (9\%), \texttt{VEICULO\_MIDIA} (8\%) e \texttt{ATOR\_POLITICO} (6\%), com cauda longa em tipos especializados.
|
| 160 |
+
|
| 161 |
+
\textbf{Pontuação MF.} \texttt{coreNoteIntercept} está disponível para 72{,}7\% das notas (as restantes têm ratings insuficientes). O intercepto tem mediana 0{,}15 e cauda longa positiva (máx.~0{,}65); o \texttt{coreNoteFactor1} tem mediana $\approx 0$ e desvio-padrão 0{,}43, indicando dispersão substantiva no eixo de polarização. A Figura~\ref{fig:mf} mostra a distribuição conjunta dos dois parâmetros sobre amostra de 10k notas.
|
| 162 |
+
|
| 163 |
+
\begin{figure}[ht]
|
| 164 |
+
\centering
|
| 165 |
+
\includegraphics[width=0.7\linewidth]{figures/mf_scatter}
|
| 166 |
+
\caption{Espaço de pontuação MF para o subset PT. CRH (azul) concentra-se acima de \texttt{intercept} $\approx 0{,}4$; o eixo \texttt{coreNoteFactor1} captura polarização horizontal independente da utilidade.}
|
| 167 |
+
\label{fig:mf}
|
| 168 |
+
\end{figure}
|
| 169 |
+
|
| 170 |
+
\textbf{Dados faltantes.} A Tabela~\ref{tab:missing} sumariza missingness por coluna.
|
| 171 |
+
|
| 172 |
+
\begin{table}[ht]
|
| 173 |
+
\centering
|
| 174 |
+
\caption{Missingness por coluna em \texttt{notes\_pt.parquet}.}
|
| 175 |
+
\label{tab:missing}
|
| 176 |
+
\small
|
| 177 |
+
\begin{tabular}{lrl}
|
| 178 |
+
\toprule
|
| 179 |
+
\textbf{Coluna} & \textbf{Faltantes (\%)} & \textbf{Razão} \\
|
| 180 |
+
\midrule
|
| 181 |
+
\texttt{coreNoteIntercept}/\texttt{Factor1} & 27{,}3 & ratings insuficientes para MF \\
|
| 182 |
+
\texttt{topic\_name}/\texttt{macrotheme\_label} & 33{,}4 & cluster outlier (\texttt{topic\_id = -1}) \\
|
| 183 |
+
\texttt{status\_final} & 3{,}8 & status sem mapeamento canônico \\
|
| 184 |
+
\texttt{stratum} & 97{,}2 & só amostra de 4.055 hidratada \\
|
| 185 |
+
\bottomrule
|
| 186 |
+
\end{tabular}
|
| 187 |
+
\end{table}
|
| 188 |
+
|
| 189 |
+
\section{Avaliação de qualidade}
|
| 190 |
+
\label{sec:qualidade}
|
| 191 |
+
|
| 192 |
+
Não foi realizada validação humana exaustiva. A qualidade é sustentada por quatro linhas convergentes de evidência.
|
| 193 |
+
|
| 194 |
+
\textbf{Validação determinística.} As checagens determinísticas asseguram a integridade da base: hashes MD5/SHA-256 por shard, detecção de drift de esquema, eliminação de órfãos referenciais entre \texttt{notes}/\texttt{ratings}/\texttt{status\_history}, e diff entre snapshots consecutivos.
|
| 195 |
+
|
| 196 |
+
\textbf{Métricas intrínsecas.} Os parâmetros do BERTopic foram selecionados por DBCV. A confiança média do filtro de idioma é 0{,}98 (mediana 0{,}99). O \texttt{score} médio das entidades GLiNER é 0{,}83 (mediana 0{,}91); entidades regex pertencem ao regime de alta precisão por construção.
|
| 197 |
+
|
| 198 |
+
\textbf{Validação por consistência cross-modal.} Esta é a evidência principal de qualidade na ausência de validação humana exaustiva. Investigamos se os macrotemas têm assinaturas semânticas distintas em três dimensões independentes do rótulo: (i) tipo dominante de entidade não-URL, (ii) entidades canônicas \textit{top-15}, (iii) domínios mais citados como fonte. A Figura~\ref{fig:heatmap} mostra a distribuição de tipos por macrotema. Em \textbf{14 dos 15 maiores macrotemas, as assinaturas são coerentes com o rótulo} (Tabela~\ref{tab:crossmodal}). A coerência entre rótulo, tipo de entidade e fonte citada --- em camadas obtidas por modelos \textit{independentes} (BERTopic + LLM para tópicos; GLiNER + regex para entidades) --- é evidência de validade interna não-trivial.
|
| 199 |
+
|
| 200 |
+
\begin{figure}[ht]
|
| 201 |
+
\centering
|
| 202 |
+
\includegraphics[width=\linewidth]{figures/heatmap_macrotema_tipo}
|
| 203 |
+
\caption{Assinatura semântica por macrotema: percentual de cada tipo de entidade não-URL nos 15 maiores macrotemas. Concentração distinta por linha indica especialização semântica coerente com o rótulo do macrotema.}
|
| 204 |
+
\label{fig:heatmap}
|
| 205 |
+
\end{figure}
|
| 206 |
+
|
| 207 |
+
\begin{table}[ht]
|
| 208 |
+
\centering
|
| 209 |
+
\caption{Assinatura semântica de macrotemas selecionados (top entidades não-URL e top fontes).}
|
| 210 |
+
\label{tab:crossmodal}
|
| 211 |
+
\small
|
| 212 |
+
\begin{tabular}{p{3.0cm}p{2.4cm}p{4.4cm}p{3.0cm}}
|
| 213 |
+
\toprule
|
| 214 |
+
\textbf{Macrotema} & \textbf{Tipo dominante} & \textbf{Top entidades} & \textbf{Top fontes} \\
|
| 215 |
+
\midrule
|
| 216 |
+
Crise Política & ATOR\_POL.~(27\%) & lula, bolsonaro, STF, TSE & g1, cnnbrasil \\
|
| 217 |
+
Futebol e Racismo & ORG.~(41\%) & flamengo, palmeiras, fifa, cbf & ge.globo.com \\
|
| 218 |
+
Apostas Online & ORG.+PLAT.~(49\%) & stake, casa de apostas & archive.ph, reclameaqui \\
|
| 219 |
+
Ataques e Conflitos & LOCAL (35\%) & israel, hamas, gaza, palestina & bbc, cnnbrasil \\
|
| 220 |
+
Vacinas e Saúde & heterogêneo & Anvisa, SUS, pfizer & gov.br, g1 \\
|
| 221 |
+
\bottomrule
|
| 222 |
+
\end{tabular}
|
| 223 |
+
\end{table}
|
| 224 |
+
|
| 225 |
+
\textbf{Falhas detectadas (autorelato).} Duas falhas são reportadas honestamente: (i) \textit{Sátira clara} apresenta entidades genéricas (\texttt{autor}, \texttt{nnn}, \texttt{comunidade}) e 100\% dos top domínios são meta-plataforma (\texttt{communitynotes.x.com}, \texttt{help.x.com}) --- conteúdo procedural não capturado pelo filtro de duas camadas; (ii) \textit{Cotas e Cortes no Ensino Superior} apresenta razão dominante/secundário $\approx 1{,}04$ e entidades \textit{top} que não batem com o rótulo, sugerindo mistura no corte hierárquico. Reportar estas falhas é, em si, evidência de que o método de validação cross-modal encontra problemas reais.
|
| 226 |
+
|
| 227 |
+
\section{Casos de uso e questões de pesquisa}
|
| 228 |
+
\label{sec:usos}
|
| 229 |
+
|
| 230 |
+
Sugerimos cinco frentes para a comunidade. \textbf{(1) Benchmark de NER em PT-BR} para categorias politicamente salientes ausentes em LeNER-Br e HAREM (\texttt{ATOR\_POLITICO}, \texttt{PARTIDO}, \texttt{ORGAO\_JUDICIARIO}, \texttt{PROGRAMA\_PUBLICO}, \texttt{OPERACAO\_POLICIAL}), com 536k entidades acompanhadas de \texttt{score} por entidade, prontas para amostragem e validação. \textbf{(2) Classificação de utilidade} a partir do texto da nota, com ou sem features tabulares (\texttt{n\_ratings}, \texttt{coreNoteFactor1}). \textbf{(3) Análise de polarização} ao longo do \texttt{coreNoteFactor1}, condicionada a macrotema e a tipo de entidade citada. \textbf{(4) Estudos de citação por domínio}: a coluna \texttt{dominio} permite identificar quais sites são mais citados como evidência por macrotema; resultados preliminares mostram concentração editorial (\texttt{g1.globo.com}, \texttt{cnnbrasil.com.br}) em macrotemas políticos e padrões de denúncia (\texttt{archive.ph}, \texttt{reclameaqui.com.br}) em macrotemas de fraude. \textbf{(5) Estudos longitudinais}: a janela de 4{,}5 anos cobre dois ciclos eleitorais, três anos pós-COVID, as enchentes do RS em 2024, escândalos esportivos, debates sobre apostas online e mudanças de moderação na X.
|
| 231 |
+
|
| 232 |
+
\section{Limitações e desafios}
|
| 233 |
+
\label{sec:limitacoes}
|
| 234 |
+
|
| 235 |
+
\begin{itemize}
|
| 236 |
+
\item Não há validação humana exaustiva dos rótulos de tópicos ou entidades.
|
| 237 |
+
\item A revisão LLM do NER está implementada no pipeline, mas não foi aplicada nesta release por restrições de tempo de GPU.
|
| 238 |
+
\item O texto de tweet não é redistribuído (apenas \texttt{tweetId}), em respeito aos termos de serviço da X.
|
| 239 |
+
\item O dataset é \textit{snapshot-bound}; status evolui no tempo e releases futuras podem mostrar deslocamentos.
|
| 240 |
+
\item 33\% das notas residem no cluster de outliers do BERTopic.
|
| 241 |
+
\item O macrotema \textit{Sátira clara} contém vazamento procedural residual.
|
| 242 |
+
\item O filtro de idioma a 0{,}80 prioriza precisão e pode excluir notas curtas ou \textit{code-mixed}.
|
| 243 |
+
\end{itemize}
|
| 244 |
+
|
| 245 |
+
\section{Disponibilidade}
|
| 246 |
+
\label{sec:disponibilidade}
|
| 247 |
+
|
| 248 |
+
O dataset está disponível publicamente em\\
|
| 249 |
+
\url{https://huggingface.co/datasets/histlearn/notas-comunidade-ptbr},\\
|
| 250 |
+
sob licença CC0 1.0 Universal, alinhada à licença da fonte original. Os arquivos \texttt{notes\_pt.parquet} (35\,MB), \texttt{entities.parquet} (40\,MB), \texttt{topic\_metadata.parquet}, \texttt{macrotheme\_metadata.parquet}, \texttt{taxonomy.json} e a pasta \texttt{cross\_modal\_validation/} totalizam $\approx 75$\,MB. O datacard completo está incluído como \texttt{README.md}.
|
| 251 |
+
|
| 252 |
+
\section{Considerações finais}
|
| 253 |
+
\label{sec:conclusao}
|
| 254 |
+
|
| 255 |
+
O \textbf{Community Notes BR} preenche uma lacuna específica em recursos linguísticos para PT-BR aplicados a moderação colaborativa: um recorte público, enriquecido em três níveis independentes (tópico, entidade, pontuação), com método de validação que torna sua qualidade auditável sem rotulador humano dedicado. As contribuições metodológicas --- em particular, a rotulagem por LLM com gramática formal e a validação por consistência cross-modal --- são transferíveis a outros datasets enriquecidos. Convidamos a comunidade a aplicar a infraestrutura de revisão LLM já implementada no NER, expandir validação humana onde a aplicação exigir, e cruzar este dataset com bases editoriais de checagem para análises comparativas.
|
| 256 |
+
|
| 257 |
+
\subsection*{Uso de Inteligência Artificial}
|
| 258 |
+
|
| 259 |
+
Este artigo e o dataset que ele descreve fazem uso explícito de Inteligência Artificial Generativa, da seguinte forma. \textbf{No dataset:} o modelo \texttt{Marco-Mini-Instruct} (GGUF Q6\_K, executado via \texttt{llama-cpp-python}) foi utilizado para rotulagem estruturada de tópicos e macrotemas, com saída restrita por gramática formal GBNF; o modelo \texttt{intfloat/multilingual-e5-large-instruct} foi utilizado para gerar embeddings semânticos; o modelo \texttt{urchade/gliner\_multi-v2.1} foi utilizado para reconhecimento de entidades nomeadas. Em todos os casos, o uso é parte explícita e documentada do pipeline; nenhum desses modelos é listado como autor, e a responsabilidade pelos rótulos finais é do autor humano. \textbf{No texto deste artigo:} ferramentas de IA Generativa (Claude, da Anthropic) foram utilizadas como assistentes na revisão de redação, organização de seções e sugestões bibliográficas. Todas as decisões metodológicas, escolhas de design e interpretações são de responsabilidade do autor humano.
|
| 260 |
+
|
| 261 |
+
\bibliographystyle{plain}
|
| 262 |
+
\bibliography{references}
|
| 263 |
+
|
| 264 |
+
\end{document}
|
paper/references.bib
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@inproceedings{wojcik2022birdwatch,
|
| 2 |
+
title={Birdwatch: Crowd Wisdom and Bridging Algorithms can Inform Understanding and Reduce the Spread of Misinformation},
|
| 3 |
+
author={Wojcik, Stefan and Hilgard, Sophie and Judd, Nick and Mocanu, Delia and Ragain, Stephen and Hunzaker, M B Fallin and Coleman, Keith and Baxter, Jay},
|
| 4 |
+
booktitle={arXiv preprint arXiv:2210.15723},
|
| 5 |
+
year={2022}
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
@inproceedings{prollochs2022community,
|
| 9 |
+
title={Community-based fact-checking on Twitter's Birdwatch platform},
|
| 10 |
+
author={Pr{\"o}llochs, Nicolas},
|
| 11 |
+
booktitle={Proceedings of the International AAAI Conference on Web and Social Media (ICWSM)},
|
| 12 |
+
volume={16},
|
| 13 |
+
pages={794--805},
|
| 14 |
+
year={2022}
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
@inproceedings{allen2022birds,
|
| 18 |
+
title={Birds of a Feather Don't Fact-Check Each Other: Partisanship and the Evaluation of News in Twitter's Birdwatch Crowdsourced Fact-Checking Program},
|
| 19 |
+
author={Allen, Jennifer and Martel, Cameron and Rand, David G},
|
| 20 |
+
booktitle={Proceedings of the 2022 CHI Conference on Human Factors in Computing Systems},
|
| 21 |
+
pages={1--19},
|
| 22 |
+
year={2022}
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
@article{grootendorst2022bertopic,
|
| 26 |
+
title={BERTopic: Neural topic modeling with a class-based TF-IDF procedure},
|
| 27 |
+
author={Grootendorst, Maarten},
|
| 28 |
+
journal={arXiv preprint arXiv:2203.05794},
|
| 29 |
+
year={2022}
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
@inproceedings{joulin2017bag,
|
| 33 |
+
title={Bag of Tricks for Efficient Text Classification},
|
| 34 |
+
author={Joulin, Armand and Grave, Edouard and Bojanowski, Piotr and Mikolov, Tomas},
|
| 35 |
+
booktitle={Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics (EACL)},
|
| 36 |
+
pages={427--431},
|
| 37 |
+
year={2017}
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
@article{wang2023e5instruct,
|
| 41 |
+
title={Improving Text Embeddings with Large Language Models},
|
| 42 |
+
author={Wang, Liang and Yang, Nan and Huang, Xiaolong and Yang, Linjun and Majumder, Rangan and Wei, Furu},
|
| 43 |
+
journal={arXiv preprint arXiv:2401.00368},
|
| 44 |
+
year={2023}
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
@inproceedings{zaratiana2024gliner,
|
| 48 |
+
title={GLiNER: Generalist Model for Named Entity Recognition Using Bidirectional Transformer},
|
| 49 |
+
author={Zaratiana, Urchade and Tomeh, Nadi and Holat, Pierre and Charnois, Thierry},
|
| 50 |
+
booktitle={Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
|
| 51 |
+
year={2024}
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
@book{santos2007harem,
|
| 55 |
+
title={Reconhecimento de entidades mencionadas em portugu{\^e}s: Documenta{\c c}{\~a}o e atas do {HAREM}, a primeira avalia{\c c}{\~a}o conjunta na {\'a}rea},
|
| 56 |
+
author={Santos, Diana and Cardoso, Nuno},
|
| 57 |
+
publisher={Linguateca},
|
| 58 |
+
year={2007}
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
@inproceedings{luz2018lenerbr,
|
| 62 |
+
title={LeNER-Br: a Dataset for Named Entity Recognition in Brazilian Legal Text},
|
| 63 |
+
author={Luz de Araujo, Pedro Henrique and de Campos, Te{\'o}filo Em{\'i}dio and de Oliveira, Renato R R and Stauffer, Matheus and Couto, Samuel and Bermejo, Paulo},
|
| 64 |
+
booktitle={International Conference on the Computational Processing of Portuguese (PROPOR)},
|
| 65 |
+
pages={313--323},
|
| 66 |
+
year={2018}
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
@inproceedings{moulavi2014dbcv,
|
| 70 |
+
title={Density-Based Clustering Validation},
|
| 71 |
+
author={Moulavi, Davoud and Jaskowiak, Pablo A and Campello, Ricardo J G B and Zimek, Arthur and Sander, J{\"o}rg},
|
| 72 |
+
booktitle={Proceedings of the 2014 SIAM International Conference on Data Mining},
|
| 73 |
+
pages={839--847},
|
| 74 |
+
year={2014}
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
@inproceedings{raasveldt2019duckdb,
|
| 78 |
+
title={DuckDB: an Embeddable Analytical Database},
|
| 79 |
+
author={Raasveldt, Mark and M{\"u}hleisen, Hannes},
|
| 80 |
+
booktitle={Proceedings of the 2019 International Conference on Management of Data (SIGMOD)},
|
| 81 |
+
pages={1981--1984},
|
| 82 |
+
year={2019}
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
@inproceedings{monteiro2018fakebr,
|
| 86 |
+
title={Contributions to the Study of Fake News in {P}ortuguese: New Corpus and Automatic Detection Results},
|
| 87 |
+
author={Monteiro, Rafael A. and Santos, Roney L. S. and Pardo, Thiago A. S. and de Almeida, Tiago A. and Ruiz, Evandro E. S. and Vale, Oto A.},
|
| 88 |
+
booktitle={International Conference on the Computational Processing of Portuguese (PROPOR)},
|
| 89 |
+
pages={324--334},
|
| 90 |
+
year={2018},
|
| 91 |
+
publisher={Springer}
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
@inproceedings{pham2024topicgpt,
|
| 95 |
+
title={{T}opic{GPT}: A Prompt-based Topic Modeling Framework},
|
| 96 |
+
author={Pham, Chau Minh and Hoyle, Alexander and Sun, Simeng and Resnik, Philip and Iyyer, Mohit},
|
| 97 |
+
booktitle={Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
|
| 98 |
+
year={2024}
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
@misc{communitynotesalg,
|
| 102 |
+
title={Community Notes scoring algorithm},
|
| 103 |
+
author={{X Corp}},
|
| 104 |
+
howpublished={\url{https://github.com/twitter/communitynotes}},
|
| 105 |
+
year={2024}
|
| 106 |
+
}
|
paper/sbc-template.sty
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
% sbc-template.sty -- Style for SBC Conferences
|
| 2 |
+
% Baseado no template oficial da SBC v2017
|
| 3 |
+
% https://www.overleaf.com/latex/templates/sbc-conferences-template/blbxwjwzdngr
|
| 4 |
+
|
| 5 |
+
\NeedsTeXFormat{LaTeX2e}
|
| 6 |
+
\ProvidesPackage{sbc-template}[2017/01/01 SBC Conferences Template]
|
| 7 |
+
|
| 8 |
+
\RequirePackage{times}
|
| 9 |
+
\RequirePackage{epsfig}
|
| 10 |
+
\RequirePackage{geometry}
|
| 11 |
+
|
| 12 |
+
\geometry{a4paper,top=3.5cm,bottom=2.5cm,left=3.0cm,right=3.0cm}
|
| 13 |
+
|
| 14 |
+
\setlength{\parindent}{1.27cm}
|
| 15 |
+
\setlength{\parskip}{6pt}
|
| 16 |
+
|
| 17 |
+
% Title formatting
|
| 18 |
+
\renewcommand{\title}[1]{\gdef\@title{#1}}
|
| 19 |
+
\renewcommand{\author}[1]{\gdef\@author{#1}}
|
| 20 |
+
|
| 21 |
+
\newcommand{\address}[1]{\gdef\@address{#1}}
|
| 22 |
+
\newcommand{\@address}{}
|
| 23 |
+
|
| 24 |
+
\newcommand{\inst}[1]{\ensuremath{^{#1}}}
|
| 25 |
+
\newcommand{\nextinstitute}{\par}
|
| 26 |
+
\newcommand{\email}[1]{\par\texttt{#1}}
|
| 27 |
+
|
| 28 |
+
\renewcommand{\maketitle}{%
|
| 29 |
+
\begin{center}
|
| 30 |
+
{\Large\bfseries\@title\par}
|
| 31 |
+
\vspace{12pt}
|
| 32 |
+
{\normalsize\@author\par}
|
| 33 |
+
\vspace{8pt}
|
| 34 |
+
{\small\itshape\@address\par}
|
| 35 |
+
\end{center}
|
| 36 |
+
\vspace{12pt}
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
% Abstract environment
|
| 40 |
+
\renewenvironment{abstract}{%
|
| 41 |
+
\begin{center}
|
| 42 |
+
\begin{minipage}{0.92\textwidth}
|
| 43 |
+
\small\textbf{Abstract.}
|
| 44 |
+
}{%
|
| 45 |
+
\end{minipage}
|
| 46 |
+
\end{center}
|
| 47 |
+
\vspace{6pt}
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
% Resumo environment
|
| 51 |
+
\newenvironment{resumo}{%
|
| 52 |
+
\begin{center}
|
| 53 |
+
\begin{minipage}{0.92\textwidth}
|
| 54 |
+
\small\textbf{Resumo.}
|
| 55 |
+
}{%
|
| 56 |
+
\end{minipage}
|
| 57 |
+
\end{center}
|
| 58 |
+
\vspace{6pt}
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
% Section formatting
|
| 62 |
+
\renewcommand{\section}{\@startsection{section}{1}{\z@}%
|
| 63 |
+
{-12pt \@plus -3pt \@minus -2pt}{6pt \@plus 2pt}%
|
| 64 |
+
{\normalfont\large\bfseries}}
|
| 65 |
+
|
| 66 |
+
\renewcommand{\subsection}{\@startsection{subsection}{2}{\z@}%
|
| 67 |
+
{-8pt \@plus -2pt \@minus -1pt}{4pt \@plus 1pt}%
|
| 68 |
+
{\normalfont\normalsize\bfseries}}
|
| 69 |
+
|
| 70 |
+
% Bibliography formatting
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
\endinput
|
paper_skeleton.md
ADDED
|
@@ -0,0 +1,288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Community Notes BR: um conjunto de dados enriquecido em português para pesquisa em moderação colaborativa e desinformação
|
| 2 |
+
|
| 3 |
+
**Davi Machado da Rocha**
|
| 4 |
+
Universidade de São Paulo (USP) — São Paulo, SP, Brasil
|
| 5 |
+
`davimrocha@usp.br`
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Abstract (English — mandatory)
|
| 10 |
+
|
| 11 |
+
> *We present **Community Notes BR**, a curated and enriched Portuguese subset of X's crowdsourced fact-checking notes, covering 142,448 notes between October 2021 and April 2026. The dataset is built from the official Birdwatch public dump (snapshot 2026-04-07) through a five-stage pipeline: deterministic ETL with referential-integrity checks; language filtering via fastText (precision-oriented threshold of 0.80); fine-grained topic modeling combining E5-large multilingual embeddings, BERTopic, and a local LLM with grammar-constrained JSON output (GBNF) to produce 899 topics labeled with controlled categories; hierarchical macroaggregation into 38 macrothemes; named entity recognition with GLiNER under a custom 16-type Portuguese taxonomy plus six regex extractors and three canonicalization dictionaries, totaling 536,373 entities; and reproduction of the official Matrix Factorization scoring (`coreNoteIntercept`, `coreNoteFactor1`) over the Portuguese subset. We present a quality assessment based on cross-modal consistency between macrothemes and entity-type signatures rather than exhaustive human validation. The dataset is released on Hugging Face under CC0, with two parquet files (`notes_pt.parquet`, `entities.parquet`), supporting metadata, and a taxonomy specification. Use cases include benchmarking Portuguese NER over politically salient categories, classifying note helpfulness, polarization analysis along the MF factor, and longitudinal studies of Brazilian online discourse over two electoral cycles.*
|
| 12 |
+
|
| 13 |
+
## Resumo
|
| 14 |
+
|
| 15 |
+
> *Apresentamos o **Community Notes BR**, um subconjunto curado e enriquecido em português das notas de verificação colaborativa da X, com 142.448 notas entre outubro de 2021 e abril de 2026. A base é construída a partir do dump público oficial do Birdwatch (snapshot 2026-04-07) por meio de um pipeline de cinco etapas: ETL determinístico com checagens de integridade referencial; filtragem por idioma via fastText (limiar de confiança 0,80, orientado à precisão); modelagem fina de tópicos combinando embeddings E5-large multilingual, BERTopic e LLM local com saída JSON restrita por gramática formal (GBNF), produzindo 899 tópicos rotulados com categorias controladas; macroagregação hierárquica em 38 macrotemas; reconhecimento de entidades nomeadas com GLiNER sob taxonomia portuguesa de 16 tipos, mais seis extratores regex e três dicionários de canonicalização, totalizando 536.373 entidades; e reprodução do algoritmo oficial de pontuação por fatoração matricial (`coreNoteIntercept`, `coreNoteFactor1`) sobre o subconjunto. A avaliação de qualidade baseia-se em consistência cross-modal entre macrotemas e assinaturas de tipos de entidade, em vez de validação humana exaustiva. O dataset é distribuído no Hugging Face sob CC0, com dois arquivos parquet (`notes_pt.parquet`, `entities.parquet`), metadados de apoio e uma especificação de taxonomia. Os casos de uso incluem benchmarks de NER em PT-BR para categorias politicamente salientes, classificação de utilidade de notas, análise de polarização ao longo do fator de fatoração matricial e estudos longitudinais do discurso digital brasileiro ao longo de dois ciclos eleitorais.*
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
## 1. Introdução *(~1 página)*
|
| 20 |
+
|
| 21 |
+
### Parágrafos sugeridos
|
| 22 |
+
|
| 23 |
+
**§1 — Contexto.** As Community Notes (originalmente *Birdwatch*) são o principal mecanismo de moderação colaborativa em operação na X (antiga Twitter), no qual usuários voluntários propõem notas contextuais a tweets potencialmente enganosos, e a publicação dessas notas depende de consenso interpartidário medido por um algoritmo de fatoração matricial publicado abertamente. O dump das notas, ratings e histórico de status é disponibilizado publicamente sob CC0, atualizado em intervalos curtos e cobre todas as línguas suportadas pela plataforma. **[citar Wojcik et al. 2022; Allen, Martel & Rand 2022; Pröllochs 2022]**
|
| 24 |
+
|
| 25 |
+
**§2 — Lacuna PT-BR.** Apesar do volume crescente de notas em português brasileiro — incluindo episódios de alto interesse público (eleições 2022, ataque às sedes dos Três Poderes em janeiro de 2023, enchentes no Rio Grande do Sul em 2024, escândalos esportivos, debate sobre apostas online, polêmicas envolvendo Elon Musk e o STF) —, não há até onde sabemos um conjunto de dados público que reúna o recorte PT-BR com enriquecimento multinível pronto para pesquisa em PLN, redes de citação ou análise política. Bases existentes em PT-BR para desinformação são tipicamente coletadas de agências de checagem **[citar FakeRecogna; Fakecorpus; outros]** e capturam um regime distinto: verificações editoriais, não notas crowdsourced.
|
| 26 |
+
|
| 27 |
+
**§3 — Contribuição.** Este artigo apresenta o **Community Notes BR**, dataset que (i) recorta o snapshot público de 2026-04-07 ao subconjunto em português com filtragem de alta precisão, (ii) reproduz o algoritmo oficial de pontuação para esse subconjunto, (iii) atribui rótulos temáticos hierárquicos (899 tópicos finos → 38 macrotemas) por meio de pipeline que combina embeddings instruct, BERTopic e rotulagem por LLM com gramática formal GBNF, (iv) extrai 536 mil entidades nomeadas com taxonomia adaptada ao contexto político-institucional brasileiro, e (v) é avaliado por consistência cross-modal entre macrotemas e tipos de entidade — método que torna a qualidade verificável sem rotulador humano exaustivo.
|
| 28 |
+
|
| 29 |
+
**§4 — Estrutura do artigo.** A Seção 2 contextualiza trabalhos relacionados; a Seção 3 descreve a coleta e a curadoria base; a Seção 4 detalha o enriquecimento; a Seção 5 caracteriza quantitativamente o dataset; a Seção 6 apresenta a avaliação de qualidade; a Seção 7 discute casos de uso; a Seção 8 sumariza limitações; e a Seção 9 trata da disponibilidade.
|
| 30 |
+
|
| 31 |
+
### Diretrizes
|
| 32 |
+
- Manter no máximo 4 parágrafos.
|
| 33 |
+
- O parágrafo §3 vende as 5 contribuições — não enxugar demais.
|
| 34 |
+
- Citações: priorizar artigos do próprio Twitter/X sobre o algoritmo, e o estudo de Pröllochs por ser o paper de referência para uso da base.
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## 2. Trabalhos relacionados *(~0,8 página)*
|
| 39 |
+
|
| 40 |
+
### Subseções sugeridas
|
| 41 |
+
|
| 42 |
+
**2.1. Datasets de Community Notes / Birdwatch.** Pröllochs (2022) realiza a primeira análise empírica em larga escala da base, focando em propriedades dos avaliadores e dinâmica de consenso. Wojcik et al. (2022) descrevem o algoritmo de fatoração matricial e sua avaliação experimental. Posteriormente, Allen, Martel e Rand (2022) examinam a precisão das notas frente a consenso de especialistas. Esses trabalhos tratam a base global em inglês como dado primário; nenhum produz um recorte em PT com enriquecimento independente.
|
| 43 |
+
|
| 44 |
+
**2.2. Datasets de desinformação e checagem em PT-BR.** *Listar 2-3 bases:* FakeRecogna **[citar]**, Fake.Br Corpus **[citar]**, ou bases construídas a partir de Aos Fatos / Boatos.org. Diferenciar o regime: agências de checagem produzem rótulos editoriais em volume baixo, frequentemente sobre tópicos com viés de seleção; Community Notes opera em escala, com sinal contínuo de consenso, e cobre tópicos não capturados por agências.
|
| 45 |
+
|
| 46 |
+
**2.3. Recursos de NER em PT-BR.** HAREM (Santos & Cardoso 2007) e LeNER-Br (Luz de Araújo et al. 2018) são as referências em PT, com taxonomias clássicas (pessoa, organização, local, tempo) e foco jurídico, respectivamente. Nossa taxonomia se afasta desses trabalhos ao incluir categorias politicamente salientes (`ATOR_POLITICO`, `PARTIDO`, `ORGAO_JUDICIARIO`, `PROGRAMA_PUBLICO`).
|
| 47 |
+
|
| 48 |
+
**2.4. Modelagem de tópicos e LLM como anotador.** BERTopic (Grootendorst 2022) é a base do nosso pipeline de tópicos. Trabalhos recentes que usam LLMs para rotular tópicos automaticamente **[citar 1-2]** tipicamente produzem texto livre. Nosso uso de gramática GBNF (Backus-Naur form para llama.cpp) garante saída JSON válida e categorização restrita.
|
| 49 |
+
|
| 50 |
+
### Diretrizes
|
| 51 |
+
- Esta seção é estritamente justificativa — para cada referência, dizer *o que ela faz que nós não fazemos / o que ela não faz que nós fazemos*.
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
## 3. Coleta e curadoria base *(~1,5 página)*
|
| 56 |
+
|
| 57 |
+
### Subseções sugeridas
|
| 58 |
+
|
| 59 |
+
**3.1. Fonte.** O snapshot público oficial do Birdwatch é hospedado em `ton.twimg.com/birdwatch-public-data`, organizado por data e dividido em cinco datasets lógicos (`notes`, `noteRatings`, `noteStatusHistory`, `userEnrollment`, `batSignals`). Cada dataset é fragmentado em shards TSV `.zip` de tamanho variável conforme volume. Adotamos o snapshot de 2026-04-07 como ponto de corte, justificando a escolha pela proximidade com o início do período eleitoral municipal de 2026 e pela cobertura de cinco ciclos relevantes.
|
| 60 |
+
|
| 61 |
+
**3.2. ETL bronze/silver/gold.** Implementamos pipeline em DuckDB com três camadas. *Bronze* preserva todos os shards em `VARCHAR`, calcula hashes MD5/SHA-256 por arquivo e gera manifesto auditável. *Silver* aplica conversões tipadas (`BIGINT`, `TIMESTAMP`), padroniza nomes em snake_case e remove colunas 100% nulas. *Gold* exporta Parquet ZSTD particionado, com sharding automático para tabelas acima de 5M linhas.
|
| 62 |
+
|
| 63 |
+
**3.3. Detecção de drift de esquema e órfãos.** Diferentes shards de um mesmo dataset podem ter esquemas distintos quando o Birdwatch evolui. Computamos `header_hash` por arquivo e geramos alerta quando há mais de um cabeçalho distinto por dataset. Em paralelo, checamos integridade referencial entre `notes` ↔ `ratings` ↔ `noteStatusHistory`, removendo registros órfãos que apontam para notas ausentes do dump. Produzimos também `snapshot_diff` entre snapshots consecutivos para detectar envelhecimento (notas removidas, mudanças de status).
|
| 64 |
+
|
| 65 |
+
**3.4. Filtragem por idioma.** O `summary` de cada nota é submetido ao classificador fastText `lid.176.bin` (Joulin et al. 2017), que cobre 176 idiomas em modelo único. Usamos um limiar de confiança de 0,80 para reter o subconjunto PT, balanceando precisão e cobertura. O resultado é de 142.448 notas, com confiança média de 0,98 (mediana 0,99). Uma amostra estratificada de 300 notas (100 por faixa de confiança 0,80–0,90 / 0,90–0,95 / 0,95–1,00, *seed* 42) foi inspecionada visualmente; a verificação foi rápida e apareceu correta, mas não constitui avaliação humana rigorosa.
|
| 66 |
+
|
| 67 |
+
**3.5. Estatística lateral notável.** A taxa de consenso `CURRENTLY_RATED_HELPFUL` (CRH) é de 11,57% para notas em PT, contra 8,69% para EN no mesmo snapshot — diferencial de 2,88 pontos percentuais que merece investigação ulterior por parte da comunidade.
|
| 68 |
+
|
| 69 |
+
**3.6. Hidratação amostral de tweets.** O dump original não inclui o texto dos tweets. Para uma amostra de 4.055 notas, hidratamos os tweets via X API v2 (`GET /2/tweets`) sob estratificação em três camadas: `top_notas` (notas com mais ratings), `bat_signals` (tweets com solicitação explícita de revisão) e `aleatorio` (linha de base). O texto hidratado **não é redistribuído** neste dataset, em respeito aos termos de serviço da X; a coluna `stratum` é exposta para permitir análises sobre o desenho amostral.
|
| 70 |
+
|
| 71 |
+
### Figuras/tabelas
|
| 72 |
+
- **Figura 1.** Diagrama do pipeline (5 estágios em fluxo).
|
| 73 |
+
- **Tabela 1.** Cardinalidades em cada checkpoint (snapshot bruto → após filtro PT → final).
|
| 74 |
+
- **Tabela 2.** Taxa CRH por idioma (top 5).
|
| 75 |
+
|
| 76 |
+
---
|
| 77 |
+
|
| 78 |
+
## 4. Pipeline de enriquecimento *(~2,5 páginas)*
|
| 79 |
+
|
| 80 |
+
### 4.1. Embeddings semânticos com instrução *(~0,5p)*
|
| 81 |
+
|
| 82 |
+
Usamos `intfloat/multilingual-e5-large-instruct` (1024 dimensões) com a seguinte instrução em português, prefixada a cada documento:
|
| 83 |
+
|
| 84 |
+
> *"Identifique o assunto factual em disputa neste texto, ignorando aspectos procedurais sobre a plataforma ou sobre como as notas funcionam."*
|
| 85 |
+
|
| 86 |
+
Esta instrução orienta o vetor para a controvérsia factual subjacente, em vez de capturar a forma discursiva da nota. O efeito empírico é a separação cleaner entre tópicos substantivos (vacinas, eleições, futebol) e tópicos meta-procedurais (como usar notas, sátira sem alvo claro). Os embeddings são pré-computados uma única vez (~30 min em GPU T4 para 142k notas) e reutilizados em todas as etapas subsequentes.
|
| 87 |
+
|
| 88 |
+
### 4.2. Tópicos com BERTopic e calibração por DBCV *(~0,5p)*
|
| 89 |
+
|
| 90 |
+
Aplicamos BERTopic (Grootendorst 2022) com UMAP (`n_neighbors=15`, `n_components=10`, `metric=cosine`) seguido de HDBSCAN (`min_cluster_size=30`, `min_samples=5`). Os parâmetros foram selecionados via **busca em grade orientada por DBCV** (Density-Based Clustering Validation; Moulavi et al. 2014) sobre 36 combinações cruzando `n_components ∈ {5, 10, 15}`, `min_cluster_size ∈ {15, 30, 50, 80}` e `min_samples ∈ {5, 10, 15, 20}`. A configuração final equilibra DBCV alto, número de tópicos ≥ 100 e tamanho do maior cluster sob controle.
|
| 91 |
+
|
| 92 |
+
A representação de palavras-chave usa c-TF-IDF combinado com KeyBERTInspired e MaximalMarginalRelevance (diversidade 0,3) para reduzir redundância. Uma redução de outliers via similaridade de embeddings (limiar 0,975) é aplicada após o ajuste inicial. O resultado é de **899 tópicos**, com 33% das notas no cluster de outliers (`topic_id = -1`).
|
| 93 |
+
|
| 94 |
+
### 4.3. Rotulagem estruturada com gramática formal GBNF *(~0,7p — contribuição metodológica)*
|
| 95 |
+
|
| 96 |
+
Esta é a contribuição metodológica central. Em vez de pedir um rótulo curto a um LLM e tratar o texto livre resultante, definimos uma **gramática Backus-Naur estendida (GBNF)** que restringe a saída do modelo a um objeto JSON com três campos exatos:
|
| 97 |
+
|
| 98 |
+
```bnf
|
| 99 |
+
root ::= "{" ws ctx-kv "," ws cat-kv "," ws rot-kv ws "}"
|
| 100 |
+
ctx-kv ::= "\"contexto_central\"" ws ":" ws string
|
| 101 |
+
cat-kv ::= "\"categoria_ampla\"" ws ":" ws string
|
| 102 |
+
rot-kv ::= "\"rotulo_curto\"" ws ":" ws string
|
| 103 |
+
string ::= "\"" chars "\""
|
| 104 |
+
```
|
| 105 |
+
|
| 106 |
+
A gramática é compilada por `llama.cpp` e impõe que cada token gerado pertença ao espaço de strings JSON válidas, eliminando erros de parsing por construção. O LLM utilizado é o `Marco-Mini-Instruct` (GGUF Q6_K) rodando localmente, que recebe as palavras-chave do c-TF-IDF e três documentos representativos do tópico. O prompt instrui que `categoria_ampla` deve ser uma de 13 categorias controladas (`Política`, `Economia`, `Saúde`, `Golpes e Fraudes`, `Tecnologia`, `Esporte`, `Educação`, `Meio Ambiente`, `Entretenimento`, `Ciência`, `Segurança`, `Desinformação`, `Outro`) e proíbe explicitamente palavras genéricas como "desinformação" ou "manipulação" no `rotulo_curto`, forçando o modelo a focar no assunto concreto.
|
| 107 |
+
|
| 108 |
+
### 4.4. Macroagregação hierárquica e detecção de procedurais *(~0,5p)*
|
| 109 |
+
|
| 110 |
+
Para reduzir 899 tópicos finos a uma estrutura interpretável, aplicamos **agrupamento aglomerativo** (linkage average sobre similaridade cosseno dos `topic_embeddings_` do BERTopic), com limiar de distância 0,05 escolhido por inspeção do dendrograma. Resulta em **38 macrotemas**.
|
| 111 |
+
|
| 112 |
+
Cada macrotema é então rotulado por um segundo passe LLM, sob gramática GBNF distinta (`{rotulo_macro, categoria_dominante}`), recebendo agora os `contexto_central` dos tópicos constituintes — não palavras-chave, evitando "amnésia" do modelo.
|
| 113 |
+
|
| 114 |
+
Um filtro de conteúdo procedural (notas que falam sobre o funcionamento das notas, sátira sem alvo concreto, comentários genéricos sobre a plataforma) é aplicado em duas camadas: (i) heurística por palavras-chave em `rotulo_curto`/`contexto_central`, (ii) classificação direta do macrotema pelo segundo LLM, que pode atribuir `categoria_dominante = "Procedural"`. A união das duas camadas marca os tópicos a serem destacados em análises substantivas.
|
| 115 |
+
|
| 116 |
+
### 4.5. Reconhecimento de entidades nomeadas *(~0,7p)*
|
| 117 |
+
|
| 118 |
+
A extração combina três fontes:
|
| 119 |
+
|
| 120 |
+
**(i) GLiNER multilingual** (`urchade/gliner_multi-v2.1`; Zaratiana et al. 2024) com **taxonomia de 16 tipos adaptada ao contexto político-institucional brasileiro** (`PESSOA`, `PESSOA_PUBLICA`, `ATOR_POLITICO`, `PARTIDO`, `PROGRAMA_PUBLICO`, `ORGAO_PUBLICO`, `ORGAO_JUDICIARIO`, `ORGAO_SEGURANCA`, `VEICULO_MIDIA`, `PLATAFORMA_DIGITAL`, `ORGANIZACAO`, `LOCAL`, `EVENTO_POLITICO`, `OPERACAO_POLICIAL`, `PROCESSO_JUDICIAL`, `FONTE_CITADA`). Cada tipo recebe um threshold próprio entre 0,40 e 0,55, calibrado para favorecer precisão em tipos confundíveis (ex.: `PARTIDO` recebe 0,50 contra 0,45 do default por causa de siglas como "PT" coincidirem com tokens não-políticos).
|
| 121 |
+
|
| 122 |
+
**(ii) Seis extratores regex** para padrões formais com alta precisão por construção: `URL_DOMINIO`, `DATA`, `VALOR_MONETARIO`, `ESTATISTICA` (percentuais), `LEI_NORMA` (Lei 14.197/2021, Decreto, Medida Provisória, PEC, ADI, etc.) e `PROCESSO_JUDICIAL` (formato CNJ).
|
| 123 |
+
|
| 124 |
+
**(iii) Três dicionários YAML editáveis** para canonicalização: `programas_publicos` (Bolsa Família, Auxílio Brasil, SUS, Prouni, …), `siglas_orgaos` (STF, TSE, IBGE, Anvisa, …) e partidos. Lookup pós-extração reescreve `tipo_entidade` e produz `texto_canonico` consistente.
|
| 125 |
+
|
| 126 |
+
**Resolução de sobreposições.** Quando dois extratores marcam regiões sobrepostas com IoU ≥ 0,5, a prioridade é dada por fonte: `regex_url` (100) > `regex_processo` = `regex_lei_norma` (95) > `regex_valor` = `regex_percentual` (90) > `regex_data` (85) > `gliner` (50). Em empate, vence o de maior `score`.
|
| 127 |
+
|
| 128 |
+
**Dimensão *papel no texto*.** Cada entidade carrega `papel_no_texto ∈ {mencao, fonte_ou_evidencia}`. Tipos como `URL_DOMINIO`, `LEI_NORMA`, `PROCESSO_JUDICIAL` e `VEICULO_MIDIA` recebem `fonte_ou_evidencia` por default; demais tipos são `mencao`. Esta distinção é central para análises de citação (quem fala de quem) versus apoio probatório (quem cita o quê).
|
| 129 |
+
|
| 130 |
+
### 4.6. Pontuação por fatoração matricial *(~0,3p)*
|
| 131 |
+
|
| 132 |
+
Reproduzimos o algoritmo oficial de pontuação publicado pela X (`twitter/communitynotes`) sobre o subconjunto PT. O algoritmo é uma fatoração matricial sobre a matriz `usuário × nota` de avaliações `helpful`/`not helpful`, com regularização L2, produzindo dois parâmetros centrais: `coreNoteIntercept` (utilidade absoluta da nota independente do avaliador) e `coreNoteFactor1` (primeira dimensão latente, interpretável como eixo de polarização do consenso). A reprodução roda em CPU pura sob `scikit-learn`, com checkpoints incrementais por fase. Patches mínimos no código original convertem `assert` em `warning` para que o scorer aceite o universo reduzido (subset PT) sem abortar.
|
| 133 |
+
|
| 134 |
+
### Figuras/tabelas
|
| 135 |
+
- **Figura 2.** Mapa intertópico (UMAP 2D) com top macrotemas destacados por cor.
|
| 136 |
+
- **Figura 3.** Dendrograma da macroagregação com linha de corte em 0,05.
|
| 137 |
+
- **Tabela 3.** Taxonomia das 22 categorias de entidade (16 GLiNER + 6 regex) com threshold e papel padrão.
|
| 138 |
+
|
| 139 |
+
---
|
| 140 |
+
|
| 141 |
+
## 5. Caracterização quantitativa *(~1,5 página)*
|
| 142 |
+
|
| 143 |
+
### Subseções sugeridas
|
| 144 |
+
|
| 145 |
+
**5.1. Volume e cobertura temporal.** 142.448 notas distribuídas entre 2021-10 e 2026-04, sobre 90.822 tweets distintos (média 1,57 nota/tweet) e 25.483 autores únicos. **[Figura 4: histograma temporal por status, mostrando crescimento e os picos eleitorais]**
|
| 146 |
+
|
| 147 |
+
**5.2. Status e consenso.** Dos 142k notas, 11,1% atingiram `CURRENTLY_RATED_HELPFUL`, 3,1% `CURRENTLY_RATED_NOT_HELPFUL`, 82,0% permanecem em `NEEDS_MORE_RATINGS` e 3,8% têm status indefinido. Esse perfil é compatível com o reportado para a base global, mas com desvio positivo em CRH.
|
| 148 |
+
|
| 149 |
+
**5.3. Tópicos e macrotemas.** 899 tópicos finos, dos quais 47.162 notas (33%) caem no outlier `topic_id = -1`. Os outros 67% das notas distribuem-se em 38 macrotemas; os 10 maiores cobrem 47% das notas com tópico. **[Tabela 4: top 10 macrotemas]**
|
| 150 |
+
|
| 151 |
+
**5.4. Entidades.** 536.373 entidades em 131.399 notas (92% das 142k carregam pelo menos uma entidade). Distribuição por tipo: URL (33%), PESSOA (15%), LOCAL (9%), ORGANIZACAO (9%), VEICULO_MIDIA (8%), ATOR_POLITICO (6%), PLATAFORMA_DIGITAL (5%) e cauda longa em tipos especializados.
|
| 152 |
+
|
| 153 |
+
**5.5. Pontuação MF.** `coreNoteIntercept` está disponível para 72,7% das notas (as restantes têm ratings insuficientes). O intercepto tem mediana 0,15 e cauda longa positiva (max 0,65); o `coreNoteFactor1` tem mediana ≈ 0 e desvio-padrão 0,43, indicando dispersão substantiva ao longo do eixo de polarização — adequado a análises comparativas. **[Figura 5: distribuições conjuntas de intercepto × fator]**
|
| 154 |
+
|
| 155 |
+
**5.6. Dados faltantes.** **[Tabela 5: missingness por coluna com explicação resumida]**
|
| 156 |
+
|
| 157 |
+
---
|
| 158 |
+
|
| 159 |
+
## 6. Avaliação de qualidade *(~1,2 página)*
|
| 160 |
+
|
| 161 |
+
### Subseções sugeridas
|
| 162 |
+
|
| 163 |
+
**6.1. Validação determinística.** As checagens determinísticas asseguram a integridade da base: hashes MD5/SHA-256 por shard, detecção de drift de esquema, eliminação de órfãos referenciais entre `notes`/`ratings`/`status_history`, e diff entre snapshots consecutivos. Essas checagens não validam o conteúdo, mas garantem que erros de coleta não se propagam para o produto final.
|
| 164 |
+
|
| 165 |
+
**6.2. Métricas intrínsecas.** Os parâmetros do BERTopic foram selecionados por DBCV; a calibração escolheu o ponto de operação com melhor compromisso entre validade interna e cobertura. A confiança média do filtro de idioma é 0,98 (mediana 0,99). O `score` médio das entidades GLiNER é 0,83 (mediana 0,91); entidades regex pertencem ao regime de alta precisão por construção.
|
| 166 |
+
|
| 167 |
+
**6.3. Validação por consistência cross-modal.** *(Esta é a evidência principal de qualidade na ausência de validação humana exaustiva.)* Investigamos se os macrotemas têm assinaturas semânticas distintas em duas dimensões independentes do rótulo: (i) tipo dominante de entidade não-URL, (ii) entidades canônicas top-15. Em **14 dos 15 maiores macrotemas, as assinaturas são coerentes com o rótulo do macrotema**. Exemplos:
|
| 168 |
+
|
| 169 |
+
| Macrotema | Tipo dominante | Top entidades | Top fontes |
|
| 170 |
+
|---|---|---|---|
|
| 171 |
+
| Crise Política | ATOR_POLITICO (27%) | lula, bolsonaro, STF, TSE, PF | g1, cnnbrasil, poder360 |
|
| 172 |
+
| Futebol e Racismo | ORGANIZACAO (41%) | flamengo, palmeiras, fifa, cbf | ge.globo.com (16%) |
|
| 173 |
+
| Apostas Online | ORGANIZACAO + PLATAFORMA (49%) | stake, casa de apostas | archive.ph, reclameaqui, pastebin |
|
| 174 |
+
| Ataques e Conflitos | LOCAL (35%) | israel, hamas, gaza, palestina | bbc, cnnbrasil |
|
| 175 |
+
| Vacinas e Saúde | heterogêneo | Anvisa, SUS, pfizer | gov.br, g1 |
|
| 176 |
+
|
| 177 |
+
A coerência entre rótulo, tipo de entidade e fonte citada — em camadas obtidas por modelos *independentes* (BERTopic + LLM para tópicos; GLiNER + regex para entidades) — é evidência de validade interna não-trivial.
|
| 178 |
+
|
| 179 |
+
**6.4. Falhas detectadas (autorelato).** Duas falhas são reportadas honestamente:
|
| 180 |
+
|
| 181 |
+
- **Sátira clara** apresenta entidades genéricas (`autor`, `nnn`, `comunidade`) e 100% dos top domínios são meta-plataforma (`communitynotes.x.com`, `help.x.com`). Trata-se de conteúdo procedural não capturado pelo filtro de duas camadas. Tópicos individuais foram detectados, mas o macrotema agregado escapou. **[Figura 6: heatmap de top domínios por macrotema]**
|
| 182 |
+
- **Cotas e Cortes no Ensino Superior** apresenta razão dominante/secundário ≈ 1,04 e entidades top que não batem com o rótulo (g1, brasil, bolsonaro, sao-paulo). Sugere mistura no corte hierárquico e merece reavaliação em release futura.
|
| 183 |
+
|
| 184 |
+
Reportar estas falhas é, em si, evidência de que o método de validação cross-modal *encontra problemas reais*.
|
| 185 |
+
|
| 186 |
+
**6.5. Verificação visual amostral do filtro de idioma.** Ver §3.4 — checagem rápida, não exaustiva.
|
| 187 |
+
|
| 188 |
+
---
|
| 189 |
+
|
| 190 |
+
## 7. Casos de uso e questões de pesquisa *(~0,8 página)*
|
| 191 |
+
|
| 192 |
+
Sugerimos cinco frentes para a comunidade explorar a partir do dataset:
|
| 193 |
+
|
| 194 |
+
**7.1. Benchmark de NER em PT-BR para categorias politicamente salientes.** A taxonomia inclui tipos ausentes em LeNER-Br e HAREM (`ATOR_POLITICO`, `PARTIDO`, `ORGAO_JUDICIARIO`, `PROGRAMA_PUBLICO`, `OPERACAO_POLICIAL`). O dataset provê 536k entidades com `score` por entidade, prontas para amostragem para validação humana ou refinamento por adversarial fine-tuning.
|
| 195 |
+
|
| 196 |
+
**7.2. Classificação de utilidade (helpfulness).** Modelos podem aprender a prever `consenso = CRH` a partir do texto da nota, com ou sem features tabulares (`n_ratings`, `coreNoteFactor1`). Em experimentos exploratórios não publicados, ROC-AUC ~ 0,89 e MCC ~ 0,57 são alcançáveis com TF-IDF + features estruturais.
|
| 197 |
+
|
| 198 |
+
**7.3. Análise de polarização.** O `coreNoteFactor1` é uma coordenada explícita ao longo do eixo de divergência ideológica do consenso. Estudos podem condicionar essa coordenada a macrotema e a tipo de entidade citada para mapear como diferentes assuntos polarizam o público brasileiro de forma distinta.
|
| 199 |
+
|
| 200 |
+
**7.4. Estudos de citação por domínio.** A coluna `dominio` do `entities.parquet` permite análises de quais sites são mais citados como evidência por macrotema. Resultados preliminares mostram concentração editorial (`g1.globo.com`, `cnnbrasil.com.br`) em macrotemas políticos e padrões de denúncia (`archive.ph`, `reclameaqui.com.br`) em macrotemas de fraude.
|
| 201 |
+
|
| 202 |
+
**7.5. Estudos longitudinais.** A janela de 4,5 anos cobre dois ciclos eleitorais, três anos pós-COVID, as enchentes do RS em 2024, escândalos esportivos, debates sobre apostas online e mudanças de moderação na X (incluindo o episódio de 2024 com o STF). Permite séries temporais de tópicos ativos.
|
| 203 |
+
|
| 204 |
+
---
|
| 205 |
+
|
| 206 |
+
## 8. Limitações e desafios *(~0,4 página)*
|
| 207 |
+
|
| 208 |
+
- **Sem validação humana exaustiva** dos rótulos de tópicos ou entidades.
|
| 209 |
+
- **Revisão LLM do NER projetada mas não aplicada** nesta release por restrições de tempo de GPU.
|
| 210 |
+
- **Texto de tweet não redistribuído.** Apenas `tweetId` é exposto, em respeito aos termos de serviço da X.
|
| 211 |
+
- **Snapshot-bound.** Status evolui no tempo; releases futuras podem mostrar deslocamentos.
|
| 212 |
+
- **Outliers temáticos.** 33% das notas em `topic_id = -1` — outlier reduction foi aplicada de forma conservadora.
|
| 213 |
+
- **Vazamento procedural residual.** Macrotema *Sátira clara* contém conteúdo procedural não filtrado.
|
| 214 |
+
- **Filtro de idioma orientado a precisão.** O limiar de 0,80 pode excluir notas curtas ou com mistura de códigos.
|
| 215 |
+
|
| 216 |
+
---
|
| 217 |
+
|
| 218 |
+
## 9. Disponibilidade *(~0,3 página)*
|
| 219 |
+
|
| 220 |
+
O dataset está disponível publicamente em:
|
| 221 |
+
|
| 222 |
+
> **`https://huggingface.co/datasets/histlearn/community-notes-br`**
|
| 223 |
+
|
| 224 |
+
Sob licença CC0 1.0 Universal, alinhada à licença da fonte original. Os arquivos `notes_pt.parquet` (35 MB), `entities.parquet` (40 MB), `topic_metadata.parquet`, `macrotheme_metadata.parquet`, `taxonomy.json` e a pasta `cross_modal_validation/` totalizam ~80 MB. O datacard completo está incluído como `README.md`.
|
| 225 |
+
|
| 226 |
+
---
|
| 227 |
+
|
| 228 |
+
## 10. Considerações finais *(~0,3 página)*
|
| 229 |
+
|
| 230 |
+
O **Community Notes BR** preenche uma lacuna específica e ao mesmo tempo profunda em recursos linguísticos para PT-BR aplicados a moderação colaborativa: um recorte público, enriquecido em três níveis independentes (tópico, entidade, pontuação), com método de validação que torna sua qualidade auditável sem rotulador humano dedicado. As contribuições metodológicas — em particular, a rotulagem por LLM com gramática formal e a validação por consistência cross-modal — são transferíveis a outros datasets enriquecidos. Convidamos a comunidade a aplicar a infraestrutura de revisão LLM já implementada no NER, expandir a validação humana onde a aplicação exigir, e cruzar este dataset com bases editoriais de checagem para análises comparativas.
|
| 231 |
+
|
| 232 |
+
---
|
| 233 |
+
|
| 234 |
+
## Uso de Inteligência Artificial
|
| 235 |
+
|
| 236 |
+
*(Subseção obrigatória, não numerada, antes das Referências.)*
|
| 237 |
+
|
| 238 |
+
Este artigo e o dataset que ele descreve fazem uso explícito de Inteligência Artificial Generativa, da seguinte forma:
|
| 239 |
+
|
| 240 |
+
**No dataset.** O modelo `Marco-Mini-Instruct` (GGUF Q6_K, executado via `llama-cpp-python`) foi utilizado para rotulagem estruturada de tópicos e macrotemas, com saída restrita por gramática formal GBNF. O modelo `intfloat/multilingual-e5-large-instruct` foi utilizado para gerar embeddings semânticos. O modelo `urchade/gliner_multi-v2.1` foi utilizado para reconhecimento de entidades nomeadas. Em todos os casos, o uso é parte explícita e documentada do pipeline; nenhum desses modelos foi listado como autor, e a responsabilidade pelos rótulos finais é dos autores humanos.
|
| 241 |
+
|
| 242 |
+
**No texto deste artigo.** Ferramentas de IA Generativa (Claude da Anthropic) foram utilizadas como assistentes na revisão de redação, organização de seções e sugestões de citação. Todas as decisões metodológicas, escolhas de design e interpretações são de responsabilidade do(s) autor(es) humano(s). Nenhum trecho foi gerado e publicado sem leitura crítica.
|
| 243 |
+
|
| 244 |
+
---
|
| 245 |
+
|
| 246 |
+
## Referências
|
| 247 |
+
|
| 248 |
+
*(Lista preliminar a expandir; ~15-20 itens é o normal para DSW.)*
|
| 249 |
+
|
| 250 |
+
- **Allen, J., Martel, C., & Rand, D. G.** (2022). Birds of a feather don't fact-check each other: Partisanship and the evaluation of news in Twitter's Birdwatch crowdsourced fact-checking program. *CHI*.
|
| 251 |
+
- **Bojanowski, P., Grave, E., Joulin, A., & Mikolov, T.** (2017). Enriching word vectors with subword information. *TACL*.
|
| 252 |
+
- **Grootendorst, M.** (2022). BERTopic: Neural topic modeling with a class-based TF-IDF procedure. *arXiv preprint arXiv:2203.05794*.
|
| 253 |
+
- **Joulin, A., Grave, E., Bojanowski, P., & Mikolov, T.** (2017). Bag of tricks for efficient text classification. *EACL*. *(fastText `lid.176`)*
|
| 254 |
+
- **Luz de Araújo, P. H., et al.** (2018). LeNER-Br: A dataset for named entity recognition in Brazilian legal text. *PROPOR*.
|
| 255 |
+
- **Moulavi, D., Jaskowiak, P. A., Campello, R. J., Zimek, A., & Sander, J.** (2014). Density-based clustering validation. *SDM*.
|
| 256 |
+
- **Pröllochs, N.** (2022). Community-based fact-checking on Twitter's Birdwatch platform. *ICWSM*.
|
| 257 |
+
- **Santos, D., & Cardoso, N.** (2007). HAREM: An advanced NER evaluation contest for Portuguese. *LREC*.
|
| 258 |
+
- **Wang, L., et al.** (2023). Improving text embeddings with large language models. *(E5-instruct)*.
|
| 259 |
+
- **Wojcik, S., et al.** (2022). Birdwatch: Crowd wisdom and bridging algorithms can inform understanding and reduce the spread of misinformation. *X (Twitter) Research*.
|
| 260 |
+
- **Zaratiana, U., Tomeh, N., Holat, P., & Charnois, T.** (2024). GLiNER: Generalist model for named entity recognition using bidirectional transformer. *NAACL*.
|
| 261 |
+
- *(Citar referências PT-BR de desinformação: FakeRecogna, Fake.Br Corpus.)*
|
| 262 |
+
- *(Citar artigos sobre BNF/GBNF em LLM constrained decoding.)*
|
| 263 |
+
- *(Citar DuckDB e PyArrow.)*
|
| 264 |
+
|
| 265 |
+
---
|
| 266 |
+
|
| 267 |
+
# Apêndice — checklist de submissão DSW
|
| 268 |
+
|
| 269 |
+
- [ ] PDF em formato SBC
|
| 270 |
+
- [ ] Entre 6 e 10 páginas + até 2 extra para agradecimentos/referências
|
| 271 |
+
- [ ] Resumo em inglês obrigatório
|
| 272 |
+
- [ ] Subseção "Uso de Inteligência Artificial" antes das referências
|
| 273 |
+
- [ ] Dataset publicamente acessível no momento da submissão
|
| 274 |
+
- [ ] Submissão via JEMS
|
| 275 |
+
- [ ] Conformidade com Código de Conduta SBC
|
| 276 |
+
- [ ] Token HF rotacionado antes de qualquer publicação de código
|
| 277 |
+
|
| 278 |
+
---
|
| 279 |
+
|
| 280 |
+
# Notas para você ao escrever
|
| 281 |
+
|
| 282 |
+
1. **Manter o tom institucional sóbrio.** SBBD valoriza precisão técnica acima de retórica.
|
| 283 |
+
2. **Tabelas > prosa para descrição de schema.** Reviewers de dataset workshops querem inspecionar rapidamente.
|
| 284 |
+
3. **Figuras devem caber em uma coluna SBC.** Heatmaps e mapas intertópicos costumam ficar boas em duas colunas; orçar bem.
|
| 285 |
+
4. **A Seção 6 (qualidade) é onde reviewers vão atacar.** Defenda com dados, não com adjetivos.
|
| 286 |
+
5. **O nome "Marco-Mini-Instruct" é obscuro.** Cite o repositório HF (`mradermacher/Marco-Mini-Instruct-i1-GGUF`) na primeira menção e descreva como "modelo open-weight quantizado para uso local em GPU modesta".
|
| 287 |
+
6. **Evite "nós" excessivo.** Onde possível, use voz passiva ("foi aplicado", "resulta em") — convenção SBC.
|
| 288 |
+
7. **Antes de submeter:** rode um pass de checagem de números neste skeleton vs `notes_pt.parquet` final. Se ajustar parâmetros e re-publicar, qualquer número aqui vira inconsistência.
|
taxonomy.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0",
|
| 3 |
+
"snapshot_date": "2026-04-07",
|
| 4 |
+
"description": "Taxonomia de entidades nomeadas extraídas em Community Notes BR. Cada tipo é extraído por GLiNER (modelo urchade/gliner_multi-v2.1) com threshold por tipo, ou por regex (alta precisão para padrões formais). Tipos são canonicalizados em PT.",
|
| 5 |
+
"extraction": {
|
| 6 |
+
"gliner_model": "urchade/gliner_multi-v2.1",
|
| 7 |
+
"gliner_default_threshold": 0.40,
|
| 8 |
+
"regex_fallback": true,
|
| 9 |
+
"overlap_resolution": "IoU >= 0.5; prioridade: regex_url=100, regex_processo=95, regex_lei_norma=95, regex_valor=90, regex_percentual=90, regex_data=85, gliner=50"
|
| 10 |
+
},
|
| 11 |
+
"tipos": [
|
| 12 |
+
{"tipo_pt": "PESSOA", "label_modelo": "person", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "mencao"},
|
| 13 |
+
{"tipo_pt": "PESSOA_PUBLICA", "label_modelo": "public figure", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "mencao"},
|
| 14 |
+
{"tipo_pt": "ATOR_POLITICO", "label_modelo": "politician", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "mencao"},
|
| 15 |
+
{"tipo_pt": "PARTIDO", "label_modelo": "political party", "fonte": "gliner", "threshold": 0.50, "papel_padrao": "mencao"},
|
| 16 |
+
{"tipo_pt": "PROGRAMA_PUBLICO", "label_modelo": "government program", "fonte": "gliner", "threshold": 0.40, "papel_padrao": "mencao"},
|
| 17 |
+
{"tipo_pt": "ORGAO_PUBLICO", "label_modelo": "government agency", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "mencao"},
|
| 18 |
+
{"tipo_pt": "ORGAO_JUDICIARIO", "label_modelo": "court", "fonte": "gliner", "threshold": 0.50, "papel_padrao": "mencao"},
|
| 19 |
+
{"tipo_pt": "ORGAO_SEGURANCA", "label_modelo": "police or security force", "fonte": "gliner", "threshold": 0.50, "papel_padrao": "mencao"},
|
| 20 |
+
{"tipo_pt": "VEICULO_MIDIA", "label_modelo": "news media outlet", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "fonte_ou_evidencia"},
|
| 21 |
+
{"tipo_pt": "PLATAFORMA_DIGITAL", "label_modelo": "digital platform", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "mencao"},
|
| 22 |
+
{"tipo_pt": "ORGANIZACAO", "label_modelo": "organization", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "mencao"},
|
| 23 |
+
{"tipo_pt": "LOCAL", "label_modelo": "location", "fonte": "gliner", "threshold": 0.45, "papel_padrao": "mencao"},
|
| 24 |
+
{"tipo_pt": "EVENTO_POLITICO", "label_modelo": "political event", "fonte": "gliner", "threshold": 0.55, "papel_padrao": "mencao"},
|
| 25 |
+
{"tipo_pt": "OPERACAO_POLICIAL", "label_modelo": "police operation", "fonte": "gliner", "threshold": 0.55, "papel_padrao": "mencao"},
|
| 26 |
+
{"tipo_pt": "PROCESSO_JUDICIAL", "label_modelo": "court case", "fonte": "gliner", "threshold": 0.55, "papel_padrao": "fonte_ou_evidencia"},
|
| 27 |
+
{"tipo_pt": "FONTE_CITADA", "label_modelo": "cited source", "fonte": "gliner", "threshold": 0.55, "papel_padrao": "fonte_ou_evidencia"},
|
| 28 |
+
{"tipo_pt": "URL_DOMINIO", "label_modelo": "URL_DOMINIO", "fonte": "regex_url", "threshold": null, "papel_padrao": "fonte_ou_evidencia"},
|
| 29 |
+
{"tipo_pt": "DATA", "label_modelo": "DATA", "fonte": "regex_data", "threshold": null, "papel_padrao": "fonte_ou_evidencia"},
|
| 30 |
+
{"tipo_pt": "VALOR_MONETARIO", "label_modelo": "VALOR_MONETARIO", "fonte": "regex_valor", "threshold": null, "papel_padrao": "fonte_ou_evidencia"},
|
| 31 |
+
{"tipo_pt": "ESTATISTICA", "label_modelo": "ESTATISTICA", "fonte": "regex_percentual", "threshold": null, "papel_padrao": "fonte_ou_evidencia"},
|
| 32 |
+
{"tipo_pt": "LEI_NORMA", "label_modelo": "LEI_NORMA", "fonte": "regex_lei_norma", "threshold": null, "papel_padrao": "fonte_ou_evidencia"},
|
| 33 |
+
{"tipo_pt": "PROCESSO_JUDICIAL_REGEX", "label_modelo": "PROCESSO_JUDICIAL", "fonte": "regex_processo", "threshold": null, "papel_padrao": "fonte_ou_evidencia"}
|
| 34 |
+
],
|
| 35 |
+
"papeis": {
|
| 36 |
+
"mencao": "A entidade é mencionada no conteúdo da nota como objeto da discussão.",
|
| 37 |
+
"fonte_ou_evidencia": "A entidade é citada como fonte ou evidência (URLs, leis, datas, valores, veículos de mídia, processos)."
|
| 38 |
+
},
|
| 39 |
+
"canonicalizacao": {
|
| 40 |
+
"estrategia": "normalização (lowercase + unidecode + colapso de whitespace) + lookup em dicionários YAML editáveis para programas públicos, órgãos e partidos",
|
| 41 |
+
"exemplos_programas": ["Bolsa Família", "Auxílio Brasil", "SUS", "Prouni", "Fies", "Minha Casa Minha Vida", "CadÚnico", "Novo PAC", "Farmácia Popular", "Auxílio Emergencial", "Vale-Gás", "Pé-de-Meia"],
|
| 42 |
+
"exemplos_orgaos": ["STF", "TSE", "STJ", "MPF", "PGR", "PF", "PRF", "IBGE", "Ipea", "Anvisa", "INSS", "TCU"]
|
| 43 |
+
}
|
| 44 |
+
}
|
topic_metadata.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23d43896963642ac9c5bee0cc2e3d9ef5ec2172257a802c147bcf7ffd11d8830
|
| 3 |
+
size 70202
|