gabski commited on
Commit
c303448
1 Parent(s): 98eff7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ Paper: [Learning From Revisions: Quality Assessment of Claims in Argumentation a
12
  Authors: Gabriella Skitalinskaya, Jonas Klaff, Henning Wachsmuth
13
 
14
  # Claim Quality Classification
15
- We cast this task as a pairwise classification task, where the objective is to compare two versions of the same claim and determine which one is better. We train this model by fine-tuning SBERT based on bert-base-cased using a siamese network structure with softmax loss. Outputs can also be used to rank multiple versions of the same claim, for example, using [SVMRank](https://github.com/ds4dm/PySVMRank) or BTL (Bradley-Terry-Luce model).
16
 
17
  # Usage
18
 
 
12
  Authors: Gabriella Skitalinskaya, Jonas Klaff, Henning Wachsmuth
13
 
14
  # Claim Quality Classification
15
+ We cast this task as a pairwise classification task, where the objective is to compare two versions of the same claim and determine which one is better.
16
 
17
  # Usage
18