We lifted 3 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.
| Repository | Role | Ran |
|---|---|---|
| Miaoranmmm/SelfChecker | canonical | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| normalize_bracket | Ran | Miaoranmmm/SelfChecker/scripts/experiment_fever.py pointer only (licence: NONE) · get_code("0c9f633b9849766f") |
| normalize_title | Ran | Miaoranmmm/SelfChecker/scripts/experiment_fever.py pointer only (licence: NONE) · get_code("42f812836c77cf35") |
| replace_bracket | Ran | Miaoranmmm/SelfChecker/scripts/experiment_fever.py pointer only (licence: NONE) · get_code("98df063d23b14ea8") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Fact-checking is an essential task in NLP that is commonly utilized for validating the factual accuracy of claims. Prior work has mainly focused on fine-tuning pre-trained languages models on specific datasets, which can be computationally intensive and time-consuming. With the rapid development of large language models (LLMs), such as ChatGPT and GPT-3, researchers are now exploring their in-context learning capabilities for a wide range of tasks. In this paper, we aim to assess the capacity of LLMs for fact-checking by introducing Self-Checker, a framework comprising a set of plug-and-play modules that facilitate fact-checking by purely prompting LLMs in an almost zero-shot setting. This framework provides a fast and efficient way to construct fact-checking systems in low-resource environments. Empirical results demonstrate the potential of Self-Checker in utilizing LLMs for fact-checking. However, there is still significant room for improvement compared to SOTA fine-tuned models, which suggests that LLM adoption could be a promising approach for future fact-checking research.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2305.14623")
get_code_for_paper("2305.14623")
have("2305.14623")
Connect an agent — have() is free.