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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -32
README.md CHANGED
@@ -62,6 +62,39 @@ Model output:
62
 
63
  User query:
64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  > How do they enhance its performance?
66
 
67
  Model output:
@@ -107,38 +140,6 @@ Model output:
107
 
108
  </details>
109
 
110
- <details>
111
- <summary><i>Unroll to see Example #3</i></summary>
112
-
113
- User query:
114
-
115
- >Which legal aspects of data gathering must be considered before training a language model?
116
-
117
- Model output:
118
-
119
- ```xml
120
- <query_analysis>
121
- <domain ambiguous="false">
122
- <candidate confidence="1.0">Legal</candidate>
123
- </domain>
124
- <intent ambiguous="false">
125
- <candidate confidence="1.0">Data privacy and ethics</candidate>
126
- </intent>
127
- <concepts>
128
- <explicit>data gathering, language models</explicit>
129
- <implicit>legal considerations, ethical practices</implicit>
130
- </concepts>
131
- <relations>
132
- <relation subject="data gathering" predicate="must consider" object="legal aspects"/>
133
- <relation subject="language models" predicate="require" object="legal considerations"/>
134
- </relations>
135
- <insufficient_context>false</insufficient_context>
136
- <rephrased>true</rephrased>
137
- <rephrased_query>legal requirements for data collection and usage when developing natural language processing models</rephrased_query>
138
- </query_analysis>
139
- ```
140
-
141
- </details>
142
 
143
  ## Intended Use
144
 
 
62
 
63
  User query:
64
 
65
+ >Which legal aspects of data gathering must be considered before training a language model?
66
+
67
+ Model output:
68
+
69
+ ```xml
70
+ <query_analysis>
71
+ <domain ambiguous="false">
72
+ <candidate confidence="1.0">Legal</candidate>
73
+ </domain>
74
+ <intent ambiguous="false">
75
+ <candidate confidence="1.0">Data privacy and ethics</candidate>
76
+ </intent>
77
+ <concepts>
78
+ <explicit>data gathering, language models</explicit>
79
+ <implicit>legal considerations, ethical practices</implicit>
80
+ </concepts>
81
+ <relations>
82
+ <relation subject="data gathering" predicate="must consider" object="legal aspects"/>
83
+ <relation subject="language models" predicate="require" object="legal considerations"/>
84
+ </relations>
85
+ <insufficient_context>false</insufficient_context>
86
+ <rephrased>true</rephrased>
87
+ <rephrased_query>legal requirements for data collection and usage when developing natural language processing models</rephrased_query>
88
+ </query_analysis>
89
+ ```
90
+
91
+ </details>
92
+
93
+ <details>
94
+ <summary><i>Unroll to see Example #3</i></summary>
95
+
96
+ User query:
97
+
98
  > How do they enhance its performance?
99
 
100
  Model output:
 
140
 
141
  </details>
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
 
144
  ## Intended Use
145