awacke1 commited on
Commit
cf8f83b
β€’
1 Parent(s): d86b13a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +48 -25
app.py CHANGED
@@ -211,7 +211,11 @@ roleplaying_glossary = {
211
  "Discuss the key concepts, benefits, and challenges of self-rewarding AI in healthcare, as an expert.",
212
  "Identify the top 3 pain points that MoE addresses in AI and healthcare, such as complexity and resource allocation.",
213
  "Describe the top 3 joys of the MoE solution, including improved performance and adaptability in healthcare AI.",
214
- "Highlight the top 3 superpowers MoE gives users, like tackling complex problems and personalizing interventions."
 
 
 
 
215
  ],
216
  "Multi Agent Systems (MAS) 🀝": [
217
  "As a renowned MAS researcher, describe the key characteristics of distributed, autonomous, and cooperative MAS.",
@@ -219,7 +223,11 @@ roleplaying_glossary = {
219
  "Provide insights into future trends and breakthroughs in MAS research and applications, as a thought leader.",
220
  "Identify the top 3 pain points MAS addresses in complex environments, such as coordination and adaptability.",
221
  "Describe the top 3 joys of the MAS solution, including enhanced collaboration and emergent behaviors in AI.",
222
- "Highlight the top 3 superpowers MAS gives users, like modeling complex systems and building resilient applications."
 
 
 
 
223
  ],
224
  "Self Rewarding AI 🎁": [
225
  "As a leading expert, discuss the main research areas in developing AI with intrinsic motivation and goal-setting.",
@@ -227,33 +235,37 @@ roleplaying_glossary = {
227
  "Share your vision for the future of AI systems that autonomously set goals, learn, and adapt, as a pioneer.",
228
  "Identify the top 3 pain points self-rewarding AI addresses, such as lack of motivation and limited adaptability.",
229
  "Describe the top 3 joys of the self-rewarding AI solution, including autonomous learning and novel solutions.",
230
- "Highlight the top 3 superpowers self-rewarding AI gives users, like creating continuously improving AI systems."
 
 
 
 
231
  ]
232
  },
233
  "πŸ› οΈ AI Tools & Platforms": {
234
- "AutoGen πŸ”§": [
235
- "As the lead developer, provide an overview of how AutoGen simplifies and automates the AI/ML development process.",
236
- "Inquire about the data sources and model requirements supported by AutoGen, as an AI enthusiast.",
237
- "Ask about the key features and benefits of using AutoGen for AI development, as a potential user.",
238
- "Identify the top 3 pain points AutoGen solves in AI development, such as complexity and time-consuming tasks.",
239
- "Describe the top 3 core method steps involved in using AutoGen, highlighting their novelty and efficiency.",
240
- "Suggest 3 ways to structure AI projects using AutoGen for maximizing productivity, collaboration, and performance."
241
- ],
242
  "ChatDev πŸ’¬": [
243
  "As a chatbot developer, ask about the features and capabilities ChatDev offers for building conversational AI.",
244
  "Inquire about the pre-built assets, integrations, and multi-platform support in ChatDev, as a product manager.",
245
  "Ask how ChatDev facilitates chatbot development, deployment, and analytics across channels, as a business owner.",
246
  "Identify the top 3 challenges ChatDev helps overcome in chatbot development, such as customization and management.",
247
  "Outline the top 3 essential method steps in building chatbots with ChatDev, emphasizing novelty and efficiency.",
248
- "Propose 3 innovative ways to structure chatbot projects using ChatDev for optimizing speed, engagement, and deployment."
 
 
 
 
249
  ],
250
- "Omniverse 🌐": [
251
- "As a simulation researcher, inquire about the industries and use cases supported by Nvidia's Omniverse platform.",
252
- "Ask how Omniverse enables the creation of physically accurate virtual worlds and collaboration, as an engineer.",
253
- "Inquire about the AI training, testing, and data exchange capabilities provided by Omniverse, as an AI practitioner.",
254
- "Identify the top 3 challenges Omniverse addresses in building realistic virtual environments and its solutions.",
255
- "Describe the top 3 core method steps in creating and simulating virtual worlds using Omniverse, highlighting novelty.",
256
- "Suggest 3 ways to structure projects and collaborations using Omniverse for productivity, realism, and AI integration."
 
 
 
 
257
  ]
258
  },
259
  "πŸ”¬ Science Topics": {
@@ -263,7 +275,11 @@ roleplaying_glossary = {
263
  "Explain how General Relativity, Quantum Cosmology, and Mathematical Physics interrelate, as a theorist.",
264
  "Identify the top 3 fundamental questions in Physics that recent research aims to answer and their implications.",
265
  "Outline the top 3 essential method steps in conducting cutting-edge Physics research, emphasizing novelty.",
266
- "Propose 3 innovative ways to structure research collaborations in Physics for interdisciplinary breakthroughs."
 
 
 
 
267
  ],
268
  "Mathematics βž—": [
269
  "As a Mathematics enthusiast, inquire about the main branches of Mathematics and their key research areas.",
@@ -271,7 +287,11 @@ roleplaying_glossary = {
271
  "Discuss how Probability, Statistics, and Applied Math relate to other Mathematical fields, as an applied mathematician.",
272
  "Identify the top 3 unsolved problems in Mathematics that researchers are actively working on and their significance.",
273
  "Describe the top 3 core method steps in advancing mathematical research, highlighting novelty and creativity.",
274
- "Suggest 3 innovative ways to structure mathematical research and collaborations for discoveries and applications."
 
 
 
 
275
  ],
276
  "Computer Science πŸ’»": [
277
  "As a Computer Science student, ask about the main research areas shaping the future of computing.",
@@ -279,11 +299,14 @@ roleplaying_glossary = {
279
  "Inquire about the interconnections between Algorithms, Data Structures, Databases, and Programming Languages.",
280
  "Identify the top 3 critical challenges in Computer Science that current research aims to address and approaches.",
281
  "Outline the top 3 essential method steps in conducting groundbreaking Computer Science research, emphasizing novelty.",
282
- "Propose 3 creative ways to structure research projects in Computer Science for innovation and real-world applications."
 
 
 
 
283
  ]
284
  }
285
  }
286
-
287
  # This displays per video and per image.
288
  @st.cache_resource
289
  def display_glossary_entity(k):
@@ -1541,10 +1564,10 @@ if AddAFileForContext:
1541
  display_glossary_grid(roleplaying_glossary) # Word Glossary Jump Grid - Dynamically calculates columns based on details length to keep topic together
1542
 
1543
 
1544
- num_columns_video=st.slider(key="num_columns_video", label="Choose Number of Video Columns", min_value=1, max_value=15, value=2)
1545
  display_videos_and_links(num_columns_video) # Video Jump Grid
1546
 
1547
- num_columns_images=st.slider(key="num_columns_images", label="Choose Number of Image Columns", min_value=1, max_value=15, value=2)
1548
  display_images_and_wikipedia_summaries(num_columns_images) # Image Jump Grid
1549
 
1550
  num_columns_text=st.slider(key="num_columns_text", label="Choose Number of Text Columns", min_value=1, max_value=15, value=4)
 
211
  "Discuss the key concepts, benefits, and challenges of self-rewarding AI in healthcare, as an expert.",
212
  "Identify the top 3 pain points that MoE addresses in AI and healthcare, such as complexity and resource allocation.",
213
  "Describe the top 3 joys of the MoE solution, including improved performance and adaptability in healthcare AI.",
214
+ "Highlight the top 3 superpowers MoE gives users, like tackling complex problems and personalizing interventions.",
215
+ "Identify the top 3 problems MoE solves in AI and healthcare, such as model complexity, lack of specialization, and inefficient resource allocation, and explain how it addresses each problem effectively.",
216
+ "Outline the 3 essential method steps required for implementing MoE in AI systems, highlighting the novelty and significance of each step in advancing healthcare applications.",
217
+ "Discuss the innovative aspects of the MoE method steps and how they differ from traditional approaches, contributing to advancements in AI and healthcare.",
218
+ "Propose 3 creative ways to structure MoE-based projects and collaborations to optimize performance, efficiency, and impact in healthcare AI applications."
219
  ],
220
  "Multi Agent Systems (MAS) 🀝": [
221
  "As a renowned MAS researcher, describe the key characteristics of distributed, autonomous, and cooperative MAS.",
 
223
  "Provide insights into future trends and breakthroughs in MAS research and applications, as a thought leader.",
224
  "Identify the top 3 pain points MAS addresses in complex environments, such as coordination and adaptability.",
225
  "Describe the top 3 joys of the MAS solution, including enhanced collaboration and emergent behaviors in AI.",
226
+ "Highlight the top 3 superpowers MAS gives users, like modeling complex systems and building resilient applications.",
227
+ "Identify the top 3 problems MAS solves in complex, distributed environments, such as lack of coordination, limited adaptability, and centralized control, and explain how it addresses each problem effectively.",
228
+ "Outline the 3 essential method steps required for designing and implementing MAS, highlighting the novelty and significance of each step in advancing AI applications.",
229
+ "Discuss the innovative aspects of the MAS method steps and how they differ from traditional approaches, contributing to advancements in distributed AI systems.",
230
+ "Propose 3 creative ways to structure MAS-based projects and collaborations to optimize performance, efficiency, and impact in various AI domains."
231
  ],
232
  "Self Rewarding AI 🎁": [
233
  "As a leading expert, discuss the main research areas in developing AI with intrinsic motivation and goal-setting.",
 
235
  "Share your vision for the future of AI systems that autonomously set goals, learn, and adapt, as a pioneer.",
236
  "Identify the top 3 pain points self-rewarding AI addresses, such as lack of motivation and limited adaptability.",
237
  "Describe the top 3 joys of the self-rewarding AI solution, including autonomous learning and novel solutions.",
238
+ "Highlight the top 3 superpowers self-rewarding AI gives users, like creating continuously improving AI systems.",
239
+ "Identify the top 3 problems self-rewarding AI solves in current AI systems, such as lack of intrinsic motivation, limited adaptability, and reliance on external rewards, and explain how it addresses each problem effectively.",
240
+ "Outline the 3 essential method steps required for developing self-rewarding AI systems, highlighting the novelty and significance of each step in advancing autonomous AI.",
241
+ "Discuss the innovative aspects of the self-rewarding AI method steps and how they differ from traditional approaches, contributing to advancements in open-ended AI development.",
242
+ "Propose 3 creative ways to structure self-rewarding AI projects and collaborations to optimize performance, efficiency, and impact in creating adaptive and self-motivated AI systems."
243
  ]
244
  },
