Coder Social home page Coder Social logo

Comments (5)

hosseinfani avatar hosseinfani commented on September 2, 2024 1

@yogeswarl thank you. As we discussed, study how they measure the correctness of the reranked items.

from adila.

hosseinfani avatar hosseinfani commented on September 2, 2024 1

@Rounique @yogeswarl
I'm thinking of applying this paper or similar idea to team formation.

Currently, our code recommends top-k experts for a team. We can rerank the final top-k for fair team formation.

let me know of ur thought

from adila.

hosseinfani avatar hosseinfani commented on September 2, 2024 1

@yogeswarl thank you. please put those papers in your reading list and put their summaries in github. thanks.
Controlling Popularity Bias in Learning-to-Rank Recommendation is a good paper!

from adila.

yogeswarl avatar yogeswarl commented on September 2, 2024

@hosseinfani
They measure the correctness of the reranked items by 3 metrics

  • Average Percentage of Long Tail Items (APLT) - a metric found in this paper 'https://dl.acm.org/doi/pdf/10.1145/3109859.3109912'
  • Average Percentage of Long Tail Items (APLT): a metric found in this paper 'https://arxiv.org/pdf/1205.6700.pdf'
  • Average Coverage of Long Tail items (ACLT): a custom metric to evaluate the exposure, long tail items get in the entire recommendation. They use this metric because, APLT could be high even for all users with the same set of long tail items.

They also measure the ranking accuracy to examine diversity-accuracy trade-off using standard Normalized Discounted cumulative Gain (NDCG).
There algorithm is 2 variants of the re-ranking algorithms, Binary xQuad and smooth xQuad
Binary xQuad is the original variant and the smooth xQuad takes ratio of items to the categories covered.
All the 3 metrics are required to conclude their results. they measure their algorithm with a cross validation split of 80-20.

Their is more accuracy loss in the algorithm but they tend to be fair in mitigating bias.

from adila.

Rounique avatar Rounique commented on September 2, 2024

I also read this carefully and now I guess we can discuss it more for applying it to our project.

from adila.

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.