devnote5676
commited on
Commit
·
c5aeac4
1
Parent(s):
968ffc7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,96 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# Dataset Card for Dataset Name
|
6 |
+
|
7 |
+
## Dataset Description
|
8 |
+
|
9 |
+
- **Homepage:**
|
10 |
+
- **Repository: https://github.com/minjechoi/SOCKET
|
11 |
+
- **Paper: Do LLMs Understand Social Knowledge? Evaluating the Sociability of Large Language Models with SocKET Benchmark [link](https://arxiv.org/abs/2305.14938)
|
12 |
+
- **Leaderboard:**
|
13 |
+
- **Point of Contact:**
|
14 |
+
|
15 |
+
### Dataset Summary
|
16 |
+
|
17 |
+
This Dataset contains the tasks used in the paper "Do LLMs Understand Social Knowledge? Evaluating the Sociability of Large Language Models with SocKET Benchmark" [link](https://arxiv.org/abs/2305.14938).
|
18 |
+
|
19 |
+
### Supported Tasks and Leaderboards
|
20 |
+
|
21 |
+
[More Information Needed]
|
22 |
+
|
23 |
+
### Languages
|
24 |
+
|
25 |
+
English
|
26 |
+
|
27 |
+
## Dataset Structure
|
28 |
+
|
29 |
+
### Data Instances
|
30 |
+
|
31 |
+
[More Information Needed]
|
32 |
+
|
33 |
+
### Data Fields
|
34 |
+
|
35 |
+
[More Information Needed]
|
36 |
+
|
37 |
+
### Data Splits
|
38 |
+
|
39 |
+
[More Information Needed]
|
40 |
+
|
41 |
+
## Dataset Creation
|
42 |
+
|
43 |
+
This benchmark is created by aggregating several existing NLP datasets that measure different aspects of social information.
|
44 |
+
|
45 |
+
### Curation Rationale
|
46 |
+
|
47 |
+
[More Information Needed]
|
48 |
+
|
49 |
+
### Source Data
|
50 |
+
|
51 |
+
#### Initial Data Collection and Normalization
|
52 |
+
|
53 |
+
[More Information Needed]
|
54 |
+
|
55 |
+
#### Who are the source language producers?
|
56 |
+
|
57 |
+
[More Information Needed]
|
58 |
+
|
59 |
+
## Considerations for Using the Data
|
60 |
+
|
61 |
+
### Social Impact of Dataset
|
62 |
+
|
63 |
+
[More Information Needed]
|
64 |
+
|
65 |
+
### Discussion of Biases
|
66 |
+
|
67 |
+
[More Information Needed]
|
68 |
+
|
69 |
+
### Other Known Limitations
|
70 |
+
|
71 |
+
[More Information Needed]
|
72 |
+
|
73 |
+
## Additional Information
|
74 |
+
|
75 |
+
### Dataset Curators
|
76 |
+
|
77 |
+
[More Information Needed]
|
78 |
+
|
79 |
+
### Licensing Information
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
### Citation Information
|
84 |
+
|
85 |
+
@misc{choi2023llms,
|
86 |
+
title={Do LLMs Understand Social Knowledge? Evaluating the Sociability of Large Language Models with SocKET Benchmark},
|
87 |
+
author={Minje Choi and Jiaxin Pei and Sagar Kumar and Chang Shu and David Jurgens},
|
88 |
+
year={2023},
|
89 |
+
eprint={2305.14938},
|
90 |
+
archivePrefix={arXiv},
|
91 |
+
primaryClass={cs.CL}
|
92 |
+
}
|
93 |
+
|
94 |
+
### Contributions
|
95 |
+
|
96 |
+
[More Information Needed]
|