Papers › Table Retrieval May Not Necessitate Table-specific Model Design

Table Retrieval May Not Necessitate Table-specific Model Design

19 May 2022NAACL (SUKI) 2022 7arXiv:2205.09843archive 2025-07-28

Zhiruo Wang, Zhengbao Jiang, Eric Nyberg, Graham Neubig

Tables are an important form of structured data for both human and machine readers alike, providing answers to questions that cannot, or cannot easily, be found in texts. Recent work has designed special models and training paradigms for table-related tasks such as table-based question answering and table retrieval. Though effective, they add complexity in both modeling and data acquisition compared to generic text solutions and obscure which elements are truly beneficial. In this work, we focus on the task of table retrieval, and ask: "is table-specific model design necessary for table retrieval, or can a simpler text-based model be effectively used to achieve a similar result?" First, we perform an analysis on a table-based portion of the Natural Questions dataset (NQ-table), and find that structure plays a negligible role in more than 70% of the cases. Based on this, we experiment with a general Dense Passage Retriever (DPR) based on text and a specialized Dense Table Retriever (DTR) that uses table-specific model designs. We find that DPR performs well without any table-specific design and training, and even achieves superior results compared to DTR when fine-tuned on properly linearized tables. We then experiment with three modules to explicitly encode table structures, namely auxiliary row/column embeddings, hard attention masks, and soft relation-based attention biases. However, none of these yielded significant improvements, suggesting that table-specific model design may not be necessary for table retrieval.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.09843")

Code

Syntology Ran 7 of 12 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zorazrw/nqt-retrieval officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
4ran
5unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zorazrw/nqt-retrieval. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dot_product_scores zorazrw/nqt-retrieval/dpr/models/biencoder.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 928414780ee23e45 · report
compute_loss zorazrw/nqt-retrieval/dpr/models/reader.py official repository ran · fixture could not drive it MIT (permissive) · 1df81ea9d2da7b70 · report
cosine_scores zorazrw/nqt-retrieval/dpr/models/biencoder.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 4c7d079ed8d8dd58 · report
get_encoder_params_state_from_cfg zorazrw/nqt-retrieval/dpr/options.py official repository ran MIT (permissive) · 70967062c0b97377 · report
move_to_cuda zorazrw/nqt-retrieval/dpr/utils/model_utils.py official repository ran MIT (permissive) · f754a83bdbe3d5ed · report
move_to_device zorazrw/nqt-retrieval/dpr/utils/model_utils.py official repository ran MIT (permissive) · 5ef6dc01ca2773cb · report
setup_cfg_gpu zorazrw/nqt-retrieval/dpr/options.py official repository ran MIT (permissive) · 5964d1c902593444 · report
get_annotated_table_ids zorazrw/nqt-retrieval/convert_data.py official repository unverified MIT (permissive) · 0c6cadd319db2130 · report
load_tables_dict zorazrw/nqt-retrieval/convert_data.py official repository unverified MIT (permissive) · a7d60264a4371491 · report
setup_for_distributed_mode zorazrw/nqt-retrieval/dpr/utils/model_utils.py official repository unverified MIT (permissive) · acb496d6cacbc58f · report
shuffle_nq_table_by_column zorazrw/nqt-retrieval/process_table.py official repository unverified MIT (permissive) · b4bc9c9849591a70 · report
shuffle_nq_table_by_row zorazrw/nqt-retrieval/process_table.py official repository unverified MIT (permissive) · 71d9b6ee2c505c02 · report

Tasks

Hard AttentionNatural QuestionsQuestion AnsweringRetrievalTable RetrievalTable-based Question Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections