paper-with-me

Papers

DataVisT5: A Pre-trained Language Model for Jointly Understanding Text and Data Visualization

2024-08-14 · Zhuoyue Wan, Yuanfeng Song, Shuaimin Li, Chen Jason Zhang, Raymond Chi-Wing Wong

Data visualization (DV) is the fundamental and premise tool to improve the efficiency in conveying the insights behind the big data, which has been widely accepted in existing data-driven world. Task automation in DV, such as converting natural language queries to visualizations (i.e., text-to-vis), generating explanations from visualizations (i.e., vis-to-text), answering DV-related questions in free form (i.e. FeVisQA), and explicating tabular data (i.e., table-to-text), is vital for advancing the field. Despite their potential, the application of pre-trained language models (PLMs) like T5 and BERT in DV has been limited by high costs and challenges in handling cross-modal information, leading to few studies on PLMs for DV. We introduce DataVisT5, a novel PLM tailored for DV that enhances the T5 architecture through a hybrid objective pre-training and multi-task fine-tuning strategy, integrating text and DV datasets to effectively interpret cross-modal semantics. Extensive evaluations on public datasets show that DataVisT5 consistently outperforms current state-of-the-art models on various DV-related tasks. We anticipate that DataVisT5 will not only inspire further research on vertical PLMs but also expand the range of applications for PLMs.

📄 PDF Abstract BibTeX arXiv:2408.07401

Code (1)

zwanah/DataVisT5 공식 구현 pytorch

Tasks

Data VisualizationLanguage ModelingLanguage ModellingNatural Language Queries

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
SentencePiece 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

From Audio to Semantics: Approaches to end-to-end spoken language understanding

2018-09-24 · Parisa Haghani, Arun Narayanan, Michiel Bacchiani, Galen Chuang 외

Conventional spoken language understanding systems consist of two main components: an automatic speech recognition module that converts audio to a transcript, and a natural language understanding module that transforms t…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderNatural Language Understanding+3

Speech To Semantics: Improve ASR and NLU Jointly via All-Neural Interfaces

2020-08-14 · Milind Rao, Anirudh Raju, Pranav Dheram, Bach Bui 외

We consider the problem of spoken language understanding (SLU) of extracting natural language intents and associated slot arguments or named entities from speech that is primarily directed at voice assistants. Such a sys…

AllAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Natural Language Understanding+4

MarkupLM: Pre-training of Text and Markup Language for Visually-rich Document Understanding

2021-10-16 · Junlong Li, Yiheng Xu, Lei Cui, Furu Wei

Multimodal pre-training with text, layout, and image has made significant progress for Visually Rich Document Understanding (VRDU), especially the fixed-layout documents such as scanned document images. While, there are …

document understanding

MarkupLM: Pre-training of Text and Markup Language for Visually Rich Document Understanding

2022-05-01 · ACL 2022 5 · Junlong Li, Yiheng Xu, Lei Cui, Furu Wei

Multimodal pre-training with text, layout, and image has made significant progress for Visually Rich Document Understanding (VRDU), especially the fixed-layout documents such as scanned document images. While, there are …

document understanding

Few-Shot Spoken Language Understanding via Joint Speech-Text Models

2023-10-09 · Chung-Ming Chien, Mingjiamei Zhang, Ju-chieh Chou, Karen Livescu

Recent work on speech representation models jointly pre-trained with text has demonstrated the potential of improving speech representations by encoding speech and text in a shared space. In this paper, we leverage such …

named-entity-recognitionNamed Entity RecognitionSentiment AnalysisSpoken Language Understanding