mlsoc / projects.html
Yacine Jernite
initial
d513711
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="images/hf-logo.png" />
<link rel="stylesheet" href="styles/style.css" />
<title>Machine Learning and Society @ πŸ€— </title>
</head>
<body>
<header>
<h1>Machine Learning and Society @ πŸ€—</h1>
</header>
<nav>
<ul>
<li><a href="index.html">ML&amp;Soc Home</a></li>
<li><a href="projects.html">ML&amp;Soc Projects</a></li>
<li><a href="topics.html">ML&amp;Soc Topics</a></li>
<li><a href="team.html">ML&amp;Soc Team</a></li>
</ul>
</nav>
<main>
<aside>
<h2>Menu</h2>
<ul>
<li><a href="projects.html#Policy">Policy Writings, Primers, and Responses</a></li>
<li><a href="projects.html#Energy">AI Energy Scores for AI Systems</a></li>
<li><a href="projects.html#Evaluation">Social Impact Evaluations for GenAI</a></li>
<li><a href="projects.html#Data">The Social Lives and Impacts of ML Data</a></li>
<li><a href="projects.html#Legal">Investigating the Regulatory Context of AI</a></li>
</ul>
</aside>
<article>
<h2>Machine Learning &amp; Society ongoing Projects</h2>
<p>
We have several ongoing projects, some team-internal and some in collaboration
with other organizations
</p>
<section>
<h3 id="Policy">Policy Writings, Primers, and Responses</h3>
<ul>
<li>
<a href="https://huggingface.co/datasets/huggingface/policy-docs">
List of Published Hugging Face Policy Documents
</a>
</li>
</ul>
<p>
Our work on public policy includes answering RFCs and RFIs, as well as...
</p>
</section>
<section>
<h3 id="Energy">AI Energy Scores for AI Systems</h3>
<ul>
<li>
<a href="https://huggingface.co/EnergyStarAI">
AI Energy Scores Organization on Hugging Face
</a>
</li>
</ul>
<p>
This project led by Dr. Sasha Luccioni in collaboration with...
</p>
</section>
<section>
<h3 id="Evaluation">Social Impact Evaluations for GenAI</h3>
<ul>
<li>
<a href="https://evaleval.github.io/">
The EvalEval 2024 Workshop on Measuring Broader Impacts of Generative AI
</a>
</li>
</ul>
<p>
Our team co-organizes an ongoing collaborative efforts advancing the state an tooling
for evaluating the social impact of generative AI systems through writing, coalition buildind,
workshop organization, and...
</p>
</section>
<section>
<h3 id="Data">The Social Lives and Impacts of ML Data</h3>
<ul>
<li>
<a href="https://arxiv.org/abs/2206.03216">
BigScience Data Governance Paper
</a>
</li>
</ul>
<p>
Data rights, valuation of data, and understanding of its social and commercial
dynamics, are at the heart of most of the issues facing AI governance. Our team
works on theoretical and practical (BigCode) data governance projects to...
</p>
</section>
<section>
<h3 id="Legal">Investigating the Regulatory Context of AI</h3>
<ul>
<li>
<a href="https://docs.google.com/document/d/1L53lgMW44maaavnpGb3unuVtLIbEzxj8DCGpvLdYrtM/">
Legal Hackathon 2024: EU-US Cross-Analysis of Domain Regulation
</a>
</li>
</ul>
<p>
In collaboration with NYU Law School and the Allen Institute for AI, our team organizes yearly
intensive legal research weeks on the regulatory context of AI, focusing in particular on how
existing regulations and protected rights apply to new technological developments.
</p>
</section>
</article>
</main>
<footer>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
The content of the <a property="dct:title" rel="cc:attributionURL" href="index.html">πŸ€— Machine Learning and Society Website</a>
by the <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="team.html"> HF ML&Society Team</a>
is licensed under
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">
CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt="">
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt="">
</a>
</p>
</footer>
</body>
</html>