{"id":995,"date":"2024-05-29T03:06:52","date_gmt":"2024-05-29T07:06:52","guid":{"rendered":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/"},"modified":"2024-05-29T03:06:52","modified_gmt":"2024-05-29T07:06:52","slug":"cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data","status":"publish","type":"post","link":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/","title":{"rendered":"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data"},"content":{"rendered":"<p>AI RobotCausal reasoning has been described as the next frontier for AI. While today\u2019s machine learning models are proficient at pattern recognition, they struggle with understanding cause-and-effect relationships. This limits their ability to reason about interventions and make reliable predictions. For example, an AI system trained on observational data may learn incorrect associations like \u201ceating ice cream causes sunburns,\u201d simply because people tend to eat more ice cream on hot sunny days. To enable more human-like intelligence, researchers are working on incorporating causal inference capabilities into AI models. Recent work by Microsoft Research Cambridge and Massachusetts Institute of Technology has shown progress in this direction.About the\u00a0paperRecent foundation models have shown promise for human-level intelligence on diverse tasks. But complex reasoning like causal inference remains challenging, needing intricate steps and high precision. Tye researchers take a first step to build causally-aware foundation models for such tasks. Their novel Causal Inference with Attention (CInA) method uses multiple unlabeled datasets for self-supervised causal learning. It then enables zero-shot causal inference on new tasks and data. This works based on their theoretical finding that optimal covariate balancing equals regularized self-attention. This lets CInA extract causal insights through the final layer of a trained transformer model. Experiments show CInA generalizes to new distributions and real datasets. It matches or beats traditional causal inference methods. Overall, CInA is a building block for causally-aware foundation models.Key takeaways from this research\u00a0paper:The researchers proposed a new method called CInA (Causal Inference with Attention) that can learn to estimate the effects of treatments by looking at multiple datasets without\u00a0labels.They showed mathematically that finding the optimal weights for estimating treatment effects is equivalent to using self-attention, an algorithm commonly used in AI models today. This allows CInA to generalize to new datasets without retraining.In experiments, CInA performed as good as or better than traditional methods requiring retraining, while taking much less time to estimate effects on new\u00a0data.My takeaway on Causal Foundation Models:Being able to generalize to new tasks and datasets without retraining is an important ability for advanced AI systems. CInA demonstrates progress towards building this into models for causality.CInA shows that unlabeled data from multiple sources can be used in a self-supervised way to teach models useful skills for causal reasoning, like estimating treatment effects. This idea could be extended to other causal\u00a0tasks.The connection between causal inference and self-attention provides a theoretically grounded way to build AI models that understand cause and effect relationships.CInA\u2019s results suggest that models trained this way could serve as a basic building block for developing large-scale AI systems with causal reasoning capabilities, similar to natural language and computer vision systems\u00a0today.There are many opportunities to scale up CInA to more data, and apply it to other causal problems beyond estimating treatment effects. Integrating CInA into existing advanced AI models is a promising future direction.This work lays the foundation for developing foundation models with human-like intelligence through incorporating self-supervised causal learning and reasoning abilities.CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data was originally published in Becoming Human: Artificial Intelligence Magazine on Medium, where people are continuing the conversation by highlighting and responding to this story.<\/p>\n","protected":false},"excerpt":{"rendered":"<div>\n<figure><img decoding=\"async\" alt=\"\" src=\"https:\/\/cdn-images-1.medium.com\/max\/1024\/1*ncH2OSDkkMhSE5Brs9ixOQ.png\"><figcaption>AI Robot<\/figcaption><\/figure>\n<p>Causal reasoning has been described as the next frontier for AI. While today\u2019s machine learning models are proficient at pattern recognition, they struggle with understanding cause-and-effect relationships. This limits their ability to reason about interventions and make reliable predictions. For example, an AI system trained on observational data may learn incorrect associations like \u201ceating ice cream causes sunburns,\u201d simply because people tend to eat more ice cream on hot sunny days. To enable more human-like intelligence, researchers are working on incorporating causal inference capabilities into AI models. Recent work by <a href=\"https:\/\/media.licdn.com\/dms\/document\/media\/D4D1FAQFmMO4th64Qhw\/feedshare-document-pdf-analyzed\/0\/1698224583332?e=1700092800&amp;v=beta&amp;t=jnPSPIwt2hpq8b4mk8Y5MrITC8PE4MpRUO8tPVwWvGc\"><em>Microsoft Research Cambridge and Massachusetts Institute of Technology<\/em><\/a> has shown progress in this direction.<\/p>\n<h4>About the\u00a0paper<\/h4>\n<p>Recent foundation models have shown promise for human-level intelligence on diverse tasks. But complex reasoning like causal inference remains challenging, needing intricate steps and high precision. Tye researchers take a first step to build causally-aware foundation models for such tasks. Their novel <strong><em>Causal Inference with Attention<\/em><\/strong> (CInA) method uses multiple unlabeled datasets for self-supervised causal learning. It then enables zero-shot causal inference on new tasks and data. This works based on their theoretical finding that optimal covariate balancing equals regularized self-attention. This lets CInA extract causal insights through the final layer of a trained transformer model. Experiments show CInA generalizes to new distributions and real datasets. It matches or beats traditional causal inference methods. Overall, CInA is a building block for causally-aware foundation models.<\/p>\n<h4>Key takeaways from this research\u00a0paper:<\/h4>\n<ul>\n<li>The researchers proposed a new method called CInA (Causal Inference with Attention) that can learn to estimate the effects of treatments by looking at multiple datasets without\u00a0labels.<\/li>\n<li>They showed mathematically that finding the optimal weights for estimating treatment effects is equivalent to using self-attention, an algorithm commonly used in AI models today. This allows CInA to generalize to new datasets without retraining.<\/li>\n<li>In experiments, CInA performed as good as or better than traditional methods requiring retraining, while taking much less time to estimate effects on new\u00a0data.<\/li>\n<\/ul>\n<h4>My takeaway on Causal Foundation Models:<\/h4>\n<ul>\n<li>Being able to generalize to new tasks and datasets without retraining is an important ability for advanced AI systems. CInA demonstrates progress towards building this into models for causality.<\/li>\n<li>CInA shows that unlabeled data from multiple sources can be used in a self-supervised way to teach models useful skills for causal reasoning, like estimating treatment effects. This idea could be extended to other causal\u00a0tasks.<\/li>\n<li>The connection between causal inference and self-attention provides a theoretically grounded way to build AI models that understand cause and effect relationships.<\/li>\n<li>CInA\u2019s results suggest that models trained this way could serve as a basic building block for developing large-scale AI systems with causal reasoning capabilities, similar to natural language and computer vision systems\u00a0today.<\/li>\n<li>There are many opportunities to scale up CInA to more data, and apply it to other causal problems beyond estimating treatment effects. Integrating CInA into existing advanced AI models is a promising future direction.<\/li>\n<\/ul>\n<p>This work lays the foundation for developing foundation models with human-like intelligence through incorporating self-supervised causal learning and reasoning abilities.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/medium.com\/_\/stat?event=post.clientViewed&amp;referrerSource=full_rss&amp;postId=e8e61f2b0e9a\" width=\"1\" height=\"1\" alt=\"\"><\/p>\n<hr>\n<p><a href=\"https:\/\/becominghuman.ai\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data-e8e61f2b0e9a\">CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data<\/a> was originally published in <a href=\"https:\/\/becominghuman.ai\/\">Becoming Human: Artificial Intelligence Magazine<\/a> on Medium, where people are continuing the conversation by highlighting and responding to this story.<\/p>\n<\/div>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","footnotes":""},"categories":[8,1300,226,31,1299,1],"tags":[10],"class_list":["post-995","post","type-post","status-publish","format-standard","hentry","category-artificial-intelligence","category-causal-data-science","category-data-science","category-machine-learning","category-self-supervised-learning","category-top-ai-news","tag-aimastermindscourse-aimastermind-aicourses-getcertifiedinai"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data - AI Mastermind 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:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data - AI Mastermind Blog\" \/>\n<meta property=\"og:description\" content=\"AI RobotCausal reasoning has been described as the next frontier for AI. While today\u2019s machine learning models are proficient at pattern recognition, they struggle with understanding cause-and-effect relationships. This limits their ability to reason about interventions and make reliable predictions. For example, an AI system trained on observational data may learn incorrect associations like \u201ceating ice cream causes sunburns,\u201d simply because people tend to eat more ice cream on hot sunny days. To enable more human-like intelligence, researchers are working on incorporating causal inference capabilities into AI models. Recent work by Microsoft Research Cambridge and Massachusetts Institute of Technology has shown progress in this direction.About the\u00a0paperRecent foundation models have shown promise for human-level intelligence on diverse tasks. But complex reasoning like causal inference remains challenging, needing intricate steps and high precision. Tye researchers take a first step to build causally-aware foundation models for such tasks. Their novel Causal Inference with Attention (CInA) method uses multiple unlabeled datasets for self-supervised causal learning. It then enables zero-shot causal inference on new tasks and data. This works based on their theoretical finding that optimal covariate balancing equals regularized self-attention. This lets CInA extract causal insights through the final layer of a trained transformer model. Experiments show CInA generalizes to new distributions and real datasets. It matches or beats traditional causal inference methods. Overall, CInA is a building block for causally-aware foundation models.Key takeaways from this research\u00a0paper:The researchers proposed a new method called CInA (Causal Inference with Attention) that can learn to estimate the effects of treatments by looking at multiple datasets without\u00a0labels.They showed mathematically that finding the optimal weights for estimating treatment effects is equivalent to using self-attention, an algorithm commonly used in AI models today. This allows CInA to generalize to new datasets without retraining.In experiments, CInA performed as good as or better than traditional methods requiring retraining, while taking much less time to estimate effects on new\u00a0data.My takeaway on Causal Foundation Models:Being able to generalize to new tasks and datasets without retraining is an important ability for advanced AI systems. CInA demonstrates progress towards building this into models for causality.CInA shows that unlabeled data from multiple sources can be used in a self-supervised way to teach models useful skills for causal reasoning, like estimating treatment effects. This idea could be extended to other causal\u00a0tasks.The connection between causal inference and self-attention provides a theoretically grounded way to build AI models that understand cause and effect relationships.CInA\u2019s results suggest that models trained this way could serve as a basic building block for developing large-scale AI systems with causal reasoning capabilities, similar to natural language and computer vision systems\u00a0today.There are many opportunities to scale up CInA to more data, and apply it to other causal problems beyond estimating treatment effects. Integrating CInA into existing advanced AI models is a promising future direction.This work lays the foundation for developing foundation models with human-like intelligence through incorporating self-supervised causal learning and reasoning abilities.CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data was originally published in Becoming Human: Artificial Intelligence Magazine on Medium, where people are continuing the conversation by highlighting and responding to this story.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/\" \/>\n<meta property=\"og:site_name\" content=\"AI Mastermind Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-29T07:06:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aimastermindscourse.com\/getcertified\/wp-content\/uploads\/2024\/01\/ai-mastermind.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"343\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"abbey4323\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@aimastermindco\" \/>\n<meta name=\"twitter:site\" content=\"@aimastermindco\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"abbey4323\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/\"},\"author\":{\"name\":\"abbey4323\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/person\/9ad25e00282b80219b15f1f2d0892861\"},\"headline\":\"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data\",\"datePublished\":\"2024-05-29T07:06:52+00:00\",\"dateModified\":\"2024-05-29T07:06:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/\"},\"wordCount\":557,\"publisher\":{\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#organization\"},\"keywords\":[\"#aimastermindscourse #aimastermind #aicourses #getcertifiedinai\"],\"articleSection\":[\"artificial-intelligence\",\"causal-data-science\",\"Data Science\",\"machine-learning\",\"self-supervised-learning\",\"Top AI News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/\",\"url\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/\",\"name\":\"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data - AI Mastermind Blog\",\"isPartOf\":{\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#website\"},\"datePublished\":\"2024-05-29T07:06:52+00:00\",\"dateModified\":\"2024-05-29T07:06:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/aimastermindscourse.com\/getcertified\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#website\",\"url\":\"https:\/\/aimastermindscourse.com\/getcertified\/\",\"name\":\"AI Mastermind Blog\",\"description\":\"Applying Artificial Intelligence in Everyday Life\",\"publisher\":{\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#organization\"},\"alternateName\":\"aimastermindscourse.com\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aimastermindscourse.com\/getcertified\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#organization\",\"name\":\"AI Mastermind Blog\",\"url\":\"https:\/\/aimastermindscourse.com\/getcertified\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/aimastermindscourse.com\/getcertified\/wp-content\/uploads\/2024\/01\/ai-mastermind.png\",\"contentUrl\":\"https:\/\/aimastermindscourse.com\/getcertified\/wp-content\/uploads\/2024\/01\/ai-mastermind.png\",\"width\":600,\"height\":343,\"caption\":\"AI Mastermind Blog\"},\"image\":{\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/aimastermindco\",\"https:\/\/www.linkedin.com\/company\/ai-mastermind-course\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/person\/9ad25e00282b80219b15f1f2d0892861\",\"name\":\"abbey4323\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/228dbb023e11f78c9917991b54566b846cb44d66f6e273c864d2e5b0237429f4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/228dbb023e11f78c9917991b54566b846cb44d66f6e273c864d2e5b0237429f4?s=96&d=mm&r=g\",\"caption\":\"abbey4323\"},\"url\":\"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/author\/abbey4323\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data - AI Mastermind 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:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/","og_locale":"en_US","og_type":"article","og_title":"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data - AI Mastermind Blog","og_description":"AI RobotCausal reasoning has been described as the next frontier for AI. While today\u2019s machine learning models are proficient at pattern recognition, they struggle with understanding cause-and-effect relationships. This limits their ability to reason about interventions and make reliable predictions. For example, an AI system trained on observational data may learn incorrect associations like \u201ceating ice cream causes sunburns,\u201d simply because people tend to eat more ice cream on hot sunny days. To enable more human-like intelligence, researchers are working on incorporating causal inference capabilities into AI models. Recent work by Microsoft Research Cambridge and Massachusetts Institute of Technology has shown progress in this direction.About the\u00a0paperRecent foundation models have shown promise for human-level intelligence on diverse tasks. But complex reasoning like causal inference remains challenging, needing intricate steps and high precision. Tye researchers take a first step to build causally-aware foundation models for such tasks. Their novel Causal Inference with Attention (CInA) method uses multiple unlabeled datasets for self-supervised causal learning. It then enables zero-shot causal inference on new tasks and data. This works based on their theoretical finding that optimal covariate balancing equals regularized self-attention. This lets CInA extract causal insights through the final layer of a trained transformer model. Experiments show CInA generalizes to new distributions and real datasets. It matches or beats traditional causal inference methods. Overall, CInA is a building block for causally-aware foundation models.Key takeaways from this research\u00a0paper:The researchers proposed a new method called CInA (Causal Inference with Attention) that can learn to estimate the effects of treatments by looking at multiple datasets without\u00a0labels.They showed mathematically that finding the optimal weights for estimating treatment effects is equivalent to using self-attention, an algorithm commonly used in AI models today. This allows CInA to generalize to new datasets without retraining.In experiments, CInA performed as good as or better than traditional methods requiring retraining, while taking much less time to estimate effects on new\u00a0data.My takeaway on Causal Foundation Models:Being able to generalize to new tasks and datasets without retraining is an important ability for advanced AI systems. CInA demonstrates progress towards building this into models for causality.CInA shows that unlabeled data from multiple sources can be used in a self-supervised way to teach models useful skills for causal reasoning, like estimating treatment effects. This idea could be extended to other causal\u00a0tasks.The connection between causal inference and self-attention provides a theoretically grounded way to build AI models that understand cause and effect relationships.CInA\u2019s results suggest that models trained this way could serve as a basic building block for developing large-scale AI systems with causal reasoning capabilities, similar to natural language and computer vision systems\u00a0today.There are many opportunities to scale up CInA to more data, and apply it to other causal problems beyond estimating treatment effects. Integrating CInA into existing advanced AI models is a promising future direction.This work lays the foundation for developing foundation models with human-like intelligence through incorporating self-supervised causal learning and reasoning abilities.CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data was originally published in Becoming Human: Artificial Intelligence Magazine on Medium, where people are continuing the conversation by highlighting and responding to this story.","og_url":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/","og_site_name":"AI Mastermind Blog","article_published_time":"2024-05-29T07:06:52+00:00","og_image":[{"width":600,"height":343,"url":"https:\/\/aimastermindscourse.com\/getcertified\/wp-content\/uploads\/2024\/01\/ai-mastermind.png","type":"image\/png"}],"author":"abbey4323","twitter_card":"summary_large_image","twitter_creator":"@aimastermindco","twitter_site":"@aimastermindco","twitter_misc":{"Written by":"abbey4323","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/#article","isPartOf":{"@id":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/"},"author":{"name":"abbey4323","@id":"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/person\/9ad25e00282b80219b15f1f2d0892861"},"headline":"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data","datePublished":"2024-05-29T07:06:52+00:00","dateModified":"2024-05-29T07:06:52+00:00","mainEntityOfPage":{"@id":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/"},"wordCount":557,"publisher":{"@id":"https:\/\/aimastermindscourse.com\/getcertified\/#organization"},"keywords":["#aimastermindscourse #aimastermind #aicourses #getcertifiedinai"],"articleSection":["artificial-intelligence","causal-data-science","Data Science","machine-learning","self-supervised-learning","Top AI News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/","url":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/","name":"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data - AI Mastermind Blog","isPartOf":{"@id":"https:\/\/aimastermindscourse.com\/getcertified\/#website"},"datePublished":"2024-05-29T07:06:52+00:00","dateModified":"2024-05-29T07:06:52+00:00","breadcrumb":{"@id":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/2024\/05\/29\/cina-a-new-technique-for-causal-reasoning-in-ai-without-needing-labeled-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aimastermindscourse.com\/getcertified\/"},{"@type":"ListItem","position":2,"name":"CInA: A New Technique for Causal Reasoning in AI Without Needing Labeled Data"}]},{"@type":"WebSite","@id":"https:\/\/aimastermindscourse.com\/getcertified\/#website","url":"https:\/\/aimastermindscourse.com\/getcertified\/","name":"AI Mastermind Blog","description":"Applying Artificial Intelligence in Everyday Life","publisher":{"@id":"https:\/\/aimastermindscourse.com\/getcertified\/#organization"},"alternateName":"aimastermindscourse.com","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aimastermindscourse.com\/getcertified\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/aimastermindscourse.com\/getcertified\/#organization","name":"AI Mastermind Blog","url":"https:\/\/aimastermindscourse.com\/getcertified\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/logo\/image\/","url":"https:\/\/aimastermindscourse.com\/getcertified\/wp-content\/uploads\/2024\/01\/ai-mastermind.png","contentUrl":"https:\/\/aimastermindscourse.com\/getcertified\/wp-content\/uploads\/2024\/01\/ai-mastermind.png","width":600,"height":343,"caption":"AI Mastermind Blog"},"image":{"@id":"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/aimastermindco","https:\/\/www.linkedin.com\/company\/ai-mastermind-course\/"]},{"@type":"Person","@id":"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/person\/9ad25e00282b80219b15f1f2d0892861","name":"abbey4323","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aimastermindscourse.com\/getcertified\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/228dbb023e11f78c9917991b54566b846cb44d66f6e273c864d2e5b0237429f4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/228dbb023e11f78c9917991b54566b846cb44d66f6e273c864d2e5b0237429f4?s=96&d=mm&r=g","caption":"abbey4323"},"url":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/author\/abbey4323\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/posts\/995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/comments?post=995"}],"version-history":[{"count":0,"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/posts\/995\/revisions"}],"wp:attachment":[{"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/media?parent=995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/categories?post=995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aimastermindscourse.com\/getcertified\/index.php\/wp-json\/wp\/v2\/tags?post=995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}