Skip to content

Orange-OpenSource/task-inclusion-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Inclusion Estimation

alt text

This repository contains all the code on experiments regarding the paper Statistical deficiency for task inclusion estimation accepted at ACL 2025 (Vienna Austria) in the main track.

1. Installation

Get uv for fast package installation.

First, you need to install uv

CURL=$(which curl)
${CURL} -LsSf https://astral.sh/uv/install.sh | sh

Once uv is installed you can sync, which will create a virtual environnement.

uv sync

2. Getting data

Data will be stored into a data folder. If you have a bash env

mkdir data
cd data
git clone https://gitlab.lis-lab.fr/talep-public/acl2025
cd ..

3. Launching scripts

In the scripts folder, there is multiple examples of how to use this repository.

bash ./scripts/launch_finetuning.sh
bash ./scripts/launch_dump_embeddings.sh
bash ./scripts/launch_information_sufficiency.sh

How to cite ?

ACL - Anthology

@inproceedings{fosse-etal-2025-statistical,
    title = "Statistical Deficiency for Task Inclusion Estimation",
    author = {Fosse, Lo{\"i}c  and
      Bechet, Frederic  and
      Favre, Benoit  and
      Damnati, G{\'e}raldine  and
      Lecorv{\'e}, Gw{\'e}nol{\'e}  and
      Darrin, Maxime  and
      Formont, Philippe  and
      Piantanida, Pablo},
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.18/",
    doi = "10.18653/v1/2025.acl-long.18",
    pages = "382--415",
    ISBN = "979-8-89176-251-0",
}

Arxiv

@article{fosse2025statistical,
  title={Statistical Deficiency for Task Inclusion Estimation},
  author={Fosse, Lo{\"\i}c and B{\'e}chet, Fr{\'e}d{\'e}ric and Favre, Beno{\^\i}t and Damnati, G{\'e}raldine and Lecorv{\'e}, Gw{\'e}nol{\'e} and Darrin, Maxime and Formont, Philippe and Piantanida, Pablo},
  journal={arXiv preprint arXiv:2503.05491},
  year={2025}
}

About

Code to reproduce the experiments discribed in https://aclanthology.org/2025.acl-long.18/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published