245
  "πŸ› οΈ AI Tools & Platforms": {
 
 
 
 
 
 
 
 
246
  "ChatDev πŸ’¬": [
247
  "As a chatbot developer, ask about the features and capabilities ChatDev offers for building conversational AI.",
248
  "Inquire about the pre-built assets, integrations, and multi-platform support in ChatDev, as a product manager.",
249
  "Ask how ChatDev facilitates chatbot development, deployment, and analytics across channels, as a business owner.",
250
  "Identify the top 3 challenges ChatDev helps overcome in chatbot development, such as customization and management.",
251
  "Outline the top 3 essential method steps in building chatbots with ChatDev, emphasizing novelty and efficiency.",
252
+ "Propose 3 innovative ways to structure chatbot projects using ChatDev for optimizing speed, engagement, and deployment.",
253
+ "Identify the top 3 problems ChatDev solves in chatbot development, such as limited customization, lack of multi-platform support, and difficulty in managing conversational flows, and explain how it addresses each problem effectively.",
254
+ "Outline the 3 essential method steps required for building chatbots using ChatDev, highlighting the novelty and significance of each step in streamlining the development process.",
255
+ "Discuss the innovative aspects of the ChatDev method steps and how they differ from traditional approaches, contributing to advancements in conversational AI development.",
256
+ "Propose 3 creative ways to structure chatbot projects using ChatDev to optimize performance, efficiency, and impact in creating engaging and multi-platform conversational experiences."
257
  ],
258
+ "Online Multiplayer Experiences 🌐": [
259
+ "As a game developer, explore the potential of online multiplayer experiences, including games, AR, and VR.",
260
+ "Discuss the future of image and video models in enhancing online multiplayer experiences, as a researcher.",
261
+ "Inquire about the challenges and opportunities in creating immersive and interactive online multiplayer environments.",
262
+ "Identify the top 3 problems online multiplayer experiences solve, such as limited social interaction, lack of realism, and difficulty in creating engaging content, and explain how they address each problem effectively.",
263
+ "Outline the 3 essential method steps required for developing cutting-edge online multiplayer experiences, highlighting the novelty and significance of each step in advancing gaming, AR, and VR.",
264
+ "Discuss the innovative aspects of online multiplayer experience development and how they differ from traditional approaches, contributing to advancements in immersive technologies.",
265
+ "Propose 3 creative ways to structure online multiplayer projects and collaborations to optimize performance, efficiency, and impact in creating captivating and socially engaging experiences.",
266
+ "Explore the potential of integrating AI and machine learning techniques in online multiplayer experiences to enhance player interactions, generate dynamic content, and personalize experiences.",
267
+ "Discuss the ethical considerations and challenges in developing online multiplayer experiences, such as ensuring fair play, protecting user privacy, and moderating user-generated content.",
268
+ "Identify the key trends and future directions in online multiplayer experiences, considering advancements in AI, AR, VR, and cloud computing technologies."
269
  ]
270
  },
