{"id":755,"date":"2023-01-24T17:13:34","date_gmt":"2023-01-24T16:13:34","guid":{"rendered":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/?p=755"},"modified":"2024-03-26T17:27:42","modified_gmt":"2024-03-26T16:27:42","slug":"new-database-helps-ai-recognize-mathematical-formulae","status":"publish","type":"post","link":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/","title":{"rendered":"New database helps AI recognize mathematical formulae"},"content":{"rendered":"\n<p><strong>Artificial intelligence (AI) is making headlines recently. AI tools that can create text or images (e.g., ChatGTP or Dall-E) are on the rise. <\/strong><a href=\"https:\/\/www.zhaw.ch\/de\/ueber-uns\/person\/scmx\/\"><strong>Felix Schmitt-Koopmann<\/strong><\/a><strong> asked himself how AI could automatically detect mathematical formulae in a text and ultimately help visually impaired people. He created the new database \u201cFormulaNet\u201d to take a step closer on the road to accessible scientific PDFs.<\/strong><\/p>\n\n\n\n<p>In his Ph.D., Felix takes on a big problem: PDFs are often not accessible and even if the author of a PDF wants to remedy this, it is not an easy task. A person with visual impairment uses assistive technologies, e.g., screen readers (= a tool that converts content into audio or braille), to navigate and read PDFs. The navigation is only possible if the author of the document adds extra information, like tags about the logical structure of the text and alternative text for images. In their <a href=\"https:\/\/digitalcollection.zhaw.ch\/handle\/11475\/19518\">study<\/a>, <a href=\"https:\/\/www.zhaw.ch\/de\/ueber-uns\/person\/dvya\/\">Alireza Darvishy<\/a> et. al. find that <strong>scientific PDFs are rarely tagged <\/strong>because the process is complicated and time-consuming. Consequently, people with visual impairments in the STEM field often do not have access to their content, especially the mathematical formulae. Felix applies AI for document analysis to automate the tagging process of PDFs \u2013 making it easier for the authors to create accessible papers.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Felix, how can you automatically tag a mathematical formula?<\/h4>\n\n\n\n<p>Tagging a mathematical formula in a PDF requires two steps. In a first step you start by detecting the position of the mathematical formula in the document. This object detection task is called \u2013 you might have guessed \u2013 <strong>mathematical formula detection<\/strong>. In a second step, the mathematical formula must be translated into an alternative text. This is an image2text task termed <strong>mathematical formula recognition<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">And why is it so difficult to automate these two tasks?<\/h4>\n\n\n\n<p><strong>Mathematical formula detection<\/strong> is challenging, because existing datasets are small compared to other object detection datasets and the differentiation between mathematical formula and text is not always clear. So, we had to precisely define what counts as a formula. We established two different formats: display formula (isolated from the text) and inline formula (incorporated in the text). The most important thing for the automatic detection is clearly defined rules so that the AI model detects the patterns we are looking for.<\/p>\n\n\n\n<p>The second step, <strong>mathematical formulae recognition<\/strong>, is difficult for AI, as the style of a symbol can influence its meaning, and mathematical formulae are represented by a vast number of symbols. Especially challenging is the detection of 2D positions: Subscript and superscript (<em>x<\/em><sub>0, <\/sub><em>x<\/em><sup>2<\/sup>). The most used dataset (<a href=\"https:\/\/zenodo.org\/record\/56198#.YJjuCGZKgox\">im2latex-100k<\/a>) uses LaTeX code as alternative text. LaTeX code adds the difficulty that different LaTeX codes can have the same outcome.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"540\" src=\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/LATEX-Visu-1024x540.png\" alt=\"\" class=\"wp-image-756\" srcset=\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/LATEX-Visu-1024x540.png 1024w, https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/LATEX-Visu-300x158.png 300w, https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/LATEX-Visu-768x405.png 768w, https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/LATEX-Visu-1536x810.png 1536w, https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/LATEX-Visu-2048x1080.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Output Ground Truth (GT) = bounding boxes of the detected objects.<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">In this paper, you focused on the first step \u2013 the detection task. How does your new dataset help overcome the challenge of detecting formulae in a text?<\/h4>\n\n\n\n<p>AI models are only as good as the dataset. If we use a small dataset with few mathematical formulae, our model has a limited output. For our goal (automatic detection of mathematical formulae) we therefore had to establish a new high-quality and large-scale dataset. It is based on scientific papers from arXiv.org and contains 45k pages of physics papers. They contain many mathematical formulae \u2013 exactly what we needed. After creating the dataset, we established the task for an automatic detection. To achieve this, the LaTeX code of the papers was analysed: patterns that suggested a formula were highlighted. This is a common approach to extract objects in documents but we refined it to achieve more precise results for mathematical formulae.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">How do you know that the results were more precise?<\/h4>\n\n\n\n<p>We know that because we conducted <a href=\"https:\/\/doi.org\/10.21256\/zhaw-25554\">three experiments<\/a>. The results confirmed that with our new dataset we not only have a good quantity of instances, but also a better annotation of formulae.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Who can use your new dataset and the automated labelling pipeline?<\/h4>\n\n\n\n<p>Both the <a href=\"https:\/\/digitalcollection.zhaw.ch\/handle\/11475\/25554\">paper<\/a> and the new <a href=\"https:\/\/github.com\/felix-schmitt\/FormulaNet\">dataset<\/a> are open access. Researchers can use our advanced fully automated labelling pipeline for constructing similar high-quality datasets of page object detection (POD) of nearly any size.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Your goal is to create \u201c<a href=\"https:\/\/www.zhaw.ch\/de\/forschung\/forschungsdatenbank\/projektdetail\/projektid\/4691\/\">accessible scientific PDFs for all<\/a>\u201d. What\u2019s next on your journey?<\/h4>\n\n\n\n<p>With the current paper we can detect where a mathematical formula is. The formula will then be cut out as an image. In a second step, I will train an image-to-text model, where the model predicts the alternative text for an image of a formula. These models will be integrated in <a href=\"https:\/\/pave-pdf.org\/pave\/index.html\">PAVE<\/a> (our tool for accessible PDFs), helping the authors of a PDF to faster and more easily tag it and consequently make the PDF accessible. I want to improve this process so that more scientists make their papers accessible. In the end, this helps visually impaired people to access scientific content.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th> <strong>Glossary \u2013 or: How to train an AI model<\/strong>  <\/th><\/tr><\/thead><tbody><tr><td><strong>Artificial Intelligence (AI)<\/strong>: AI attempts to imitate process decisions or to detect patterns in data. For example, the detection of objects in an image. <br><strong>Training dataset<\/strong>: The training dataset is a collection of examples that are used to teach the model. For example, documents and the positions of mathematical formulae in the document.<br><strong>Training a model<\/strong>: When you train a model, you teach it to interpret the data from the training dataset correctly. This means, you show the model an example (e.g. a document) and depending on the predicted result (e.g. positions of the formulae in the document) you adjust the model. You repeat this process until the model makes accurate predictions. <br><strong>LaTeX<\/strong>: LaTeX is a software for creating documents. Compared to Microsoft Word, the author uses plain text and not formatted text.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Sources and more information:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/digitalcollection.zhaw.ch\/handle\/11475\/25554\">FormulaNet : a benchmark dataset for mathematical formula detection<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/doi.org\/10.21256\/zhaw-25873\">Accessible PDFs : applying artificial intelligence for automated remediation of STEM PDFs<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.zhaw.ch\/de\/forschung\/forschungsdatenbank\/projektdetail\/projektid\/4691\/\">Accessible Scientific PDFs for All<\/a><\/li>\n<\/ul>\n<div class=\"pt-sm\">Schlagw\u00f6rter: <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/accessibility\/\">Accessibility<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/ai\/\">AI<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/algorithmen\/\">Algorithmen<\/a>, <a href=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/tag\/artificial-intelligence\/\">Artificial Intelligence<\/a><br><\/div>","protected":false},"excerpt":{"rendered":"<p>Artificial intelligence (AI) is making headlines recently. AI tools that can create text or images (e.g., ChatGTP or Dall-E) are on the rise. Felix Schmitt-Koopmann asked himself how AI could automatically detect mathematical formulae in a text and ultimately help visually impaired people. He created the new database \u201cFormulaNet\u201d to take a step closer on [&hellip;]<\/p>\n","protected":false},"author":631,"featured_media":757,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[135,1],"tags":[159,44,148,45],"features":[],"class_list":["post-755","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-accessibility-barrierefreiheit","category-allgemein","tag-accessibility","tag-ai","tag-algorithmen","tag-artificial-intelligence"],"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>New database helps AI recognize mathematical formulae - 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\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New database helps AI recognize mathematical formulae\" \/>\n<meta property=\"og:description\" content=\"Artificial intelligence (AI) is making headlines recently. AI tools that can create text or images (e.g., ChatGTP or Dall-E) are on the rise. Felix Schmitt-Koopmann asked himself how AI could automatically detect mathematical formulae in a text and ultimately help visually impaired people. He created the new database \u201cFormulaNet\u201d to take a step closer on [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Futures Lab - Community Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-24T16:13:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-26T16:27:42+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"1365\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"5 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\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/\"},\"author\":{\"name\":\"Johanna Seiwald\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3\"},\"headline\":\"New database helps AI recognize mathematical formulae\",\"datePublished\":\"2023-01-24T16:13:34+00:00\",\"dateModified\":\"2024-03-26T16:27:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/\"},\"wordCount\":990,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg\",\"keywords\":[\"Accessibility\",\"AI\",\"Algorithmen\",\"Artificial Intelligence\"],\"articleSection\":[\"Accessibility \/ Barrierefreiheit\",\"Allgemein\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/\",\"url\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/\",\"name\":\"New database helps AI recognize mathematical formulae - 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\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg\",\"datePublished\":\"2023-01-24T16:13:34+00:00\",\"dateModified\":\"2024-03-26T16:27:42+00:00\",\"author\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage\",\"url\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg\",\"contentUrl\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg\",\"width\":2048,\"height\":1365,\"caption\":\"Barrierefreier Internetzugang f\u00fcr Menschen mit Sehbehinderung. Foto: Michel Arriens | www.michelarriens.de\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/blog.zhaw.ch\/digital-futures-lab\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New database helps AI recognize mathematical formulae\"}]},{\"@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":"New database helps AI recognize mathematical formulae - 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\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/","og_locale":"en_GB","og_type":"article","og_title":"New database helps AI recognize mathematical formulae","og_description":"Artificial intelligence (AI) is making headlines recently. AI tools that can create text or images (e.g., ChatGTP or Dall-E) are on the rise. Felix Schmitt-Koopmann asked himself how AI could automatically detect mathematical formulae in a text and ultimately help visually impaired people. He created the new database \u201cFormulaNet\u201d to take a step closer on [&hellip;]","og_url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/","og_site_name":"Digital Futures Lab - Community Blog","article_published_time":"2023-01-24T16:13:34+00:00","article_modified_time":"2024-03-26T16:27:42+00:00","og_image":[{"width":2048,"height":1365,"url":"http:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg","type":"image\/jpeg"}],"author":"Johanna Seiwald","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Johanna Seiwald","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#article","isPartOf":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/"},"author":{"name":"Johanna Seiwald","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3"},"headline":"New database helps AI recognize mathematical formulae","datePublished":"2023-01-24T16:13:34+00:00","dateModified":"2024-03-26T16:27:42+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/"},"wordCount":990,"commentCount":0,"image":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg","keywords":["Accessibility","AI","Algorithmen","Artificial Intelligence"],"articleSection":["Accessibility \/ Barrierefreiheit","Allgemein"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/","url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/","name":"New database helps AI recognize mathematical formulae - 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\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage"},"image":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg","datePublished":"2023-01-24T16:13:34+00:00","dateModified":"2024-03-26T16:27:42+00:00","author":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/#\/schema\/person\/0b5f5afc3488985cf81793ed6380aff3"},"breadcrumb":{"@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#primaryimage","url":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg","contentUrl":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/files\/2023\/01\/Barrierefreies_Internet_DBSV_049_large.jpg","width":2048,"height":1365,"caption":"Barrierefreier Internetzugang f\u00fcr Menschen mit Sehbehinderung. Foto: Michel Arriens | www.michelarriens.de"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/2023\/01\/24\/new-database-helps-ai-recognize-mathematical-formulae\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/"},{"@type":"ListItem","position":2,"name":"New database helps AI recognize mathematical formulae"}]},{"@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\/755","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=755"}],"version-history":[{"count":4,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/posts\/755\/revisions"}],"predecessor-version":[{"id":1065,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/posts\/755\/revisions\/1065"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/media\/757"}],"wp:attachment":[{"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/media?parent=755"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/categories?post=755"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/tags?post=755"},{"taxonomy":"features","embeddable":true,"href":"https:\/\/blog.zhaw.ch\/digital-futures-lab\/wp-json\/wp\/v2\/features?post=755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}