Update app.py
Browse files
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 |
|