Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Functional and Meta-Functional Engineering Design Problems Dataset
|
| 2 |
+
Dataset Summary
|
| 3 |
+
|
| 4 |
+
The Functional and Meta-Functional Engineering Design Problems Dataset is a curated benchmark consisting of 100 engineering design problems spanning multiple technical domains.
|
| 5 |
+
|
| 6 |
+
Each problem is represented by a focused product context, a functional design objective, a structured design query, a problem type (functional or meta-functional), and an associated engineering domain.
|
| 7 |
+
|
| 8 |
+
The dataset is designed to support the evaluation of intelligent agents and large language models in engineering design generation, functional abstraction, and innovation-oriented reasoning tasks.
|
| 9 |
+
|
| 10 |
+
Supported Tasks
|
| 11 |
+
|
| 12 |
+
This dataset can be used for:
|
| 13 |
+
|
| 14 |
+
Engineering design concept generation
|
| 15 |
+
|
| 16 |
+
Functional reasoning and abstraction
|
| 17 |
+
|
| 18 |
+
Meta-functional goal-driven innovation
|
| 19 |
+
|
| 20 |
+
Cross-domain analogy-based design
|
| 21 |
+
|
| 22 |
+
Design agent benchmarking and evaluation
|
| 23 |
+
|
| 24 |
+
Dataset Structure
|
| 25 |
+
|
| 26 |
+
Each sample contains the following fields:
|
| 27 |
+
|
| 28 |
+
Field Description
|
| 29 |
+
product_focus Target product or system
|
| 30 |
+
design_goal Functional design objective
|
| 31 |
+
design_query Structured functional abstraction
|
| 32 |
+
problem_type Functional or Meta-functional problem
|
| 33 |
+
technical_domain Engineering domain category
|
| 34 |
+
Example
|
| 35 |
+
{
|
| 36 |
+
"product_focus": "Railway de-icing device",
|
| 37 |
+
"design_goal": "Remove ice from the rail surface",
|
| 38 |
+
"design_query": "Separation - Material - Solid",
|
| 39 |
+
"problem_type": "Functional problem",
|
| 40 |
+
"technical_domain": "Transportation Engineering"
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
Dataset Size
|
| 44 |
+
|
| 45 |
+
Total samples: 100
|
| 46 |
+
|
| 47 |
+
Functional problems: 50
|
| 48 |
+
|
| 49 |
+
Meta-functional problems: 50
|
| 50 |
+
|
| 51 |
+
Technical domains: 8
|
| 52 |
+
|
| 53 |
+
Technical Domains Covered
|
| 54 |
+
|
| 55 |
+
Transportation Engineering
|
| 56 |
+
|
| 57 |
+
Energy and Power Engineering
|
| 58 |
+
|
| 59 |
+
Manufacturing and Industrial Automation
|
| 60 |
+
|
| 61 |
+
Medical and Healthcare Engineering
|
| 62 |
+
|
| 63 |
+
Agriculture and Environmental Engineering
|
| 64 |
+
|
| 65 |
+
Building and Urban Infrastructure
|
| 66 |
+
|
| 67 |
+
Electronics and Intelligent Systems
|
| 68 |
+
|
| 69 |
+
Environmental Protection and Resource Engineering
|
| 70 |
+
|
| 71 |
+
Data Construction Methodology
|
| 72 |
+
|
| 73 |
+
The design problems were constructed based on engineering design literature, practical product design scenarios, and domain expertise.
|
| 74 |
+
|
| 75 |
+
The dataset integrates:
|
| 76 |
+
|
| 77 |
+
Explicit product contexts
|
| 78 |
+
|
| 79 |
+
Clear functional design objectives
|
| 80 |
+
|
| 81 |
+
Structured abstraction-based representations
|
| 82 |
+
|
| 83 |
+
Balanced distribution of functional and meta-functional problems
|
| 84 |
+
|
| 85 |
+
This design aims to minimize domain bias and improve the robustness of agent evaluation.
|
| 86 |
+
|
| 87 |
+
Intended Use
|
| 88 |
+
|
| 89 |
+
The dataset is intended for research and educational purposes, including:
|
| 90 |
+
|
| 91 |
+
Benchmarking engineering design generation agents
|
| 92 |
+
|
| 93 |
+
Studying functional abstraction in design reasoning
|
| 94 |
+
|
| 95 |
+
Evaluating innovation-oriented problem solving
|
| 96 |
+
|
| 97 |
+
Supporting cross-domain design research
|
| 98 |
+
|
| 99 |
+
Limitations
|
| 100 |
+
|
| 101 |
+
The dataset focuses on functional abstraction and does not include detailed engineering constraints or quantitative specifications.
|
| 102 |
+
|
| 103 |
+
The current version contains 100 problems and may be expanded in future releases.
|
| 104 |
+
|
| 105 |
+
License
|
| 106 |
+
|
| 107 |
+
Recommended: CC-BY 4.0
|
| 108 |
+
|
| 109 |
+
Citation
|
| 110 |
+
@dataset{liu_functional_meta_functional_design_problems_2026,
|
| 111 |
+
author = {Liu, Hongwei},
|
| 112 |
+
title = {Functional and Meta-Functional Engineering Design Problems Dataset},
|
| 113 |
+
year = {2026},
|
| 114 |
+
publisher = {Hugging Face},
|
| 115 |
+
url = {https://huggingface.co/datasets/LiuHongwei1992/FunctionalAndMetaFunctionalDesignProblems}
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
Contact
|
| 119 |
+
|
| 120 |
+
Hongwei Liu
|
| 121 |
+
scu_liuhongwei@163.com
|