yassine-mhirsi commited on
Commit
48706e7
·
verified ·
1 Parent(s): a12dd2b

Upload 4 files

Browse files
ArgKP_balanced.csv ADDED
The diff for this file is too large to render. See raw diff
 
ArgKP_combined.csv ADDED
The diff for this file is too large to render. See raw diff
 
ArgKP_stance_balanced.csv ADDED
The diff for this file is too large to render. See raw diff
 
readme.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ NAME: IBM Debater(R) - ArgKP-2023
2
+
3
+ VERSION: v1
4
+
5
+ RELEASE DATE: December 5, 2023
6
+
7
+ DATASET OVERVIEW
8
+
9
+ 9,281 (argument, key point) pairs labeled as matching/non-matching/undecided, for 10 controversial topics.
10
+ For each pair, the topic and stance are also indicated.
11
+
12
+ The dataset is released under the following licensing and copyright terms:
13
+ • (c) Copyright IBM 2023. Released under Community Data License Agreement – Sharing, Version 1.0 (https://cdla.io/sharing-1-0/).
14
+
15
+ The dataset is described in the following publication (referred to as the "ArgKP-Large" test set):
16
+
17
+ • Welcome to the Real World: Efficient, Incremental and Scalable Key Point Analysis. Lilach Eden, Yoav Kantor, Matan Orbach, Yoav Katz, Noam Slonim, Roy Bar-Haim. Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: Industry Track. 2023
18
+
19
+
20
+ Please cite this paper if you use the dataset.
21
+
22
+ CONTENTS
23
+
24
+ The CSV file, ArgKP-2023_dataset.csv, contains the following columns for each (argument, key point) pair:
25
+ 1. topic
26
+ 2. argument
27
+ 3. key_point
28
+ 4. stance: 1 (pro) / -1 (con)
29
+ 5. label: 1 (matching)/ 0 (non-matching)/ -1 (undecided)
30
+
31
+ Note: In the experiments described in the paper, the undecided examples were excluded.