Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
socialnormdataset commited on
Commit
49420d0
Β·
verified Β·
1 Parent(s): 8214b75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,7 +14,9 @@ tags:
14
  πŸ“ƒ <a href="https://arxiv.org/abs/2404.02491" target="_blank">[Paper]</a> β€’ πŸ’» <a href="https://github.com/socialnormdataset/socialagent" target="_blank">[Github]</a> β€’ πŸ€— <a href="https://huggingface.co/datasets/socialnormdataset/social" target="_blank">[Dataset]</a> β€’ πŸ“½ <a href="https://github.com/socialnormdataset/socialagent/blob/main/assets/slides-final.pdf" target="_blank">[Slides]</a> β€’ πŸ“‹ <a href="https://github.com/socialnormdataset/socialagent/blob/main/assets/poster-final.pdf" target="_blank">[Poster]</a>
15
  </p>
16
 
17
- This dataset is proposed in the NAACL 2024 paper: [Measuring Social Norms of Large Language Models](https://arxiv.org/abs/2404.02491). We present a new challenge to examine whether large language models understand social norms. In contrast to existing datasets, our dataset requires a fundamental understanding of social norms to solve. Our dataset features the largest set of social norm skills, consisting of 402 skills and 12,383 questions covering a wide set of social norms ranging from opinions and arguments to culture and laws. We design our dataset according to the K-12 curriculum. This enables the direct comparison of the social understanding of large language models to humans, more specifically, elementary students. While prior work generates nearly random accuracy on our benchmark, recent large language models such as GPT3.5-Turbo and LLaMA2-Chat are able to improve the performance significantly, only slightly below human performance. We then propose a multi-agent framework based on large language models to improve the models' ability to understand social norms. This method further improves large language models to be on par with humans. Given the increasing adoption of large language models in real-world applications, our finding is particularly important and presents a unique direction for future improvements.
 
 
18
 
19
  ## Authors
20
  Ye Yuan, Kexin Tang, Jianhao Shen, Ming Zhang*, Chenguang Wang*
 
14
  πŸ“ƒ <a href="https://arxiv.org/abs/2404.02491" target="_blank">[Paper]</a> β€’ πŸ’» <a href="https://github.com/socialnormdataset/socialagent" target="_blank">[Github]</a> β€’ πŸ€— <a href="https://huggingface.co/datasets/socialnormdataset/social" target="_blank">[Dataset]</a> β€’ πŸ“½ <a href="https://github.com/socialnormdataset/socialagent/blob/main/assets/slides-final.pdf" target="_blank">[Slides]</a> β€’ πŸ“‹ <a href="https://github.com/socialnormdataset/socialagent/blob/main/assets/poster-final.pdf" target="_blank">[Poster]</a>
15
  </p>
16
 
17
+ This dataset is proposed in the NAACL 2024 paper: [Measuring Social Norms of Large Language Models](https://arxiv.org/abs/2404.02491).
18
+
19
+ We present a new challenge to examine whether large language models understand social norms. In contrast to existing datasets, our dataset requires a fundamental understanding of social norms to solve. Our dataset features the largest set of social norm skills, consisting of $402$ skills and $12,383$ questions covering a wide set of social norms ranging from opinions and arguments to culture and laws. We design our dataset according to the K-12 curriculum. This enables the direct comparison of the social understanding of large language models to humans, more specifically, elementary students. While prior work generates nearly random accuracy on our benchmark, recent large language models such as GPT3.5-Turbo and LLaMA2-Chat are able to improve the performance significantly, only slightly below human performance. We then propose a multi-agent framework based on large language models to improve the models' ability to understand social norms. This method further improves large language models to be on par with humans. Given the increasing adoption of large language models in real-world applications, our finding is particularly important and presents a unique direction for future improvements.
20
 
21
  ## Authors
22
  Ye Yuan, Kexin Tang, Jianhao Shen, Ming Zhang*, Chenguang Wang*