271
  "πŸ”¬ Science Topics": {
 
275
  "Explain how General Relativity, Quantum Cosmology, and Mathematical Physics interrelate, as a theorist.",
276
  "Identify the top 3 fundamental questions in Physics that recent research aims to answer and their implications.",
277
  "Outline the top 3 essential method steps in conducting cutting-edge Physics research, emphasizing novelty.",
278
+ "Propose 3 innovative ways to structure research collaborations in Physics for interdisciplinary breakthroughs.",
279
+ "Identify the top 3 problems physics research solves, such as understanding fundamental laws, resolving theory inconsistencies, and exploring the universe's origins, and explain how it addresses each problem effectively.",
280
+ "Outline the 3 essential method steps required for conducting cutting-edge physics research, highlighting the novelty and significance of each step in advancing our understanding of the universe.",
281
+ "Discuss the innovative aspects of the physics research method steps and how they differ from traditional approaches, contributing to advancements in the field.",
282
+ "Propose 3 creative ways to structure physics research projects and collaborations to optimize performance, efficiency, and impact in making groundbreaking discoveries."
283
  ],
284
  "Mathematics βž—": [
285
  "As a Mathematics enthusiast, inquire about the main branches of Mathematics and their key research areas.",
 
287
  "Discuss how Probability, Statistics, and Applied Math relate to other Mathematical fields, as an applied mathematician.",
288
  "Identify the top 3 unsolved problems in Mathematics that researchers are actively working on and their significance.",
289
  "Describe the top 3 core method steps in advancing mathematical research, highlighting novelty and creativity.",
290
+ "Suggest 3 innovative ways to structure mathematical research and collaborations for discoveries and applications.",
291
+ "Identify the top 3 problems mathematics research solves, such as proving theorems, developing new tools, and finding real-world applications, and explain how it addresses each problem effectively.",
292
+ "Outline the 3 essential method steps required for advancing mathematical research, highlighting the novelty and significance of each step in expanding mathematical knowledge.",
293
+ "Discuss the innovative aspects of the mathematical research method steps and how they differ from traditional approaches, contributing to advancements in the field.",
294
+ "Propose 3 creative ways to structure mathematical research projects and collaborations to optimize performance, efficiency, and impact in making novel discoveries and finding interdisciplinary applications."
295
  ],
