Skip to content

Commit

Permalink
Add missing authors to L16-1645 (#4103)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbowu2 authored Nov 27, 2024
1 parent 434a694 commit 5edcfdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/xml/L16.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6972,6 +6972,9 @@
<author><first>Parisa</first><last>Kordjamshidi</last></author>
<author><first>Daniel</first><last>Khashabi</last></author>
<author><first>Vivek</first><last>Srikumar</last></author>
<author><first>Paul</first><last>Vijayakumar</last></author>
<author><first>Mazin</first><last>Bokhari</last></author>
<author><first>Xinbo</first><last>Wu</last></author>
<author><first>Dan</first><last>Roth</last></author>
<pages>4085–4092</pages>
<abstract>When designing Natural Language Processing (NLP) applications that use Machine Learning (ML) techniques, feature extraction becomes a significant part of the development effort, whether developing a new application or attempting to reproduce results reported for existing NLP tasks. We present EDISON, a Java library of feature generation functions used in a suite of state-of-the-art NLP tools, based on a set of generic NLP data structures. These feature extractors populate simple data structures encoding the extracted features, which the package can also serialize to an intuitive JSON file format that can be easily mapped to formats used by ML packages. EDISON can also be used programmatically with JVM-based (Java/Scala) NLP software to provide the feature extractor input. The collection of feature extractors is organised hierarchically and a simple search interface is provided. In this paper we include examples that demonstrate the versatility and ease-of-use of the EDISON feature extraction suite to show that this can significantly reduce the time spent by developers on feature extraction design for NLP systems. The library is publicly hosted at <url>https://github.com/IllinoisCogComp/illinois-cogcomp-nlp/</url>, and we hope that other NLP researchers will contribute to the set of feature extractors. In this way, the community can help simplify reproduction of published results and the integration of ideas from diverse sources when developing new and improved NLP applications.</abstract>
Expand Down

0 comments on commit 5edcfdb

Please sign in to comment.