Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: naist-nlp/atd-mcl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: naist-nlp/atd-mcl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 6, 2024

  1. Update README.md

    shigashiyama authored Feb 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b882070 View commit details

Commits on Mar 13, 2024

  1. Copy the full SHA
    1c3757c View commit details
Showing with 4 additions and 3 deletions.
  1. +1 −0 README.md
  2. +3 −3 docs/data_specification.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -187,6 +187,7 @@ See `docs/data_specification`.
## Acknowledgements
This study was supported by JSPS KAKENHI Grant Number JP22H03648.
The annotation data was constructed by [IR-Advanced Linguistic Technologies Inc.](https://ir-alt.co.jp/)
## Citation
6 changes: 3 additions & 3 deletions docs/data_specification.md
Original file line number Diff line number Diff line change
@@ -61,15 +61,15 @@ Mention (mention ID starts with `M`)
- *`span`: The pair of the mention's first and last character offsets in the sentence.
- `text`: The mention text.
- *`entity_type`: The entity type of the mention.
- *`generic`: Whether `GENERIC` is assigned to the mention.
- *`ref_spec_amb`: Whether `SPEC_AMB` is assigned to the mention.
- *`ref_hie_amb`: Whether `HIE_AMB` is assigned to the mention.

Entity (entity ID starts with `E`)
- *`normalized_name`: The normalized name of the location to which the entity refers.
- `entity_type_merged`: The type of the entity automatically derived from the members' entity type.
- *`member_mention_ids`: The IDs of member mentions of the entity.
- *`coref_attr_pairs`: Directed edges correspond to attributive coreference.
- *`generic`: Whether `GENERIC` is assigned to the (singleton) entity.
- *`ref_spec_amb`: Whether `SPEC_AMB` is assigned to the (singleton) entity.
- *`ref_hie_amb`: Whether `HIE_AMB` is assigned to the (singleton) entity.
- `has_name`: Whether the entity has a member mention with the `NAME` entity type.
- `has_reference`: Whether the entity is assigned an OSM entry or other site URL.
- *`best_ref_type`: The reference type of the assigned URL.