Giter Site home page Giter Site logo

multimodal-aligned-recipe-corpus's Introduction

Microsoft Research Multimodal Aligned Recipe Corpus

This repository contains information about how to access the dataset described in the paper below:

A Recipe for Creating Multimodal Aligned Datasets for Sequential Tasks
To appear in the proceedings of Association of Computational Linguistics ACL2020
Angela S. Lin, Sudha Rao, Asli Celikyilmaz, Elnaz Nouri, Chris Brockett, Debadeepta Dey, Bill Dolan
Microsoft Research, Redmond, WA, USA

Contact Person: Sudha Rao ([email protected])

Steps for downloading the corpus

pip install azure-storage-blob

Run the following in a python3 environment:

from azure.storage.blob import BlobClient
blob_client = BlobClient.from_blob_url(blob_url="https://recipecorpus.blob.core.windows.net/multimodal-aligned-recipe-corpus/multimodal-aligned-recipe-corpus.zip")
with open("./multimodal-aligned-recipe-corpus.zip", "wb") as my_blob:
  blob_data = blob_client.download_blob()
  blob_data.readinto(my_blob)

Running this should download the zipped file (multimodal-aligned-recipe-corpus.zip) to the current directory.

Read multimodal-aligned-recipe-corpus/README.txt for further details about the format of the data.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

multimodal-aligned-recipe-corpus's People

Contributors

microsoftopensource avatar sudhra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

multimodal-aligned-recipe-corpus's Issues

Error pulling the dataset

I got this error when I ran the code showed in the readme file:

azure.core.exceptions.ClientAuthenticationError: Server failed to authenticate the request. Please refer to the information in the www-authenticate header.
RequestId:1a7f1721-c01e-000b-2e71-a033f4000000
Time:2022-07-25T21:59:04.0285186Z
ErrorCode:NoAuthenticationInformation
Content: <?xml version="1.0" encoding="utf-8"?><Error><Code>NoAuthenticationInformation</Code><Message>Server failed to authenticate the request. Please refer to the information in the www-authenticate header.
RequestId:1a7f1721-c01e-000b-2e71-a033f4000000
Time:2022-07-25T21:59:04.0285186Z</Message></Error>

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.