krogoldAI commited on
Commit
a35d52d
·
verified ·
1 Parent(s): a91850a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -67,6 +67,26 @@ User query:
67
  Model output:
68
 
69
  ```xml
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  <query_analysis>
71
  <domain ambiguous="true">
72
  <candidate confidence="0.5">Technology</candidate>
@@ -83,7 +103,7 @@ Model output:
83
  <rephrased>true</rephrased>
84
  <rephrased_query>techniques used to enhance the functionality of [PRODUCT/SERVICE]</rephrased_query>
85
  </query_analysis>
86
- ```
87
 
88
  </details>
89
 
 
67
  Model output:
68
 
69
  ```xml
70
+ <query_analysis>
71
+ <domain ambiguous="true">
72
+ <candidate confidence="0.5">Technology</candidate>
73
+ <candidate confidence="0.5">Engineering</candidate>
74
+ </domain>
75
+ <intent ambiguous="true">
76
+ <candidate confidence="0.6">Performance enhancement</candidate>
77
+ <candidate confidence="0.4">Troubleshooting</candidate>
78
+ </intent>
79
+ <concepts>
80
+ <explicit>performance</explicit>
81
+ <implicit>[TECHNOLOGY/ENGINEERING] capabilities</implicit>
82
+ </concepts>
83
+ <insufficient_context>true</insufficient_context>
84
+ <rephrased>true</rephrased>
85
+ <rephrased_query>how do [TECHNOLOGY/ENGINEERING] enhancements improve [PRODUCT/SERVICE] performance</rephrased_query>
86
+ </query_analysis>
87
+ ```
88
+
89
+ <!-- ```xml
90
  <query_analysis>
91
  <domain ambiguous="true">
92
  <candidate confidence="0.5">Technology</candidate>
 
103
  <rephrased>true</rephrased>
104
  <rephrased_query>techniques used to enhance the functionality of [PRODUCT/SERVICE]</rephrased_query>
105
  </query_analysis>
106
+ ``` -->
107
 
108
  </details>
109