Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Ceirced
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 74 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme Citation

README.md

CLEF2025-CheckThat Competition

Group 6: TruthTrackers

This repository has been cloned from the original CLEF 2025 CheckThat Task 4 repository

It contains the dataset, format checker, scorer and baselines for each task of the CLEF2025-CheckThat! Lab.

To run the notebooks, use a Python version 3.9 and higher and install the required libraries with:

bash pip install -r requirements.txt

Inside the task4/subtask_4b/ directory, there are three directories categorized by the assigned approaches: 1. Traditional information retrieval 2. Representation learning 3. Neural reranking

In each of these three directories there are several notebooks, which are executable out of the box except for two notebooks: - embedding_gpt.ipynb and reranking_gpt.ipynb require an OPENAI_KEY

Owner

  • Login: Ceirced
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: AIR_project_25
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Theresa
    family-names: Mayer
  - given-names: Cederic
    family-names: Demoulin
  - given-names: Viktor
    family-names: Hoffmann
  - given-names: Sven
    family-names: Gerloff
  - given-names: Leon
    family-names: Beccard
repository-code: 'https://github.com/Ceirced/AIR_project_25'
license: MIT

GitHub Events

Total
  • Public event: 1
  • Push event: 8
Last Year
  • Public event: 1
  • Push event: 8

Dependencies

poetry.lock pypi
  • accelerate 1.6.0
  • appnope 0.1.4
  • asttokens 3.0.0
  • certifi 2025.1.31
  • cffi 1.17.1
  • charset-normalizer 3.4.1
  • colorama 0.4.6
  • comm 0.2.2
  • debugpy 1.8.14
  • decorator 5.2.1
  • executing 2.2.0
  • filelock 3.18.0
  • fsspec 2025.3.2
  • huggingface-hub 0.30.2
  • idna 3.10
  • ipykernel 6.29.5
  • ipython 9.1.0
  • ipython-pygments-lexers 1.1.1
  • jedi 0.19.2
  • jinja2 3.1.6
  • joblib 1.4.2
  • jupyter-client 8.6.3
  • jupyter-core 5.7.2
  • markupsafe 3.0.2
  • matplotlib-inline 0.1.7
  • mpmath 1.3.0
  • nest-asyncio 1.6.0
  • networkx 3.4.2
  • numpy 2.2.4
  • nvidia-cublas-cu12 12.4.5.8
  • nvidia-cuda-cupti-cu12 12.4.127
  • nvidia-cuda-nvrtc-cu12 12.4.127
  • nvidia-cuda-runtime-cu12 12.4.127
  • nvidia-cudnn-cu12 9.1.0.70
  • nvidia-cufft-cu12 11.2.1.3
  • nvidia-curand-cu12 10.3.5.147
  • nvidia-cusolver-cu12 11.6.1.9
  • nvidia-cusparse-cu12 12.3.1.170
  • nvidia-cusparselt-cu12 0.6.2
  • nvidia-nccl-cu12 2.21.5
  • nvidia-nvjitlink-cu12 12.4.127
  • nvidia-nvtx-cu12 12.4.127
  • packaging 24.2
  • pandas 2.2.3
  • parso 0.8.4
  • peft 0.15.2
  • pexpect 4.9.0
  • pillow 11.2.1
  • platformdirs 4.3.7
  • prompt-toolkit 3.0.50
  • psutil 7.0.0
  • ptyprocess 0.7.0
  • pure-eval 0.2.3
  • pycparser 2.22
  • pygments 2.19.1
  • python-dateutil 2.9.0.post0
  • pytz 2025.2
  • pywin32 310
  • pyyaml 6.0.2
  • pyzmq 26.4.0
  • regex 2024.11.6
  • requests 2.32.3
  • safetensors 0.5.3
  • scikit-learn 1.6.1
  • scipy 1.15.2
  • sentence-transformers 4.0.2
  • setuptools 78.1.0
  • six 1.17.0
  • stack-data 0.6.3
  • sympy 1.13.1
  • threadpoolctl 3.6.0
  • tokenizers 0.21.1
  • torch 2.6.0
  • tornado 6.4.2
  • tqdm 4.67.1
  • traitlets 5.14.3
  • transformers 4.51.3
  • triton 3.2.0
  • typing-extensions 4.13.2
  • tzdata 2025.2
  • urllib3 2.4.0
  • wcwidth 0.2.13
pyproject.toml pypi
  • ipykernel (>=6.29.5,<7.0.0)
  • numpy (>=2.2.4,<3.0.0)
  • pandas (>=2.2.3,<3.0.0)
  • peft (>=0.15.2,<0.16.0)
  • sentence-transformers (>=4.0.2,<5.0.0)
task4/requirements.txt pypi
  • faiss-cpu *
  • numpy *
  • pandas *
  • rank_bm25 *