paper-with-me

Papers

TueFact at SemEval 2019 Task 8: Fact checking in community question answering forums: context matters

2019-06-01 · SEMEVAL 2019 6 · R{\'e}ka Juh{\'a}sz, Franziska Barbara Linnenschmidt, Teslin Roys

The SemEval 2019 Task 8 on Fact-Checking in community question answering forums aimed to classify questions into categories and verify the correctness of answers given on the QatarLiving public forum. The task was divided into two subtasks: the first classifying the question, the second the answers. The TueFact system described in this paper used different approaches for the two subtasks. Subtask A makes use of word vectors based on a bag-of-word-ngram model using up to trigrams. Predictions are done using multi-class logistic regression. The official SemEval result lists an accuracy of 0.60. Subtask B uses vectorized character n-grams up to trigrams instead. Predictions are done using a LSTM model and achieved an accuracy of 0.53 on the final SemEval Task 8 evaluation set.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Community Question AnsweringFact CheckingQuestion Answering

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

TMLab SRPOL at SemEval-2019 Task 8: Fact Checking in Community Question Answering Forums

2019-05-29 · SEMEVAL 2019 6 · Piotr Niewinski, Aleksander Wawer, Maria Pszona, Maria Janicka

The article describes our submission to SemEval 2019 Task 8 on Fact-Checking in Community Forums. The systems under discussion participated in Subtask A: decide whether a question asks for factual information, opinion/ad…

Community Question AnsweringFact CheckingQuestion AnsweringSentence

SemEval-2019 Task 8: Fact Checking in Community Question Answering Forums

2019-05-25 · SEMEVAL 2019 6 · Tsvetomila Mihaylova, Georgi Karadjov, Pepa Atanasova, Ramy Baly 외

We present SemEval-2019 Task 8 on Fact Checking in Community Question Answering Forums, which features two subtasks. Subtask A is about deciding whether a question asks for factual information vs. an opinion/advice vs. j…

Community Question AnsweringFact CheckingQuestion Answering

AUTOHOME-ORCA at SemEval-2019 Task 8: Application of BERT for Fact-Checking in Community Forums

2019-06-01 · SEMEVAL 2019 6 · Zhengwei Lv, Duoxing Liu, Haifeng Sun, Xiao Liang 외

Fact checking is an important task for maintaining high quality posts and improving user experience in Community Question Answering forums. Therefore, the SemEval-2019 task 8 is aimed to identify factual question (subtas…

Community Question AnsweringFact CheckingQuestion Answering

ColumbiaNLP at SemEval-2019 Task 8: The Answer is Language Model Fine-tuning

2019-06-01 · SEMEVAL 2019 6 · Tuhin Chakrabarty, Smar Muresan, a

Community Question Answering forums are very popular nowadays, as they represent effective means for communities to share information around particular topics. But the information shared on these forums are often not aut…

Community Question AnsweringFact CheckingGeneral ClassificationLanguage Modeling+2

DOMLIN at SemEval-2019 Task 8: Automated Fact Checking exploiting Ratings in Community Question Answering Forums

2019-06-01 · SEMEVAL 2019 6 · Dominik Stammbach, Stalin Varanasi, Guenter Neumann

In the following, we describe our system developed for the Semeval2019 Task 8. We fine-tuned a BERT checkpoint on the qatar living forum dump and used this checkpoint to train a number of models. Our hand-in for subtask …

Community Question AnsweringFact CheckingQuestion Answering