paper-with-me

홈 › Papers

Synthetic Document Question Answering in Hungarian

2025-05-29 · Jonathan Li, Zoltan Csaki, Nidhi Hiremath, Etash Guha, Fenglu Hong, Edward Ma, Urmish Thakker

Modern VLMs have achieved near-saturation accuracy in English document visual question-answering (VQA). However, this task remains challenging in lower resource languages due to a dearth of suitable training and evaluation data. In this paper we present scalable methods for curating such datasets by focusing on Hungarian, approximately the 17th highest resource language on the internet. Specifically, we present HuDocVQA and HuDocVQA-manual, document VQA datasets that modern VLMs significantly underperform on compared to English DocVQA. HuDocVQA-manual is a small manually curated dataset based on Hungarian documents from Common Crawl, while HuDocVQA is a larger synthetically generated VQA data set from the same source. We apply multiple rounds of quality filtering and deduplication to HuDocVQA in order to match human-level quality in this dataset. We also present HuCCPDF, a dataset of 117k pages from Hungarian Common Crawl PDFs along with their transcriptions, which can be used for training a model for Hungarian OCR. To validate the quality of our datasets, we show how finetuning on a mixture of these datasets can improve accuracy on HuDocVQA for Llama 3.2 11B Instruct by +7.2%. Our datasets and code will be released to the public to foster further research in multilingual DocVQA.

📄 PDF Abstract BibTeX arXiv:2505.23008

Code (1)

snova-jonathanl/hudocvqa 공식 구현

Tasks

Optical Character Recognition (OCR)Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Building Open-Retrieval Conversational Question Answering Systems by Generating Synthetic Data and Decontextualizing User Questions

2025-07-07 · Christos Vlachos, Nikolaos Stylianou, Alexandra Fiotaki, Spiros Methenitis 외 arxiv

We consider open-retrieval conversational question answering (OR-CONVQA), an extension of question answering where system responses need to be (i) aware of dialog history and (ii) grounded in documents (or document fragm…

Conversational Question Answering

DCQA: Document-Level Chart Question Answering towards Complex Reasoning and Common-Sense Understanding

2023-10-29 · Anran Wu, Luwei Xiao, Xingjiao Wu, Shuwen Yang 외

Visually-situated languages such as charts and plots are omnipresent in real-world documents. These graphical depictions are human-readable and are often analyzed in visually-rich documents to address a variety of questi…

Answer GenerationChart Question AnsweringCommon Sense ReasoningDocument Layout Analysis+3

Distilling Knowledge from Reader to Retriever for Question Answering

2020-12-08 · ICLR 2021 1 · Gautier Izacard, Edouard Grave

The task of information retrieval is an important component of many natural language processing systems, such as open domain question answering. While traditional methods were based on hand-crafted features, continuous r…

Information RetrievalKnowledge DistillationOpen-Domain Question AnsweringQuestion Answering+1

A Pipeline for Generating, Annotating and Employing Synthetic Data for Real World Question Answering

2022-11-30 · Matthew Maufe, James Ravenscroft, Rob Procter, Maria Liakata

Question Answering (QA) is a growing area of research, often used to facilitate the extraction of information from within documents. State-of-the-art QA models are usually pre-trained on domain-general corpora like Wikip…

Question Answering

DocDancer: Towards Agentic Document-Grounded Information Seeking

2026-01-08 · Qintong Zhang, Xinjie Lv, Jialong Wu, Baixuan Li 외 arxiv

Document Question Answering (DocQA) focuses on answering questions grounded in given documents, yet existing DocQA agents lack effective tool utilization and largely rely on closed-source models. In this work, we introdu…

Question Answering