Skip to content

Commit 5cf9374

Browse files
committed
Fix delimiter
1 parent 8dc5547 commit 5cf9374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ no_title: true
1010

1111
# [ARDoCo - Automating Requirements and Documentation Comprehension](https://github.com/ardoco)
1212

13-
<!-- NEVER CHANGE THE LINE ABOVE. It is used as delimiter for the page at mcse.kastel.kit.edu -->
13+
<!-- NEVER CHANGE THIS LINE B. It is used as delimiter for the page at mcse.kastel.kit.edu -->
1414

1515
ARDoCo (Automating Requirements and Documentation Comprehension) is a research project focused on traceability link recovery and consistency analysis between software artifacts. The project connects architecture documentation and models while identifying missing or deviating elements (inconsistencies). An element can be any representable item of the model, like a component or a relation.
1616

1717
Our recent approaches, such as [LiSSA](/approaches/lissa/), leverage Large Language Models (LLMs) and Information Retrieval (IR) to enable more generic and effective traceability link recovery across various artifact types, including requirements-to-code, documentation-to-code, and architecture-to-code tracing. We also leverage LLMs for specialized tasks, such as [ExArch](/approaches/exarch/) which uses LLM-based architecture component name extraction to identify and link architectural elements. You can find our different approaches, including [LiSSA](/approaches/lissa/), [ExArch](/approaches/exarch/), and others, on the [approaches](/approaches/) page or read more about them using the info button on the [publications](/publications/) page.
1818

1919
Documenting the architecture of a software system is important, especially to capture reasoning and design decisions. However, documentation is often incomplete, outdated, or missing, leading to loss of crucial knowledge and increased risks. Our long-term vision is to persist information from various sources, such as whiteboard discussions, to avoid losing essential system knowledge. A key challenge is ensuring consistency between formal artifacts (e.g., models) and informal documentation. We address this by applying natural language understanding and knowledge bases to analyze consistency and create traceability links between models and textual artifacts.
2020

21-
<!-- NEVER CHANGE THE LINE BELOW. It is used as delimiter for the page at mcse.kastel.kit.edu -->
21+
<!-- NEVER CHANGE THIS LINE E. It is used as delimiter for the page at mcse.kastel.kit.edu -->
2222

2323
ARDoCo is actively developed by researchers of the _[Modelling for Continuous Software Engineering (MCSE) group](https://mcse.kastel.kit.edu)_ of _[KASTEL - Institute of Information Security and Dependability](https://kastel.kit.edu)_ at the [KIT](https://www.kit.edu).
2424

0 commit comments

Comments
 (0)