본 연구는 대규모 언어 모델(LLM)을 사용하여 MUMPS 및 ALC와 같은 레거시 프로그래밍 언어로 작성된 코드에 대한 문서를 자동으로 생성하는 것의 효과를 탐구하고, 자동화된 평가 지표가 인간 전문가의 평가와 일치하지 않는다는 것을 발견했습니다.
While large language models (LLMs) show promise for generating useful documentation for legacy code in languages like MUMPS and Assembly Language, current automated metrics struggle to accurately assess the quality of this documentation, highlighting the need for better evaluation methods.
RVfpga는 RISC-V ISA 및 FPGA 기술을 사용하여 컴퓨터 아키텍처를 교육하는 데 효과적인 도구이며, 다양한 교육 환경에서 성공적으로 구현되어 학생들에게 실질적인 경험을 제공합니다.
RVfpgaパッケージは、実践的な演習を通してRISC-VアーキテクチャとSoC設計を学ぶための包括的な教育ツールであり、大学レベルの講義やハッカソン、オンラインコースなど、様々な教育現場での活用事例が増えている。
The RVfpga package provides a comprehensive and accessible platform for teaching computer architecture using the RISC-V ISA and FPGA technology, aligning with curriculum guidelines and offering practical experience for students.
Innovation in maturing open source software ecosystems is driven more by novel combinations of existing libraries than by the creation of new libraries.
객체의 필드 간 관계적 속성을 나타내는 객체 불변성을 자동으로 추론하기 위해 새로운 메모리 모델(RUMM)과 추상 영역(MRUD) 기반의 정적 분석 기술을 제시합니다.
This paper presents a novel abstract interpretation-based technique and domain, MRUD, for automatically inferring relational object invariants, significantly improving the precision and scalability of memory safety analysis in programs with complex data structures.
CodeSAMは、複数のコードビューグラフから得られる構造情報をセルフアテンション機構に組み込むことで、従来の手法よりも正確で効率的なソースコード表現学習を実現する。
LLOR 是一款能夠自動修復 C/C++ 和 Fortran 語言 OpenMP 程式中資料競爭錯誤的工具,它採用基於反例的修復技術,並透過插入或移除同步機制來確保程式的正確性。