Skip to content

Commit 9d73acd

Browse files
authored
Create CITATION.cff
1 parent a3c5924 commit 9d73acd

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CITATION.cff

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
cff-version: 1.2.0
2+
title: >-
3+
LiSSA: Toward Generic Traceability Link Recovery through RAG
4+
message: >-
5+
LiSSA: Toward Generic Traceability Link Recovery through RAG
6+
type: software
7+
authors:
8+
- family-names: Fuchß
9+
given-names: Dominik
10+
orcid: 'https://orcid.org/0000-0001-6410-6769'
11+
- family-names: Hey
12+
given-names: Tobias
13+
orcid: 'https://orcid.org/0000-0003-0381-1020'
14+
- family-names: Keim
15+
given-names: Jan
16+
orcid: 'https://orcid.org/0000-0002-8899-7081'
17+
- family-names: Liu
18+
given-names: Haoyu
19+
orcid: 'https://orcid.org/0009-0002-7676-5010'
20+
- family-names: Ewald
21+
given-names: Niklas
22+
orcid: 'https://orcid.org/0009-0000-8868-0562'
23+
- family-names: Thirolf
24+
given-names: Tobias
25+
orcid: 'https://orcid.org/0009-0006-7052-4020'
26+
- family-names: Koziolek
27+
given-names: Anne
28+
orcid: 'https://orcid.org/0000-0002-1593-3394'
29+
identifiers:
30+
- type: doi
31+
value: 10.5281/zenodo.14714706
32+
description: Replication Package
33+
repository-code: >-
34+
https://github.com/ArDoCo/ReplicationPackage-ICSE25_LiSSA-Toward-Generic-Traceability-Link-Recovery-through-RAG
35+
url: 'https://ardoco.de/c/icse25'
36+
repository-artifact: >-
37+
https://github.com/ArDoCo/ReplicationPackage-ICSE25_LiSSA-Toward-Generic-Traceability-Link-Recovery-through-RAG
38+
abstract: >
39+
There are a multitude of software artifacts which need to
40+
be handled during the development and maintenance of a
41+
software system. These artifacts interrelate in multiple,
42+
complex ways. Therefore, many software engineering tasks
43+
are enabled — and even empowered — by a clear
44+
understanding of artifact interrelationships and also by
45+
the continued advancement of techniques for automated
46+
artifact linking.
47+
However, current approaches in automatic Traceability Link
48+
Recovery (TLR) target mostly the links between specific
49+
sets of artifacts, such as those between requirements and
50+
code. Fortunately, recent advancements in Large Language
51+
Models (LLMs) can enable TLR approaches to achieve broad
52+
applicability. Still, it is a nontrivial problem how to
53+
provide the LLMs with the specific information needed to
54+
perform TLR.
55+
In this paper, we present LiSSA, a framework that
56+
harnesses LLM performance and enhances them through
57+
Retrieval-Augmented Generation (RAG). We empirically
58+
evaluate LiSSA on three different TLR tasks, requirements
59+
to code, documentation to code, and architecture
60+
documentation to architecture models, and we compare our
61+
approach to state-of-the-art approaches.
62+
Our results show that the RAG-based approach can
63+
significantly outperform the state-of-the-art on the
64+
code-related tasks. However, further research is required
65+
to improve the performance of RAG-based approaches to be
66+
applicable in practice.
67+
keywords:
68+
- Traceability Link Recovery
69+
- Retrieval-Augmented Generation
70+
- Large Language Models
71+

0 commit comments

Comments
 (0)