| --- |
| license: other |
| language: |
| - pt |
| pretty_name: Brazilian Math & Physics QA — Image Dependent |
| size_categories: |
| - 1K<n<10K |
| task_categories: |
| - visual-question-answering |
| - question-answering |
| tags: |
| - mathematics |
| - physics |
| - chemistry |
| - education |
| - portuguese |
| - multimodal |
| - image |
| - ocr |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train.jsonl |
| --- |
| |
| # Brazilian Math & Physics QA — Image Dependent |
|
|
| [English](#english) | [Português do Brasil](#português-do-brasil) |
|
|
| ## English |
|
|
| ### Summary |
|
|
| Brazilian Portuguese educational question-answer pairs whose problem statement or solution depends on one or more images. |
|
|
| - Examples: **3,808** |
| - Referenced image URLs: **5,094 unique** |
| - Language: Brazilian Portuguese (`pt-BR`) |
|
|
| ### Schema |
|
|
| ```json |
| {"id":"vqa_...","subject":"matematica","category":"geometria","title":"...","messages":[{"role":"user","content":"... [IMG:0] ..."},{"role":"assistant","content":"..."}],"images":["https://..."],"has_latex":false,"language":"pt-BR"} |
| ``` |
|
|
| Original account names, profile links, platform-specific topic identifiers, email addresses, source-specific references, and quote attributions were removed. |
|
|
| ### Usage |
|
|
| ```python |
| from datasets import load_dataset |
| |
| dataset = load_dataset("artificialguybr/brazilian-math-physics-qa-vision") |
| ``` |
|
|
| ### Limitations and rights |
|
|
| The current private staging version retains external image URLs. Availability, content, and redistribution rights are not guaranteed. Do not publish or mirror those images without permission from their respective rights holders. Answers were selected heuristically and were not formally verified. The dataset is labeled `other`. |
|
|
| ## Português do Brasil |
|
|
| ### Resumo |
|
|
| Pares educacionais de perguntas e respostas em português do Brasil cujo enunciado ou solução depende de uma ou mais imagens. |
|
|
| - Exemplos: **3,808** |
| - URLs de imagem referenciadas: **5,094 únicas** |
| - Idioma: português do Brasil (`pt-BR`) |
|
|
| ### Esquema |
|
|
| ```json |
| {"id":"vqa_...","subject":"matematica","category":"geometria","title":"...","messages":[{"role":"user","content":"... [IMG:0] ..."},{"role":"assistant","content":"..."}],"images":["https://..."],"has_latex":false,"language":"pt-BR"} |
| ``` |
|
|
| Nomes de contas, links de perfil, identificadores de tópicos, emails, referências específicas à plataforma e atribuições de citações foram removidos. |
|
|
| ### Uso |
|
|
| ```python |
| from datasets import load_dataset |
| |
| dataset = load_dataset("artificialguybr/brazilian-math-physics-qa-vision") |
| ``` |
|
|
| ### Limitações e direitos |
|
|
| A versão privada de staging ainda mantém URLs externas de imagens. Disponibilidade, conteúdo e direitos de redistribuição não são garantidos. Não publique nem espelhe essas imagens sem permissão dos respectivos titulares. As respostas foram selecionadas por heurísticas e não passaram por verificação formal. O dataset usa `license: other`. |
|
|