paper-with-me

홈 › Papers

Representations for Question Answering from Documents with Tables and Text

2021-01-26 · EACL 2021 2 · Vicky Zayats, Kristina Toutanova, Mari Ostendorf

Tables in Web documents are pervasive and can be directly used to answer many of the queries searched on the Web, motivating their integration in question answering. Very often information presented in tables is succinct and hard to interpret with standard language representations. On the other hand, tables often appear within textual context, such as an article describing the table. Using the information from an article as additional context can potentially enrich table representations. In this work we aim to improve question answering from tables by refining table representations based on information from surrounding text. We also present an effective method to combine text and table-based predictions for question answering from full documents, obtaining significant improvements on the Natural Questions dataset.

📄 PDF Abstract BibTeX arXiv:2101.10573

Code (0)

등록된 구현이 없습니다.

Tasks

Natural QuestionsQuestion Answering

Similar Papers 제목 키워드 기반

Evaluation of Table Representations to Answer Questions from Tables in Documents : A Case Study using 3GPP Specifications

2024-08-30 · Sujoy Roychowdhury, Sumit Soman, HG Ranjani, Avantika Sharma 외

With the ubiquitous use of document corpora for question answering, one important aspect which is especially relevant for technical documents is the ability to extract information from tables which are interspersed with …

Question AnsweringRetrieval

A Table Is Worth 64 Tokens: Pixel-level Compression for Multi-Table Document Question Answering

2026-08-27 · Iñigo Alonso, Mirella Lapata arxiv

Answering questions over real-world documents requires processing long inputs that interleave text with tables. Optical context compression, which represents context as images, promises to reduce token cost, but its effe…

Question Answering

Korean-Specific Dataset for Table Question Answering

2022-01-17 · LREC 2022 6 · Changwook Jun, Jooyoung Choi, Myoseop Sim, Hyun Kim 외

Existing question answering systems mainly focus on dealing with text data. However, much of the data produced daily is stored in the form of tables that can be found in documents and relational databases, or on the web.…

Language ModelingLanguage ModellingQuestion AnsweringUnsupervised Pre-training

A Graph Representation of Semi-structured Data for Web Question Answering

2020-10-14 · COLING 2020 8 · Xingyao Zhang, Linjun Shou, Jian Pei, Ming Gong 외

The abundant semi-structured data on the Web, such as HTML-based tables and lists, provide commercial search engines a rich information source for question answering (QA). Different from plain text passages in Web docume…

Question Answering

VDocRAG: Retrieval-Augmented Generation over Visually-Rich Documents

2025-04-14 · CVPR 2025 1 · Ryota Tanaka, Taichi Iki, Taku Hasegawa, Kyosuke Nishida 외

We aim to develop a retrieval-augmented generation (RAG) framework that answers questions over a corpus of visually-rich documents presented in mixed modalities (e.g., charts, tables) and diverse formats (e.g., PDF, PPTX…

Question AnsweringRAGRetrievalRetrieval-augmented Generation+1