You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,10 @@ Given an ethical requirements model, LangBiTe prompts a large language model and
13
13
The following tree shows the list of the repository's sections and their main contents:
14
14
15
15
```
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.
0 commit comments