Skip to content

Commit 59f1707

Browse files
authored
Update README.md
1 parent 9497607 commit 59f1707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* [Qrel evaluation](evaluation/qrel_evaluation.md) - Evaluation results for official qrels (on original dataset)
77
* [Leaderboard results](evaluation/leaderboard_results.md) - Official results as team 'Oscar François de Jarjayes' in [leader board](https://events.webis.de/touche-20/shared-task-1.html#results)
88

9+
## Abstract
10+
In this work we explore the yet untested inclusion of sentiment analysis in the argument ranking process. By utilizing a word embedding model we create document embeddings for all queries and arguments. These are compared with each other to calculate top-N argument context scores for each query. We also calculate top-N DPH scores with the Terrier Framework. This way, each query receives two lists of top-N arguments. Afterwards we form an intersection of both argument lists and sort the result by the DPH scores. To further increase the ranking quality, we sort the final arguments of each query by sentiment values. Our findings ultimately imply that rewarding neutral sentiments can decrease the quality of the retrieval outcome.
11+
912
## Prerequisites
1013

1114
1. Download and extract the [Args.me Corpus](https://zenodo.org/record/3274636/files/argsme.zip)

0 commit comments

Comments
 (0)