Dataset Open Access

Chromium Conversations

Benjamin S. Meyers; Nuthan Munaiah; Emily Prud'hommeaux; Andrew Meneely; Cecilia O. Alm; Josephine Wolff; Pradeep K. Murukannaiah


JSON-LD (schema.org) Export

{
  "inLanguage": {
    "alternateName": "eng", 
    "@type": "Language", 
    "name": "English"
  }, 
  "description": "<p>This dataset was released as part of the following publication.</p>\n\n<ul>\n\t<li>Benjamin S. Meyers, Nuthan Munaiah, Emily Prud&#39;hommeaux, Andrew Meneely, Cecilia O. Alm, Josephine Wolff, and Pradeep Murukannaiah. <strong>A Dataset for Identifying Actionable Feedback in Collaborative Software Development.</strong> Proceedings of the 2018 Meeting for the Association for Computational Linguistics (ACL). Melbourne, Australia. http://www.aclweb.org/anthology/P18-2021</li>\n</ul>\n\n<p><strong>Files:</strong></p>\n\n<pre><code>chromium_conversations.csv</code></pre>\n\n<p>This is the full dataset containing over 1.5 million comments posted by developers reviewing proposed code changes. The dataset also includes the values we calculated for all nine linguistic features (described in Section 4 of the paper cited above).</p>\n\n<pre><code>chromium_conversations_annotations.csv</code></pre>\n\n<p>This dataset is a subset of the <strong>chromium_conversations.csv</strong>&nbsp;dataset. It contains the data used in the classification experiment outlined in Section 5 of the paper cited above (2,994 comments automatically identified as acted-upon and 800 comments manually identified as not (known-to-be) acted-upon).</p>\n\n<p><strong>CSV Fields:</strong></p>\n\n<ul>\n\t<li><strong>Organizational:</strong>\n\n\t<ul>\n\t\t<li><em>review_id:<strong>&nbsp;</strong></em>Unique identifier of a code review in the Chromium project. The URL https://codereview.chromium.org/&lt;review_id&gt; may be used to access the review online</li>\n\t\t<li><em>patchset_id:</em>&nbsp;Unique identifier of a code review patchset (i.e., collection of changes to the source code) associated with a review</li>\n\t\t<li><em>patch_id:</em>&nbsp;Unique identifier of a code review patch (i.e., individual change to the source code) associated with a patchset</li>\n\t\t<li><em>file_path:&nbsp;</em>The path to the file being modified in the patch</li>\n\t\t<li><em>line_number:&nbsp;</em>The line number in the file at which the comment was posted</li>\n\t\t<li><em>posted_timestamp:&nbsp;</em>The timestamp indicating when the comment was posted</li>\n\t\t<li><em>author_email:</em>&nbsp;The (de-identified) author of the comment</li>\n\t\t<li><em>author_type:&nbsp;</em>The role of the author (i.e., reviewer or developer)</li>\n\t</ul>\n\t</li>\n\t<li><strong>Natural Language:</strong>\n\t<ul>\n\t\t<li><em>text:</em>&nbsp;The raw natural language text of the code review comment</li>\n\t</ul>\n\t</li>\n\t<li><strong>Linguistic Metrics:</strong>\n\t<ul>\n\t\t<li><em>yngve:&nbsp;</em>The maximum Yngve score of sentences in the code review comment</li>\n\t\t<li><em>frazier:&nbsp;</em>The maximum Frazier score of sentences in the code review comment</li>\n\t\t<li><em>pdensity:&nbsp;</em>The Propositional Density score of the code review comment</li>\n\t\t<li><em>cdensity:</em>&nbsp;The Content Density score of the code review comment</li>\n\t\t<li><em>pct_neg_tokens:&nbsp;</em>Ratio (percentage) of total number of tokens in negative sentences to the total number of tokens in all sentences in the code review comment</li>\n\t\t<li><em>pct_neu_tokens:&nbsp;</em>Ratio (percentage) of total number of tokens in neutral sentences to the total number of tokens in all sentences in the code review comment</li>\n\t\t<li><em>pct_pos_tokens:&nbsp;</em>Ratio (percentage) of total number of tokens in positive sentences to the total number of tokens in all sentences in the code review comment</li>\n\t\t<li><em>pct_nne_tokens:&nbsp;</em>Ratio (percentage) of total number of tokens in non-neutral sentences to the total number of tokens in all sentences in the code review comment</li>\n\t\t<li><em>min_politeness:</em>&nbsp;Minimum of the politeness of sentences in the code review comment</li>\n\t\t<li><em>max_politeness:&nbsp;</em>Maximum of the politeness of sentences in the code review comment</li>\n\t\t<li><em>min_formality:&nbsp;</em>Minimum of the formality of sentences in the code review comment</li>\n\t\t<li><em>max_formality:&nbsp;</em>Maximum of the formality of sentences in the code review comment</li>\n\t\t<li><em>num_tokens:&nbsp;</em>Total number of tokens in the code review comment</li>\n\t\t<li><em>num_sentences:&nbsp;</em>Total number of sentences in the code review comment</li>\n\t\t<li><em>has_doxastic:&nbsp;</em>Binary indicator of presence of a sentence with doxastic uncertainty in the code review comment</li>\n\t\t<li><em>has_epistemic:&nbsp;</em>Binary indicator of presence of a sentence with epistemic uncertainty in the code review comment</li>\n\t\t<li><em>has_conditional:&nbsp;</em>Binary indicator of presence of a sentence with conditional uncertainty in the code review comment</li>\n\t\t<li><em>has_investigative:&nbsp;</em>Binary indicator of presence of a sentence with investigative uncertainty in the code review comment</li>\n\t\t<li><em>has_uncertainty:&nbsp;</em>Binary indicator of presence of a sentence with any uncertainty in the code review comment</li>\n\t</ul>\n\t</li>\n\t<li><strong>Classification:</strong>\n\t<ul>\n\t\t<li><em>comment_type:&nbsp;</em>Manual annotation of the type of code review comment between acted-upon and not (known to be) acted-upon</li>\n\t</ul>\n\t</li>\n</ul>", 
  "license": "https://creativecommons.org/licenses/by/4.0/legalcode", 
  "creator": [
    {
      "affiliation": "Rochester Institute of Technology", 
      "@id": "https://orcid.org/0000-0001-7053-6722", 
      "@type": "Person", 
      "name": "Benjamin S. Meyers"
    }, 
    {
      "affiliation": "Rochester Institute of Technology", 
      "@id": "https://orcid.org/0000-0003-2071-664X", 
      "@type": "Person", 
      "name": "Nuthan Munaiah"
    }, 
    {
      "affiliation": "Boston College", 
      "@type": "Person", 
      "name": "Emily Prud'hommeaux"
    }, 
    {
      "affiliation": "Rochester Institute of Technology", 
      "@id": "https://orcid.org/0000-0002-4850-1408", 
      "@type": "Person", 
      "name": "Andrew Meneely"
    }, 
    {
      "affiliation": "Rochester Institute of Technology", 
      "@id": "https://orcid.org/0000-0002-8730-0916", 
      "@type": "Person", 
      "name": "Cecilia O. Alm"
    }, 
    {
      "affiliation": "Rochester Institute of Technology", 
      "@type": "Person", 
      "name": "Josephine Wolff"
    }, 
    {
      "affiliation": "Rochester Institute of Technology", 
      "@type": "Person", 
      "name": "Pradeep K. Murukannaiah"
    }
  ], 
  "url": "https://zenodo.org/record/2590548", 
  "datePublished": "2018-07-20", 
  "version": "1.0.0", 
  "@type": "Dataset", 
  "keywords": [
    "Software Engineering", 
    "Natural Language Processing", 
    "Chromium", 
    "Feedback", 
    "NLP", 
    "Natural Language"
  ], 
  "@context": "https://schema.org/", 
  "distribution": [
    {
      "contentUrl": "https://zenodo.org/api/files/9bbfa2f8-7b61-4e76-8c51-061888b3c078/chromium_conversations_annotations.csv", 
      "encodingFormat": "csv", 
      "@type": "DataDownload"
    }, 
    {
      "contentUrl": "https://zenodo.org/api/files/9bbfa2f8-7b61-4e76-8c51-061888b3c078/chromium_conversations.csv", 
      "encodingFormat": "csv", 
      "@type": "DataDownload"
    }, 
    {
      "contentUrl": "https://zenodo.org/api/files/9bbfa2f8-7b61-4e76-8c51-061888b3c078/README.md", 
      "encodingFormat": "md", 
      "@type": "DataDownload"
    }
  ], 
  "identifier": "https://doi.org/10.5281/zenodo.2590548", 
  "@id": "https://doi.org/10.5281/zenodo.2590548", 
  "workFeatured": {
    "url": "http://www.aclweb.org/anthology/", 
    "alternateName": "ACL", 
    "location": "Melbourne, Australia", 
    "@type": "Event", 
    "name": "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics"
  }, 
  "name": "Chromium Conversations"
}
469
453
views
downloads
All versions This version
Views 469469
Downloads 453454
Data volume 191.7 GB192.9 GB
Unique views 427427
Unique downloads 338339

Share

Cite as