You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "## Overview\n\nThis is a beta version of **Aimon Rely.** It includes our proprietary hallucination detector. This is an beta-release, so please treat it as such. Check with us (send a note to [info@aimon.ai](https://mailto:info@aimon.ai)) before using this API in a production setting. There are limited uptime guarantees at the moment. Please report any issues to the Aimon team (at [info@aimon.ai](https://mailto:info@aimon.ai)).\n\n> Use the APIs with caution - do not send sensitive or protected data to this API. \n \n\n## Features\n\nGiven a context and the generated text, we are able to detect 2 different types of model hallucinations: intrinsic and extrinsic.\n\n- The \"is_hallucinated\" field indicates whether the \"generated_text\" (passed in the input) is hallucinated.\n- A top level passage level \"score\" indicates if the entire set of sentences contain any hallucinations. The score is a probabilty measure of how hallucinated the text is compared to the context. A score >= 0.5 can be classified as a hallucination.\n- We also provide sentence level scores to help with explanability.\n \n\n## **Limitations**\n\n- Input payloads with context sizes greater than 32,000 tokens will not work at the moment.\n- Maximum batch size is 25 items at the moment.",
"body": "[\n {\n \"is_hallucinated\": \"False\",\n \"score\": 0.07905,\n \"sentences\": [\n {\n \"score\": 0.07905,\n \"text\": \"those who receive centrelink payments that themselves were up 20% made up half of radio rental's income last year.\"\n },\n {\n \"score\": 0.01975,\n \"text\": \"Centrelink payments themselves were up 20%.\"\n }\n ]\n },\n {\n \"is_hallucinated\": \"True\",\n \"score\": 0.90819,\n \"sentences\": [\n {\n \"score\": 0.90819,\n \"text\": \"the abc have reported that those who receive centrelink payments that themselves were up 20% made up three fourths of radio rental's income last year.\"\n }\n ]\n },\n {\n \"is_hallucinated\": \"True\",\n \"score\": 0.99121,\n \"sentences\": [\n {\n \"score\": 0.99121,\n \"text\": \"the abc have reported that those who receive centrelink payments made up three fourths of radio rental's income last year.\"\n },\n {\n \"score\": 0.02108,\n \"text\": \"Centrelink payments themselves were 20% up.\"\n }\n ]\n }\n]"
148
+
"body": "[\n {\n \"is_hallucinated\": \"False\",\n \"score\": 0.07985,\n \"sentences\": [\n {\n \"score\": 0.07985,\n \"text\": \"those who receive centrelink payments that themselves were up 20% made up half of radio rental's income last year.\"\n },\n {\n \"score\": 0.00911,\n \"text\": \"Centrelink payments themselves were up 20%.\"\n }\n ]\n },\n {\n \"is_hallucinated\": \"True\",\n \"score\": 0.89839,\n \"sentences\": [\n {\n \"score\": 0.89839,\n \"text\": \"the abc have reported that those who receive centrelink payments that themselves were up 20% made up three fourths of radio rental's income last year.\"\n }\n ]\n },\n {\n \"is_hallucinated\": \"True\",\n \"score\": 0.97911,\n \"sentences\": [\n {\n \"score\": 0.97911,\n \"text\": \"the abc have reported that those who receive centrelink payments made up three fourths of radio rental's income last year.\"\n },\n {\n \"score\": 0.00262,\n \"text\": \"Centrelink payments themselves were 20% up.\"\n }\n ]\n }\n]"
150
149
}
151
150
]
152
151
},
@@ -210,7 +209,7 @@
210
209
"header": [
211
210
{
212
211
"key": "Date",
213
-
"value": "Mon, 11 Mar 2024 07:53:18 GMT"
212
+
"value": "Mon, 18 Mar 2024 06:33:21 GMT"
214
213
},
215
214
{
216
215
"key": "Content-Type",
@@ -234,15 +233,40 @@
234
233
}
235
234
],
236
235
"cookie": [],
237
-
"body": "[\n {\n\"is_hallucinated\": \"False\",\n\"score\": 0.01675,\n\"sentences\": [\n {\n\"score\": 0.01675,\n\"text\": \"five ambitious clubs are locked in a scramble for two champions league places.\"\n }\n ]\n }\n]"
236
+
"body": "[\n {\n\"is_hallucinated\": \"False\",\n\"score\": 0.02867,\n\"sentences\": [\n {\n\"score\": 0.02867,\n\"text\": \"five ambitious clubs are locked in a scramble for two champions league places.\"\n }\n ]\n }\n]"
0 commit comments