JBHF commited on
Commit
e5ff8b1
1 Parent(s): af49af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -6
app.py CHANGED
@@ -1,4 +1,4 @@
1
- # app.py - https://huggingface.co/spaces/JBHF/ChatWithAIForScienceDocs/ - 11-04-2024, 11:30 CET
2
  # Derived from https://huggingface.co/spaces/JBHF/NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1/tree/main
3
 
4
  # NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 08-04-2024
@@ -697,12 +697,20 @@ with tab1:
697
  # https://www.linkedin.com/in/alexander-unzicker-2555b13a/
698
  "[Dr Alxander Unzicker (Physics) - LinkedIn profile](https://www.linkedin.com/in/alexander-unzicker-2555b13a/)"
699
  "[Jan Bours (AI, Data Science and Natural Language Processin (NLP)) - LinkedIn profile](https://www.linkedin.com/in/janbours/)"
 
 
 
 
 
 
 
 
 
 
 
 
 
700
 
701
- # "[Zelf keramische glazuren NON TOXIC samenstellen vanuit 1 basisglazuur](http://www.ceramicconcepts.nl/)"
702
- # "[Keramische ateliers Victor Benckhuijsen](https://victorglazuren.nl/)"
703
- # "[Keramiek Victor Glazuren Victor Benckhuijsen - Instagram](https://www.instagram.com/benckhuijsenvictor/?hl=am-et)"
704
- # "[Keramiek Victor Glazuren Victor Benckhuijsen - Facebook](https://www.facebook.com/harryjamaar)"
705
- # "[Keramiek Victor Glazuren Victor Benckhuijsen - YouTube](https://www.youtube.com/@kleienhoop/videos)"
706
 
707
  st.title("💬 Chatbot")
708
  st.caption("🚀 A streamlit chatbot powered by mixtral-8x7b-32768 Groq LLM (VERY FAST !). temperature=0.2")
 
1
+ # app.py - https://huggingface.co/spaces/JBHF/ChatWithAIForScienceDocs/ - 11-04-2024, 12:00 CET
2
  # Derived from https://huggingface.co/spaces/JBHF/NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1/tree/main
3
 
4
  # NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 08-04-2024
 
697
  # https://www.linkedin.com/in/alexander-unzicker-2555b13a/
698
  "[Dr Alxander Unzicker (Physics) - LinkedIn profile](https://www.linkedin.com/in/alexander-unzicker-2555b13a/)"
699
  "[Jan Bours (AI, Data Science and Natural Language Processin (NLP)) - LinkedIn profile](https://www.linkedin.com/in/janbours/)"
700
+ st.write("---------------------------------------------------------------")
701
+ st.write("List of relevant papers and documents related to AI For Science: ")
702
+ "[A dynamic knowledge graph approach to distributed self-driving laboratories - 23-01-2024.pdf](https://www.nature.com/articles/s41467-023-44599-9.pdf)"
703
+ "[Accelerating science with human-aware artificial intelligence - 2306.01495 - 02-06-2023 !!!!!.pdf](https://arxiv.org/ftp/arxiv/papers/2306/2306.01495.pdf)"
704
+ "Artificial intelligence and illusions of understanding in scientific research - 06-03-2024 !!!!!.pdf](https://static1.squarespace.com/static/538ca3ade4b090f9ef331978/t/65f071f8fd3e3b478a4f4b86/1710256633821/Messeri%26Crockett_2024_Nature.pdf)"
705
+ "Forecasting the future of artificial intelligence with machine learning-based link prediction in an exponentially growing knowledge network - Nature Machine Intelligence - 16-10-2023.pdf](https://www.nature.com/articles/s42256-023-00735-0.pdf)"
706
+ "How AI Is Shaping Scientific Discovery - November 6, 2023 - By Sara Frueh.pdf](https://www.nationalacademies.org/news/2023/11/how-ai-is-shaping-scientific-discovery)"
707
+ "Hypotheses devised by AI could find ‘blind spots’ in research - Nature - 17-11-2023.pdf](https://www.nature.com/articles/d41586-023-03596-0)"
708
+ "LLMs AND SCIENCE - Science in the age of large language models - 26-04-2023.pdf](https://www.nature.com/articles/s42254-023-00581-4.pdf)"
709
+ "Large Language Model for Science - A Study on P vs. NP - Sept 2023 !!!!! !!!!! !!!!! 2309.05689.pdf](https://arxiv.org/pdf/2309.05689.pdf)"
710
+ "Nobel Turing Challenge - creating the engine for scientific discovery - Nature - 18-06-2021 !!!!!.pdf](https://www.nature.com/articles/s41540-021-00189-3.pdf)"
711
+ "[On scientific understanding with artificial intelligence - Nature Reviews Physics - 11-10-2022.pdf](https://www.nature.com/articles/s42254-022-00518-3.pdf)"
712
+ "[Scientific discovery in the age of artificial intelligence - Nature - 02-08-2023.pdf](https://cs.stanford.edu/people/jure/pubs/discovery-nature23.pdf)"
713
 
 
 
 
 
 
714
 
715
  st.title("💬 Chatbot")
716
  st.caption("🚀 A streamlit chatbot powered by mixtral-8x7b-32768 Groq LLM (VERY FAST !). temperature=0.2")