shaurya0512 commited on
Commit
cedcbae
·
1 Parent(s): 6fa4bc9

updated readme

Browse files

added more info

Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -33,6 +33,38 @@ train-eval-index:
33
 
34
  # Dataset Card for ACL Anthology Corpus
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ## Table of Contents
37
 
38
  - [Table of Contents](#table-of-contents)
 
33
 
34
  # Dataset Card for ACL Anthology Corpus
35
 
36
+ [![License](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
37
+
38
+ This repository provides full-text and metadata to the ACL anthology collection (80k articles/posters as of September 2022) also including .pdf files and grobid extractions of the pdfs.
39
+
40
+ ## How is this different from what ACL anthology provides and what already exists?
41
+
42
+ - We provide pdfs, full-text, references and other details extracted by grobid from the PDFs while [ACL Anthology](https://aclanthology.org/anthology+abstracts.bib.gz) only provides abstracts.
43
+ - There exists a similar corpus call [ACL Anthology Network](https://clair.eecs.umich.edu/aan/about.php) but is now showing its age with just 23k papers from Dec 2016.
44
+
45
+
46
+ ```python
47
+ >>> import pandas as pd
48
+ >>> df = pd.read_parquet('acl-publication-info.74k.parquet')
49
+ >>> df
50
+ acl_id abstract full_text corpus_paper_id pdf_hash ... number volume journal editor isbn
51
+ 0 O02-2002 There is a need to measure word similarity whe... There is a need to measure word similarity whe... 18022704 0b09178ac8d17a92f16140365363d8df88c757d0 ... None None None None None
52
+ 1 L02-1310 8220988 8d5e31610bc82c2abc86bc20ceba684c97e66024 ... None None None None None
53
+ 2 R13-1042 Thread disentanglement is the task of separati... Thread disentanglement is the task of separati... 16703040 3eb736b17a5acb583b9a9bd99837427753632cdb ... None None None None None
54
+ 3 W05-0819 In this paper, we describe a word alignment al... In this paper, we describe a word alignment al... 1215281 b20450f67116e59d1348fc472cfc09f96e348f55 ... None None None None None
55
+ 4 L02-1309 18078432 011e943b64a78dadc3440674419821ee080f0de3 ... None None None None None
56
+ ... ... ... ... ... ... ... ... ... ... ... ...
57
+ 73280 P99-1002 This paper describes recent progress and the a... This paper describes recent progress and the a... 715160 ab17a01f142124744c6ae425f8a23011366ec3ee ... None None None None None
58
+ 73281 P00-1009 We present an LFG-DOP parser which uses fragme... We present an LFG-DOP parser which uses fragme... 1356246 ad005b3fd0c867667118482227e31d9378229751 ... None None None None None
59
+ 73282 P99-1056 The processes through which readers evoke ment... The processes through which readers evoke ment... 7277828 924cf7a4836ebfc20ee094c30e61b949be049fb6 ... None None None None None
60
+ 73283 P99-1051 This paper examines the extent to which verb d... This paper examines the extent to which verb d... 1829043 6b1f6f28ee36de69e8afac39461ee1158cd4d49a ... None None None None None
61
+ 73284 P00-1013 Spoken dialogue managers have benefited from u... Spoken dialogue managers have benefited from u... 10903652 483c818c09e39d9da47103fbf2da8aaa7acacf01 ... None None None None None
62
+
63
+ [73285 rows x 21 columns]
64
+ ```
65
+
66
+
67
+
68
  ## Table of Contents
69
 
70
  - [Table of Contents](#table-of-contents)