Science Score: 54.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
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: meszarosanna
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 1 MB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

# Rule Extrapolation in Large Language Models ![CI testing](https://github.com/meszarosanna/rule_extrapolation/workflows/CI%20testing/badge.svg?branch=main&event=push)

Description

How to run

Installing dependencies

```bash

clone the repo with submodules

git clone --recurse-submodules https://github.com/meszarosanna/rule_extrapolation

install the package

cd rule_extrapolation pip install -e .
pip install -r requirements.txt

install requirements for tests

pip install --requirement tests/requirements.txt --quiet

install pre-commit hooks (only necessary for development)

pre-commit install ```

Weights and Biases sweep

```bash

login to weights and biases

wandb login

create sweep [spits out ]

wandb sweep sweeps/.yaml

run sweep

./scripts/sweeps ```

Citation

```

@inproceedings{

}

```

Owner

  • Login: meszarosanna
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Mészáros"
  given-names: "Anna"
  orcid: "https://orcid.org/0009-0001-3655-4414"
- family-names: "Reizinger"
  given-names: "Patrik"
  orcid: "https://orcid.org/0000-0001-9861-0293"
- family-names: "Ujváry"
  given-names: "Szilvia"
  orcid: "https://orcid.org/0009-0002-4742-5308"
- family-names: "Huszár"
  given-names: "Ferenc"
  orcid: "https://orcid.org/0000-0002-4988-1430"
title: "rule_extrapolation"
version: 1.0.0
doi:
date-released:
url: "https://github.com/meszarosanna/rule_extrapolation"

GitHub Events

Total
  • Watch event: 1
  • Push event: 4
Last Year
  • Watch event: 1
  • Push event: 4