--- title: RDF To Text Generation emoji: 👀 colorFrom: pink colorTo: yellow sdk: gradio sdk_version: 3.41.2 app_file: app.py pinned: false license: apache-2.0 --- This demo space is for generating text from RDF triplets. Being able to generate good quality text from RDF data would permit e.g., making this data more accessible to lay users, enriching existing text with information drawn from knowledge bases such as DBpedia or describing, comparing and relating entities present in these knowledge bases. Along with simple RDF to text generation, the repository can be used to generate long form answers to questions based on triplets as context. You can input triplets either with a question or without. The input triplets should be in the following format: ``` ("subj", "pred", "obj");("subj", "pred", "obj"); ```