Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,27 @@ Each recipe in the dataset consists of:
|
|
| 29 |
|
| 30 |
## Performance of Encoder Models Trained on The ReciFineGold Dataset
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Entity Types
|
| 34 |
The dataset defines the following semantic entity types that were adopted from the [Recipe Case Study Paper](https://www.dl.soc.i.kyoto-u.ac.jp/~tajima/papers/hmdata18yamakatawww.pdf), each representing a different aspects of the cooking process:
|
|
|
|
| 29 |
|
| 30 |
## Performance of Encoder Models Trained on The ReciFineGold Dataset
|
| 31 |
|
| 32 |
+
<!-- |Model Type| Task Formulation | Knowledge Type | Precision (%) | Recall (%) | F1 (%) |
|
| 33 |
+
|----------|---------------------|--------------------------|---------------|------------|--------|
|
| 34 |
+
| | Traditional | --- | 89.51 | 90.26 | 89.88 |
|
| 35 |
+
| |---------------------|--------------------------|---------------|------------|--------|
|
| 36 |
+
| | | ETN | 95.41 | 94.37 | 94.88 |
|
| 37 |
+
| BERT | Knowledge Augmented | QTN | 94.99 | 94.80 | 94.89 |
|
| 38 |
+
| | | DTN | 94.65 | 93.88 | 94.26 |
|
| 39 |
+
| | | EXT | 95.13 | 93.84 | 94.48 |
|
| 40 |
+
| | | CBD | 94.62 | 94.44 | 94.53 |
|
| 41 |
+
|----------|---------------------|--------------------------|---------------|------------|--------|
|
| 42 |
+
| | Traditional | --- | 88.76 | 89.53 | 89.14 |
|
| 43 |
+
| |---------------------|--------------------------|---------------|------------|--------|
|
| 44 |
+
| | | ETN | 96.49 | 96.02 | 96.25 |
|
| 45 |
+
| RoBERTa | Knowledge Augmented | QTN | 96.62 | 96.15 | 96.39 |
|
| 46 |
+
| | | DTN | 96.27 | 95.92 | 96.09 |
|
| 47 |
+
| | | EXT | 96.59 | 96.08 | 96.34 |
|
| 48 |
+
| | | CBD | 90.54 | 89.33 | 89.93 |
|
| 49 |
+
|----------|---------------------|--------------------------|---------------|------------|--------| -->
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+

|
| 53 |
|
| 54 |
## Entity Types
|
| 55 |
The dataset defines the following semantic entity types that were adopted from the [Recipe Case Study Paper](https://www.dl.soc.i.kyoto-u.ac.jp/~tajima/papers/hmdata18yamakatawww.pdf), each representing a different aspects of the cooking process:
|