Papers with OTT-QA
Hybrid Graphs for Table-and-Text based Question Answering using LLMs (2025.naacl-long)
Copied to clipboard
| Challenge: | Current methods for QA rely on fine-tuning and high-quality data, which is difficult to obtain. |
| Approach: | They propose a Hybrid Graph-based approach for Table-Text QA that leverages Large Language Models without fine-tuning. |
| Outcome: | The proposed approach improves Exact Match scores by 10% on Hybrid-QA and 5.4% on OTT-QA. |
Chain-of-Skills: A Configurable Model for Open-Domain Question Answering (2023.acl-long)
Copied to clipboard
| Challenge: | Using customized retrieval models, model transferability and scalability are limited. |
| Approach: | They propose a modular retrieval model where individual modules correspond to key skills that can be reused across datasets. |
| Outcome: | The proposed model outperforms self-supervised retrievers in zero-shot evaluations and achieves state-of-the-art fine-tuned retrieval performance on NQ, HotpotQA and OTT-QA. |
Open-domain Question Answering via Chain of Reasoning over Heterogeneous Knowledge (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing open-domain question answering methods rely on the retriever to gather all evidence in isolation, but our approach uses an intermediary module to perform a chain of reasoning over the retrieved set. |
| Approach: | They propose a new open-domain question answering framework that integrates an intermediary module into the current retriever-reader pipeline and integrates it into the model. |
| Outcome: | The proposed framework outperforms the state-of-the-art on two OTT-QA datasets with an exact match score of 47.3 (45% relative gain). |
Multi-Row, Multi-Span Distant Supervision For Table+Text Question Answering (2023.acl-long)
Copied to clipboard
Vishwajeet Kumar, Yash Gupta, Saneem Chemmengath, Jaydeep Sen, Soumen Chakrabarti, Samarth Bharadwaj, Feifei Pan
| Challenge: | Existing question answering systems for tables and linked text are relatively unexplored. |
| Approach: | They propose a transformer-based question answering system that copes with distant supervision along both axes of the question and answer. |
| Outcome: | The proposed system beats baselines for HybridQA and OTT-QA with best EM and F1 scores on a held out test set. |
Tailoring Table Retrieval from a Field-aware Hybrid Matching Perspective (2025.emnlp-main)
Copied to clipboard
| Challenge: | Empirical results show that a hybrid retrieval approach to table retrieval outperforms state-of-the-art benchmarks. |
| Approach: | They propose a table-tailored HYbrid matching rEtriever which addresses table matching needs from a field-aware hybrid perspective. |
| Outcome: | Empirical results show that the proposed rEtriever outperforms state-of-the-art retrieval methods. |
HELIOS: Harmonizing Early Fusion, Late Fusion, and LLM Reasoning for Multi-Granular Table-Text Retrieval (2025.acl-long)
Copied to clipboard
| Challenge: | Existing methods for table-text retrieval are limited due to the need to bridge structured tables and unstructured passages. |
| Approach: | They propose a table-text retrieval system that combines the strengths of both approaches . they propose bipartite subgraph retrieval and query-relevant node expansion . |
| Outcome: | The proposed method outperforms state-of-the-art models with a 42.6% and 39.9% improvement on the OTT-QA benchmark. |