paper-with-me

홈 › Papers

Table-to-Text Natural Language Generation with Unseen Schemas

2019-11-09 · Tianyu Liu, Wei Wei, William Yang Wang

Traditional table-to-text natural language generation (NLG) tasks focus on generating text from schemas that are already seen in the training set. This limitation curbs their generalizabilities towards real-world scenarios, where the schemas of input tables are potentially infinite. In this paper, we propose the new task of table-to-text NLG with unseen schemas, which specifically aims to test the generalization of NLG for input tables with attribute types that never appear during training. To do this, we construct a new benchmark dataset for this task. To deal with the problem of unseen attribute types, we propose a new model that first aligns unseen table schemas to seen ones, and then generates text with updated table representations. Experimental evaluation on the new benchmark demonstrates that our model outperforms baseline methods by a large margin. In addition, comparison with standard data-to-text settings shows the challenges and uniqueness of our proposed task.

📄 PDF Abstract BibTeX arXiv:1911.03601

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeText Generation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

PCFG-based Natural Language Interface Improves Generalization for Controlled Text Generation

2022-10-14 · Jingyu Zhang, James Glass, Tianxing He

Existing work on controlled text generation (CTG) assumes a control interface of categorical attributes. In this work, we propose a natural language (NL) interface, where we craft a PCFG to embed the control attributes i…

AttributeText Generation

Towards Robust Neural Vocoding for Speech Generation: A Survey

2019-12-05 · Po-chun Hsu, Chun-hsuan Wang, Andy T. Liu, Hung-Yi Lee

Recently, neural vocoders have been widely used in speech synthesis tasks, including text-to-speech and voice conversion. However, when encountering data distribution mismatch between training and inference, neural vocod…

Speech SynthesisSurveytext-to-speechText to Speech+1

Querying Structured Data Through Natural Language Using Language Models

2026-04-03 · Hontan Valentin-Micu, Bunea Andrei-Alexandru, Tantaroudas Nikolaos Dimitrios, Popovici Dan-Matei arxiv

This paper presents an open source methodology for allowing users to query structured non textual datasets through natural language Unlike Retrieval Augmented Generation RAG which struggles with numerical and highly stru…

SQLformer: Deep Auto-Regressive Query Graph Generation for Text-to-SQL Translation

2023-10-27 · Adrián Bazaga, Pietro Liò, Gos Micklem

In recent years, the task of text-to-SQL translation, which converts natural language questions into executable SQL queries, has gained significant attention for its potential to democratize data access. Despite its prom…

DecoderGraph GenerationInductive BiasText to SQL+2

Text-driven Prompt Generation for Vision-Language Models in Federated Learning

2023-10-09 · Chen Qiu, Xingyu Li, Chaithanya Kumar Mummadi, Madan Ravi Ganesh 외

Prompt learning for vision-language models, e.g., CoOp, has shown great success in adapting CLIP to different downstream tasks, making it a promising solution for federated learning due to computational reasons. Existing…

Federated Learningimage-classificationImage ClassificationPrompt Learning