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: paper/paper.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Furthermore, LangFair is designed for real-world LLM-based systems that require
46
46
47
47
48
48
# Generation of Evaluation Datasets
49
-
The `langfair.generator` module offers two classes, `ResponseGenerator` and `CounterfactualGenerator`, which aim to enable user-friendly construction of evaluation datasets for text generation use cases.
49
+
The `langfair.generator` module offers two classes, `ResponseGenerator` and `Counterfactual`- `Generator`, which aim to enable user-friendly construction of evaluation datasets for text generation use cases.
50
50
51
51
52
52
### `ResponseGenerator` class
@@ -94,10 +94,10 @@ To streamline assessments for text generation use cases, the `AutoEval` class co
0 commit comments