{"id":760,"date":"2023-02-06T15:32:13","date_gmt":"2023-02-06T14:32:13","guid":{"rendered":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/?p=760"},"modified":"2023-02-06T15:32:14","modified_gmt":"2023-02-06T14:32:14","slug":"how-well-do-chatbots-or-ai-translators-perform","status":"publish","type":"post","link":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/","title":{"rendered":"<strong>How well do chatbots or AI translators perform?<\/strong>"},"content":{"rendered":"\n<p><strong>We all make mistakes: we are human after all. But what about machines? As they are programmed by humans, they are also prone to errors. In the case of automatic text generation, researchers from the <a href=\"https:\/\/www.zhaw.ch\/en\/engineering\/institutes-centres\/cai\/\">Center of Artificial Intelligence (CAI)<\/a> developed a new way of proof checking the various systems \u2013 fully automated. Machines evaluating machines \u2013 can that work?<\/strong><\/p>\n\n\n\n<p>In their paper \u201cOn the Effectiveness of Automated Metrics for Text Generation Systems\u201d, <a href=\"https:\/\/www.zhaw.ch\/de\/ueber-uns\/person\/vode\/\">Pius von D\u00e4niken<\/a>, <a href=\"https:\/\/www.zhaw.ch\/de\/ueber-uns\/person\/deri\/\">Jan Deriu<\/a>, <a href=\"https:\/\/www.zhaw.ch\/de\/ueber-uns\/person\/tuge\/\">Don Tuggener<\/a> and <a href=\"https:\/\/www.zhaw.ch\/de\/ueber-uns\/person\/ciel\/\">Mark Cielibak<\/a> put forth a new automated approach to evaluate text generations systems. What is automatic text generation you ask? You probably know and use some of these systems. Examples are machine translation (DeepL, Google Translate etc.), dialogue systems (chatbots, like ChatGPT), automated summarization (for example the summary feature of Google Docs), paraphrasing, caption generation, or natural language generation. Broadly speaking, the field of Text Generation is a subfield of Natural Language Processing (Celikyilmaz et al., 2020). Let\u2019s dive into it.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Jan, you recently published a paper on the evaluation of Text Generation Systems. Why do we need to evaluate these systems and what are the challenges?<\/h4>\n\n\n\n<p>Text generation systems such as DeepL need to be checked for errors to ensure the quality of their output, in this example the translation of a word or text. This task can be done by humans and\/or machines. This evaluation is an unsolved issue as human evaluation is more reliable but takes much more time and is more expensive than automated evaluation. Our paper takes a small step towards a solution.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">You came up with a theoretical foundation. Can you tell us more?<\/h4>\n\n\n\n<p>We are developing a theoretical framework for the evaluation of text generation that can be used to extract <strong>guidelines for designing a quantitative evaluation<\/strong> of text generation systems. In this paper, we introduce the first results of this framework, which works on a simplified version of a metric, i.e., &nbsp;so-called binary metrics.<\/p>\n\n\n\n<p>The <strong>binary metrics<\/strong> classify the output of a text generation system as being either adequate or inadequate. This allows us to measure the performance of a text generation system as the ratio of adequate responses it generates. The main problem of these automated metrics is that they are error prone. That is, they rate inadequate responses as being adequate. This leads to faulty evaluations, which in turn leads to low trust in these metrics. Our framework allows to correct the evaluation of these metrics by leveraging human evaluations. That is, we can <strong>boost a human evaluation with metric evaluations<\/strong>, which requires fewer human annotations in the end.<\/p>\n\n\n\n<p>Our framework also allows to establish how many samples are required to reliably distinguish text generation systems (meaning: when the difference is statistically significant). With the code we\u2019ve written, we can <strong>evaluate one system<\/strong> \u2013 we can compute error-free, error-prone and mixed metrics. In a second step we can also <strong>compare<\/strong> <strong>the performance of different systems<\/strong> and check if the application mirrors the theory.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Are you planning to continue this research?<\/h4>\n\n\n\n<p>Yes, we definitively stay on this path, as we are the first to do so. The main work for our paper was established in the Master thesis by Pius. The current theory is limited to binary metrics, but in future work, we will extend the theory to more types, such as comparative or scalar metrics. Furthermore, we will apply the theory to a wider range of tasks and domains.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Who can use your theoretical foundation? Is the code open access?<\/h4>\n\n\n\n<p>Yes, you can find the <strong>code <\/strong>and <strong>visualization tool <a href=\"https:\/\/github.com\/vodezhaw\/binary_metric_tool\">here<\/a><\/strong>. Practitioners can use it to enter their evaluation settings and receive an analysis of the measurable differences in their settings. Also, we are currently looking for collaboration partners and we plan to work in interdisciplinary teams with for example linguists.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Your team presented the paper at the <a href=\"https:\/\/gem-benchmark.com\/workshop\">GEM workshop 2022<\/a>. What were the reactions?<\/h4>\n\n\n\n<p>Pius, a Master Student in our group, presented our work in the GEM workshop as a poster. The reactions were positive. There is ever-growing interest in the evaluation of text generation systems as they are becoming more and more powerful, and thus, more and more used. Especially the error-correction aspect of the theory was well received.<\/p>\n\n\n\n<h2 class=\"has-medium-font-size wp-block-heading\" id=\"h-sources-and-further-information\"><strong>Sources and further information:<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Paper in the ACL Anthology: <a href=\"https:\/\/aclanthology.org\/2022.findings-emnlp.108\/\">On the Effectiveness of Automated Metrics for Text Generation Systems<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/vodezhaw\/binary_metric_tool\">Code and visualization tool<\/a><\/li>\n<\/ul>\n<div class=\"pt-sm\">Schlagw\u00f6rter: <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/ai\/\">AI<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/artificial-intelligence\/\">Artificial Intelligence<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/chatbot\/\">chatbot<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/natural-language-processing\/\">natural language processing<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/text-generation\/\">Text Generation<\/a><br><\/div>","protected":false},"excerpt":{"rendered":"<p>We all make mistakes: we are human after all. But what about machines? As they are programmed by humans, they are also prone to errors. In the case of automatic text generation, researchers from the Center of Artificial Intelligence (CAI) developed a new way of proof checking the various systems \u2013 fully automated. Machines evaluating [&hellip;]<\/p>\n","protected":false},"author":631,"featured_media":763,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[1],"tags":[44,45,156,158,151],"features":[],"class_list":["post-760","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein","tag-ai","tag-artificial-intelligence","tag-chatbot","tag-natural-language-processing","tag-text-generation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How well do chatbots or AI translators perform? - Digital Futures Lab - Community Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How well do chatbots or AI translators perform?\" \/>\n<meta property=\"og:description\" content=\"We all make mistakes: we are human after all. But what about machines? As they are programmed by humans, they are also prone to errors. In the case of automatic text generation, researchers from the Center of Artificial Intelligence (CAI) developed a new way of proof checking the various systems \u2013 fully automated. Machines evaluating [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Futures Lab - Community Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-06T14:32:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-06T14:32:14+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1067\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Johanna Seiwald\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Johanna Seiwald\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/\"},\"author\":{\"name\":\"Johanna Seiwald\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3\"},\"headline\":\"How well do chatbots or AI translators perform?\",\"datePublished\":\"2023-02-06T14:32:13+00:00\",\"dateModified\":\"2023-02-06T14:32:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/\"},\"wordCount\":733,\"commentCount\":1,\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png\",\"keywords\":[\"AI\",\"Artificial Intelligence\",\"chatbot\",\"natural language processing\",\"Text Generation\"],\"articleSection\":[\"Allgemein\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/\",\"url\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/\",\"name\":\"How well do chatbots or AI translators perform? - Digital Futures Lab - Community Blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png\",\"datePublished\":\"2023-02-06T14:32:13+00:00\",\"dateModified\":\"2023-02-06T14:32:14+00:00\",\"author\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage\",\"url\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png\",\"contentUrl\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png\",\"width\":1600,\"height\":1067,\"caption\":\"ZHAW researchers put forth a new automated approach to evaluate text generations systems.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How well do chatbots or AI translators perform?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#website\",\"url\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/\",\"name\":\"Digital Futures Lab - Community Blog\",\"description\":\"A Blog of the ZHAW Zurich University of Applied Sciences\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3\",\"name\":\"Johanna Seiwald\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/bbf7195f5aa5e23baf7c768ad0ac4f55a4d286ffeb574749441ba66640eb40d0?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bbf7195f5aa5e23baf7c768ad0ac4f55a4d286ffeb574749441ba66640eb40d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bbf7195f5aa5e23baf7c768ad0ac4f55a4d286ffeb574749441ba66640eb40d0?s=96&d=mm&r=g\",\"caption\":\"Johanna Seiwald\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/johanna-seiwald-70a90523a\/\"],\"url\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/author\/seiw\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How well do chatbots or AI translators perform? - Digital Futures Lab - Community Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/","og_locale":"en_GB","og_type":"article","og_title":"How well do chatbots or AI translators perform?","og_description":"We all make mistakes: we are human after all. But what about machines? As they are programmed by humans, they are also prone to errors. In the case of automatic text generation, researchers from the Center of Artificial Intelligence (CAI) developed a new way of proof checking the various systems \u2013 fully automated. Machines evaluating [&hellip;]","og_url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/","og_site_name":"Digital Futures Lab - Community Blog","article_published_time":"2023-02-06T14:32:13+00:00","article_modified_time":"2023-02-06T14:32:14+00:00","og_image":[{"width":1600,"height":1067,"url":"http:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png","type":"image\/png"}],"author":"Johanna Seiwald","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Johanna Seiwald","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#article","isPartOf":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/"},"author":{"name":"Johanna Seiwald","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3"},"headline":"How well do chatbots or AI translators perform?","datePublished":"2023-02-06T14:32:13+00:00","dateModified":"2023-02-06T14:32:14+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/"},"wordCount":733,"commentCount":1,"image":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png","keywords":["AI","Artificial Intelligence","chatbot","natural language processing","Text Generation"],"articleSection":["Allgemein"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/","url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/","name":"How well do chatbots or AI translators perform? - Digital Futures Lab - Community Blog","isPartOf":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage"},"image":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png","datePublished":"2023-02-06T14:32:13+00:00","dateModified":"2023-02-06T14:32:14+00:00","author":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3"},"breadcrumb":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#primaryimage","url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png","contentUrl":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/02\/TextGeneration.png","width":1600,"height":1067,"caption":"ZHAW researchers put forth a new automated approach to evaluate text generations systems."},{"@type":"BreadcrumbList","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/02\/06\/how-well-do-chatbots-or-ai-translators-perform\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/"},{"@type":"ListItem","position":2,"name":"How well do chatbots or AI translators perform?"}]},{"@type":"WebSite","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#website","url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/","name":"Digital Futures Lab - Community Blog","description":"A Blog of the ZHAW Zurich University of Applied Sciences","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3","name":"Johanna Seiwald","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/bbf7195f5aa5e23baf7c768ad0ac4f55a4d286ffeb574749441ba66640eb40d0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bbf7195f5aa5e23baf7c768ad0ac4f55a4d286ffeb574749441ba66640eb40d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bbf7195f5aa5e23baf7c768ad0ac4f55a4d286ffeb574749441ba66640eb40d0?s=96&d=mm&r=g","caption":"Johanna Seiwald"},"sameAs":["https:\/\/www.linkedin.com\/in\/johanna-seiwald-70a90523a\/"],"url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/author\/seiw\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/posts\/760","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/users\/631"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/comments?post=760"}],"version-history":[{"count":10,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/posts\/760\/revisions"}],"predecessor-version":[{"id":771,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/posts\/760\/revisions\/771"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/media\/763"}],"wp:attachment":[{"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/media?parent=760"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/categories?post=760"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/tags?post=760"},{"taxonomy":"features","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/features?post=760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}