Giter Site home page Giter Site logo

Comments (5)

elsatch avatar elsatch commented on September 24, 2024 1

After reviewing the codebase, it seems like the new-dev creates a new abstraction layer on top of the existing scripts. So I would say that new-dev brach is they way to move forward. This is the existing relationship:

ares.py

├── synthetic_generator.py
| └── LLM_as_a_Judge_Adaptation/Generate_Synthetic_Queries_and_Answers.py
│ ├── LLM_as_a_Judge_Adaptation/LLM_Generation_Functions.py
│ └── LLM_as_a_Judge_Adaptation/Filter_Synthetic_Queries.py

├── binary_classifier.py
│ └── LLM_as_a_Judge_Adaptation/General_Binary_Classifier.py

├── rag_scoring.py
│ └── RAG_Automatic_Evaluation/LLMJudge_RAG_Compared_Scoring.py
│ └── RAG_Automatic_Evaluation/Evaluation_Functions.py
| └── RAG_Automatic_Evaluation/ppi.py
|
└── ues_idp.py
└── RAG_Automatic_Evaluation/Evaluation_Functions.py

from ares.

elsatch avatar elsatch commented on September 24, 2024

In the training classifier page, the full example code doesn't work:

  • The test_set_selection file used is not available in the repo: ratio_0.5_reformatted_full_articles_False_validation_with_negatives.tsv
  • Classification_dataset parameter should be a string not a list, otherwise you'll get the following error:
    TypeError: Parameter 'classification_dataset' for classifier_model is expected to be of type str, received list instead.
  • There is a missing parameter required to run the script: ValueError: Missing required parameter 'validation_set' for classifier_model. The current code in the library uses validation_set instead of test_set_selection.
  • Label_column should not be a list but a string.

from ares.

elsatch avatar elsatch commented on September 24, 2024

Just to clarify the situation, the documentation at the vercel site is related to the new-dev branch. The legacy documentation in the README.md relates to the scripts only.

I am finding my way on the new documentation, trying to fix typos and routes on the new-dev branch.

from ares.

ViceSilva avatar ViceSilva commented on September 24, 2024

Hello,

I've also encountered issues trying to reproduce the results of the paper using the code from this repository's main branch. Do you think using the new developers' branch is better suited for this purpose?

from ares.

elsatch avatar elsatch commented on September 24, 2024

After the last update, it makes no sense to keep fixing issues in the legacy docs. Let's review the last updates to see how many of these issues remain relevant!

from ares.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.