遇见数据集

dim014/ui-form-user-manual-generation-dataset-rus

收藏
Hugging Face2025-12-08 更新2025-12-20 收录
官方服务:

资源简介:

--- license: mit task_categories: - question-answering - text-generation language: - ru size_categories: - 1K<n<10K --- # UI Form User Manual Generation Dataset (Russian) ## Dataset Description This dataset was developed on the basis of 'yahma/alpaca-cleaned' dataset. It contains examples of generating user guides for interface forms in Russian. Each example includes a description of the UI form elements and corresponding step-by-step instructions for completing it. ## Data Structure The dataset is in JSON format, and contains three fields: * `instruction` — system instruction * `input` — description of UI elements * `output` — generated user guide ## Data Example ```json { "instruction": "Напиши руководство пользователя для следующей интерфейсной формы — ее элементы перечислены сверху вниз и слева направо.", "input": "Название 'Просмотр вакансий', выпадающий список 'Отрасль', ползунок 'Диапазон зарплаты', кнопка 'Показать вакансии', кнопка 'Сбросить фильтры'", "output": "Для просмотра вакансий необходимо: 1. Выбрать интересующую отрасль из выпадающего списка 'Отрасль'. 2. Использовать ползунок 'Диапазон зарплаты' для установки предпочтительного диапазона заработной платы. 3. Нажать кнопку 'Показать вакансии' для отображения соответствующих вакансий. Чтобы сбросить все установленные фильтры, нажать кнопку 'Сбросить фильтры'." } ``` ## Types of UI Elements contained in the dataset * Text fields * Number fields * Calendars (date selection) * Drop-down lists * Sliders * Checkboxes * Buttons * Radio buttons * Form subsections ## Usage ### Dataset Upload ```python from datasets import load_dataset dataset = load_dataset("your-username/ui-form-manual-ru") ``` ## Other information The dataset is designed for: * Fine-tuning language models for user documentation generation * Instruction tuning for understanding the structure of UI forms * Training models for automatic generation of user manuals

提供机构:
dim014
二维码
社区交流群
二维码
科研交流群
商业服务