{"links":{},"id":194872,"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00194872","sets":["1164:1384:9752:9753"]},"path":["9753"],"owner":"44499","recid":"194872","title":["OJS内のデータを利用したユーザへの効率的なアルゴリズム要否の提示"],"pubdate":{"attribute_name":"公開日","attribute_value":"2019-02-28"},"_buckets":{"deposit":"24465df9-37bd-4b35-ba36-c2afbcca1f84"},"_deposit":{"id":"194872","pid":{"type":"depid","value":"194872","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"OJS内のデータを利用したユーザへの効率的なアルゴリズム要否の提示","author_link":["462461","462460","462458","462459"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"OJS内のデータを利用したユーザへの効率的なアルゴリズム要否の提示"},{"subitem_title":"Suggesting the Necessity of an Effective Algorithm using Data on Online Judge System","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"推薦システム,学生セッション","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2019-02-28","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"奈良先端科学技術大学院大学情報科学研究科"},{"subitem_text_value":"奈良先端科学技術大学院大学情報科学研究科"},{"subitem_text_value":"奈良先端科学技術大学院大学情報科学研究科"},{"subitem_text_value":"奈良先端科学技術大学院大学情報科学研究科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Nara Institute of Science and Technology, Information science","subitem_text_language":"en"},{"subitem_text_value":"Nara Institute of Science and Technology, Information science","subitem_text_language":"en"},{"subitem_text_value":"Nara Institute of Science and Technology, Information science","subitem_text_language":"en"},{"subitem_text_value":"Nara Institute of Science and Technology, Information science","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/194872/files/IPSJ-SE19201010.pdf","label":"IPSJ-SE19201010.pdf"},"date":[{"dateType":"Available","dateValue":"2021-02-28"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-SE19201010.pdf","filesize":[{"value":"1.1 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"12"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"be54bebf-87f5-4ab8-8517-4baf3865309d","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2019 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"柴田, 敦也"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"須藤, 克仁"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"畑, 秀明"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"中村, 哲"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10112981","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8825","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"ソフトウェア開発において効率的に動作するアルゴリズムの選択が重要となる場面が存在するが,全てのソフトウェアに効率的なアルゴリズムが採用されているとは限らない.そこで本稿では,ユーザのプログラム記述に対して,より効率的なアルゴリズムが存在する場合に自動的に実装の推薦を行うために必要な技術 / 手法について検討する.本研究では効率的なアルゴリズム実装の推薦を,1.ユーザのソースコード中の非効率的なアルゴリズムの有無の検出,2.検出した非効率的なアルゴリズムに対応する,効率的なアルゴリズムの選択,3.効率的なアルゴリズムをユーザの元のソースコードに近い形に整形して提示の 3 つの課題に大別した.本稿では 1 の課題をプログラムの非効率的/効率的分類問題として定式化し,オンラインジャッジシステム (OJS) 上に提出されたソースコードに基づく機械学習手法について検討した.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"The use of efficient algorithms is important in software development. However, it is not necessarily true in practice. In this paper, we pursue a method that automatically suggests an efficient algorithm for user's source code when such an algorithm is available. In this work, we divide the problem into three sub-problems: 1. Detecting inefficient algorithms in user's source code; 2. Choosing an appropriate algorithm for detected inefficient algorithm; 3. Suggesting an efficient source code that can be adapted to user's source code easily. In this paper, we formulate this problem as a binary classification problem of the efficiency and tackle it with a machine learning method based on submitted source code on an online judge system.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告ソフトウェア工学(SE)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2019-02-28","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"10","bibliographicVolumeNumber":"2019-SE-201"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"created":"2025-01-19T00:59:53.898270+00:00","updated":"2025-01-19T23:18:18.862795+00:00"}