Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
license: mit
|
4 |
---
|
5 |
+
Multi-task learning model (flat architecture) trained on GAQCorpus for 4 epochs with a learning rate of 2e-5 (optimised via grid search) in a similar way as in Lauscher et al. 2020 (see below). The original model was Tensorflow-based. This model corresponds to a reimplementation with Transformers & PyTorch.
|
6 |
+
|
7 |
+
```
|
8 |
+
@inproceedings{lauscher-etal-2020-rhetoric,
|
9 |
+
title = "Rhetoric, Logic, and Dialectic: Advancing Theory-based Argument Quality Assessment in Natural Language Processing",
|
10 |
+
author = "Lauscher, Anne and
|
11 |
+
Ng, Lily and
|
12 |
+
Napoles, Courtney and
|
13 |
+
Tetreault, Joel",
|
14 |
+
booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
|
15 |
+
month = dec,
|
16 |
+
year = "2020",
|
17 |
+
address = "Barcelona, Spain (Online)",
|
18 |
+
publisher = "International Committee on Computational Linguistics",
|
19 |
+
url = "https://aclanthology.org/2020.coling-main.402",
|
20 |
+
doi = "10.18653/v1/2020.coling-main.402",
|
21 |
+
pages = "4563--4574",
|
22 |
+
abstract = "Though preceding work in computational argument quality (AQ) mostly focuses on assessing overall AQ, researchers agree that writers would benefit from feedback targeting individual dimensions of argumentation theory. However, a large-scale theory-based corpus and corresponding computational models are missing. We fill this gap by conducting an extensive analysis covering three diverse domains of online argumentative writing and presenting GAQCorpus: the first large-scale English multi-domain (community Q{\&}A forums, debate forums, review forums) corpus annotated with theory-based AQ scores. We then propose the first computational approaches to theory-based assessment, which can serve as strong baselines for future work. We demonstrate the feasibility of large-scale AQ annotation, show that exploiting relations between dimensions yields performance improvements, and explore the synergies between theory-based prediction and practical AQ assessment.",
|
23 |
+
}
|
24 |
+
```
|