Datasets:

razvanalex commited on
Commit
df5fb1d
·
verified ·
1 Parent(s): d717e72

Update dataset

Browse files
Files changed (2) hide show
  1. README.md +49 -1
  2. selerosa_proc.csv +0 -0
README.md CHANGED
@@ -5,6 +5,10 @@ dataset_info:
5
  dtype: int64
6
  - name: news_id
7
  dtype: int64
 
 
 
 
8
  - name: sentence
9
  dtype: string
10
  - name: domain
@@ -120,6 +124,8 @@ The following columns are available for every sample:
120
  |---|---|---|
121
  | index | int | A unique identifier for every sentence |
122
  | news_id | int | A unique identifier for the source news associated with the current sentence |
 
 
123
  | sentence | string | The processed and anonymized sentence |
124
  | domain | string | The domain associated with the sentence. Can be one of: `life-death`, `it-stiinta`, `cronica-de-film` |
125
  | label_0 | int | The label given by the first annotator. 0 - regular, 1 - satirical |
@@ -128,11 +134,53 @@ The following columns are available for every sample:
128
  | label | int | The aggregated label through majority voting. This should be used for training and evaluation. 0 - regular, 1 - satirical |
129
 
130
 
131
- ### Citation
 
 
 
 
132
 
133
  If you use this dataset in your research, please cite as follows:
134
 
135
  ```bibtex
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  @software{smadu_2025_15689794,
137
  author = {Smădu, Răzvan-Alexandru and
138
  Iuga, Andreea and
 
5
  dtype: int64
6
  - name: news_id
7
  dtype: int64
8
+ - name: line_id
9
+ dtype: int64
10
+ - name: url
11
+ dtype: string
12
  - name: sentence
13
  dtype: string
14
  - name: domain
 
124
  |---|---|---|
125
  | index | int | A unique identifier for every sentence |
126
  | news_id | int | A unique identifier for the source news associated with the current sentence |
127
+ | line_id | int | The line number within the source document |
128
+ | url | string | The source URL of the news article from which the sentence was extracted |
129
  | sentence | string | The processed and anonymized sentence |
130
  | domain | string | The domain associated with the sentence. Can be one of: `life-death`, `it-stiinta`, `cronica-de-film` |
131
  | label_0 | int | The label given by the first annotator. 0 - regular, 1 - satirical |
 
134
  | label | int | The aggregated label through majority voting. This should be used for training and evaluation. 0 - regular, 1 - satirical |
135
 
136
 
137
+ ## License
138
+
139
+ The dataset is released under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) License. Note that the original sentences remain under the copyright of their respective authors and are permitted for academic use only.
140
+
141
+ ## Citation
142
 
143
  If you use this dataset in your research, please cite as follows:
144
 
145
  ```bibtex
146
+ @inproceedings{10.1145/3746252.3761632,
147
+ author = {Sm\u{a}du, R\u{a}zvan-Alexandru and
148
+ Iuga, Andreea and
149
+ Cercel, Dumitru-Clementin and
150
+ Pop, Florin},
151
+ title = {SeLeRoSa: Sentence-Level Romanian Satire Detection Dataset},
152
+ year = {2025},
153
+ isbn = {9798400720406},
154
+ publisher = {Association for Computing Machinery},
155
+ address = {New York, NY, USA},
156
+ url = {https://doi.org/10.1145/3746252.3761632},
157
+ doi = {10.1145/3746252.3761632},
158
+ abstract = {Satire, irony, and sarcasm are techniques that are typically
159
+ used humorously or critically, rather than deceptively; they can
160
+ occasionally be mistaken for factual reporting, akin to fake news. These
161
+ techniques can be applied at a more granular level, allowing satirical
162
+ information to be incorporated into news articles. In this paper, we
163
+ introduce the first sentence-level dataset for Romanian satire detection
164
+ for news articles, called SeLeRoSa. The dataset comprises 13,873 manually
165
+ annotated sentences spanning various domains, including social issues, IT,
166
+ science, and movies. With the rise and recent progress of large language
167
+ models (LLMs) in the natural language processing literature, LLMs have
168
+ demonstrated enhanced capabilities to tackle various tasks in zero-shot
169
+ settings. We evaluate multiple baseline models based on LLMs in both
170
+ zero-shot and fine-tuning settings, as well as transformer-based models.
171
+ Our findings reveal the current limitations of these models in the
172
+ sentence-level satire detection task, paving the way for new research
173
+ directions.},
174
+ booktitle = {Proceedings of the 34th ACM International Conference on
175
+ Information and Knowledge Management},
176
+ pages = {6528–6533},
177
+ numpages = {6},
178
+ keywords = {pretrained language models, satire detection, sentence-level
179
+ classification},
180
+ location = {Seoul, Republic of Korea},
181
+ series = {CIKM '25}
182
+ }
183
+
184
  @software{smadu_2025_15689794,
185
  author = {Smădu, Răzvan-Alexandru and
186
  Iuga, Andreea and
selerosa_proc.csv ADDED
The diff for this file is too large to render. See raw diff