Code Monkey home page Code Monkey logo

caveatdataset's Introduction

CaveatDataSet

To Do or Not To Do: Distill Crowdsourced Negative Caveats to Augment API Documentation

1. "Mentions" fold consists of the sentences which mention the evaluated Java API types.

For example,

PostId TypeId IsBest Score API Sentences
334145 2 0 6 java.awt.event.ActionListener You may just want to implement ActionListener in the class where the button and text field resides, so you don't need to declare the two objects as final.

Number 334145 can track the post on Stack Overflow, i.e., https://stackoverflow.com/questions/334145.

Number 2 indicates that the post is an answer (1 for question).

Number 0 indicates that the answer is not the best answer in the thread.

Number 6 indicates the answer scores.

java.awt.event.ActionListener is the mentioned API.

"You may just want to implement ActionListener in the class where the button and text field resides, so you don't need to declare the two objects as final." is the mentioned sentence.

2. "CandidateSentences" fold consists of all candidate sentences in our experiments.

For example,

PostId TypeId IsBest Score API Sentences
5839908 2 0 4 java.awt.event.ActionListener Note: An ActionListener can't be added to a JPanel, as a JPanel itself does not lend itself to create what is considered to be "actions".

caveatdataset's People

Contributors

irnlpcoder 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.