paper-with-me

홈 › Papers

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, Lijie Wen, Daxin Jiang

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 documents, Web tables and lists have inherent structures, which carry semantic correlations among various elements in tables and lists. Many existing studies treat tables and lists as flat documents with pieces of text and do not make good use of semantic information hidden in structures. In this paper, we propose a novel graph representation of Web tables and lists based on a systematic categorization of the components in semi-structured data as well as their relations. We also develop pre-training and reasoning techniques on the graph model for the QA task. Extensive experiments on several real datasets collected from a commercial engine verify the effectiveness of our approach. Our method improves F1 score by 3.90 points over the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2010.06801

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

A Neural Question Answering Model Based on Semi-Structured Tables

2018-08-01 · COLING 2018 8 · Hao Wang, Xiaodong Zhang, Shuming Ma, Xu sun 외

Most question answering (QA) systems are based on raw text and structured knowledge graph. However, raw text corpora are hard for QA system to understand, and structured knowledge graph needs intensive manual work, while…

Knowledge GraphsMultiple-choiceQuestion Answering

Query Symbolically or Retrieve Semantically? A Dataset and Method for Semi-Structured Question Answering

2026-05-26 · Mateusz Czyżnikiewicz, Ryszard Tuora, Adam Kozakiewicz, Tomasz Ziętkiewicz 외 arxiv

Retrieval-Augmented Generation (RAG) systems for question answering typically retrieve evidence by semantic similarity between the query and document chunks. While effective for unstructured text, this approach is less r…

Semantic SimilaritySemantic RetrievalQuestion Answering

UniK-QA: Unified Representations of Structured and Unstructured Knowledge for Open-Domain Question Answering

2021-05-16 · ACL ARR May 2021 5 · Anonymous

We study open-domain question answering with \emph{structured, unstructured} and \emph{semi-structured} knowledge sources, including text, tables, lists and knowledge bases. Departing from prior work, we propose a unif…

Open-Domain Question AnsweringQuestion Answering

UniK-QA: Unified Representations of Structured and Unstructured Knowledge for Open-Domain Question Answering

2020-12-29 · Findings (NAACL) 2022 7 · Barlas Oguz, Xilun Chen, Vladimir Karpukhin, Stan Peshterliev 외

We study open-domain question answering with structured, unstructured and semi-structured knowledge sources, including text, tables, lists and knowledge bases. Departing from prior work, we propose a unifying approach th…

Knowledge Base Question AnsweringOpen-Domain Question AnsweringQuestion Answering

CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data

2022-01-16 · ACL ARR January 2022 1 · Anonymous

User sessions empower many search and recommendation tasks on a daily basis. Such session data are semi-structured, which encode heterogeneous relations between queries and products, and each item is described by the uns…

Entity LinkingSelf-Supervised LearningSession Search