TueFact at SemEval 2019 Task 8: Fact checking in community question answering forums: context matters
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Community Question AnsweringFact CheckingQuestion AnsweringMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
TMLab SRPOL at SemEval-2019 Task 8: Fact Checking in Community Question Answering Forums
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 AnsweringSentenceSemEval-2019 Task 8: Fact Checking in Community Question Answering Forums
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 AnsweringAUTOHOME-ORCA at SemEval-2019 Task 8: Application of BERT for Fact-Checking in Community Forums
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 AnsweringColumbiaNLP at SemEval-2019 Task 8: The Answer is Language Model Fine-tuning
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+2DOMLIN at SemEval-2019 Task 8: Automated Fact Checking exploiting Ratings in Community Question Answering Forums
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