Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## NIPS 2024 Accepted Paper Meta Info Dataset
|
2 |
+
|
3 |
+
This dataset is collect from the NIPS 2024 OpenReview website (https://openreview.net/group?id=NeurIPS.cc/2024/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/nips2024). For researchers who are interested in doing analysis of NIPS 2024 accepted papers and potential trends, you can use the already cleaned up json files.
|
4 |
+
Each row contains the meta information of a paper in the NIPS 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.
|
5 |
+
|
6 |
+
|
7 |
+
### Meta Information of Json File of Paper
|
8 |
+
|
9 |
+
```
|
10 |
+
|
11 |
+
{
|
12 |
+
"title": "Apathetic or Empathetic? Evaluating LLMs' Emotional Alignments with Humans",
|
13 |
+
"url": "https://openreview.net/forum?id=pwRVGRWtGg",
|
14 |
+
"detail_url": "https://openreview.net/forum?id=pwRVGRWtGg",
|
15 |
+
"authors": "Jen-tse Huang,Man Ho LAM,Eric John Li,Shujie Ren,Wenxuan Wang,Wenxiang Jiao,Zhaopeng Tu,Michael Lyu",
|
16 |
+
"tags": "NIPS 2024,Poster",
|
17 |
+
"abstract": "Evaluating Large Language Models\u2019 (LLMs) anthropomorphic capabilities has become increasingly important in contemporary discourse. Utilizing the emotion appraisal theory from psychology, we propose to evaluate the empathy ability of LLMs, i.e., how their feelings change when presented with specific situations. After a careful and comprehensive survey, we collect a dataset containing over 400 situations that have proven effective in eliciting the eight emotions central to our study. Categorizing the situations into 36 factors, we conduct a human evaluation involving more than 1,200 subjects worldwide. With the human evaluation results as references, our evaluation includes seven LLMs, covering both commercial and open-source models, including variations in model sizes, featuring the latest iterations, such as GPT-4, Mixtral-8x22B, and LLaMA-3.1. We find that, despite several misalignments, LLMs can generally respond appropriately to certain situations. Nevertheless, they fall short in alignment with the emotional behaviors of human beings and cannot establish connections between similar situations. Our collected dataset of situations, the human evaluation results, and the code of our testing framework, i.e., EmotionBench, are publicly available at https://github.com/CUHK-ARISE/EmotionBench.",
|
18 |
+
"pdf": "https://openreview.net/pdf/4d6e71e0ca7fffae0c70fd69763ea99167e3d197.pdf"
|
19 |
+
}
|
20 |
+
```
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
## Related
|
25 |
+
|
26 |
+
## AI Agent Marketplace and Search
|
27 |
+
[AI Agent Marketplace and Search](http://www.deepnlp.org/search/agent) <br>
|
28 |
+
[Robot Search](http://www.deepnlp.org/search/robot) <br>
|
29 |
+
[Equation and Academic search](http://www.deepnlp.org/search/equation) <br>
|
30 |
+
[AI & Robot Comprehensive Search](http://www.deepnlp.org/search) <br>
|
31 |
+
[AI & Robot Question](http://www.deepnlp.org/question) <br>
|
32 |
+
[AI & Robot Community](http://www.deepnlp.org/community) <br>
|
33 |
+
[AI Agent Marketplace Blog](http://www.deepnlp.org/blog/ai-agent-marketplace-and-search-portal-reviews-2025) <br>
|
34 |
+
|
35 |
+
## AI Agent Reviews
|
36 |
+
[AI Agent Marketplace Directory](http://www.deepnlp.org/store/ai-agent) <br>
|
37 |
+
[Microsoft AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-microsoft-ai-agent) <br>
|
38 |
+
[Claude AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-claude-ai-agent) <br>
|
39 |
+
[OpenAI AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-openai-ai-agent) <br>
|
40 |
+
[Saleforce AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-salesforce-ai-agent) <br>
|
41 |
+
[AI Agent Builder Reviews](http://www.deepnlp.org/store/ai-agent/ai-agent-builder) <br>
|
42 |
+
|
43 |
+
## AI Equation
|
44 |
+
[List of AI Equations and Latex](http://www.deepnlp.org/equation/category/ai) <br>
|
45 |
+
[List of Math Equations and Latex](http://www.deepnlp.org/equation/category/math) <br>
|
46 |
+
[List of Physics Equations and Latex](http://www.deepnlp.org/equation/category/physics) <br>
|
47 |
+
[List of Statistics Equations and Latex](http://www.deepnlp.org/equation/category/statistics) <br>
|
48 |
+
[List of Machine Learning Equations and Latex](http://www.deepnlp.org/equation/category/machine%20learning) <br>
|
49 |
+
|
50 |
+
|