Giter Club home page Giter Club logo

crossmodal_embedding's Introduction

Summary

Welcome ๐Ÿ˜Š !

This is the repo for our EACL2021 paper STAR: Cross-modal STAtement Representation for selecting relevant mathematical premises.

Dataset

The dataset used in this work can be found in the ```dataset''' folder, containg the randomly retrieved pairs and the similar (BM25 retrieved) pairs.

Running the code

Run this command to install the requirements:

pip install -r requirements.txt

Use the following command to run STAR:

python -m crossmodal_embedding.flows.train_star_flow --num_negatives=[NUM_NEG] \
                                                    --use_similar or --use_random [Only one option allowed]
                                                    

where num_negatives is the number of negative pairs for each positive one.

For example, to run STAR with 1 negative pair for each positive one and using the randomly retrieved pairs, the following command should be run:

python -m crossmodal_embedding.flows.train_star_flow --num_negatives=1 --use_random
                                                     

Citation

You can cite our paper using:

@inproceedings{ferreira-freitas-2021-star,
    title = "{STAR}: Cross-modal [{STA}]tement [{R}]epresentation for selecting relevant mathematical premises",
    author = "Ferreira, Deborah  and
      Freitas, Andr{\'e}",
    booktitle = "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume",
    month = apr,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2021.eacl-main.282",
    pages = "3234--3243"
}

Contact us

If you have any question, suggestions or ideas related to this dataset, please do not hesitate to contact me.

deborah[dot]ferreira[at]manchester[dot]ac[dot]uk

crossmodal_embedding's People

Contributors

debymf avatar

Stargazers

Julia Rozanova avatar  avatar

Watchers

James Cloos avatar  avatar  avatar Marco Valentino 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.