paper-with-me

홈 › Papers

Accenture at CheckThat! 2020: If you say so: Post-hoc fact-checking of claims using transformer-based models

2020-09-05 · Evan Williams, Paul Rodrigues, Valerie Novak

We introduce the strategies used by the Accenture Team for the CLEF2020 CheckThat! Lab, Task 1, on English and Arabic. This shared task evaluated whether a claim in social media text should be professionally fact checked. To a journalist, a statement presented as fact, which would be of interest to a large audience, requires professional fact-checking before dissemination. We utilized BERT and RoBERTa models to identify claims in social media text a professional fact-checker should review, and rank these in priority order for the fact-checker. For the English challenge, we fine-tuned a RoBERTa model and added an extra mean pooling layer and a dropout layer to enhance generalizability to unseen text. For the Arabic task, we fine-tuned Arabic-language BERT models and demonstrate the use of back-translation to amplify the minority class and balance the dataset. The work presented here was scored 1st place in the English track, and 1st, 2nd, 3rd, and 4th place in the Arabic track.

📄 PDF Abstract BibTeX arXiv:2009.02431

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
RoBERTa 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

CheckThat! at CLEF 2020: Enabling the Automatic Identification and Verification of Claims in Social Media

2020-01-21 · Alberto Barron-Cedeno, Tamer Elsayed, Preslav Nakov, Giovanni Da San Martino 외

We describe the third edition of the CheckThat! Lab, which is part of the 2020 Cross-Language Evaluation Forum (CLEF). CheckThat! proposes four complementary tasks and a related task from previous lab editions, offered i…

Fact CheckingTask 2

Accenture at CheckThat! 2021: Interesting claim identification and ranking with contextually sensitive lexical training data augmentation

2021-07-12 · Evan Williams, Paul Rodrigues, Sieu Tran

This paper discusses the approach used by the Accenture Team for CLEF2021 CheckThat! Lab, Task 1, to identify whether a claim made in social media would be interesting to a wide audience and should be fact-checked. Twitt…

Data Augmentation

Overview of the CLEF--2021 CheckThat! Lab on Detecting Check-Worthy Claims, Previously Fact-Checked Claims, and Fake News

2021-09-23 · Preslav Nakov, Giovanni Da San Martino, Tamer Elsayed, Alberto Barrón-Cedeño 외

We describe the fourth edition of the CheckThat! Lab, part of the 2021 Conference and Labs of the Evaluation Forum (CLEF). The lab evaluates technology supporting tasks related to factuality, and covers Arabic, Bulgarian…

Fact CheckingTask 2

The CLEF-2026 CheckThat! Lab: Advancing Multilingual Fact-Checking

2026-02-10 · Julia Maria Struß, Sebastian Schellhammer, Stefan Dietze, Venktesh V 외 arxiv

The CheckThat! lab aims to advance the development of innovative technologies combating disinformation and manipulation efforts in online communication across a multitude of languages and platforms. While in early editio…

Overview of the CLEF-2019 CheckThat!: Automatic Identification and Verification of Claims

2021-09-25 · Tamer Elsayed, Preslav Nakov, Alberto Barrón-Cedeño, Maram Hasanain 외

We present an overview of the second edition of the CheckThat! Lab at CLEF 2019. The lab featured two tasks in two different languages: English and Arabic. Task 1 (English) challenged the participating systems to predict…

Claim VerificationFact CheckingLearning-To-RankTask 2