Skip to content

Commit efa851d

Browse files
authored
Update 'how MAPLE uses AI' (#2025)
* update text * fix numbering * add to component
1 parent 889df0f commit efa851d

2 files changed

Lines changed: 26 additions & 15 deletions

File tree

components/about/MapleAI/MapleAI.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ const MapleAI = () => {
4141
<li>
4242
<b>{t("section1.desc3Bold")}</b> {t("section1.desc3Main")}
4343
</li>
44+
<li>
45+
<b>{t("section1.desc4Bold")}</b> {t("section1.desc4Main")}
46+
</li>
4447
</ul>
4548
</DescrContainer>
4649
<DescrContainer className="pb-3 px-4">
@@ -129,6 +132,10 @@ const MapleAI = () => {
129132
<b>{t("section4.sub1.desc5Bold")}</b>{" "}
130133
{t("section4.sub1.desc5Main")}
131134
</li>
135+
<li>
136+
<b>{t("section4.sub1.desc6Bold")}</b>{" "}
137+
{t("section4.sub1.desc6Main")}
138+
</li>
132139
</ul>
133140
</DescrContainer>
134141
<Divider />

public/locales/en/mapleAI.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,59 @@
44
"legal-advisory": "We advise users to consult the full text of the legislation and official resources for the most accurate and comprehensive understanding.",
55
"section1": {
66
"title": "How MAPLE Uses AI",
7-
"desc1": "We use Artificial Intelligence (AI) on MAPLE to help you quickly understand legislative information and navigate to policies that interest you. Right now, we use AI in two ways:",
7+
"desc1": "We use Artificial Intelligence (AI) on MAPLE to help you quickly understand legislative information and navigate to policies that interest you. Right now, we use AI in three ways:",
88
"desc2Bold": "Bill Summaries",
99
"desc2Main": "We use AI to generate concise summaries for each piece of legislation. These summaries help you grasp the essentials of a bill without wading through dense legal text.",
1010
"desc3Bold": "Topic Tags",
11-
"desc3Main": "AI tags each bill with relevant topics, making it easier for you to find related legislation and understand the broader context. These tags categorize bills by subject matter, allowing for efficient searching and filtering."
11+
"desc3Main": "AI tags each bill with relevant topics, making it easier for you to find related legislation and understand the broader context. These tags categorize bills by subject matter, allowing for efficient searching and filtering.",
12+
"desc4Bold": "Hearing transcriptions",
13+
"desc4Main": "AI transcribes video recordings of oral hearings held at the legislature to generate a searchable text transcript."
1214
},
1315
"section2": {
1416
"title": "Our Guiding Principles",
1517
"desc1Title": "Transparency",
1618
"desc1Main": "We are open about how our AI systems function and their limitations, so that users understand the extent and limits of AI's role in enhancing their legislative engagement.",
1719
"desc2Title": "Accessibility",
18-
"desc2Main": "We seek to make legislative information easily understandable and navigable for everyone.",
20+
"desc2Main": "We seek to make legislative information easily understandable and navigable for everyone, and believe that AI is a helpful tool to do so, but does not replace detailed review.",
1921
"desc3Title": "Accuracy & Fairness",
20-
"desc3Main": "We strive to minimize biases and value impartiality in our use of AI, acknowledging that AI is a tool to aid but not replace detailed review.",
22+
"desc3Main": "We strive to minimize biases and value impartiality in our use of AI, acknowledging that all technology is subject to reflecting inherent biases that should be actively measured and mitigated.",
2123
"desc4Title": "Community Input",
2224
"desc4Main": "We integrate feedback from a range of stakeholders to build our AI deployments, and solicit community input to continually improve our use of AI. You can email any questions or ideas to admin@mapletestimony.org."
2325
},
2426
"section3": {
2527
"title": "Limitations and Risks of AI",
2628
"desc1Title": "Limitations",
27-
"desc1Main": "While we believe AI significantly enhances your experience on MAPLE, it has limitations. AI-generated summaries and tags are based on limited information about the bill in question and existing law and may not always capture every nuance or recent events. Legislative information is also complex and can use archaic or legal language that is difficult for AI models to properly understand and summarize. Finally, like us humans, AI can make mistakes in both understanding and explaining policies.",
29+
"desc1Main": "While we believe AI significantly enhances your experience on MAPLE, it has limitations. AI-generated summaries and tags are based on limited information about the bill in question and existing law and may not always capture every nuance or recent events. Legislative information is also complex and can use archaic or legal language that is difficult for AI models to properly understand and summarize. Transcriptions of oral hearings can be flawed and may lack context not present in the audio recording. Finally, like us humans, AI can make mistakes in both understanding and explaining policies.",
2830
"desc2Title": "Risks",
29-
"desc2Main": "If the bill summaries produced by AI models are wrong or misleading, they present a risk of misinforming the public about legislative proposals. We have mitigated risk by testing and iterating on the implementation of our models in collaboration with academic researchers at Boston University’s Spark! program. While we cannot guarantee that the model will never make mistakes, we have found it to be generally accurate and helpful in the summaries it provides.",
31+
"desc2Main": "If the bill summaries produced by AI models are wrong or misleading, they present a risk of misinforming the public about legislative proposals. We have mitigated risk by testing and iterating on the implementation of our summarization system in collaboration with academic researchers at Boston University’s Spark! program. While we cannot guarantee that the system will never make mistakes, we have found it to be generally accurate and helpful in the summaries it provides. Likewis, we have reviewed the reliability of our AI transcription service and believe that it meets current industry standards in accuracy and reliability, but know that it can have errors in transcription that could introduce confusion for users relying on them to understand the discussion at the hearing.",
3032
"desc3Title": "Data privacy",
3133
"desc3Pre": "We only run",
3234
"desc3Italic": "publicly available",
33-
"desc3Main": "information through AI models and do not expose any private or sensitive data to AI models or third party APIs. Data we do pass through AI models includes bill and law text. In the future, we may also use AI to summarize testimony documents that you publish to MAPLE, but only testimony that you have chosen to display publicly. Like other information on public websites, this text is already available to be accessed and processed by any search engine, web crawler, or AI model."
35+
"desc3Main": "information through AI models and do not expose any private or sensitive data to AI models or third party APIs. Data we do pass through AI models includes bill and law text and oral hearing recordings, all of which is already previously published by the legislature. In the future, we may also use AI to summarize testimony documents that you publish to MAPLE, but only testimony that you have chosen to display publicly. Like other information on public websites, this text is already available to be accessed and processed by any search engine, web crawler, or AI model."
3436
},
3537
"section4": {
36-
"title": "About Our Model",
38+
"title": "About Our AI Systems",
3739
"sub1": {
3840
"title": "Overview",
39-
"desc1": "Our AI features are built with advanced language processing technologies. Using a state-of-the-art language model, we generate summaries and tags by analyzing the full text of each bill and associated metadata, including the relevant sections of the existing law.",
41+
"desc1": "Our AI features are built with foundation models and language processing technologies. Using a large language model, we generate summaries and tags by analyzing the full text of each bill and associated metadata, including the relevant sections of the existing law. Using a speech-to-text model, we transcribe audio recordings of hearings.",
4042
"desc2": "Key features of our AI deployment include:",
4143
"desc3Bold": "Real-time Summaries:",
4244
"desc3Main": "AI generates summaries as new bills are filed or updated.",
4345
"desc4Bold": "Dynamic Tagging:",
4446
"desc4Main": "Bills are tagged with multiple relevant topics, helping you find similar legislation quickly.",
45-
"desc5Bold": "Scalability:",
46-
"desc5Main": "Our system is designed to handle the large volume of bills in each legislative session, ensuring timely and accurate updates."
47+
"desc5Bold": "Transcriptions:",
48+
"desc5Main": "Oral hearing recordings are transcribed to text, making it easier to find discussion about particular bills and issues.",
49+
"desc6Bold": "Scalability:",
50+
"desc6Main": "Our system is designed to handle the large volume of bills in each legislative session, ensuring timely and accurate updates."
4751
},
4852
"sub2": {
4953
"title": "Technical details",
5054
"desc1Bold": "Backend Integration:",
51-
"desc1Main": "We use Python functions to call the AI model, integrating seamlessly with our backend systems.",
55+
"desc1Main": "We use Python functions to call commercially available AI models, integrating seamlessly with our backend systems.",
5256
"desc2Bold": "API Utilization:",
53-
"desc2Main": "OpenAI’s GPT-4o model powers our AI capabilities, with the ability to automatically ingest and interpret about 100,000 words of bill and law text at once, and to query additional information on demand from our database.",
57+
"desc2Main": "OpenAI’s GPT-4o model powers our summarization and tagging capabilities, with the ability to automatically ingest and interpret about 100,000 words of bill and law text at once, and to query additional information on demand from our database. AssemblyAI powers our oral hearing transcription.",
5458
"desc3Bold": "Data Management:",
55-
"desc3Main": "Summaries and tags are stored in our backend, timestamped, and linked to specific bills and legislative sessions. We may regenerate them periodically as modeling capabilities evolve."
59+
"desc3Main": "Summaries, tags, and hearing transcripts are stored in our backend, timestamped, and linked to specific bills, hearings, and legislative sessions. We may regenerate them periodically as modeling capabilities evolve."
5660
}
5761
},
5862
"section5": {
@@ -65,4 +69,4 @@
6569
"desc4Bold": "Bill Comparison Tool:",
6670
"desc4Main": "AI will identify and compare similar bills, summarizing their commonalities and distinctions to help you understand the differences in legislative approaches."
6771
}
68-
}
72+
}

0 commit comments

Comments
 (0)