awacke1 commited on
Commit
57d93ed
Β·
verified Β·
1 Parent(s): b9b0a48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +52 -65
app.py CHANGED
@@ -2089,76 +2089,63 @@ if showExtendedTextInterface:
2089
  display_buttons_with_scores(num_columns_text) # Feedback Jump Grid
2090
  st.markdown(personality_factors)
2091
 
 
2092
 
2093
  # Sidebar Paper References for Hot Papers SOTA!
2094
  st.sidebar.markdown("""
2095
- πŸ©ΊπŸ” Paper References for SOTA Topics
2096
-
2097
- Title: Detecting and Characterizing Bots that Commit Code
2098
- Abstract Link: https://arxiv.org/abs/2003.03172
2099
- PDF Link: https://arxiv.org/pdf/2003.03172
2100
-
2101
- Date: 05 Feb 2022
2102
- Title: High-performance symbolic-numerics via multiple dispatch
2103
- Abstract Link: https://arxiv.org/abs/2105.03949
2104
- PDF Link: https://arxiv.org/pdf/2105.03949
2105
-
2106
- Date: 12 Apr 2022
2107
- Title: Learning to Represent Programs with Heterogeneous Graphs
2108
- Abstract Link: https://arxiv.org/abs/2012.04188
2109
- PDF Link: https://arxiv.org/pdf/2012.04188
2110
-
2111
- Date: 11 Jul 2023
2112
- Title: DyCL: Dynamic Neural Network Compilation Via Program Rewriting and Graph Optimization
2113
- Abstract Link: https://arxiv.org/abs/2307.04963
2114
- PDF Link: https://arxiv.org/pdf/2307.04963
2115
-
2116
- Date: 21 Jan 2021
2117
- Title: PyGlove: Symbolic Programming for Automated Machine Learning
2118
- Abstract Link: https://arxiv.org/abs/2101.08809
2119
- PDF Link: https://arxiv.org/pdf/2101.08809
2120
-
2121
- Date: 26 Nov 2022
2122
- Title: Sketch2FullStack: Generating Skeleton Code of Full Stack Website and Application from Sketch using Deep Learning and Computer Vision
2123
- Abstract Link: https://arxiv.org/abs/2211.14607
2124
- PDF Link: https://arxiv.org/pdf/2211.14607
2125
-
2126
- Date: 25 May 2023
2127
- Title: Code as Policies: Language Model Programs for Embodied Control
2128
- Abstract Link: https://arxiv.org/abs/2209.07753
2129
- PDF Link: https://arxiv.org/pdf/2209.07753
2130
-
2131
- Date: 30 Nov 2023
2132
- Title: CADTalk: An Algorithm and Benchmark for Semantic Commenting of CAD Programs
2133
- Abstract Link: https://arxiv.org/abs/2311.16703
2134
- PDF Link: https://arxiv.org/pdf/2311.16703
2135
-
2136
- Date: 10 Jul 2023
2137
- Title: COMEX: A Tool for Generating Customized Source Code Representations
2138
- Abstract Link: https://arxiv.org/abs/2307.04693
2139
- PDF Link: https://arxiv.org/pdf/2307.04693
2140
-
2141
- Date: 10 Jul 2023
2142
- Title: AmadeusGPT: a natural language interface for interactive animal behavioral analysis
2143
- Abstract Link: https://arxiv.org/abs/2307.04858
2144
- PDF Link: https://arxiv.org/pdf/2307.04858
2145
-
2146
- Date: 22 Mar 2022
2147
- Title: Demo of the Linguistic Field Data Management and Analysis System -- LiFE
2148
- Abstract Link: https://arxiv.org/abs/2203.11443
2149
- PDF Link: https://arxiv.org/pdf/2203.11443
2150
-
2151
- Date: 30 Jan 2024
2152
- Title: ReactGenie: A Development Framework for Complex Multimodal Interactions Using Large Language Models
2153
- Abstract Link: https://arxiv.org/abs/2306.09649
2154
- PDF Link: https://arxiv.org/pdf/2306.09649
2155
-
2156
- Date: 09 Feb 2024
2157
- Title: Model Editing with Canonical Examples
2158
- Abstract Link: https://arxiv.org/abs/2402.06155
2159
- PDF Link: https://arxiv.org/pdf/2402.06155
2160
 
 
 
 
2161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2162
  """)
2163
 
2164
 
 
2089
  display_buttons_with_scores(num_columns_text) # Feedback Jump Grid
2090
  st.markdown(personality_factors)
2091
 
2092
+ # Optimize this link list of reference artifacts by using formatting in st.markdown and have the abstract link and PDF link be single emojis with short label hyperlinks, then add an appropriate emoji prefix for each pdf link and abstract link as a factor of the title:
2093
 
