Code Monkey home page Code Monkey logo

bm25-colbert's Introduction

BM25-ColBERT

1、拿到msmarco 的训练和dev,默认只有查询和相关文档 2、用bm25给dev retrieve top-1000,给train retrieve top-200,此处retrieve的都是负例 3、看一下retrieve的documents是否包含源数据集的正例,是则挖掉 4、用训练集训练colbert:使用train中bm25返回的top-200中random sample7个 5、训练用🤗的trainer完成,数据处理使用🤗的dataset完成 6、训练好之后,在dev上测试,rerank bm25返回的top-1000,并计算指标

bm25-colbert's People

Contributors

asilverlight avatar

Watchers

 avatar

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.