KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
xpo
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
AFFiNE-docs-archive
:
AFFiNE Docs - This GItHub is synced with the AFFiNE GitBook.
owd-website
:
OWD's website
Traffic-Counter-RPi_64-bit
:
A fully functional traffic counter on a bare Raspberry Pi 4 with MQTT and remote live viewer
chocolate_blitzbasic2
:
Minor update for Blitz Basic 2 (Amiga)
lemon5
:
柠檬五码是一款自由的简单易学的开源音形输入法,由柠檬设计并制作~
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
xpo
?
Download (.md)
# PropBank goes Public: Incorporation into Wikidata Welcome to the hub for the PropBank-Wikidata incorporation project. This repository contains the DWD Overlay (see documentation below), which is no longer being updated, in favor of migrating all information in the overlay to Wikidata itself. We have several thousand annotated mappings between PropBank rolesets and Wikidata Items that are ready to be migrated onto Wikidata. See below for more information. ## Links * [Join the discussion on Wikidata](https://www.wikidata.org/wiki/Wikidata:WikiProject_Events_and_Role_Frames) and help us come to an agreement on how to get our data onto Wikidata. * Read: [PropBank goes Public: Incorporation into Wikidata](https://github.com/e-spaulding/xpo/blob/main/documentation/Spauldingetal2024PBgoesPublic.pdf) * Read: [The DARPA Wikidata Overlay: Wikidata as an ontology for natural language processing](https://github.com/e-spaulding/xpo/blob/main/documentation/SpauldingEtAl2023DWDOverlay.pdf) # DWD Overlay Version 5.5 The DWD overlay is a subset of the DWD along with mappings to PropBank rolesets, their argument structures, and LDC tagsets. The overlay, which is in JSON format, is split into four sub-dictionaries: events, entities, relations, and temporal relations. Each key is the identifier for the DWD node, and each value contains a dictionary with various fields giving information for that node. ## Current coverage | ERE Type | Total | Annotated | | -------- | ----- | --------- | | Entities | 280 | 280 | | Events | 5764 | 2224 | | Relations| 216 | 216 | | Temporal Relations | 8 | 8 | Additionally, each of the 5,764 events has an event template, which are also undergoing annotation. There are currently *2,461* annotated templates. Finally, the PropBank-Wikidata mapping annotators record every time they find a roleset that has no viable mapping in Wikidata, There are currently *9,011* rolesets that annotators have marked as "gaps." ## Fields - `type` - the type of node. one of `event_type`, `entity_type`, or `relation_type` - `wd_node` - Q or P identifier from Wikidata - `name` - Qnode or Pnode label from Wikidata - `wd_description` - description from Wikidata - `curated_by` - how was the node added to the overlay? If the value is `cmu`, the node was added semi-automatically along with a PropBank roleset. (As such, those entries may be imperfect, so please submit any errors you find as an [issue](https://github.com/e-spaulding/xpo/issues/new).) If the value is `xpo`, the node was added after a manual curation process and at least double-annotated. If the value is `xpo_partial`, the mapping is from one annotator's single pass. - `pb_roleset` and `additional_rolesets` - the PropBank roleset mappings for the node. `additional_rolesets` gives additional mappings that are as compatible with the main `pb_roleset` mapping, but added to the overlay later. - `arguments` - a list of arguments with their names and slot constraints. Note that the slot constraints should be taken as a suggestion rather than a strict constraint, unless `mapping_types` says otherwise. - Relations have a `wd_slot` and possibly a `pb_mapping` with `mapping_types`. The `wd_slot` gives the Pnode slot in Wikidata (either subject or object); `pb_mapping` gives the PropBank argument name corresponding the the WD slot; and `mapping_types` gives a list of flags warning users when a mapping may not work. (The only type right now is `strict_constraints`, which means a PropBank event cannot be used to generate a Pnode with this mapping unless the constraints are met.) - `overlay_parents` - direct superclasses of the node within the sub-ontology of the overlay (ie, in Wikidata, the parent may not be a direct superclass, but an ancestor further up the tree) - `ldc_types` - a list of LDC types that are mapped to the DWD node. One DWD node can have several LDC types. This dictionary also contains arguments for the LDC event types which can be cross-referenced to the DWD arguments using the field `dwd_arg_name` - `similar_nodes` - a list of similar Qnodes. The type of similarity can be `SS` (semantic similarity) or `NN` (nearest neighbor) - `related_qnodes` - for Pnodes, the "Wikidata item of this property" Qnode can be found in this section - `template` - A template which allows users to automatically generate a natural language sentence with an event and its argument instantiation. Only for events. - `template_curation` - The curation status of the template. Either manually vetted by XPO (`xpo`) or automatically generated, and possibly an unnatural or incorrect sentence (`auto`). ## Changes from 5.4.7 Full changelog in [CHANGELOG.md](https://github.com/e-spaulding/xpo/blob/main/CHANGELOG.md). ### Changes (2023-10-12) #### Added - 602 event nodes with PB mappings, see tab 1 [here](https://docs.google.com/spreadsheets/d/1-7eloNiPMDcQyduPvaVZLFY7ScNstfXhCEWGDlHZgeo/edit?usp=sharing) - New field `additional_rolesets` to accommodate a one-Qnode-to-many-rolesets mapping #### Changed - PB mappings for 85 nodes, see tab 2 [here](https://docs.google.com/spreadsheets/d/1-7eloNiPMDcQyduPvaVZLFY7ScNstfXhCEWGDlHZgeo/edit?usp=sharing) - Curation status for 421 nodes, see tab 3 [here](https://docs.google.com/spreadsheets/d/1-7eloNiPMDcQyduPvaVZLFY7ScNstfXhCEWGDlHZgeo/edit?usp=sharing) - 2,234 templates updated to human annotation status (indicated by the 'template_curation' field)