zoher15 commited on
Commit
3cc2b02
·
verified ·
1 Parent(s): ffda122

Move citation to top of dataset card

Browse files
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -19,7 +19,10 @@ viewer: false
19
  # PluRule
20
 
21
  **PluRule** is a multilingual, multimodal benchmark for detecting rule
22
- violations when moderating pluralistic communities on social media.
 
 
 
23
 
24
  This dataset repository contains the dehydrated clustered PluRule splits and
25
  the hydrate scripts needed to reconstruct comment bodies, submissions, and
@@ -29,6 +32,20 @@ For the full construction pipeline, evaluation harness, and paper reproduction
29
  code, see the main GitHub repository:
30
  [`osome-iu/PluRule`](https://github.com/osome-iu/PluRule).
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  <p align="center">
33
  <img src="figures/plurule_example.png" alt="A PluRule example" width="720">
34
  </p>
@@ -110,17 +127,3 @@ data/test_hydrated_clustered.json.zst
110
  ```
111
 
112
  For details and troubleshooting, see [`hydrate/README.md`](hydrate/README.md).
113
-
114
- ## Citation
115
-
116
- ```bibtex
117
- @inproceedings{plurule2025,
118
- title = {{PluRule: A Benchmark for Moderating Pluralistic Communities
119
- on Social Media}},
120
- author = {Kachwala, Zoher and Truong, Bao Tran and Muralidharan, Rasika and
121
- Kwak, Haewoon and An, Jisun and Menczer, Filippo},
122
- year = {2026},
123
- booktitle = {Proc. ACL},
124
- note = {Forthcoming},
125
- }
126
- ```
 
19
  # PluRule
20
 
21
  **PluRule** is a multilingual, multimodal benchmark for detecting rule
22
+ violations when moderating pluralistic communities on social media: 13,371
23
+ discussion instances drawn from the Pushshift archives, each pairing a
24
+ rule-violating thread with a compliant thread from the same submission,
25
+ labeled against the community's own rules.
26
 
27
  This dataset repository contains the dehydrated clustered PluRule splits and
28
  the hydrate scripts needed to reconstruct comment bodies, submissions, and
 
32
  code, see the main GitHub repository:
33
  [`osome-iu/PluRule`](https://github.com/osome-iu/PluRule).
34
 
35
+ ## Citation
36
+
37
+ ```bibtex
38
+ @inproceedings{plurule2025,
39
+ title = {{PluRule: A Benchmark for Moderating Pluralistic Communities
40
+ on Social Media}},
41
+ author = {Kachwala, Zoher and Truong, Bao Tran and Muralidharan, Rasika and
42
+ Kwak, Haewoon and An, Jisun and Menczer, Filippo},
43
+ year = {2026},
44
+ booktitle = {Proc. ACL},
45
+ note = {Forthcoming},
46
+ }
47
+ ```
48
+
49
  <p align="center">
50
  <img src="figures/plurule_example.png" alt="A PluRule example" width="720">
51
  </p>
 
127
  ```
128
 
129
  For details and troubleshooting, see [`hydrate/README.md`](hydrate/README.md).