paper-with-me

홈 › Papers

NILC at WebNLG+: Pretrained Sequence-to-Sequence Models on RDF-to-Text Generation

2020-12-01 · ACL (WebNLG, INLG) 2020 12 · Marco Antonio Sobrevilla Cabezudo, Thiago A. S. Pardo

This paper describes the submission by the NILC Computational Linguistics research group of the University of São Paulo/Brazil to the RDF-to-Text task for English at the WebNLG+ challenge. The success of the current pretrained models like BERT or GPT-2 in text-to-text generation tasks is well-known, however, its application/success on data-totext generation has not been well-studied and proven. This way, we explore how good a pretrained model, in particular BART, performs on the data-to-text generation task. The results obtained were worse than the baseline and other systems in almost all automatic measures. However, the human evaluation shows better results for our system. Besides, results suggest that BART may generate paraphrases of reference texts.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

ReGen: Reinforcement Learning for Text and Knowledge Base Generation using Pretrained Language Models

2021-08-27 · EMNLP 2021 11 · Pierre L. Dognin, Inkit Padhi, Igor Melnyk, Payel Das

Automatic construction of relevant Knowledge Bases (KBs) from text, and generation of semantically meaningful text from KBs are both long-standing goals in Machine Learning. In this paper, we present ReGen, a bidirection…

Graph GenerationJoint Entity and Relation Extractionreinforcement-learningReinforcement Learning+2

{\mathcal{P}^2}: A Plan-and-Pretrain Approach for Knowledge Graph-to-Text Generation

2020-12-01 · ACL (WebNLG, INLG) 2020 12 · Qipeng Guo, Zhijing Jin, Ning Dai, Xipeng Qiu 외

Text verbalization of knowledge graphs is an important problem with wide application to natural language generation (NLG) systems. It is challenging because the generated text not only needs to be grammatically correct (…

Knowledge GraphsText Generation

Neural Pipeline for Zero-Shot Data-to-Text Generation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In data-to-text (D2T) generation, training on in-domain data leads to overfitting to the data representation and repeating training data noise. We examine how to avoid finetuning the pretrained language models (PLMs) on …

Data-to-Text GenerationText Generation

Neural Pipeline for Zero-Shot Data-to-Text Generation

2022-03-30 · ACL 2022 5 · Zdeněk Kasner, Ondřej Dušek

In data-to-text (D2T) generation, training on in-domain data leads to overfitting to the data representation and repeating training data noise. We examine how to avoid finetuning pretrained language models (PLMs) on D2T …

Data-to-Text GenerationText Generation

NILC: Discovering New Intents with LLM-assisted Clustering

2025-11-08 · Hongtao Wang, Renchi Yang, Wenqing Lin arxiv

New intent discovery (NID) seeks to recognize both new and known intents from unlabeled user utterances, which finds prevalent use in practical dialogue systems. Existing works towards NID mainly adopt a cascaded archite…

Intent Discovery