2094
  # Sidebar Paper References for Hot Papers SOTA!
2095
  st.sidebar.markdown("""
2096
+ πŸ©ΊπŸ” **Paper References for SOTA Topics**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2097
 
2098
+ **πŸ› οΈ Detecting and Characterizing Bots that Commit Code**
2099
+ [πŸ”— Abstract](https://arxiv.org/abs/2003.03172) | [πŸ“„ PDF](https://arxiv.org/pdf/2003.03172)
2100
+ *Date: 05 Feb 2022*
2101
 
2102
+ **⚑ High-performance symbolic-numerics via multiple dispatch**
2103
+ [πŸ”— Abstract](https://arxiv.org/abs/2105.03949) | [πŸ“„ PDF](https://arxiv.org/pdf/2105.03949)
2104
+ *Date: 12 Apr 2022*
2105
+
2106
+ **🧠 Learning to Represent Programs with Heterogeneous Graphs**
2107
+ [πŸ”— Abstract](https://arxiv.org/abs/2012.04188) | [πŸ“„ PDF](https://arxiv.org/pdf/2012.04188)
2108
+ *Date: 11 Jul 2023*
2109
+
2110
+ **πŸ“ DyCL: Dynamic Neural Network Compilation Via Program Rewriting and Graph Optimization**
2111
+ [πŸ”— Abstract](https://arxiv.org/abs/2307.04963) | [πŸ“„ PDF](https://arxiv.org/pdf/2307.04963)
2112
+ *Date: 21 Jan 2021*
2113
+
2114
+ **πŸ€– PyGlove: Symbolic Programming for Automated Machine Learning**
2115
+ [πŸ”— Abstract](https://arxiv.org/abs/2101.08809) | [πŸ“„ PDF](https://arxiv.org/pdf/2101.08809)
2116
+ *Date: 26 Nov 2022*
2117
+
2118
+ **πŸ–₯️ Sketch2FullStack: Generating Skeleton Code of Full Stack Website and Application from Sketch**
2119
+ [πŸ”— Abstract](https://arxiv.org/abs/2211.14607) | [πŸ“„ PDF](https://arxiv.org/pdf/2211.14607)
2120
+ *Date: 25 May 2023*
2121
+
2122
+ **πŸ€– Code as Policies: Language Model Programs for Embodied Control**
2123
+ [πŸ”— Abstract](https://arxiv.org/abs/2209.07753) | [πŸ“„ PDF](https://arxiv.org/pdf/2209.07753)
2124
+ *Date: 30 Nov 2023*
2125
+
2126
+ **πŸ“ CADTalk: An Algorithm and Benchmark for Semantic Commenting of CAD Programs**
2127
+ [πŸ”— Abstract](https://arxiv.org/abs/2311.16703) | [πŸ“„ PDF](https://arxiv.org/pdf/2311.16703)
2128
+ *Date: 10 Jul 2023*
2129
+
2130
+ **🧩 COMEX: A Tool for Generating Customized Source Code Representations**
2131
+ [πŸ”— Abstract](https://arxiv.org/abs/2307.04693) | [πŸ“„ PDF](https://arxiv.org/pdf/2307.04693)
2132
+ *Date: 10 Jul 2023*
2133
+
2134
+ **🐦 AmadeusGPT: A Natural Language Interface for Interactive Animal Behavioral Analysis**
2135
+ [πŸ”— Abstract](https://arxiv.org/abs/2307.04858) | [πŸ“„ PDF](https://arxiv.org/pdf/2307.04858)
2136
+ *Date: 22 Mar 2022*
2137
+
2138
+ **πŸ“ Demo of the Linguistic Field Data Management and Analysis System -- LiFE**
2139
+ [πŸ”— Abstract](https://arxiv.org/abs/2203.11443) | [πŸ“„ PDF](https://arxiv.org/pdf/2203.11443)
2140
+ *Date: 30 Jan 2024*
2141
+
2142
+ **πŸ§™β€β™‚οΈ ReactGenie: A Development Framework for Complex Multimodal Interactions Using Large Language Models**
2143
+ [πŸ”— Abstract](https://arxiv.org/abs/2306.09649) | [πŸ“„ PDF](https://arxiv.org/pdf/2306.09649)
2144
+ *Date: 09 Feb 2024*
2145
+
2146
+ **✏️ Model Editing with Canonical Examples**
2147
+ [πŸ”— Abstract](https://arxiv.org/abs/2402.06155) | [πŸ“„ PDF](https://arxiv.org/pdf/2402.06155)
2148
+ *Date: 09 Feb 2024*
2149
  """)
2150
 
2151