paper-with-me

홈 › Papers

Loki: An Open-Source Tool for Fact Verification

2024-10-02 · Haonan Li, Xudong Han, Hao Wang, Yuxia Wang, Minghan Wang, Rui Xing, Yilin Geng, Zenan Zhai, Preslav Nakov, Timothy Baldwin

We introduce Loki, an open-source tool designed to address the growing problem of misinformation. Loki adopts a human-centered approach, striking a balance between the quality of fact-checking and the cost of human involvement. It decomposes the fact-checking task into a five-step pipeline: breaking down long texts into individual claims, assessing their check-worthiness, generating queries, retrieving evidence, and verifying the claims. Instead of fully automating the claim verification process, Loki provides essential information at each step to assist human judgment, especially for general users such as journalists and content moderators. Moreover, it has been optimized for latency, robustness, and cost efficiency at a commercially usable level. Loki is released under an MIT license and is available on GitHub. We also provide a video presenting the system and its capabilities.

📄 PDF Abstract BibTeX arXiv:2410.01794

Code (1)

Libr-AI/OpenFactVerification 공식 구현

Tasks

Claim VerificationFact CheckingFact VerificationMisinformation

Similar Papers 제목 키워드 기반

LOKI: A Comprehensive Synthetic Data Detection Benchmark using Large Multimodal Models

2024-10-13 · Junyan Ye, Baichuan Zhou, Zilong Huang, Junan Zhang 외

With the rapid development of AI-generated content, the future internet may be inundated with synthetic data, making the discrimination of authentic and credible multimodal data increasingly challenging. Synthetic data d…

Multiple-choice

Practical Data Poisoning Attack against Next-Item Recommendation

2020-04-07 · Hengtong Zhang, Yaliang Li, Bolin Ding, Jing Gao

Online recommendation systems make use of a variety of information sources to provide users the items that users are potentially interested in. However, due to the openness of the online platform, recommendation systems …

Data PoisoningRecommendation SystemsReinforcement Learning

Fast Policy Learning through Imitation and Reinforcement

2018-05-26 · Ching-An Cheng, Xinyan Yan, Nolan Wagener, Byron Boots

Imitation learning (IL) consists of a set of tools that leverage expert demonstrations to quickly learn policies. However, if the expert is suboptimal, IL can yield policies with inferior performance compared to reinforc…

Imitation LearningReinforcement LearningReinforcement Learning (RL)

Online Multimedia Verification with Computational Tools and OSINT: Russia-Ukraine Conflict Case Studies

2023-10-03 · Sohail Ahmed Khan, Jan Gunnar Furuly, Henrik Brattli Vold, Rano Tahseen 외

This paper investigates the use of computational tools and Open-Source Intelligence (OSINT) techniques for verifying online multimedia content, with a specific focus on real-world cases from the Russia-Ukraine conflict. …

Misinformation

LokiLM: Technical Report

2024-07-10 · Justin Kiefel, Shrey Shah

In this work, we introduce LokiLM, a 1.4B parameter large language model trained on 500B tokens. Our model performs strongly in natural language reasoning tasks and achieves state-of-the-art performance among models with…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1