Skip to content

Commit a6111f0

Browse files
authored
Update README.md
1 parent afd2dee commit a6111f0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ Given an ethical requirements model, LangBiTe prompts a large language model and
1313
The following tree shows the list of the repository's sections and their main contents:
1414

1515
```
16-
├── langbite // The source code of the package.
17-
| ├── langbite.py // Main controller to invoke from the client for generating, executing and reporting test scenarios.
18-
| └── resources
19-
| └── prompts_CO_RE.csv // The prompt templates libraries in CSV format. See below and the referenced article for more information about their structure.
20-
└── test // A simple example of a test scenario.
21-
├── simple_test.json // An example of a test scenario definition which assesses religion bias on ChatGPT 3.5 Turbo.
22-
└── simple_test.py // A controller for executing the whole testing workflow.
16+
└── langbite // The source code of the package.
17+
├── langbite.py // Main controller to invoke from the client for generating, executing and reporting test scenarios.
18+
└── resources
19+
└── prompts_CO_RE.csv // The prompt templates libraries in CSV format. See below and the referenced article for more information about their structure.
2320
```
2421

2522
## Requirements

0 commit comments

Comments
 (0)