paper-with-me

Papers

Using Large Language Models for Zero-Shot Natural Language Generation from Knowledge Graphs

2023-07-14 · Agnes Axelsson, Gabriel Skantze

In any system that uses structured knowledge graph (KG) data as its underlying knowledge representation, KG-to-text generation is a useful tool for turning parts of the graph data into text that can be understood by humans. Recent work has shown that models that make use of pretraining on large amounts of text data can perform well on the KG-to-text task even with relatively small sets of training data on the specific graph-to-text task. In this paper, we build on this concept by using large language models to perform zero-shot generation based on nothing but the model's understanding of the triple structure from what it can read. We show that ChatGPT achieves near state-of-the-art performance on some measures of the WebNLG 2020 challenge, but falls behind on others. Additionally, we compare factual, counter-factual and fictional statements, and show that there is a significant connection between what the LLM already knows about the data it is parsing and the quality of the output text.

📄 PDF Abstract BibTeX arXiv:2307.07312

Code (1)

agnesion/zero-shot-nlg-from-kgs-data 공식 구현

Tasks

KG-to-Text GenerationKnowledge GraphsText Generation

Similar Papers 제목 키워드 기반

Finetuned Language Models Are Zero-Shot Learners

2021-09-03 · ICLR 2022 4 · Jason Wei, Maarten Bosma, Vincent Y. Zhao, Kelvin Guu 외

This paper explores a simple method for improving the zero-shot learning abilities of language models. We show that instruction tuning -- finetuning language models on a collection of tasks described via instructions -- …

ARCCommon Sense ReasoningCoreference ResolutionLanguage Modeling+8

Cedille: A large autoregressive French language model

2022-02-07 · Martin Müller, Florian Laurent

Scaling up the size and training of autoregressive language models has enabled novel ways of solving Natural Language Processing tasks using zero-shot and few-shot learning. While extreme-scale language models such as GP…

Few-Shot LearningLanguage ModelingLanguage Modellingmodel+1

ViTL: Temporal Logic-Guided Zero-Shot Natural Language Navigation via Vision-Language Models

2026-06-29 · Kaier Liang, Hengde Dai, Cristian-Ioan Vasile arxiv

Enabling robots to follow natural language commands to complete zero-shot long-horizon tasks remains challenging. It requires extracting implicit temporal and logical constraints from natural language commands and execut…

Zero-Shot Fact Verification via Natural Logic and Large Language Models

2024-10-04 · Marek Strong, Rami Aly, Andreas Vlachos

The recent development of fact verification systems with natural logic has enhanced their explainability by aligning claims with evidence through set-theoretic operators, providing faithful justifications. Despite these …

Fact VerificationZero-shot Generalization

A Recipe For Arbitrary Text Style Transfer with Large Language Models

2021-09-08 · ACL 2022 5 · Emily Reif, Daphne Ippolito, Ann Yuan, Andy Coenen 외

In this paper, we leverage large language models (LMs) to perform zero-shot text style transfer. We present a prompting method that we call augmented zero-shot learning, which frames style transfer as a sentence rewritin…

SentenceSentence ReWritingStyle TransferText Style Transfer+1