-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stefano Savare <[email protected]>
- Loading branch information
Showing
4 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Data | ||
==== | ||
|
||
The data for the project is in the folder `data`. | ||
The `immap` subfolder contains only IMMAP data, while `frameworks_data` contains all the rest. | ||
|
||
What is our data? | ||
------------------------ | ||
|
||
Our data is composed of ~100.000 sentences extracted from PDF and web articles. Each sentence has been manually | ||
labeled by taggers. Multiple labels are associated to the same sentence: | ||
|
||
- Sector | ||
- Pillar | ||
- Subpillar | ||
|
||
We want to predict all of them. Each subpillar belongs to one and only one pillar. | ||
More labels are coming. | ||
|
||
How good is the data | ||
-------------------- | ||
|
||
Not so much, some classes are ambiguous and, since we have multiple taggers, their tags are not | ||
always consistent. | ||
However, we have a lot of data, which is good. | ||
|
||
|
||
Which data should I use? | ||
------------------------ | ||
|
||
We are currently working only with `frameworks_data` and the most recent data version. | ||
|
||
We advise you to import the file: | ||
|
||
.. code-block:: python | ||
from deep.constants import * | ||
The variable ``LATEST_DATA_PATH`` points to the most recent version of the data. | ||
|
||
What are the differences between the data versions? | ||
---------------------------------------------------- | ||
|
||
Alongside the dataset queried (IMMAP vs all) mainly bug fixes and better definition of the classes. | ||
Please use the latest version. | ||
|
||
How do I get the most recent version? | ||
------------------------------------- | ||
|
||
We use `DVC <https://dvc.org>`_ to deal with data. Simply run | ||
|
||
.. code-block:: bash | ||
dvc pull | ||
to get the most recent version. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
:maxdepth: 1 | ||
:caption: Data: | ||
|
||
data/description | ||
dfs-data/description | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|