conala-dataset: bindings to the CoNaLa dataset

[ ai, bsd3, data, library, machine-learning, nlp ] [ Propose Tags ]

bindings to the CoNaLa dataset (Code-Natural Language Challenge)


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), bytestring, conduit, conduit-aeson, text (>=1.2.5.0) [details]
License BSD-3-Clause
Copyright 2022 Marco Zocca, UnfoldML
Author Marco Zocca
Maintainer Marco Zocca
Category NLP, AI, Data, Machine Learning
Home page https://github.com/unfoldml/conala-hs#readme
Bug tracker https://github.com/unfoldml/conala-hs/issues
Source repo head: git clone https://github.com/unfoldml/conala-hs
Uploaded by ocramz at 2022-05-15T10:05:27Z
Distributions
Downloads 76 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-05-15 [all 1 reports]

Readme for conala-dataset-0.1.0.0

[back to package description]

CoNaLa

Haskell bindings for the CoNaLa dataset [1], Code/Natural Language Challenge

This challenge was designed to test systems for generating program snippets from natural language. For example, if the input is sort list x in reverse order, then the system would be required to output x.sort(reverse=True) in Python.

[1] https://conala-corpus.github.io/