complex example in prompt
Browse files- templates/prompt_v1.txt +15 -7
templates/prompt_v1.txt
CHANGED
@@ -35,19 +35,27 @@ Output:
|
|
35 |
|
36 |
Input:
|
37 |
```
|
38 |
-
|
39 |
```
|
40 |
|
41 |
Output:
|
42 |
```json
|
43 |
[
|
44 |
{{
|
45 |
-
"term": "
|
46 |
-
"start_char":
|
47 |
-
"end_char":
|
48 |
-
"type": "
|
49 |
-
"fix": "
|
50 |
-
"reason": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
}}
|
52 |
]
|
53 |
```
|
|
|
35 |
|
36 |
Input:
|
37 |
```
|
38 |
+
I met with the chairman of the board during Christmas.
|
39 |
```
|
40 |
|
41 |
Output:
|
42 |
```json
|
43 |
[
|
44 |
{{
|
45 |
+
"term": "chairman",
|
46 |
+
"start_char": 12,
|
47 |
+
"end_char": 19,
|
48 |
+
"type": "gender-exclusive",
|
49 |
+
"fix": "company leader",
|
50 |
+
"reason": "chairman is gendered, company leader is neutral"
|
51 |
+
}},
|
52 |
+
{{
|
53 |
+
"term": "Christmas",
|
54 |
+
"start_char": 26,
|
55 |
+
"end_char": 34,
|
56 |
+
"type": "religion/culture",
|
57 |
+
"fix": "holiday season",
|
58 |
+
"reason": "Not everyone celebrates Christmas"
|
59 |
}}
|
60 |
]
|
61 |
```
|