Difference between revisions of "Acronym paper"

From BITPlan cr Wiki
Jump to navigation Jump to search
Line 45: Line 45:
 
</pre>
 
</pre>
 
===== Exotic cases / Outliers =====
 
===== Exotic cases / Outliers =====
 +
There is only one entry in wikicfp where the extracted acronym was longer than 50 chars.
 +
 
<source lang='sql'>
 
<source lang='sql'>
 
SELECT acronym,url
 
SELECT acronym,url
Line 51: Line 53:
 
</source>
 
</source>
 
call for chapters - images of female aggression 2016 http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=52302
 
call for chapters - images of female aggression 2016 http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=52302
 +
 +
This is not a call for papers for scientific events at all.

Revision as of 17:24, 1 March 2023

Research questions

  1. What do acronyms for scientific events and event series look like and how formal can they be described?
  2. How well do acronyms disambiguate scientific events and event series?
  3. How well is the acronym information curated in metadata sources for events and event series
  4. How well are acronyms used in citations of scientific events and event series?
  5. Acronym checker - does the Acronym fit the long version ...

Method

What do acronyms for scientific events and event series look like and how formal can they be described?

Results

What do acronyms look like

Length distribution

AcronymHistograms

WikiCFP

Standard case

60% of all WikiCFP acronyms extracted are matching the regular expression

[A-Z]+\s*[12][0-9]{3}

e.g. ISWC 2012

43990/73731 ( 59.7%)  matches for [A-Z]+\s*[12][0-9]{3}
654/43989 (  1.5%)  year different
Corner cases

long acronyms tend to indicate the extraction has not worked or there is some other issue with the acronym such as indicating a joint / colocated situation

SELECT acronym
FROM "event_wikicfp"
where length(acronym)=40

The acroynm entries with a length of 40 are mostly not acronyms ...

...
Political Theology Agenda Symposium 2010
Knowledge Engineering Special Issue 2010
CFP MapReduce Special Issue of CCPE 2010
AOSD - Student Research Competition 2011
special session for Wireless VITAE 2011
Political Theology Agenda Symposium 2011
12th EANN / 7th AIAI Joint Congress 2011 
...
Exotic cases / Outliers

There is only one entry in wikicfp where the extracted acronym was longer than 50 chars.

SELECT acronym,url
FROM "event_wikicfp"
where length(acronym)>50

call for chapters - images of female aggression 2016 http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=52302

This is not a call for papers for scientific events at all.