Update README.md
Browse filesThis dataset contains **50 real-world design problems** curated for evaluating patent-based design concept generation systems. It was originally constructed for the **PatentConceptor** system, which retrieves cross-domain patent knowledge to inspire novel design concepts.
Each design problem is annotated with its expected IPC (International Patent Classification) domains and query type, enabling systematic evaluation of retrieval accuracy and concept generation quality across different problem formulations.
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- feature-extraction
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- patent-retrieval
|
| 10 |
+
- concept-generation
|
| 11 |
+
- cross-domain-design
|
| 12 |
+
pretty_name: Design Problem Dataset for PatentConceptor Evaluation
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
| 15 |
+
---
|