GPT-2 generated form fields
收藏Zenodo2022-05-12 更新2026-05-25 收录
下载链接:
https://zenodo.org/record/6544100
下载链接
链接失效反馈官方服务:
资源简介:
This dataset is a single json containing label-value form fields generated using GPT-2. This data was used to train <strong>Dessurt</strong> (https://arxiv.org/abs/2203.16618). Details of the generation process can be found in Dessurt's Supplementary Materials and the script used to generate it is <em>gpt_forms.py</em> in https://github.com/herobd/dessurt The data has groups of label-value pairs each with a "title" or topic (or null). Each label-value pair group was generated in a single GPT-2 generation and thus the pairs "belong to the same form." The json structure is a list of tuples, where each tuple has the title or null as the first element and the list of label-value pairs of the group as the second element. Each label-value pair is another tuple with the first element being the label and the second being the value or a list of values. For example: [ ["title",[ ["first label", "first value"], ["second label", ["a label", "another label"] ] ] ], [null, [ ["again label", "again value"] ] ] ]
提供机构:
Zenodo创建时间:
2022-05-12



