Update README.md
Browse files
README.md
CHANGED
@@ -7,15 +7,15 @@ license: mit
|
|
7 |
|
8 |
The 📰**NYT datasets** serve as a benchmark designed to evaluate methods to identify memorized training data or to infer membership, specifically from OpenAI models that are released before 2023.
|
9 |
|
10 |
-
|
11 |
|
12 |
This dataset contains examples provided in [Exhibit-J](https://nytco-assets.nytimes.com/2023/12/Lawsuit-Document-dkt-1-68-Ex-J.pdf) of the New York Times Lawsuit (label=1).
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
|
18 |
-
|
19 |
|
20 |
This dataset also contains excerpts of CNN articles scraped in 2023 (label=0).
|
21 |
|
|
|
7 |
|
8 |
The 📰**NYT datasets** serve as a benchmark designed to evaluate methods to identify memorized training data or to infer membership, specifically from OpenAI models that are released before 2023.
|
9 |
|
10 |
+
🔧 Memorized Training Data
|
11 |
|
12 |
This dataset contains examples provided in [Exhibit-J](https://nytco-assets.nytimes.com/2023/12/Lawsuit-Document-dkt-1-68-Ex-J.pdf) of the New York Times Lawsuit (label=1).
|
13 |
|
14 |
+
- Snippet is the article.
|
15 |
+
- Prefix is the prefix provided to the model according to the evidence in Exhibit-J.
|
16 |
+
- Completion is the original article content that follows the prefix.
|
17 |
|
18 |
+
🔧 Non-Member Data
|
19 |
|
20 |
This dataset also contains excerpts of CNN articles scraped in 2023 (label=0).
|
21 |
|