paper-with-me

Papers

Doc2SoarGraph: Discrete Reasoning over Visually-Rich Table-Text Documents via Semantic-Oriented Hierarchical Graphs

2023-05-03 · Fengbin Zhu, Chao Wang, Fuli Feng, Zifeng Ren, Moxin Li, Tat-Seng Chua

Discrete reasoning over table-text documents (e.g., financial reports) gains increasing attention in recent two years. Existing works mostly simplify this challenge by manually selecting and transforming document pages to structured tables and paragraphs, hindering their practical application. In this work, we explore a more realistic problem setting in the form of TAT-DQA, i.e. to answer the question over a visually-rich table-text document. Specifically, we propose a novel Doc2SoarGraph framework with enhanced discrete reasoning capability by harnessing the differences and correlations among different elements (e.g., quantities, dates) of the given question and document with Semantic-oriented hierarchical Graph structures. We conduct extensive experiments on TAT-DQA dataset, and the results show that our proposed framework outperforms the best baseline model by 17.73% and 16.91% in terms of Exact Match (EM) and F1 score respectively on the test set, achieving the new state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2305.01938

Code (1)

fengbinzhu/doc2soargraph 공식 구현 jax

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Towards Complex Document Understanding By Discrete Reasoning

2022-07-25 · Fengbin Zhu, Wenqiang Lei, Fuli Feng, Chao Wang 외

Document Visual Question Answering (VQA) aims to understand visually-rich documents to answer questions in natural language, which is an emerging research topic for both Natural Language Processing and Computer Vision. I…

document understandingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

VRAG-RL: Empower Vision-Perception-Based RAG for Visually Rich Information Understanding via Iterative Reasoning with Reinforcement Learning

2025-05-28 · Qiuchen Wang, Ruixue Ding, Yu Zeng, Zehui Chen 외

Effectively retrieving, reasoning and understanding visually rich information remains a challenge for RAG methods. Traditional text-based methods cannot handle visual-related information. On the other hand, current visio…

RAG

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

AgriChain Visually Grounded Expert Verified Reasoning for Interpretable Agricultural Vision Language Models

2026-04-09 · Hazza Mahmood, Yongqiang Yu, Rao Anwer arxiv

Accurate and interpretable plant disease diagnosis remains a major challenge for vision-language models (VLMs) in real-world agriculture. We introduce AgriChain, a dataset of approximately 11,000 expert-curated leaf imag…

PuzLM: Solving Jigsaw Puzzles with Sequence-to-Sequence Language Models

2025-11-09 · Gur Elkin, Ofir Itzhak Shahar, Ohad Ben-Shahar arxiv

Square jigsaw puzzles are typically solved by visually matching piece images to recover the original layout. This work introduces PuzLM, an alternative perspective that recasts jigsaw reassembly as a discrete sequence-to…