296
  "Computer Science πŸ’»": [
297
  "As a Computer Science student, ask about the main research areas shaping the future of computing.",
 
299
  "Inquire about the interconnections between Algorithms, Data Structures, Databases, and Programming Languages.",
300
  "Identify the top 3 critical challenges in Computer Science that current research aims to address and approaches.",
301
  "Outline the top 3 essential method steps in conducting groundbreaking Computer Science research, emphasizing novelty.",
302
+ "Propose 3 creative ways to structure research projects in Computer Science for innovation and real-world applications.",
303
+ "Identify the top 3 problems computer science research solves, such as developing efficient algorithms, building secure systems, and advancing AI and machine learning, and explain how it addresses each problem effectively.",
304
+ "Outline the 3 essential method steps required for conducting groundbreaking computer science research, highlighting the novelty and significance of each step in pushing the boundaries of computing.",
305
+ "Discuss the innovative aspects of the computer science research method steps and how they differ from traditional approaches, contributing to advancements in the field.",
306
+ "Propose 3 creative ways to structure computer science research projects and collaborations to optimize performance, efficiency, and impact in driving innovation and solving real-world problems."
307
  ]
308
  }
309
  }
 
310
  # This displays per video and per image.
311
  @st.cache_resource
312
  def display_glossary_entity(k):
 
1564
  display_glossary_grid(roleplaying_glossary) # Word Glossary Jump Grid - Dynamically calculates columns based on details length to keep topic together
1565
 
1566
 
1567
+ num_columns_video=st.slider(key="num_columns_video", label="Choose Number of Video Columns", min_value=1, max_value=15, value=4)
1568
  display_videos_and_links(num_columns_video) # Video Jump Grid
1569
 
1570
+ num_columns_images=st.slider(key="num_columns_images", label="Choose Number of Image Columns", min_value=1, max_value=15, value=4)
1571
  display_images_and_wikipedia_summaries(num_columns_images) # Image Jump Grid
1572
 
1573
  num_columns_text=st.slider(key="num_columns_text", label="Choose Number of Text Columns", min_value=1, max_value=15, value=4)