DeepNLP commited on
Commit
adf0cd5
·
verified ·
1 Parent(s): ac69c47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -1,3 +1,59 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - AI
7
+ - ICML
8
+ - ICML2023
9
  ---
10
+ ## ICML 2023 International Conference on Machine Learning 2023 Accepted Paper Meta Info Dataset
11
+
12
+ This dataset is collect from the ICML 2024 OpenReview website (https://openreview.net/group?id=ICML.cc/2023/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/icml2023). For researchers who are interested in doing analysis of ICML 2023 accepted papers and potential trends, you can use the already cleaned up json files.
13
+ Each row contains the meta information of a paper in the ICML 2023 conference. To explore more AI & Robotic papers (NIPS/ICML/ICLR/IROS/ICRA/etc) and AI equations, feel free to navigate the Equation Search Engine (http://www.deepnlp.org/search/equation) as well as the AI Agent Search Engine to find the deployed AI Apps and Agents (http://www.deepnlp.org/search/agent) in your domain.
14
+
15
+
16
+ ### Meta Information of Json File
17
+
18
+ ```
19
+ {
20
+ "abs": "https://proceedings.mlr.press/v202/aamand23a.html",
21
+ "Download PDF": "https://proceedings.mlr.press/v202/aamand23a/aamand23a.pdf",
22
+ "OpenReview": "https://openreview.net/forum?id=BVomXLJQoH",
23
+ "title": "Data Structures for Density Estimation",
24
+ "url": "https://proceedings.mlr.press/v202/aamand23a.html",
25
+ "authors": "Anders Aamand, Alexandr Andoni, Justin Y. Chen, Piotr Indyk, Shyam Narayanan, Sandeep Silwal",
26
+ "detail_url": "https://proceedings.mlr.press/v202/aamand23a.html",
27
+ "tags": "ICML 2023",
28
+ "abstract": "We study statistical/computational tradeoffs for the following density estimation problem: given $k$ distributions $v_1, \\ldots, v_k$ over a discrete domain of size $n$, and sampling access to a distribution $p$, identify $v_i$ that is \"close\" to $p$. Our main result is the first data structure that, given a sublinear (in $n$) number of samples from $p$, identifies $v_i$ in time sublinear in $k$. We also give an improved version of the algorithm of Acharya et al. (2018) that reports $v_i$ in time linear in $k$. The experimental evaluation of the latter algorithm shows that it achieves a significant reduction in the number of operations needed to achieve a given accuracy compared to prior work."
29
+ }
30
+
31
+ ```
32
+
33
+
34
+
35
+ ## Related
36
+
37
+ ## AI Equation
38
+ [List of AI Equations and Latex](http://www.deepnlp.org/equation/category/ai) <br>
39
+ [List of Math Equations and Latex](http://www.deepnlp.org/equation/category/math) <br>
40
+ [List of Physics Equations and Latex](http://www.deepnlp.org/equation/category/physics) <br>
41
+ [List of Statistics Equations and Latex](http://www.deepnlp.org/equation/category/statistics) <br>
42
+ [List of Machine Learning Equations and Latex](http://www.deepnlp.org/equation/category/machine%20learning) <br>
43
+
44
+ ## AI Agent Marketplace and Search
45
+ [AI Agent Marketplace and Search](http://www.deepnlp.org/search/agent) <br>
46
+ [Robot Search](http://www.deepnlp.org/search/robot) <br>
47
+ [Equation and Academic search](http://www.deepnlp.org/search/equation) <br>
48
+ [AI & Robot Comprehensive Search](http://www.deepnlp.org/search) <br>
49
+ [AI & Robot Question](http://www.deepnlp.org/question) <br>
50
+ [AI & Robot Community](http://www.deepnlp.org/community) <br>
51
+ [AI Agent Marketplace Blog](http://www.deepnlp.org/blog/ai-agent-marketplace-and-search-portal-reviews-2025) <br>
52
+
53
+ ## AI Agent Reviews
54
+ [AI Agent Marketplace Directory](http://www.deepnlp.org/store/ai-agent) <br>
55
+ [Microsoft AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-microsoft-ai-agent) <br>
56
+ [Claude AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-claude-ai-agent) <br>
57
+ [OpenAI AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-openai-ai-agent) <br>
58
+ [Saleforce AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-salesforce-ai-agent) <br>
59
+ [AI Agent Builder Reviews](http://www.deepnlp.org/store/ai-agent/ai-agent-builder) <br>