guilhem-sante commited on
Commit
74d08e8
·
verified ·
1 Parent(s): 7f6353b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -37,6 +37,8 @@ tags:
37
  - sample
38
  ---
39
  ---
 
 
40
  # Dataset Card for Liaison's IBM Claim Stance Dataset Sample
41
 
42
  ## Table of Contents
@@ -49,6 +51,7 @@ tags:
49
  ## Dataset Summary
50
 
51
  The present dataset is a result of processing the [IBM Debater Claim Stance Dataset](https://huggingface.co/datasets/ibm/claim_stance) to create representative samples. The size has been reduced to roughly 100 entries, enabling the benchmarking of models for relation-based argument mining tasks with limited resources.
 
52
 
53
  The sample also modifies the original dataset to achieve a more balanced plurality of stances and topics, and creates a new "unrelated" class in argument relation (following a simple rule-based data augmentation algorithm). Further details on the preprocessing can be found on [GitHub](https://github.com/coding-kelps/liaisons-preprocess).
54
 
 
37
  - sample
38
  ---
39
  ---
40
+ ⚠️ This repository is a part of an academical project for the Heriot-Watt University, no third-party contributions are accepted.
41
+
42
  # Dataset Card for Liaison's IBM Claim Stance Dataset Sample
43
 
44
  ## Table of Contents
 
51
  ## Dataset Summary
52
 
53
  The present dataset is a result of processing the [IBM Debater Claim Stance Dataset](https://huggingface.co/datasets/ibm/claim_stance) to create representative samples. The size has been reduced to roughly 100 entries, enabling the benchmarking of models for relation-based argument mining tasks with limited resources.
54
+ You can also find here the associated benchmarking [framework](https://github.com/coding-kelps/liaisons-experiments) and [results](https://huggingface.co/coding-kelps/liaispns-experiments-results).
55
 
56
  The sample also modifies the original dataset to achieve a more balanced plurality of stances and topics, and creates a new "unrelated" class in argument relation (following a simple rule-based data augmentation algorithm). Further details on the preprocessing can be found on [GitHub](https://github.com/coding-kelps/liaisons-preprocess).
57