SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2309.16540 · ICLR · 2024

Unsupervised Pretraining for Fact Verification by Language Model Distillation

Pietro Liò, Adrián Bazaga, Gos Micklem

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
AdrianBZG/SFAVEL canonical 3 of 4
FunctionStatusWhere it lives
batch_collate_function Ran AdrianBZG/SFAVEL/src/dataset/data_handling.py
code served (permissive licence) · get_code("e8819ee750c418d6")
get_huggingface_model Ran AdrianBZG/SFAVEL/src/utils.py
code served (permissive licence) · get_code("fc2d1d692a8eb198")
get_model_size Ran AdrianBZG/SFAVEL/src/utils.py
code served (permissive licence) · get_code("b7def069f21916ca")
run_evaluate Not yet run AdrianBZG/SFAVEL/src/finetuning.py
code served (permissive licence) · get_code("4100d374559366d7")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Fact verification aims to verify a claim using evidence from a trustworthy knowledge base. To address this challenge, algorithms must produce features for every claim that are both semantically meaningful, and compact enough to find a semantic alignment with the source information. In contrast to previous work, which tackled the alignment problem by learning over annotated corpora of claims and their corresponding labels, we propose SFAVEL (Self-supervised F act V erification via Language Model Distillation), a novel unsupervised pretraining framework that leverages pre-trained language models to distil self-supervised features into highquality claim-fact alignments without the need for annotations. This is enabled by a novel contrastive loss function that encourages features to attain high-quality claim and evidence alignments whilst preserving the semantic relationships across the corpora. Notably, we present results that achieve a new state-of-the-art on FB15k-237 (+5.3% Hits@1) and FEVER (+8% accuracy) with linear evaluation.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2309.16540")
get_code_for_paper("2309.16540")
have("2309.16540")

Connect an agent — have() is free.