guilhem-sante commited on
Commit
6827f5e
·
verified ·
1 Parent(s): 225b37b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -6
README.md CHANGED
@@ -43,24 +43,42 @@ tags:
43
 
44
  ## Table of Contents
45
 
46
- - [Dataset Summary](#dataset-summary)
47
- - [Dataset Structure](#dataset-structure)
 
48
  - [Licensing Information](#licensing-information)
49
- - [Citation Information](#citation-information)
 
50
 
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/datasets/coding-kelps/liaisons-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
 
58
- ## Dataset Structure
59
 
60
  * parent_argument - The first argument that states a position regarding a topic
61
  * child_argument - Another argument that is compared to the parent argument
62
  * relation - The argumentative relation of the child argument to the parent argument. It can either be support/attack in the binary split or support/attack/unrelated in the ternary split
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ## Licensing Information
65
 
66
  This work includes data from the following sources:
@@ -70,6 +88,13 @@ This work includes data from the following sources:
70
 
71
  Modifications and preprocessing have been made to the original data. This derivative work is licensed under the same CC BY-SA 3.0 license.
72
 
73
- ## Citation Information
74
 
75
  Further information about the original dataset can be found on its original [HuggingFace page](https://huggingface.co/datasets/ibm/claim_stance) and its associated research papers: [Stance Classification of Context-Dependent Claims](https://aclanthology.org/E17-1024/) and [Improving Claim Stance Classification with Lexical Knowledge Expansion and Context Utilization](https://aclanthology.org/W17-5104/).
 
 
 
 
 
 
 
 
43
 
44
  ## Table of Contents
45
 
46
+ - [About the Dataset](#about-the-dataset)
47
+ - [About Contributions](#about-contributions)
48
+ - [Associated Works](#associated-works)
49
  - [Licensing Information](#licensing-information)
50
+ - [Credits](#credits)
51
+ - [Special Thanks](#special-thanks)
52
 
53
+ ## About the Dataset
54
+
55
+ ### Dataset Summary
56
 
57
  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.
58
  You can also find here the associated benchmarking [framework](https://github.com/coding-kelps/liaisons-experiments) and [results](https://huggingface.co/datasets/coding-kelps/liaisons-experiments-results).
59
 
60
  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).
61
 
62
+ ### Dataset Structure
63
 
64
  * parent_argument - The first argument that states a position regarding a topic
65
  * child_argument - Another argument that is compared to the parent argument
66
  * relation - The argumentative relation of the child argument to the parent argument. It can either be support/attack in the binary split or support/attack/unrelated in the ternary split
67
 
68
+ ## About Contributions
69
+
70
+ As mentioned earlier, this work is part of an academic project for the validation of my Master's Degree at Heriot-Watt University, preventing me from accepting any contributions until the final release of my project. Thank you for your understanding.
71
+
72
+ ## Associated Works
73
+
74
+ This work is part of a collection of works whose ultimate goal is to deliver a framework to automatically analyze social media content (e.g., X, Reddit) to extract their argumentative value and predict their relations, leveraging Large Language Models' (LLMs) abilities:
75
+
76
+ - [liaisons](https://github.com/coding-kelps/liaisons) (the developed client for social media content analysis)
77
+ - [liaisons-preprocess](https://github.com/coding-kelps/liaisons-preprocess) (the preprocessing of the original IBM dataset)
78
+ - [liaisons-experiments](https://github.com/coding-kelps/liaisons-experiments) (the benchmarking framework that the sample is intended to be used with)
79
+ - [liaisons-experiments-results](https://huggingface.co/datasets/coding-kelps/liaisons-experiments-results) (the obtained results with this benchmarking)
80
+ - [mantis-shrimp](https://github.com/coding-kelps/mantis-shrimp) (the configuration-as-code used to set up my workstation for this project)
81
+
82
  ## Licensing Information
83
 
84
  This work includes data from the following sources:
 
88
 
89
  Modifications and preprocessing have been made to the original data. This derivative work is licensed under the same CC BY-SA 3.0 license.
90
 
91
+ ## Credits
92
 
93
  Further information about the original dataset can be found on its original [HuggingFace page](https://huggingface.co/datasets/ibm/claim_stance) and its associated research papers: [Stance Classification of Context-Dependent Claims](https://aclanthology.org/E17-1024/) and [Improving Claim Stance Classification with Lexical Knowledge Expansion and Context Utilization](https://aclanthology.org/W17-5104/).
94
+
95
+ ## Special Thanks
96
+
97
+ I would like to credits [Andrew Ireland](http://www.macs.hw.ac.uk/~air/), my supervisor for this project.
98
+
99
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Heriot-Watt_University_logo.svg/1200px-Heriot-Watt_University_logo.svg.png" width="300">
100
+