DeepNLP commited on
Commit
7bc5629
·
verified ·
1 Parent(s): 43379a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - AI
7
+ - ICML
8
+ - ICML2024
9
  ---
10
+
11
+ ## ICML 2024 International Conference on Machine Learning 2024 Accepted Paper Meta Info Dataset
12
+
13
+ This dataset is collect from the ICML 2024 OpenReview website (https://openreview.net/group?id=ICML.cc/2024/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/icml2024). For researchers who are interested in doing analysis of ICML 2024 accepted papers and potential trends, you can use the already cleaned up json files.
14
+ Each row contains the meta information of a paper in the ICML 2024 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.
15
+
16
+
17
+ ### Meta Information of Json File
18
+
19
+ ```
20
+ {
21
+ "abs": "https://proceedings.mlr.press/v235/abad-rocamora24a.html",
22
+ "Download PDF": "https://raw.githubusercontent.com/mlresearch/v235/main/assets/abad-rocamora24a/abad-rocamora24a.pdf",
23
+ "OpenReview": "https://openreview.net/forum?id=AZWqXfM6z9",
24
+ "title": "Revisiting Character-level Adversarial Attacks for Language Models",
25
+ "url": "https://proceedings.mlr.press/v235/abad-rocamora24a.html",
26
+ "authors": "Elias Abad Rocamora, Yongtao Wu, Fanghui Liu, Grigorios Chrysos, Volkan Cevher",
27
+ "detail_url": "https://proceedings.mlr.press/v235/abad-rocamora24a.html",
28
+ "tags": "ICML 2024",
29
+ "abstract": "Adversarial attacks in Natural Language Processing apply perturbations in the character or token levels. Token-level attacks, gaining prominence for their use of gradient-based methods, are susceptible to altering sentence semantics, leading to invalid adversarial examples. While character-level attacks easily maintain semantics, they have received less attention as they cannot easily adopt popular gradient-based methods, and are thought to be easy to defend. Challenging these beliefs, we introduce Charmer, an efficient query-based adversarial attack capable of achieving high attack success rate (ASR) while generating highly similar adversarial examples. Our method successfully targets both small (BERT) and large (Llama 2) models. Specifically, on BERT with SST-2, Charmer improves the ASR in $4.84$% points and the USE similarity in $8$% points with respect to the previous art. Our implementation is available in https://github.com/LIONS-EPFL/Charmer."
30
+ }
31
+
32
+ ```
33
+
34
+
35
+
36
+ ## Related
37
+
38
+ ## AI Equation
39
+ [List of AI Equations and Latex](http://www.deepnlp.org/equation/category/ai) <br>
40
+ [List of Math Equations and Latex](http://www.deepnlp.org/equation/category/math) <br>
41
+ [List of Physics Equations and Latex](http://www.deepnlp.org/equation/category/physics) <br>
42
+ [List of Statistics Equations and Latex](http://www.deepnlp.org/equation/category/statistics) <br>
43
+ [List of Machine Learning Equations and Latex](http://www.deepnlp.org/equation/category/machine%20learning) <br>
44
+
45
+ ## AI Agent Marketplace and Search
46
+ [AI Agent Marketplace and Search](http://www.deepnlp.org/search/agent) <br>
47
+ [Robot Search](http://www.deepnlp.org/search/robot) <br>
48
+ [Equation and Academic search](http://www.deepnlp.org/search/equation) <br>
49
+ [AI & Robot Comprehensive Search](http://www.deepnlp.org/search) <br>
50
+ [AI & Robot Question](http://www.deepnlp.org/question) <br>
51
+ [AI & Robot Community](http://www.deepnlp.org/community) <br>
52
+ [AI Agent Marketplace Blog](http://www.deepnlp.org/blog/ai-agent-marketplace-and-search-portal-reviews-2025) <br>
53
+
54
+ ## AI Agent Reviews
55
+ [AI Agent Marketplace Directory](http://www.deepnlp.org/store/ai-agent) <br>
56
+ [Microsoft AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-microsoft-ai-agent) <br>
57
+ [Claude AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-claude-ai-agent) <br>
58
+ [OpenAI AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-openai-ai-agent) <br>
59
+ [Saleforce AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-salesforce-ai-agent) <br>
60
+ [AI Agent Builder Reviews](http://www.deepnlp.org/store/ai-agent/ai-agent-builder) <br>