Dataset Open Access

Chromium Conversations

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


DataCite XML Export

<?xml version='1.0' encoding='utf-8'?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd">
  <identifier identifierType="DOI">10.5281/zenodo.2590548</identifier>
  <creators>
    <creator>
      <creatorName>Benjamin S. Meyers</creatorName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-7053-6722</nameIdentifier>
      <affiliation>Rochester Institute of Technology</affiliation>
    </creator>
    <creator>
      <creatorName>Nuthan Munaiah</creatorName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0003-2071-664X</nameIdentifier>
      <affiliation>Rochester Institute of Technology</affiliation>
    </creator>
    <creator>
      <creatorName>Emily Prud'hommeaux</creatorName>
      <affiliation>Boston College</affiliation>
    </creator>
    <creator>
      <creatorName>Andrew Meneely</creatorName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-4850-1408</nameIdentifier>
      <affiliation>Rochester Institute of Technology</affiliation>
    </creator>
    <creator>
      <creatorName>Cecilia O. Alm</creatorName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-8730-0916</nameIdentifier>
      <affiliation>Rochester Institute of Technology</affiliation>
    </creator>
    <creator>
      <creatorName>Josephine Wolff</creatorName>
      <affiliation>Rochester Institute of Technology</affiliation>
    </creator>
    <creator>
      <creatorName>Pradeep K. Murukannaiah</creatorName>
      <affiliation>Rochester Institute of Technology</affiliation>
    </creator>
  </creators>
  <titles>
    <title>Chromium Conversations</title>
  </titles>
  <publisher>Zenodo</publisher>
  <publicationYear>2018</publicationYear>
  <subjects>
    <subject>Software Engineering</subject>
    <subject>Natural Language Processing</subject>
    <subject>Chromium</subject>
    <subject>Feedback</subject>
    <subject>NLP</subject>
    <subject>Natural Language</subject>
  </subjects>
  <dates>
    <date dateType="Issued">2018-07-20</date>
  </dates>
  <language>en</language>
  <resourceType resourceTypeGeneral="Dataset"/>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/2590548</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="IsCompiledBy">http://www.aclweb.org/anthology/papers/P/P18/P18-2021/</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="URL" relationType="IsCompiledBy">http://www.aclweb.org/anthology/P18-2021</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.2590547</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="URL" relationType="IsPartOf">https://zenodo.org/communities/rit</relatedIdentifier>
  </relatedIdentifiers>
  <version>1.0.0</version>
  <rightsList>
    <rights rightsURI="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International</rights>
    <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
  </rightsList>
  <descriptions>
    <description descriptionType="Abstract">&lt;p&gt;This dataset was released as part of the following publication.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Benjamin S. Meyers, Nuthan Munaiah, Emily Prud&amp;#39;hommeaux, Andrew Meneely, Cecilia O. Alm, Josephine Wolff, and Pradeep Murukannaiah. &lt;strong&gt;A Dataset for Identifying Actionable Feedback in Collaborative Software Development.&lt;/strong&gt; Proceedings of the 2018 Meeting for the Association for Computational Linguistics (ACL). Melbourne, Australia. http://www.aclweb.org/anthology/P18-2021&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Files:&lt;/strong&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;chromium_conversations.csv&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;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).&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;chromium_conversations_annotations.csv&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This dataset is a subset of the &lt;strong&gt;chromium_conversations.csv&lt;/strong&gt;&amp;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).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CSV Fields:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Organizational:&lt;/strong&gt;

	&lt;ul&gt;
		&lt;li&gt;&lt;em&gt;review_id:&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/em&gt;Unique identifier of a code review in the Chromium project. The URL https://codereview.chromium.org/&amp;lt;review_id&amp;gt; may be used to access the review online&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;patchset_id:&lt;/em&gt;&amp;nbsp;Unique identifier of a code review patchset (i.e., collection of changes to the source code) associated with a review&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;patch_id:&lt;/em&gt;&amp;nbsp;Unique identifier of a code review patch (i.e., individual change to the source code) associated with a patchset&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;file_path:&amp;nbsp;&lt;/em&gt;The path to the file being modified in the patch&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;line_number:&amp;nbsp;&lt;/em&gt;The line number in the file at which the comment was posted&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;posted_timestamp:&amp;nbsp;&lt;/em&gt;The timestamp indicating when the comment was posted&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;author_email:&lt;/em&gt;&amp;nbsp;The (de-identified) author of the comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;author_type:&amp;nbsp;&lt;/em&gt;The role of the author (i.e., reviewer or developer)&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Natural Language:&lt;/strong&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;em&gt;text:&lt;/em&gt;&amp;nbsp;The raw natural language text of the code review comment&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Linguistic Metrics:&lt;/strong&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;em&gt;yngve:&amp;nbsp;&lt;/em&gt;The maximum Yngve score of sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;frazier:&amp;nbsp;&lt;/em&gt;The maximum Frazier score of sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;pdensity:&amp;nbsp;&lt;/em&gt;The Propositional Density score of the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;cdensity:&lt;/em&gt;&amp;nbsp;The Content Density score of the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;pct_neg_tokens:&amp;nbsp;&lt;/em&gt;Ratio (percentage) of total number of tokens in negative sentences to the total number of tokens in all sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;pct_neu_tokens:&amp;nbsp;&lt;/em&gt;Ratio (percentage) of total number of tokens in neutral sentences to the total number of tokens in all sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;pct_pos_tokens:&amp;nbsp;&lt;/em&gt;Ratio (percentage) of total number of tokens in positive sentences to the total number of tokens in all sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;pct_nne_tokens:&amp;nbsp;&lt;/em&gt;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&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;min_politeness:&lt;/em&gt;&amp;nbsp;Minimum of the politeness of sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;max_politeness:&amp;nbsp;&lt;/em&gt;Maximum of the politeness of sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;min_formality:&amp;nbsp;&lt;/em&gt;Minimum of the formality of sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;max_formality:&amp;nbsp;&lt;/em&gt;Maximum of the formality of sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;num_tokens:&amp;nbsp;&lt;/em&gt;Total number of tokens in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;num_sentences:&amp;nbsp;&lt;/em&gt;Total number of sentences in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;has_doxastic:&amp;nbsp;&lt;/em&gt;Binary indicator of presence of a sentence with doxastic uncertainty in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;has_epistemic:&amp;nbsp;&lt;/em&gt;Binary indicator of presence of a sentence with epistemic uncertainty in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;has_conditional:&amp;nbsp;&lt;/em&gt;Binary indicator of presence of a sentence with conditional uncertainty in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;has_investigative:&amp;nbsp;&lt;/em&gt;Binary indicator of presence of a sentence with investigative uncertainty in the code review comment&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;has_uncertainty:&amp;nbsp;&lt;/em&gt;Binary indicator of presence of a sentence with any uncertainty in the code review comment&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Classification:&lt;/strong&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;em&gt;comment_type:&amp;nbsp;&lt;/em&gt;Manual annotation of the type of code review comment between acted-upon and not (known to be) acted-upon&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;</description>
    <description descriptionType="Other">Whenever possible, we would appreciate it if you cite both the paper that released this work and the DOI for this dataset. Thank you!</description>
  </descriptions>
</resource>
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