University of Copenhagen Participation in TREC Health Misinformation Track 2020
Lucas Chaves Lima, Dustin Brandon Wright, Isabelle Augenstein, Maria, Maistro

TL;DR
This paper details the participation of the University of Copenhagen in the 2020 TREC Health Misinformation Track, employing a multi-step approach combining relevance, credibility, and misinformation scoring to improve document ranking.
Contribution
The paper introduces a novel multi-step ranking method that integrates relevance, credibility, and misinformation scores using machine learning and fusion techniques.
Findings
Effective combination of relevance, credibility, and misinformation scores improves ranking.
Use of Transformer-based stance detection enhances misinformation scoring.
Multiple merging strategies demonstrate robustness in document re-ranking.
Abstract
In this paper, we describe our participation in the TREC Health Misinformation Track 2020. We submitted runs to the Total Recall Task and 13 runs to the Ad Hoc task. Our approach consists of 3 steps: (1) we create an initial run with BM25 and RM3; (2) we estimate credibility and misinformation scores for the documents in the initial run; (3) we merge the relevance, credibility and misinformation scores to re-rank documents in the initial run. To estimate credibility scores, we implement a classifier which exploits features based on the content and the popularity of a document. To compute the misinformation score, we apply a stance detection approach with a pretrained Transformer language model. Finally, we use different approaches to merge scores: weighted average, the distance among score vectors and rank fusion.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Misinformation and Its Impacts · Natural Language Processing Techniques
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · High-Order Consensuses · Byte Pair Encoding · Layer Normalization · Residual Connection · Adam · Dropout · Label Smoothing
