dibyaaaaax
commited on
Commit
•
e5e10a8
1
Parent(s):
c7da6c7
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,14 @@ print("\n-----------\n")
|
|
47 |
**Output**
|
48 |
|
49 |
```bash
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
```
|
52 |
|
53 |
### Keyphrase Extraction
|
|
|
47 |
**Output**
|
48 |
|
49 |
```bash
|
50 |
+
Sample from test data split
|
51 |
+
Fields in the sample: ['id', 'document', 'doc_bio_tags', 'extractive_keyphrases', 'abstractive_keyphrases', 'other_metadata']
|
52 |
+
Tokenized Document: ['Here', ',', 'at', 'a', 'glance', ',', 'are', 'developments', 'today', 'involving', 'the', 'crash', 'of', 'Pan', 'American', 'World', 'Airways', 'Flight', '103', 'Wednesday', 'night', 'in', 'Lockerbie', ',', 'Scotland', ',', 'that', 'killed', 'all', '259', 'people', 'aboard', 'and', 'more', 'than', '20', 'people', 'on', 'the', 'ground', ':']
|
53 |
+
Document BIO Tags: ['O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'B', 'I', 'I', 'I', 'I', 'I', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
54 |
+
Extractive/present Keyphrases: ['pan american world airways flight 103', 'crash', 'lockerbie']
|
55 |
+
Abstractive/absent Keyphrases: ['terrorist threats', 'widespread wreckage', 'radical palestinian faction', 'terrorist bombing', 'bomb threat', 'sabotage']
|
56 |
+
|
57 |
+
-----------
|
58 |
```
|
59 |
|
60 |
### Keyphrase Extraction
|