ZoeyShu commited on
Commit
36b3410
1 Parent(s): 831a944

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -4
README.md CHANGED
@@ -22,12 +22,61 @@ This dataset include **85462** Users profiles with MBTI personality traits from
22
 
23
  You can read more about the related project at the [Github](https://github.com/ZhiyaoShu/LLM-HGNN-MBTI)
24
 
25
- If you think this dataset is useful, please cite our works. Thank you!
26
- ```bibtxt
27
- @article{shu2024llm,
 
 
 
28
  title={When LLM Meets Hypergraph: A Sociological Analysis on Personality via Online Social Networks},
29
  author={Shu, Zhiyao and Sun, Xiangguo and Cheng, Hong},
30
- journal={arXiv preprint arXiv:2407.03568},
31
  year={2024}
32
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ```
 
22
 
23
  You can read more about the related project at the [Github](https://github.com/ZhiyaoShu/LLM-HGNN-MBTI)
24
 
25
+ 🌹Please Cite Our Work If Helpful:
26
+
27
+ Thanks! / 谢谢! / ありがとう! / merci! / 감사! / Danke! / спасибо! / gracias! ...
28
+
29
+ ```
30
+ @inproceedings{shu2024llm,
31
  title={When LLM Meets Hypergraph: A Sociological Analysis on Personality via Online Social Networks},
32
  author={Shu, Zhiyao and Sun, Xiangguo and Cheng, Hong},
33
+ booktitle={Proceedings of the 33th ACM international conference on information \& knowledge management (CIKM)},
34
  year={2024}
35
  }
36
+ ```
37
+ Other related works:
38
+ ```
39
+ @article{sun2023self,
40
+ title={Self-supervised hypergraph representation learning for sociological analysis},
41
+ author={Sun, Xiangguo and Cheng, Hong and Liu, Bo and Li, Jia and Chen, Hongyang and Xu, Guandong and Yin, Hongzhi},
42
+ journal={IEEE Transactions on Knowledge and Data Engineering},
43
+ volume={35},
44
+ number={11},
45
+ pages={11860--11871},
46
+ year={2023},
47
+ publisher={IEEE}
48
+ }
49
+ ```
50
+ ```
51
+ @article{sun2022your,
52
+ title={In your eyes: Modality disentangling for personality analysis in short video},
53
+ author={Sun, Xiangguo and Liu, Bo and Ai, Liya and Liu, Danni and Meng, Qing and Cao, Jiuxin},
54
+ journal={IEEE Transactions on Computational Social Systems},
55
+ volume={10},
56
+ number={3},
57
+ pages={982--993},
58
+ year={2022},
59
+ publisher={IEEE}
60
+ }
61
+ ```
62
+ ```
63
+ @article{sun2020group,
64
+ title={Group-level personality detection based on text generated networks},
65
+ author={Sun, Xiangguo and Liu, Bo and Meng, Qing and Cao, Jiuxin and Luo, Junzhou and Yin, Hongzhi},
66
+ journal={World Wide Web},
67
+ volume={23},
68
+ pages={1887--1906},
69
+ year={2020},
70
+ publisher={Springer}
71
+ }
72
+ ```
73
+ ```
74
+ @inproceedings{sun2018personality,
75
+ title={Who am I? Personality detection based on deep learning for texts},
76
+ author={Sun, Xiangguo and Liu, Bo and Cao, Jiuxin and Luo, Junzhou and Shen, Xiaojun},
77
+ booktitle={2018 IEEE international conference on communications (ICC)},
78
+ pages={1--6},
79
+ year={2018},
80
+ organization={IEEE}
81
+ }
82
  ```