gabski commited on
Commit
2e5b18a
1 Parent(s): 45772e4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: text-classification
7
+ datasets:
8
+ - ClaimRev
9
+ ---
10
+
11
+ # Model
12
+ This model was obtained by fine-tuning `microsoft/deberta-base` on the extended ClaimRev dataset.
13
+
14
+ Paper: [To Revise or Not to Revise: Learning to Detect Improvable Claims for Argumentative Writing Support](https://arxiv.org/abs/2305.16799)
15
+
16
+ Authors: Gabriella Skitalinskaya and Henning Wachsmuth
17
+
18
+ # Claim Improvement Suggestion
19
+ We cast this task as a multi-class classification task, where the objective is given an argumentative claim and some contextual information (in this case, the parent claim in the debate, which is opposed or supported by the claim in question), select all types of quality issues from a defined set that should be improved when revising the claim.