情報処理学会論文誌

以下の論文が情報処理学会論文誌2023年1月号に掲載されました!

@article{Kimura2023,
         title = {技術的負債に関連する課題票分類手法の構築},
        author = {木村 祐太 and  大平 雅雄},
       journal = {情報処理学会論文誌},
        volume = {64},
        number = {1},
         pages = {2-12},
         month = {1},
          year = {2023},
          note = {http://doi.org/10.20729/00223403},
}

Journal of Information Processing (JIP)

福知山公立大学の眞鍋先生との共同研究をまとめた以下の論文が情報処理学会Journal of Information Processing (JIP)へ掲載されました!

@article{Higashi2023,
         title = {Automating License Rule Generation to Help Maintain Rule-based OSS License Identification Tools},
        author = {Yunosuke Higashi and  Masao Ohira and  Yuki Manabe},
       journal = {Journal of Information Processing},
        volume = {31},
         pages = {2-12},
         month = {1},
          year = {2023},
}

コンピュータ ソフトウェア

以下の論文が日本ソフトウェア科学会 学会誌「コンピュータソフトウェア」に掲載されました!

@article{Horiguchi2022,
         title = {OSSプロジェクトへのオンボーディング支援のためのGood First Issue自動分類},
        author = {堀口 日向 and 大平 雅雄 },
       journal = {コンピュータソフトウェア},
        volume = {39},
        number = {4},
         pages = {31-37},
         month = {11},
          year = {2022},
}

第29回ソフトウェア工学の基礎ワークショップ (FOSE2022)in 松江しんじ湖温泉

第29回ソフトウェア工学の基礎ワークショップ (FOSE2022)in 松江しんじ湖温泉 にて,2件のライブ論文発表をおこないました!

  • 技術的負債に関する課題票の分類モデルに単語分散表現が与える影響の分析
    (田口 舞奈,木村 祐太,大平 雅雄)
  • Dockerfileの依存関係とビルドエラーの関係分析
    (坂本 廉也,東 裕之輔,大平 雅雄)

情報処理学会論文誌ジャーナル/JIP特選論文

情報処理学会論文誌ジャーナルに掲載された論文「単語分散表現による類義語統一と単語N-gramによるフレーズ抽出に基づくセキュリティ要件分類手法(宮崎智己,東裕之輔,大平雅雄)」が特選論文として選定されました!

@article{Miyazaki2022,
         title = {単語分散表現による類義語統一と単語{N-gram}によるフレーズ抽出に基づくセキュリティ要件分類手法},
        author = {宮崎 智己 and 東 裕之輔 and 大平 雅雄},
       journal = {情報処理学会論文誌},
        volume = {63},
        number = {1},
         pages = {94--103},
         month = {1},
          year = {2022},
}

SANER2021 ERA Dataset

About

On this page, we publish the dataset used in the our paper “Onboarding to Open Source Projects with Good First Issues: A Preliminary Analysis (Hyuga Horiguchi, Itsuki Omori and Masao Ohira)” has been accepted for inclusion in the Early Research Achievements (ERA) track of the 28th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER ’21).

File list

  1. prs_nums_before_resolving_issue.csv
  2. resolved_issues_percenrage.csv
  3. prs_nums_after_resolving_issues.csv

Description

The first file was used for the analysis of RQ1.
The violin plot in Fig. 1 shows the distribution of the prs_num in the 4th column of the file for each issue_type in the 3rd column.
The 1st column, dev_id is the ID to identify the developer. It is used to anonymize the account information of GitHub.
The 2nd column, issue_url is the URL of the issue resolved by the developer.
The 3rd column, issue_type shows whether the issue is a Regular Issue or a Good First Issue.
The 4th column, prs_num is the number of PRs that the developer with the dev_id has posted on GitHub before resolving the issue with the issue_url.

The second file was used for the analysis of RQ2.
Table II shows the 1st, 4th, and 7th columns of the file as shown below.
The 1st column, repo_url is the URL of the repository.
The 2nd column, issues_num is the number of Regular Issues that the repository has.
The 3rd column, resolved_issues_num is the number of resolved Regular Issues.
The 4th column, resolved_issues_percentage is the value of the resolved_issues_num (3rd column) divided by the issues_num (2nd column).
The 5th column, good_first_issues_num is the number of Good First Issues that the repository has.
The 6th column, resolved_good_first_issues_num is the number of resolved Good First Issues.
The 7th column, resolved_good_first_issues_percentage is the value of the resolved_good_first_issues_num (6th column) divided by the good_first_issues_num (5th column).
The 8th column, resolved_ratio is the ratio of the resolved_good_first_issues_percentage (7th column) divided by the resolved_issues_percentage (4th column).

The third file was used for the analysis of RQ3.
Table III shows the percentage of developers for each repository whose the prs_num(4th column) is 1 or higher among the Good First Issue of the issue_type(3rd column).
The 1st column, dev_id is the ID to identify the developer.
The 2nd column, issue_url is the URL of the issue resolved by the developer.
The 3rd column, issue_type shown whether the issue is a Regular Issue or a Good First Issue.
The 4th column, prs_num is the number of PRs that the developer with the dev_id has posted to the same repository as the issue_url after resolving the issue with the issue_url.

Contact

Hyuga Horiguchi (hhyuga201515xx@xxgmail.com)
Masao Ohira (masaoxx@xxwakayama-u.ac.jp)

Accepted for SANER2021 ERA Track!

Our paper “Onboarding to Open Source Projects with Good First Issues: A Preliminary Analysis (Hyuga Horiguchi, Itsuki Omori and Masao Ohira)” has been accepted for inclusion in the Early Research Achievements (ERA) track of the 28th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER ’21).

FOSE2019

日本ソフトウェア科学会主催第25回ソフトウェア工学の基礎ワークショップ(FOSE2019)にて,5件のポスター発表を行いました!

  • 日本語非機能要件分類の自動化におけるデータサイズの影響(池内未来,大平雅雄)
  • 遅延を伴う事象を分析するためのデータマイニング手法の提案(加藤寛瑛,大平雅雄)
  • 自動分類におけるデータセット作成時のミスラベルの調査:非機能要件分類を例として(木村祐太,大平雅雄)
  • 不具合修正時間削減のための修正リーダー影響力の調査(作島大智,大平雅雄)
  • StackOverflowからGitHub開発コミュニティに移動する開発者の分析(堀口日向,大平雅雄)

SNPD2019 in 富山

20th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (SNPD 2019) in 富山にて研究発表を行いました!!

  • Suggesting Questions that Match Each User’s Expertise in Community Question and Answering Services (Katsunori Fukui, Tomoki Miyazaki, Masao Ohira)
  • Code Clone Tracer (CCT): A Tracking Tool for Analyzing Human and Social Factors in Creating and Reusing Code Clones (Yusuke Kukita, Kojiro Noguchi, Masao Ohira)