siddharthl1293
commited on
Commit
•
6220d8a
1
Parent(s):
882a8c7
Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,23 @@ language:
|
|
42 |
tags:
|
43 |
- engineering design
|
44 |
- knowledge extraction
|
45 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
tags:
|
43 |
- engineering design
|
44 |
- knowledge extraction
|
45 |
+
---
|
46 |
+
|
47 |
+
Dataset Copyright - L. Siddharth, Singapore University of Technology and Design, Singapore.
|
48 |
+
|
49 |
+
The dataset includes 375,084 example sentences (187200 positive, 187884 negative), each including a pair of entities and the engineering design relation between these.
|
50 |
+
The dataset was manually constructed using sentences in 4,205 patents granted by USPTO, stratified according to 130 classes.
|
51 |
+
|
52 |
+
The dataset is used to train token classification and Seq2Seq transformer models to populate explicit engineering design facts from artefact descriptions.
|
53 |
+
|
54 |
+
More details in the following paper.
|
55 |
+
Siddharth, L., Luo, J., 2024. Retrieval-Augmented Generation using Engineering Design Knowledge. arXiv (cs.CL) https://arxiv.org/abs/2307.06985.
|
56 |
+
|
57 |
+
In each example,
|
58 |
+
The input is a pair of entities is marked in a sentence using {HEAD ~ ...} and {TAIL ~ ...} notations.
|
59 |
+
The output is the relation between the pair of entities as identified using actual tokens in the sentence. If there is no relation, the output in None.
|
60 |
+
|
61 |
+
The dataset could be used to train Seq2Seq models, i.e., marked sentence --> relation.
|
62 |
+
The dataset could also be used to train token classification models, i.e., tokenized marked sentence --> token tags.
|
63 |
+
|
64 |
+
For more information, please write to [email protected]
|