Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements for IR Metrics Evaluation, Data Visualization, and Reranking Functionality #37

Merged
merged 5 commits into from
Jul 29, 2024

Conversation

Matth-info
Copy link
Collaborator

Pull Request Description

This pull request introduces several significant enhancements and new features aimed at improving the evaluation and visualization of Information Retrieval (IR) metrics. The key updates include:

1. Experiments

Impact of Test Dataset Size and Diversity on IR Metrics

  • Conducted experiments to assess how varying the size and diversity of the test dataset affects IR metrics.
  • These experiments are crucial for understanding the robustness and reliability of IR systems under different dataset conditions.

2. Data Visualization

Visualization Function for Experiment Results

  • Added a new visualization function to plot the results of the experiments.
  • This function provides clear and interpretable visualizations to better understand the impact of test dataset variations on IR metrics.
  • It supports various types of plots to represent the experimental data effectively.

3. Reranking

Reranking Function Based on Log Probability of LLM Logits

  • Introduced a reranking function designed for evaluation purposes (not for production use).
  • This function utilizes the log probabilities of LLM (Large Language Model) logits as a pseudo judge to evaluate the relevancy of documents.
  • Inspired by the Perplexity metric, this approach offers a novel way to assess and improve the relevancy of retrieved documents in IR systems.

@Matth-info Matth-info merged commit 1d9712c into main Jul 29, 2024
1 check failed
@linogaliana linogaliana deleted the data-viz branch December 29, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant